/*rgba(24, 61, 68, 0.7);*/

* {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    max-width: 1170px;
}

.container1 {
    max-width: 1140px;
    margin: auto;
}

body {
    background: #f8f8f8;
    font-size: 0.875rem;
    line-height: 1.6;
    font-family: 'Roboto', sans-serif;
    color: #555;
}

::-webkit-scrollbar {
    width: 1px;
}

::-webkit-scrollbar-thumb {
    background-color: #3790c7;
}

/* start nav bar and header*/

@media only screen and (min-width: 992px) {
    nav#menu.main-menu {
        display: block !important;
    }
    #mm-menu.main-menu {
        display: none !important;
    }
    header .btn_mobile {
        display: none !important;
    }
    .row, .col-md-4, .col-md-3 {
        margin: 0;
    }
    /* Menu */
    .main-menu {
        position: relative;
        z-index: 9;
        width: auto;
        top: 6px;
        right: 15px;
        float: right;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #fff;
    }
    .main-menu ul, .main-menu ul li {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0;
    }
    .main-menu ul a, .main-menu ul li a {
        position: relative;
        margin: 0;
        padding: 0;
        display: block;
        padding: 5px 10px;
        white-space: nowrap;
    }
    /*First level styles */
    .main-menu>ul>li span>a {
        color: #fff;
        padding: 0 12px 15px 8px;
        text-transform: capitalize;
        font-size: 18px;
        font-weight: 500;
    }
    .main-menu>ul>li span:hover>a {
        color: #73bdea;
    }
    header.sticky .main-menu>ul>li span>a {
        color: #444;
    }
    header.sticky .main-menu>ul>li span:hover>a {
        opacity: 1;
        color: #73bdea;
    }
    /* Submenu*/
    .main-menu ul ul {
        position: absolute;
        z-index: 1;
        visibility: hidden;
        left: 3px;
        top: 100%;
        margin: 0;
        display: block;
        padding: 0;
        background: #fff;
        min-width: 200px;
        -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
        -moz-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
        box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
        transform: scale(0.4);
        transform-origin: 10% top;
        transition: 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1);
        opacity: 0;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
    }
    .main-menu ul ul:before {
        bottom: 100%;
        left: 15%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #fff;
        border-width: 7px;
        margin-left: -7px;
    }
    .main-menu ul ul li {
        display: block;
        height: auto;
        padding: 0;
    }
    .main-menu ul ul li a {
        font-size: 13px;
        font-size: 0.8125rem;
        color: #555;
        border-bottom: 1px solid #ededed;
        display: block;
        padding: 15px 10px;
        line-height: 1;
    }
    .main-menu ul li:hover>ul {
        padding: 0;
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        -webkit-transition-duration: 0s, 0.2s, 0.2s;
        transition-duration: 0s, 0.2s, 0.2s;
    }
    .main-menu ul ul li:first-child a:hover {
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -ms-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }
    .main-menu ul ul li:last-child a {
        border-bottom: none;
    }
    .main-menu ul ul li:last-child a:hover {
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        -ms-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
    }
    .main-menu ul ul li:hover>a {
        background-color: #f9f9f9;
        color: #73bdea;
        padding-left: 18px;
    }
}

/* Submenu 2nd level right */

.main-menu ul ul.second_level_right {
    left: auto;
    right: 3px;
}

.main-menu ul ul.second_level_right:before {
    right: 15%;
    left: auto;
}

/* Submenu 3rd level */

.main-menu ul ul li span a {
    font-weight: normal !important;
}

.main-menu ul ul li span a:hover {
    color: #009fff;
    padding-left: 18px;
    opacity: 1;
}

.main-menu ul ul li span a:after {
    /* font-family: 'ElegantIcons'; */
    content: "\35";
    float: right;
    font-size: 16px;
    font-size: 1rem;
    margin-top: -2px;
}

.main-menu ul ul ul {
    position: absolute;
    border-top: 0;
    z-index: 1;
    height: auto;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    background: #fff;
    min-width: 190px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.main-menu ul ul ul.third_level_left {
    right: 100%;
    left: auto;
}

.main-menu ul ul ul li a {
    border-bottom: 1px solid #ededed !important;
}

.main-menu ul ul ul li:last-child a {
    border-bottom: none !important;
}

/* Arrows top 3rd level*/

.main-menu ul ul ul:before {
    border-width: 0;
    margin-left: 0;
}

/* All styles for screen size under 991px */
.header #logo a img{
    width: 250px;
}
@media only screen and (max-width: 991px) {
    nav#menu {
        display: none !important;
    }
    .mm-menu {
        background: #fff;
    }
    .main-menu {
        top: 0;
        right: 0;
        float: none;
    }
    ul.mm-listview {
        line-height: 25px;
    }
    ul.mm-listview li a {
        color: #555 !important;
        display: block;
    }
    .header #logo a img{
        width: 200px;
        margin-top: 18px;
    }
}

#menu.fake_menu {
    display: none !important;
    visibility: hidden !important;
}

/*-------- Preloader --------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #fff;
    z-index: 99999999999 !important;
}

[data-loader="circle-side"] {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-animation: circle infinite .95s linear;
    -moz-animation: circle infinite .95s linear;
    -o-animation: circle infinite .95s linear;
    animation: circle infinite .95s linear;
    border: 2px solid #3790c7;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-right-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

p {
    margin-bottom: 30px;
}

strong {
    font-weight: 600;
}

label {
    font-weight: 500;
    margin-bottom: 3px;
}

/** Layes slider typography ab buttons **/

h3.slide_typo {
    white-space: nowrap;
    color: #fff !important;
    font-weight: normal;
    font-size: 60px;
    font-size: 3.75rem;
}

.slide_typo_2 {
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    white-space: nowrap;
    text-transform: uppercase;
}

a {
    text-decoration: none;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
}

a:hover, a:focus {
    color: #111;
    text-decoration: none;
    outline: none;
}

/* Header */

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 25px 30px;
    z-index: 99999999;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

@media (max-width: 767px) {
    header {
        padding: 15px 15px 5px 15px;
    }
}

header.header .logo_sticky {
    display: none;
}

header.header.sticky {
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid #ededed;
    background-color: #fff;
    padding: 15px 20px;
}

.logo_normal {
    margin-top: 10px;
}

@media (max-width: 991px) {
    header.header.sticky {
        padding: 15px 15px 5px 15px;
    }
}

header.header.sticky .logo_normal {
    display: none;
}

header.header.sticky .logo_sticky {
    display: inline-block;
}

ul#top_menu {
    float: right;
    margin: 0 0 0 10px;
    padding: 0;
    font-size: 13px;
    font-size: 0.8125rem;
}

@media (max-width: 991px) {
    ul#top_menu {
        margin: -2px 0 0 10px;
    }
}

ul#top_menu li {
    float: left;
    margin: 0;
    line-height: 1;
    margin-right: 15px;
}

ul#top_menu li:last-child {
    margin-right: 0;
    position: relative;
    top: 0;
}

@media (max-width: 991px) {
    ul#top_menu li {
        margin: 0 0 0 10px;
    }
}

@media (max-width: 767px) {
    ul#top_menu li:first-child {
        display: none;
    }
}

ul#top_menu li a {
    color: #fff;
}

ul#top_menu li a:hover {
    color: #fff;
    opacity: 0.7;
}

ul#top_menu li a.login, ul#top_menu li a.wishlist_bt_top, ul#top_menu li a.cart-menu-btn {
    display: block;
    width: 22px;
    height: 23px;
    position: relative;
    top: 8px;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

@media (max-width: 991px) {
    ul#top_menu li a.login, ul#top_menu li a.wishlist_bt_top, ul#top_menu li a.cart-menu-btn {
        top: 2px;
    }
}

ul#top_menu li a.login:before, ul#top_menu li a.wishlist_bt_top:before, ul#top_menu li a.cart-menu-btn:before {
    /* font-family: 'Glyphter'; */
    font-size: 21px;
    font-size: 1.3125rem;
    color: #fff;
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: normal;
    line-height: 1;
}

.sticky ul#top_menu li a.login:before, .sticky ul#top_menu li a.wishlist_bt_top:before, .sticky ul#top_menu li a.cart-menu-btn:before {
    color: #444;
}

ul#top_menu li a.wishlist_bt_top {
    text-indent: -9999px;
    overflow: hidden;
}

ul#top_menu li a.wishlist_bt_top:before {
    content: '\0043';
}

ul#top_menu li a.login {
    text-indent: -9999px;
    overflow: hidden;
}

ul#top_menu li a.login:before {
    content: '\0042';
}

ul#top_menu li a.cart-menu-btn {
    top: 6px;
}

@media (max-width: 991px) {
    ul#top_menu li a.cart-menu-btn {
        top: 0;
    }
}

ul#top_menu li a.cart-menu-btn:before {
    content: '\0041';
}

ul#top_menu li a.cart-menu-btn strong {
    font-size: 11px;
    font-size: 0.6875rem;
    width: 15px;
    height: 15px;
    display: block;
    background-color: #333;
    color: #fff;
    position: relative;
    bottom: -15px;
    right: -10px;
    text-align: center;
    line-height: 17px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin: 0;
    padding: 0;
}

ul#top_menu li a.logged {
    display: block;
    width: 25px;
    height: 25px;
    position: relative;
    overflow: hidden;
    top: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

ul#top_menu li a.logged img {
    width: 26px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
    ul#top_menu li a.logged {
        top: 0;
    }
}

/* Dropdown user logged */

.dropdown-user .dropdown-menu {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    min-width: 0;
    padding: 0;
    width: 150px;
    top: 160%;
    margin-left: -115px;
    font-weight: normal;
    text-shadow: none;
    text-transform: none !important;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.02);
    border-left: 1px solid rgba(0, 0, 0, 0.02);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 3px 2px 7px 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 2px 7px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 3px 2px 7px 1px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 0;
}

.dropdown-user .dropdown-menu:before {
    bottom: 100%;
    right: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px;
}

.dropdown-user .dropdown-menu ul {
    padding: 0;
    margin: 0 !important;
    list-style: none;
}

.dropdown-user .dropdown-menu ul li {
    border-bottom: 1px solid #ededed;
    margin: 0;
    width: 100%;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
}

@media (max-width: 991px) {
    .dropdown-user .dropdown-menu ul li {
        margin: 0 !important;
    }
}

.dropdown-user .dropdown-menu ul li a {
    color: #444 !important;
    padding: 15px 8px 15px 8px;
    display: block;
}

.dropdown-user .dropdown-menu ul li a:hover {
    color: #009fff !important;
    opacity: 1 !important;
    padding-left: 15px;
}

.dropdown-user .dropdown-menu ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .dropdown-user .dropdown-menu ul li:first-child {
        display: block !important;
    }
}

header.sticky .hamburger-inner, header.sticky .hamburger-inner::before, header.sticky .hamburger-inner::after {
    background-color: #444;
}

#logo {
    float: left;
}

@media (max-width: 991px) {
    #logo {
        float: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }
    #logo img {
        width: 150px;
        height: auto;
        margin: 12px 0 0 0;
    }
}

.hero_in {
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.hero_in.general .wrapper {
    background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px) {
    .hero_in {
        height: 350px;
    }
}

.hero_in.general.imprint:before {
    background: url("../images/cover/12.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-y: -27px;
}

.hero_in.tours:before {
    background: url(../img/hero_in_bg_1.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_in.tours .wrapper {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
}

.hero_in.hotels:before {
    background: url(../img/hero_in_bg_4.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_in.hotels .wrapper {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
}

.hero_in.restaurants:before {
    background: url(../img/hero_in_bg_5.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_in.restaurants .wrapper {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
}

.hero_in.tours_detail {
    height: 550px;
}

@media (max-width: 575px) {
    .hero_in.tours_detail {
        height: 500px;
    }
}

.hero_in.tours_detail:before {
    background: url(../img/hero_in_tours_detail.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_in.tours_detail .wrapper {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
}

.hero_in.hotels_detail {
    height: 550px;
}

@media (max-width: 575px) {
    .hero_in.hotels_detail {
        height: 500px;
    }
}

.hero_in.hotels_detail:before {
    background: url(../img/hero_in_hotels_detail.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_in.hotels_detail .wrapper {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
}

.hero_in.restaurants_detail {
    height: 550px;
}

@media (max-width: 575px) {
    .hero_in.restaurants_detail {
        height: 500px;
    }
}

.hero_in.restaurants_detail:before {
    background: url(../img/hero_in_restaurants_detail.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_in.restaurants_detail .wrapper {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
}

.hero_in.contacts:before {
    background: url(../img/hero_in_bg_3.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_in.contacts .wrapper {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
}

.hero_in:before {
    animation: pop-in 5s 0.3s cubic-bezier(0, 0.5, 0, 1) forwards;
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.hero_in .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.hero_in .wrapper h1 {
    color: #fff;
    font-size: 42px;
    font-size: 2.625rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .hero_in .wrapper h1 {
        font-size: 32px;
        font-size: 2rem;
    }
}

.hero_in .wrapper h1 span {
    width: 80px;
    height: 4px;
    margin: auto;
    background-color: #3790c7;
    display: block;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 10px;
    opacity: 1;
}

.hero_in .wrapper p {
    font-weight: 300;
    margin-bottom: 0;
    font-size: 24px;
    font-size: 1.5rem;
}

.hero_in .wrapper p strong {
    font-weight: 600;
}

.hero_in a.btn_photos {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    line-height: 1;
    padding: 10px 15px;
    color: #444;
    font-weight: 500;
}

.hero_in a.btn_photos:hover {
    color: #009fff;
}

/* Animations */

@keyframes pop-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
}

/* Delays */

.hero_in h1 {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
}

.hero_in p {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
}

/* Main */

main {
    background-color: #f8f8f8;
    position: relative;
    z-index: 1;
}

/* Home single hero */

#page main .hero_single .wrapper .container .flex {
    display: flex;
    justify-content: space-around;
    margin: 2% 15%;
}

#page main .hero_single .wrapper .container .flex>li {
    list-style: none;
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #73bdea;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    height: 105px;
    width: 15%;
}

#page main .hero_single .wrapper .container .flex>li:hover {
    border: 1px solid #fff;
    color: #73bdea;
    transition: all 0.2 ease-in-out;
}

@media(max-width: 991px) {
    #page main .hero_single .wrapper .container .flex>li {
        list-style: none;
        text-align: center;
        padding: 9px;
        border-radius: 15px;
        border: 1px solid #73bdea;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
        height: 86px;
        width: 24%;
        margin-top: 2%;
    }
    #page main .hero_single .wrapper .container .flex {
        display: flex;
        justify-content: space-between;
        margin: 0;
    }
}

@media(min-width: 992px) and (max-width: 1133px) {
    #page main .hero_single .wrapper .container .flex {
        margin: 0 10%;
    }
}

.hero_single {
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 0;
    color: #fff;
}

.hero_single .wrapper {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.8);
}

.hero_single.start_bg_zoom:before {
    animation: pop-in 6s 0.3s cubic-bezier(0, 0.5, 0, 1) forwards;
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.hero_single .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.hero_single .wrapper h3 {
    color: #fff;
    font-size: 52px;
    font-size: 3.25rem;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}

@media (max-width: 767px) {
    .hero_single .wrapper h3 {
        font-size: 21px;
        font-size: 1.3125rem;
    }
}

@media (max-width: 575px) {
    .hero_single .wrapper h3 {
        font-size: 23px;
        font-size: 1.4375rem;
    }
}

.hero_single .wrapper p {
    font-weight: 300;
    margin: 10px 0 0 0;
    padding: 0 20%;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.4;
}

.hero_single .wrapper p strong {
    font-weight: 600;
}

@media (max-width: 767px) {
    .hero_single .wrapper p {
        padding: 0;
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.hero_single.short {
    height: 600px;
}

.hero_single.version_2 {
    height: 700px;
}

.hero_single.version_2:before {
    background: url(../images/cover/photo-1530521954074-e64f6810b32d.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_single.version_2 .wrapper {
    background-color: rgba(0, 0, 0, 0.7);
}

.hero_single.version_2 .wrapper h3 {
    font-size: 42px;
    font-size: 2.625rem;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
    .hero_single.version_2 .wrapper h3 {
        font-size: 26px;
        font-size: 1.625rem;
        margin-top: 60px;
    }
}

@media (max-width: 575px) {
    .hero_single.version_2 .wrapper h3 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.hero_single.version_2 .wrapper p {
    font-weight: 400;
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 14px;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}

.hero_single.version_2 .wrapper p strong {
    font-weight: 600;
}

@media (max-width: 767px) {
    .hero_single.version_2 .wrapper p {
        padding: 0;
        font-size: 14px;
        font-size: 0.875rem;
    }
}

#custom-search-input {
    padding: 0;
    width: 600px;
    margin: 20px auto 0;
    position: relative;
}

@media (max-width: 991px) {
    #custom-search-input {
        width: auto;
    }
}

#custom-search-input .search-query {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    font-size: 1rem;
    color: #333;
}

#custom-search-input .search-query:focus {
    outline: none;
}

@media (max-width: 575px) {
    #custom-search-input .search-query {
        padding-left: 15px;
    }
}

#custom-search-input input[type='submit'] {
    position: absolute;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    right: -1px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
    top: 0;
    border: 0;
    padding: 0 25px;
    height: 50px;
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background-color: #009fff;
}

#custom-search-input input[type='submit']:hover {
    background-color: #FFC107;
    color: #222;
}

@media (max-width: 575px) {
    #custom-search-input input[type='submit'] {
        text-indent: -999px;
        background: #009fff url(../img/search.svg) no-repeat center center;
    }
}

.custom-search-input-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-top: 25px;
    /* -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3); */
}

@media (max-width: 991px) {
    .custom-search-input-2 {
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

.custom-search-input-2 input {
    border: 0;
    height: 55px;
    padding-left: 15px;
    border-right: 1px solid #d2d8dd;
    font-weight: 500;
}

@media (max-width: 991px) {
    .custom-search-input-2 input {
        border: none;
    }
}

.custom-search-input-2 input:focus {
    box-shadow: none;
    border-right: 1px solid #d2d8dd;
}

@media (max-width: 991px) {
    .custom-search-input-2 input:focus {
        border-right: none;
    }
}

.custom-search-input-2 select {
    display: none;
}

.custom-search-input-2 .nice-select .current {
    font-weight: 500;
    color: #6f787f;
}

.custom-search-input-2 .form-group {
    margin: 0;
}

@media (max-width: 991px) {
    .custom-search-input-2 .form-group {
        margin-bottom: 5px;
    }
}

.custom-search-input-2 i {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    background-color: #fff;
    line-height: 50px;
    top: 4px;
    right: 1px;
    padding-right: 15px;
    display: block;
    width: 20px;
    box-sizing: content-box;
    height: 50px;
    z-index: 9;
    color: #999;
}

@media (max-width: 991px) {
    .custom-search-input-2 i {
        padding-right: 10px;
    }
}

.custom-search-input-2 input[type='submit'] {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border: 0;
    padding: 0 25px;
    height: 55px;
    border-radius: 0.25rem;
    cursor: pointer;
    outline: none;
    width: 100%;
    background-color: #73bdea;
    margin-right: -1px;
}

@media (max-width: 991px) {
    .custom-search-input-2 input[type='submit'] {
        margin: 20px 0 0 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
    }
}

.custom-search-input-2 input[type='submit']:hover {
    background-color: #3790c7;
    color: #fff;
}

.custom-search-input-2.inner {
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .custom-search-input-2.inner {
        margin: 0 0 20px 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

.custom-search-input-2.inner-2 {
    margin: 0 0 20px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
}

.custom-search-input-2.inner-2 .form-group {
    margin-bottom: 10px;
}

.custom-search-input-2.inner-2 input {
    border: 1px solid #ededed;
}

.custom-search-input-2.inner-2 input[type='submit'] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-top: 10px;
}

.custom-search-input-2.inner-2 i {
    padding-right: 10px;
    line-height: 48px;
    height: 48px;
    top: 1px;
}

.custom-search-input-2.inner-2 .nice-select {
    border: 1px solid #ededed;
}

.panel-dropdown {
    position: relative;
    text-align: left;
    padding: 15px 10px 0 15px;
}

@media (max-width: 991px) {
    .panel-dropdown {
        background-color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        height: 50px;
    }
}

.panel-dropdown a {
    color: #727b82;
    font-weight: 500;
    transition: all 0.3s;
    display: block;
    position: relative;
}

.panel-dropdown a:after {
    /* font-family: 'ElegantIcons'; */
    content: "\33";
    font-size: 24px;
    font-size: 1.5rem;
    color: #999;
    font-weight: 500;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 0;
    top: -8px;
}

.panel-dropdown.active a:after {
    transform: rotate(180deg);
}

.panel-dropdown .panel-dropdown-content {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    position: absolute;
    top: 58px;
    left: 0px;
    z-index: 99;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
    padding: 15px 15px 0 15px;
    white-space: normal;
    width: 280px;
}

.panel-dropdown .panel-dropdown-content:after {
    bottom: 100%;
    left: 15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px;
}

.panel-dropdown .panel-dropdown-content.right {
    left: auto;
    right: 0;
}

.panel-dropdown .panel-dropdown-content.right:after {
    left: auto;
    right: 15px;
}

.panel-dropdown.active .panel-dropdown-content {
    opacity: 1;
    visibility: visible;
}

.qtyButtons {
    display: flex;
    margin: 0 0 13px 0;
}

.qtyButtons input {
    outline: 0;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    width: 50px;
    height: 36px !important;
    color: #333;
    line-height: 36px;
    margin: 0 !important;
    padding: 0 5px !important;
    border: none;
    box-shadow: none;
    pointer-events: none;
    display: inline-block;
    border: none !important;
}

.qtyButtons label {
    font-weight: 500;
    line-height: 36px;
    padding-right: 15px;
    display: block;
    flex: 1;
    color: #727b82;
}

.allcaptions {
    margin-top: 30px;
}

.allcaptions .col-md-4 .caption {
    display: flex;
    justify-content: center;
    align-items: center;
}

.allcaptions .col-md-4 .caption i {
    font-size: 25px;
    color: #73bdea;
}

.allcaptions .col-md-4 .caption span {
    font-size: 15px;
}

/*end nav and header*/

/* start second section */

#page>.how {
    padding: 60px 0;
}

.h-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.h-header h1 {
    font-size: 30px;
    /* font-family: sans-serif; */
    margin-bottom: 40px;
}

#page>.how .three-steps .col-md-4 div {
    text-align: center;
}

#page>.how .three-steps .col-md-4 div span:first-of-type {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    border-radius: 50%;
    border: 1px solid #3790c7;
    text-align: center;
}

#page>.how .three-steps .col-md-4 {
    padding: 25px;
    transition: all 0.5s ease-in-out;
}

#page>.how .three-steps .col-md-4:hover {
    background: #ffffff99;
    -webkit-box-shadow: 0px 0px 147px -100px rgba(162, 195, 224, 0.5);
    -moz-box-shadow: 0px 0px 147px -100px rgba(162, 195, 224, 0.5);
    box-shadow: 0px 0px 147px -100px rgba(162, 195, 224, 0.5);
    border-radius: 10px;
}

#page>.how .three-steps .col-md-4:hover img {
    animation: topdown 2s linear 1;
}

#page>.how .three-steps .col-md-4 div img {
    transition: all 1s ease-in-out;
    margin: 50px 0;
}

#page>.how .three-steps .col-md-4 div p {
    margin-top: 0;
    font-size: 19px;
    /* font-family: inherit; */
}

@keyframes topdown {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0px);
    }
}

/* end second section */

/*start why my airrights*/

.Whymyairrights, .knowyourpassenger {
    padding: 60px 0px 30px 0px;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    /* background-image: url("../images/cover/5.jpg"); */
}

.Whymyairrights {}

.overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Whymyairrights .overlay {
    background-color: rgba(0, 0, 0, 0);
}

.Whymyairrights .container .row h1, .knowyourpassenger .container .row h1 {
    color: #fff;
    text-align: center;
    font-size: 40px;
    /* font-family: sans-serif; */
    margin-bottom: 40px;
}

.Whymyairrights .container .row .col-md-4 {
    padding: 15px;
    padding-right: 50px;
}

.Whymyairrights .container .row .col-md-4 .inside {
    background-color: white;
    border: 1px;
    border-style: solid none solid none;
    padding: 20px 0px 10px 16px;
    border-radius: 0px;
    -webkit-box-shadow: 3px 14px 34px -1px rgb(218, 218, 218);
    -moz-box-shadow: 3px 14px 34px -1px rgb(230, 227, 227);
    box-shadow: 3px 14px 34px -1px rgb(224, 224, 224);
}

.Whymyairrights .container .row .col-md-4:nth-of-type(2) .inside {
    background-color: white;
    border: none;
    border-radius: 10px;
    transform: scale(1.1);
    padding: 40px 20px 10px 20px;
}
.inside.pri {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
@media (max-width: 991px) {
    .Whymyairrights .container .row .col-md-4 {
        padding-right: 60px;
        padding-left: 60px;
    }
    .Whymyairrights .container .row .col-md-4 .inside {
        margin-bottom: 10%;
    }
    .Whymyairrights .container .row .col-md-4:nth-of-type(2) .inside {
        margin-left: 2%;
        margin-bottom: 10%;
        margin-top: 20px;
    }
}

.Whymyairrights .container .row .col-md-4 .inside i {
    color: black;
}

.Whymyairrights .container .row .col-md-4:nth-of-type(2) .inside i {
    color: #73bdea;
}

.Whymyairrights .container .row .col-md-4:nth-of-type(2) .inside>i {
    position: relative;
    top: -140px;
}

@media(min-width: 768px) and (max-width:1060px) {
    .Whymyairrights .container .row .col-md-4:nth-of-type(2) .inside>i {
        top: -97px;
    }
}

.Whymyairrights .container .row .col-md-4 .inside>i {
    display: block;
    text-align: center;
    font-size: 40px;
    color: black;
    margin-bottom: 20px;
}

.Whymyairrights .container .row .col-md-4 .inside h2 {
    color: black;
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
    /* font-family: sans-serif; */
}

.Whymyairrights .container .row .col-md-4 .inside ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.Whymyairrights .container .row .col-md-4 .inside ul li {
    color: black;
    margin: 10px 0 30px;
    font-size: 16px;
}

.Whymyairrights .container .row .col-md-4 .inside ul li i {
    display: inline-block;
    font-size: 17px;
    margin-right: 6px;
}

/*end why my airrights*/

/*start beneficial*/

.beneficial {
    padding: 60px 0;
}

.beneficial .container .header-paragraph .Travelagencies>div {
    display: flex;
    margin-bottom: 4%;
}

@media (max-width: 767px) {
    .beneficial .container .header-paragraph .Travelagencies>div {
        display: block;
    }
}

.beneficial .container .header-paragraph p {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    margin-bottom: 10px;
}

.beneficial .container .header-paragraph i {
    display: block;
    color: #73bdea;
    font-size: 30px;
    margin: auto;
    text-align: center;
}

.beneficial .container .allfilter {
    margin-top: 20px;
}

.beneficial .container .row>div {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1s ease-in-out;
}

.beneficial .container .row .col-md-3 p {
    margin-bottom: 0;
}

.beneficial .container .row .col-md-3 .filter {
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #73bdea;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    height: 105px;
}

.beneficial .container .row .col-md-3 .filter:hover, .beneficial .container .row .col-md-3 .done {
    box-shadow: 0px 0px 21px 4px rgba(162, 195, 224, 0.5);
}

.beneficial .container .row .col-md-3 .filter img {
    width: 70px;
}

.beneficial .container .row .col-md-9 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.beneficial .container .row .col-md-9 div {
    display: none;
    transition: all 1s ease-in-out;
}

.beneficial .container .row .col-md-9 .active {
    display: block;
    transition: all 1s ease-in-out;
}

.beneficial .container .row .col-md-9 ul li {
    display: inline-block;
    transition: all 1s ease-in-out;
    margin-bottom: 20px;
    font-size: 18px;
    /* font-family: sans-serif; */
    transition: all 1s ease-in-out;
    position: relative;
}

.beneficial .container .row .col-md-9 ul li:last-of-type {
    margin-bottom: 0;
}

.beneficial .container .row .col-md-9 ul li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #73bdea;
    position: absolute;
    left: -19px;
    top: 7px;
}

.beneficial .container .row .col-md-9 ul li p {
    display: inline-block
}

/*end beneficial*/

/*start knowyourpassenger*/

.knowyourpassenger {
    /* background-image: url("../images/cover/Depressed-traveler-waiting-at-airport-flights-delays-and-cancellations.jpg"); */
    background-color: white;
}

.knowyourpassenger .container .row h1 {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}

.knowyourpassenger .container .row p {
    position: relative;
    margin: 0;
    font-size: 17px;
    padding: 0px 20px 20px 20px;
    margin-bottom: 15px;
}

.knowyourpassenger .container .row p:last-of-type {
    margin-bottom: 0;
}

/*end knowyourpassenger*/

/*start R in index page*/

.Rsection {
    /*padding: 50px 10px 0;*/
    position: relative;
}

.Rsection>.rot {
    transform: rotate(-90deg);
    position: absolute;
    left: -27px;
    top: calc(47%);
}

@media(max-width: 991px) {
    .Rsection>.rot {
        top: calc(21%);
    }
}

.Rsection>.rot img {
    width: 150px;
}

.Rsection>.rot::after {
    content: "";
    width: 2px;
    height: 92px;
    position: absolute;
    background-color: #73bdea;
    transform: rotate(90deg);
    top: -32px;
    left: -56px;
}

.Rsection>.rot::before {
    content: "";
    width: 2px;
    height: 92px;
    position: absolute;
    background-color: #73bdea;
    transform: rotate(90deg);
    right: -56px;
    top: -32px;
}

.Rsection p {
    text-align: justify;
    font-size: 19px;
    /* font-family: sans-serif; */
}

.Rsection p:first-of-type {
    margin-bottom: 20px;
}

.al-li {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .al-li {
        justify-content: center;
        margin: 3% 0;
    }
}

.al-li ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.al-li ul li {
    margin-bottom: 20px;
    list-style: none;
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #73bdea;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    height: 105px;
    width: 100%;
}

.al-li ul li span {
    font-size: 25px;
    color: #73bdea;
}

.al-li ul li p {
    margin: 0;
    text-align: center;
}

.al-li ul li:last-of-type {
    margin-bottom: 0;
}

.imageR {
    display: flex;
    justify-content: flex-end;
}

.imageR img {
    width: 100%;
}

/*end R  in index page*/

/**************************************************************/

/*****imprint page*****/

/*start*/

.imprint {
    background-size: cover;
    z-index: 3;
}

.imprint-details {
    margin-top: 50px;
}

.imprint-details h1 {
    font-size: 30px;
    color: #73bdea;
}

.imprint-details p, .imprint-details li {
    font-size: 18px;
    /* font-family: sans-serif; */
}

.imprint-details ul {
    margin-top: 14px;
    padding: 0;
    list-style: none;
}

.imprint-details li span {
    color: #3790c7;
}

.master-button {
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.master-button button.btn-primary {
    width: 200px;
    border-radius: 4px;
    height: 60px;
    border: none;
    background-color: #3790c7;
}

/*end*/

/**************************************************************/

/**************************************************************/

/*****terms&conditions page*****/

/*start*/

dt {
    color: #73bdea;
    margin-top: 27px;
    font-size: 20px;
    /* font-family: sans-serif; */
}

dd, dd dl dt {
    margin-top: 7px;
    color: rgb(63, 62, 62);
    font-size: 18px;
    font-weight: normal;
    /* font-family: sans-serif; */
    text-align: justify;
}

.headers {
    color: #009fff;
    font-weight: bold;
    /* font-family: unset; */
}

dd span, dd dl dt span {
    color: #73bdea;
    font-weight: bold;
    margin-right: 10px;
}

.articlesterm dd {
    margin-top: 30px;
}

/*end*/

/**************************************************************/

/**************************************************************/

/*****Blogs page*****/

/*start*/

.form-box {
    position: fixed;
    top: 25%;
    width: 25%;
    right: 7%;
}

.main_title_2 {
    text-align: center;
    margin-bottom: 45px;
    position: relative;
}

.main_title span {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    margin: auto;
    margin-bottom: 20px;
    opacity: 1;
    background-color: #999;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.main_title.animated span {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.main_title_2 {
    text-align: center;
    padding-top: 8%;
    margin-bottom: 45px;
    position: relative;
}

.main_title_2 span {
    width: 120px;
    height: 2px;
    background-color: #e1e1e1;
    display: block;
    margin: auto;
}

.main_title_2 span em {
    width: 60px;
    height: 2px;
    background-color: #009fff;
    display: block;
    margin: auto;
}

@media (max-width: 767px) {
    .main_title_2 {
        margin-bottom: 10px;
    }
}

.main_title_2 h2 {
    margin: 18px 0 10px 0;
}

@media (max-width: 767px) {
    .main_title_2 h2 {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

.main_title_2 h3 {
    margin: 25px 0 0 0;
}

@media (max-width: 767px) {
    .main_title_2 h3 {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.main_title_2 p {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .main_title_2 p {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.main_title_2 p b {
    color: #009fff;
}

.blog .blogparagraph {
    text-align: justify;
}

.blog .blogmaster p {
    font-size: 16px;
    margin-bottom: 10px;
}

.blog .blogmaster b {
    color: #009fff;
    font-weight: 500;
}

.blog .blogmaster img {
    width: 100%;
}

.psection {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .psection {
        order: 2;
    }
    .psection .blogparagraph h4 {
        text-align: center;
        margin-top: 3%;
    }
    .psection .blogparagraph p {
        text-align: center;
    }
}

.blog .check {
    background-image: url("../images/footer/229-2298111_white-cloud-wallpaper-hd.jpg");
    padding: 20px 0;
    background-position: center;
    position: relative;
}

.blog .custom-search-input-2 {
    position: relative;
    margin-top: 0;
    display: flex;
    align-items: center;
}

.blog .blogparagraph h1 {
    color: #009fff;
    margin-bottom: 20px;
}

.blog .col-md-5 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog .more {
    display: none;
}

.blog .readmo {
    font-size: 17px;
    color: #009fff;
    font-weight: bold;
    cursor: pointer;
}

.blogover {
    background-color: rgba(0, 0, 0, 0.6);
}

.box_style_cat {
    background: #fff;
    border: 1px solid #ededed;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {
    .box_style_cat {
        display: none;
    }
}

ul#cat_nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#cat_nav li {
    border-bottom: 1px solid #ededed;
}

ul#cat_nav li i {
    font-size: 16px;
    font-size: 1rem;
    margin: 2px 10px 0 0;
    float: left;
}

ul#cat_nav li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

ul#cat_nav li a {
    position: relative;
    color: #555;
    display: block;
    padding: 15px 10px;
}

ul#cat_nav li a:after {
    /* font-family: "fontello"; */
    content: "\e89b";
    position: absolute;
    right: 15px;
    top: 15px;
}

ul#cat_nav li a span {
    font-size: 11px;
    font-size: 0.6875rem;
    color: #999;
}

ul#cat_nav li a:hover, ul#cat_nav li a#active, ul#cat_nav li a.active {
    color: #009fff;
}

.hero_in form {
    animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
}

a.box_topic {
    text-align: center;
    background: #fff;
    padding: 40px 30px 15px 30px;
    display: block;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    color: #555;
    margin-bottom: 30px;
    overflow: hidden;
}

@media (max-width: 767px) {
    a.box_topic {
        padding: 20px 20px 0 20px;
    }
}

a.box_topic:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

a.box_topic i {
    font-size: 60px;
    font-size: 3.75rem;
    color: #009fff;
    margin-bottom: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background-color: #2c8e5b;
    background-color: rgba(50, 160, 103, 0.05);
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 15px;
}

a.box_topic h3 {
    font-size: 18px;
    font-size: 1.125rem;
}

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

.list_articles ul li {
    float: left;
    width: 45%;
    margin-right: 45px;
    padding: 15px 0;
    border-bottom: 1px solid #ededed;
}

.list_articles ul li a {
    color: #555;
    display: block;
}

.list_articles ul li a:hover {
    color: #009fff;
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

.list_articles ul li i {
    margin-right: 10px;
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    top: 2px;
}

@media (max-width: 991px) {
    .list_articles ul li {
        float: none;
        width: 100%;
        margin-right: 0;
    }
}

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

ul.list_3 li {
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
}

ul.list_3 li strong {
    font-weight: 500;
}

ul.list_3 li:before {
    /* font-family: "fontello"; */
    content: "\ea3e";
    position: absolute;
    left: 0;
    top: 0;
}

.box_general {
    border: 1px solid #ededed;
    padding: 25px 25px 5px 25px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

.btn_1.rounded {
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    border-radius: 25px !important;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.add_bottom_30 {
    margin-bottom: 30px;
}

a.btn_1, .btn_1 {
    border: none;
    color: #fff;
    background: #3790c7;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.rounded {
    border-radius: .25rem!important;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

/*-------- 3.2 Accordion --------*/

.accordion_2 .card {
    border: 0;
    margin-bottom: 5px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

.accordion_2 .card .card-header {
    background-color: #fff;
    border-bottom: 1px solid #ededed;
    padding: 20px;
}

.accordion_2 .card-body {
    padding-bottom: 0;
}

.accordion_2 .card-header h5 {
    font-size: 16px;
    font-size: 1rem;
}

.accordion_2 .card-header h5 a {
    border: 0;
    display: block;
    color: #999;
}

.accordion_2 .card-header h5 a i.indicator {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;
    float: right;
    color: #009fff;
}

.card {
    border-radius: 0;
    border: 0;
    margin-bottom: 5px;
}

.margin_60_35 {
    padding-top: 60px;
    padding-bottom: 35px;
}

/*.blog .check .custom-search-input-2 input{
   height: 100%;
}
/*end*/

/*startregister */

/*-------- 2.5 Login/register --------*/

#login_bg, #register_bg {
    background: url(../images/cover/12.jpg) center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100vh;
    width: 100%;
}

#register_bg {
    background: url(../images/cover/19.jpg) center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#login figure, #register figure {
    text-align: center;
    border-bottom: 1px solid #ededed;
    margin: -45px -60px 25px -60px;
    padding: 20px 60px 25px 60px;
}

@media (max-width: 767px) {
    #login figure, #register figure {
        margin: -30px -30px 20px -30px;
        padding: 15px 60px 20px 60px;
    }
}

#login aside, #register aside {
    width: 430px;
    padding: 45px 60px 60px 60px;
    position: absolute;
    left: 0;
    top: 0;
    overflow-y: auto;
    background-color: #fff;
    min-height: 100vh;
}

@media (max-width: 767px) {
    #login aside, #register aside {
        width: 100%;
        padding: 30px;
    }
}

#login aside form, #register aside form {
    margin-bottom: 60px;
    display: block;
}

#login aside form .form-group input, #register aside form .form-group input {
    padding-left: 40px;
}

#login aside form .form-group i, #register aside form .form-group i {
    font-size: 21px;
    font-size: 1.3125rem;
    position: absolute;
    left: 12px;
    top: 34px;
    color: #ccc;
    width: 25px;
    height: 25px;
    display: block;
    font-weight: 400 !important;
}

#login aside .copy, #register aside .copy {
    text-align: center;
    position: absolute;
    height: 30px;
    left: 0;
    bottom: 30px;
    width: 100%;
    color: #999;
    font-weight: 500;
}

.access_social {
    margin-top: 45px;
}

@media (max-width: 767px) {
    .access_social {
        margin-top: 30px;
    }
}

.divider {
    text-align: center;
    height: 1px;
    margin: 30px 0 15px 0;
    background-color: #ededed;
}

.divider span {
    position: relative;
    top: -20px;
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    font-style: italic;
}

a.social_bt {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    min-width: 200px;
    margin-bottom: 10px;
    display: block;
    padding: 12px;
    line-height: 1;
    position: relative;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

a.social_bt:hover {
    -webkit-filter: brightness(115%);
    filter: brightness(115%);
}

a.social_bt.facebook:before, a.social_bt.google:before, a.social_bt.linkedin:before {
    /* font-family: 'ElegantIcons'; */
    position: absolute;
    left: 12px;
    top: 10px;
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
}

a.social_bt.facebook {
    background-color: #3B5998;
}

a.social_bt.facebook:before {
    content: "\e093";
}

a.social_bt.google {
    background-color: #DC4E41;
}

a.social_bt.google:before {
    content: "\e096";
    top: 12px;
}

a.social_bt.linkedin {
    background-color: #0077B5;
}

a.social_bt.linkedin:before {
    content: "\e09d";
}

/*Password strength */

#pass-info {
    width: 100%;
    margin-bottom: 15px;
    color: #555;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px 3px 3px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

#pass-info.weakpass {
    border: 1px solid #FF9191;
    background: #FFC7C7;
    color: #94546E;
}

#pass-info.stillweakpass {
    border: 1px solid #FBB;
    background: #FDD;
    color: #945870;
}

#pass-info.goodpass {
    border: 1px solid #C4EEC8;
    background: #E4FFE4;
    color: #51926E;
}

#pass-info.strongpass {
    border: 1px solid #6ED66E;
    background: #79F079;
    color: #348F34;
}

#pass-info.vrystrongpass {
    border: 1px solid #379137;
    background: #48B448;
    color: #CDFFCD;
}

/* Checkbox style */

.container_check {
    display: block;
    position: relative;
    padding-top: 5px;
    font-size: 13px;
    font-size: 0.8125rem;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 10px;
}

.container_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.container_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #d2d8dd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.container_check:hover input~.checkmark {
    background-color: #ededed;
    border: 1px solid transparent;
}

.container_check input:checked~.checkmark {
    background-color: #0072bc;
    border: 1px solid transparent;
}

.container_check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container_check input:checked~.checkmark:after {
    display: block;
}

/*start aboutus*/

/***********************************************
************************************************/

.Rsection>.rot img {
    width: 150px;
}

/*start footer*/

.footer {
    background-image: url("../images/footer/229-2298111_white-cloud-wallpaper-hd.jpg");
    background-size: cover;
    position: relative;
    padding: 67px 0 15px;
    background-position-y: bottom;
    z-index: 3
}

.footer .overlay {
    background-color: rgba(0, 0, 0, 0.76);
}

.footer .footer-section {
    margin: 0;
    padding: 0;
    padding-left: 14px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.footer .footer-section:first-of-type img {
    width: 200px;
    display: block;
    margin-bottom: 40px;
}

.footer .footer-section:first-of-type p {
    font-size: 13px;
    line-height: 2;
    /* font-family: sans-serif; */
    color: #dedbdb;
}

.footer .footer-section:first-of-type .social {
    display: flex;
    justify-content: space-between;
    width: 74%;
}

.footer .footer-section:first-of-type a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.footer .footer-section:first-of-type a:hover {
    color: #73bdea;
}

.footer .footer-section p {
    color: #fff;
}

.footer-section h5 {
    text-transform: uppercase;
    margin-bottom: 35px;
    /* font-family: sans-serif; */
    color: #fff;
}

.footer-section .contact i {
    margin-right: 13px;
    color: #73bdea;
}

.footer-section .contact p {
    margin-bottom: 25px;
}

.double-menu ul:nth-of-type(2) {
    margin-left: 50px;
}

.double-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block
}

.double-menu ul li a {
    font-size: 13.9px;
    color: #cccccc;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    right: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
}

.double-menu ul li a:hover {
    right: -20px;
    color: #3790c7;
}

.footerform {
    position: relative;
    height: 40px;
    overflow: hidden;
    border-radius: 3px;
    margin-top: 25px;
}

.footer .footerform input {
    width: 100%;
    height: 40px;
    padding: 10px 18px;
    padding-right: 50px;
}

.footer .footerform button {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
    right: 0;
    background: #73bdea;
    color: #fff;
    border: none;
}

.footer-bottom {
    overflow: hidden;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #3790c76b;
    position: relative;
}

.footer-nav {
    float: right;
}

.copyright {
    float: left;
    padding-top: 3px;
}

.footer-nav ul {
    list-style: none;
}

.footer-nav ul li {
    display: inline;
}

.footer-nav ul li a {
    display: inline-block;
    color: #cccccc;
    margin-left: 10px;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.copyright p {
    font-size: 12px;
    margin-bottom: 0;
    color: #bfbfbf;
}

.copyright p a {
    font-weight: 600;
    color: #fff;
}

.double-menu ul {
    margin: 0;
    padding: 0;
}

.double-menu ul:nth-of-type(2) {
    margin: 0;
    padding: 0;
    margin-left: 36px;
}

.footer-nav ul li a:hover {
    color: #73bdea;
}

footer ul h1 {
    font-size: 20px;
    color: #73bdea;
}

/*end footer*/

.form-group {
    position: relative;
}

#login h5 {
    color: #3790c7;
}

.panel-dropdown-content {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    position: absolute;
    top: 70px;
    left: 0px;
    z-index: 99;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
    padding: 0;
    white-space: normal;
    width: 100%;
    z-index: 100000000;
}

.panel-dropdown-content:after {
    bottom: 100%;
    left: 15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px;
}

.inner-menu {
    width: 100%;
    /* top: 0; */
    margin: 0;
    overflow-y: scroll;
    /* background: blue; */
    max-height: 235px;
    padding: 15px 15px 0 15px;
}

.airline {
    list-style: none;
    text-align: left;
    padding: 9px 0;
    border-bottom: 1px solid #3b3b3b1c;
    color: rgb(49, 49, 49);
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

/* .airline:hover{
  background-color: #0072bc;
    color: #fff;
    cursor: pointer;
  } */

.back {
    width: 100%;
    /* background-color: #13DA93; */
    margin-top: 6%;
    /* margin-left: 23%; */
    border: 1px solid;
    color: #3790c7;
    background: white;
    border-color: #3790c7;
    transition: all 1px ease-in-out;
}

.back:hover {
    background-color: #0072bc;
    color: wheat;
}

.animated .block-reveal {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.block-horizzontal, .block-vertical {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.animated .block-horizzontal {
    animation: reveal_left_to_right 1s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    background: #0054a6;
}

.animated .block-vertical {
    animation: reveal_top_to_bottom 1s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    background: #0054a6;
}

.block-reveal img {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.animated .block-reveal img {
    animation: color 0.5s ease-in-out;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

@keyframes reveal_left_to_right {
    0% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    50% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes reveal_top_to_bottom {
    0% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes color {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.hero_single.version_2 .wrapper p {
    font-weight: 400;
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 21px;
    font-size: 1.3125rem;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}

/*Timeline --------------- */

ul.cbp_tmtimeline {
    margin: 45px 0 45px 0;
    padding: 0;
    list-style: none;
    position: relative;
}

/* The line */

.cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #ebeef3;
    left: 18.5%;
    margin-left: -2px;
}

/* The date/time */

.cbp_tmtimeline>li {
    position: relative;
}

.cbp_tmtimeline>li .cbp_tmtime {
    display: block;
    width: 23%;
    padding-right: 80px;
    position: absolute;
}

.cbp_tmtimeline>li .cbp_tmtime span {
    display: block;
    text-align: right;
}

.cbp_tmtimeline>li .cbp_tmtime span:first-child {
    font-size: 0.9em;
    color: #888;
    margin-bottom: 0;
}

.cbp_tmtimeline>li .cbp_tmtime span:last-child {
    font-size: 18px;
    font-weight: 500;
}

/* Right content */

img.thumb_visit {
    width: 70px;
    height: 70px;
    border: 2px solid #fff;
    margin-top: -5px;
    float: right;
    margin-left: 15px;
}

@media (max-width: 767px) {
    img.thumb_visit {
        display: none;
    }
}

.cbp_tmtimeline>li .cbp_tmlabel {
    margin: 0 0 15px 25%;
    background: #ffffff;
    padding: 20px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cbp_tmtimeline>li .cbp_tmlabel p {
    margin-bottom: 0;
    font-size: 13px;
    font-size: 0.8125rem;
}

.cbp_tmtimeline>li .cbp_tmlabel h4 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 16px;
    font-size: 1rem;
}

/* The triangle */

.cbp_tmtimeline>li .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #ffffff;
    border-width: 10px;
    top: 15px;
}

/* The icons */

.cbp_tmtimeline>li .cbp_tmicon {
    width: 48px;
    height: 48px;
    font-weight: 500;
    background-color: #fff;
    text-transform: none;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 50px;
    position: absolute;
    color: #0054a6;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #999;
    text-align: center;
    left: 18.5%;
    top: 0;
    margin: 0 0 0 -25px;
}

/* Media Queries */

@media screen and (max-width: 65.375em) {
    .cbp_tmtimeline>li .cbp_tmtime span:last-child {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 47.2em) {
    .cbp_tmtimeline:before {
        display: none;
    }
    .cbp_tmtimeline>li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
    }
    .cbp_tmtimeline>li .cbp_tmtime span {
        text-align: left;
    }
    .cbp_tmtimeline>li .cbp_tmlabel {
        margin: 0 0 30px 0;
        padding: 1em;
    }
    .cbp_tmtimeline>li .cbp_tmlabel:after {
        right: auto;
        left: 20px;
        border-right-color: transparent;
        border-bottom-color: #eef3f7;
        top: -20px;
    }
    .cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after {
        border-right-color: transparent;
        border-bottom-color: #eef3f7;
    }
    .cbp_tmtimeline>li .cbp_tmicon {
        position: relative;
        float: right;
        left: auto;
        margin: -65px 5px 0 0px;
    }
}

a.box_topic {
    text-align: center;
    background: #fff;
    padding: 40px 30px 15px 30px;
    display: block;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    color: #555;
    margin-bottom: 30px;
    overflow: hidden;
}

@media (max-width: 767px) {
    a.box_topic {
        padding: 20px 20px 0 20px;
    }
}

a.box_topic:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

a.box_topic i {
    font-size: 60px;
    font-size: 3.75rem;
    color: #73bdea;
    margin-bottom: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background-color: #73bdea;
    background-color: rgba(50, 160, 103, 0.05);
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 15px;
}

a.box_topic h3 {
    font-size: 18px;
    font-size: 1.125rem;
}

.commitment-link {
    display: inline-block;
    margin: auto;
    height: 50px;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    font-size: 16px;
    transition: all 0.4s ease-in-out;
    border-radius: 15px;
}

.commitment-link:hover {
    background-color: #73bdea;
    color: #ffffff;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(140, 212, 235, 0.014);
    -moz-box-shadow: 0px 6px 12px 0px rgba(140, 212, 235, 0.014);
    box-shadow: 0px 6px 12px 0px rgba(140, 212, 235, 0.014);
    border-radius: 10px;
}

.eur i {
    color: #73bdea;
    display: inline-block;
    margin-right: 10px;
    transition: all 0.5s ease-in-out;
}

.alert {
    border: 1px solid #73bdea;
    padding: 30px;
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.alert:hover {
    background-color: #73bdea;
    color: white;
}

.alert:hover i {
    color: white;
}

.headofeu {
    margin-bottom: 30px;
    font-weight: bold;
}

.accordion_2 .card {
    margin-bottom: 20px;
}

.filter-questions {
    background: white;
    border-radius: 20px;
    box-shadow: 0 0 75px -40px #e6e6e6;
}

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

.filter-questions ul li {
    padding: 15px;
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid rgba(226, 226, 226, 0.7);
}

.filter-questions ul li:hover {
    color: #73bdea;
    padding-left: 30px;
    transition: all 0.5s ease-in-out;
}

.all-questions {
    border-radius: 20px;
    margin: 50px auto;
}

.some-questions {
    padding: 0 20px;
}

.some-questions div {
    display: none;
}

.some-questions .active {
    display: block;
}

.some-questions section {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 0 75px -40px #e6e6e6;
    padding: 15px;
}

.filter-questions ul .done {
    color: #73bdea;
    padding-left: 30px;
}

.insert h5 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: gray;
}

.insert p {
    margin-bottom: 20px;
}

.insert div div {
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

.insert div div a {
    color: #73bdea;
}

/*EU*/

.allDelayed .active, .allCancell .active {
    display: block;
}

.beneficial .container .Delay .allDelayed ul li {
    font-size: 15px;
}

.beneficial .container .Delay .allDelayed ul li::before {
    content: "";
    width: 0;
}

.beneficial .container .Cancel .reimbursement ul li::before {
    content: "";
    width: 0;
}

.Delay .allDelayed a {
    cursor: pointer;
    display: block;
    margin: auto;
    text-align: center;
    height: 40px;
    width: 150px;
    border: 1px solid #73bdea;
    line-height: 40px;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
}

.Delay .allDelayed a:hover {
    background-color: #73bdea;
    color: #fff;
}

/*table*/

#customers {
    border-collapse: collapse;
    width: 100%;
}

#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:hover {
    background-color: #ddd;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #73bdea;
    color: white;
}

.myairrightsT {
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.myairrightsT .trustpilot-widget {
    display: flex !important;
    align-items: center;
}

.myairrightsT .trustpilot-widget iframe {
    height: 100px !important;
}

.tp-widget-logo {
    width: 175px !important;
}
.gaca img , .ecar img{
    width:350px
}
@media (max-width: 991px) {
    .gaca img,.ecar img{
        width:250px;
        margin: auto;
        text-align: center;
        display: block;
    }
}

/*alert*/
.alert-container {
    position: fixed;
    bottom: 30px;
    width: 50%;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    right: 10px;
    z-index: 1000;
}

@media only screen and (min-width: 600px) {
    .alert-container {
        width: 400px;
    }
}

.modal-alert {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: none;
    padding: 20px 15px;
    border-radius: 8px;
    position: relative;
}


.modal-alert .content {
    display: flex;
    align-items: center;
}

.modal-alert .content svg {
    opacity: 0.9;
    margin: 0 10px;
}

.modal-alert h6 {
    opacity: 0.9;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.modal-alert .bar {
    height: 2px;
    left: 8px;
    bottom: 0px;
    background: rgb(255, 99, 15);
    position: absolute;
    border-radius: 4px 4px 0 0;
}

.progress {
    animation: alertProgress 5s ease;
}

@keyframes alertProgress {
    from {
        width: 90%;
    }
    to {
        width: 0;
    }
}
/* Airhelp Plus */

.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 45px;
    height: 45px;
    overflow: hidden;
    top: 0;
    font-size: 22px;
    right: 0;
    background-color: #73bdea;
    border-radius: 0 4px 0 32px;
}
.list-style-none {
    list-style: none;
}
.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
}

.card1 {
    display: block;
    position: relative;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 32px;
    margin: 12px;
    min-height: 280px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
}
.card1 p {
    font-size: 18px;
}
.card1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #73bdea;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}
.card1:hover:before {
    transform: scale(30);
}
.card1:hover .go-corner {
    font-size: 22px;
    right: 0;
    background-color: #fff;
    color: black;
    border-radius: 0 4px 0 32px;
}
.card1:hover .go-arrow {
    color: black;
}
.card1:hover p {
    transition: all 0.3s ease-out;
    color: rgba(255, 255, 255, 0.8);
}
.card1:hover h3 {
    transition: all 0.3s ease-out;
    color: #ffffff;
}
.card1 h3, .card2 h3 {
    color: #73bdea;
    margin-bottom: 31px;
    font-size: 22px;
}
.card2 {
    display: block;
    position: relative;
    background-color: #73bdea;
    border-radius: 4px;
    padding: 32px;
    margin: 12px;
    min-height: 280px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
}
.card2 p {
    font-size: 18px;
    color: #fff;
}
.card2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #ffffff;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}
.card2:hover:before {
    transform: scale(30);
}
.card2 .go-corner {
    font-size: 22px;
    right: 0;
    background-color: #ffffff;
    color: black;
    border-radius: 0 4px 0 32px;
}
.card2 .go-arrow {
    color: black;
}
.card2:hover .go-corner {
    font-size: 22px;
    right: 0;
    background-color: #73bdea;
    color: #fff;
    border-radius: 0 4px 0 32px;
}
.card2:hover .go-arrow {
    color: #fff;
}
.card2:hover p {
    transition: all 0.3s ease-out;
    color: black;
}
.card2:hover h3 {
    transition: all 0.3s ease-out;
    color: #73bdea;
}
.card2 h3 {
    color: #ffffff;
    margin-bottom: 31px;
}
:root {
    --sub-font: "Corinthia", cursive;

    --primary: #73bdea;
    --dark: #03030f;
    --text-color: #2e2e2e;

    --space-sm: 10px;
    --space-md: 20px;
    --space-lg: 40px;

    --text-line-height: 1.7em;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

.about-us {
    position: relative;
    padding: 50px 0px 95px;
}

.about-us .floated-icon.right {
    position: absolute;
    right: -30px;
    bottom: 125px;
}

.subtitle {
    font-family: var(--sub-font);
    color: var(--primary);
    font-size: 30px;
    margin-bottom: var(--space-md);
}

.title {
    color: var(--dark);
    font-size: 50px;
    line-height: 1.2em;
    margin-bottom: 30px;
}

.text {
    line-height: var(--text-line-height);
    color: var(--text-color);
}

/* image . */

.about-us .bg-image {
    position: absolute;
    top: 35px;
    right: 80px;
}

.about-us .bg-image img {
    max-width: none;
    object-fit: contain;
}

.about-us .image-box {
    position: relative;
    animation-name: float_up_down;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes float_up_down {
    0% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

    50% {
        transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1;
    }

    100% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}
.our-plan-bottom {
    background: #73bdea;
    color: #fff;
    border: none;
    padding: 9px 22px;
    border-radius: 4px;
    outline: 0 !important;
}
/* .about-us .text-col {
  position: relative;
  margin-bottom: 30px;
  order: 12;
}

.about-us .text-col .title-box {
  margin-bottom: 30px;
}

.about-us .text-col .inner {
  position: relative;
  display: block;
  padding-top: 70px;
}

.about-us .text-col .lower-box {
  position: relative;
  padding: 22px 20px;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 12px 30px 0 rgba(29, 197, 206, 0.15);
}

.about-us .text-col .lower-inner {
  position: relative;
  min-height: 112px;
  padding-top: 4px;
  padding-right: 180px;
}

.about-us .text-col .image-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 148px;
  border-radius: 4px;
}

.about-us .text-col .image-box img {
  display: block;
  width: 100%;
  border-radius: 4px;
}

.about-us .text-col .image-box .overlink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 4px;
}

.about-us .text-col .image-box .overlink .icon {
  position: absolute;
  width: 66px;
  height: 66px;
  left: 50%;
  top: 50%;
  margin: -33px 0 0 -33px;
  text-align: center;
  font-size: 16px;
  line-height: 62px;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.about-us .text-col .image-box .overlink:hover {
  opacity: 0.7;
}

.about-us .text-col .lower-inner ul li {
  position: relative;
  padding-left: 41px;
  line-height: 1.6em;
  font-weight: 500;
  margin-bottom: 12px;
}

.about-us .text-col .lower-inner ul li:last-child {
  margin-bottom: 0;
}

.about-us .text-col .lower-inner ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #1dc5ce;
  background: rgba(29, 197, 206, 0.15);
  border-radius: 50%;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.about-us .text-col .lower-inner ul li:hover::before {
  transform: rotateY(360deg);
}

.about-us .image-col {
  position: relative;
  margin-bottom: 50px;
  order: 0;
}

.about-us .image-col .inner {
  position: relative;
  display: block;
  min-height: 0;
}

.about-us .image-col .bg-image {
  position: absolute;
  top: 35px;
  right: 80px;
}

.about-us .image-col .bg-image img {
  max-width: none;
}

.about-us .image-col .image-box {
  position: relative;
}

.about-us .floated-icon.right {
  position: absolute;
  right: -30px;
  bottom: 125px;
} */
.bg-primary {
    background-color: #73bdea !important;
}

.background {
    padding: 0 25px 25px;
    position: relative;
    width: 100%;
}

.background::after {
    content: '';
    background: #60a9ff;
    background: -moz-linear-gradient(top, #60a9ff 0%, #4394f4 100%);
    background: -webkit-linear-gradient(top, #60a9ff 0%,#4394f4 100%);
    background: linear-gradient(to bottom, #60a9ff 0%,#4394f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60a9ff', endColorstr='#4394f4',GradientType=0 );
    height: 350px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

@media (min-width: 900px) {
    .background {
        padding: 0 0 25px;
    }
}

.container {
    margin: 0 auto;
    padding: 50px 0 0;
    width: 100%;
}

.panel {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 25px;
    position: relative;
    width: 100%;
    z-index: 10;
}

.pricing-table {
    box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
}

@media (min-width: 900px) {
    .pricing-table {
        flex-direction: row;
    }
}

.pricing-table * {
    text-align: center;
    text-transform: uppercase;
}

.pricing-plan {
    border-bottom: 1px solid #e1f1ff;
    padding: 25px;
}

.pricing-plan:last-child {
    border-bottom: none;
}

@media (min-width: 900px) {
    .pricing-plan {
        border-bottom: none;
        border-right: 1px solid #e1f1ff;
        flex-basis: 100%;
        padding: 25px 50px;
    }

    .pricing-plan:last-child {
        border-right: none;
    }
}

.pricing-img {
    margin-bottom: 25px;
    max-width: 100%;
}

.pricing-header {
    color: #888;
    font-weight: 600;
    letter-spacing: 1px;
}

.pricing-features {
    color: #73bdea;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 50px 0 25px;
    list-style: none;
}

.pricing-features-item {
    border-top: 1px solid #e1f1ff;
    font-size: 12px;
    line-height: 1.5;
    padding: 15px 0;
}

.pricing-features-item:last-child {
    border-bottom: 1px solid #e1f1ff;
}

.pricing-price {
    color: #73bdea;
    display: block;
    font-size: 32px;
    font-weight: 700;
}

.pricing-button {
    border: 1px solid #9dd1ff;
    border-radius: 10px;
    color: #73bdea;
    display: inline-block;
    margin: 25px 0;
    padding: 15px 35px;
    text-decoration: none;
    transition: all 150ms ease-in-out;
}

.pricing-button:hover,
.pricing-button:focus {
    background-color: #e1f1ff;
}

.pricing-button.is-featured {
    background-color: #73bdea;
    color: #fff;
}

.pricing-button.is-featured:hover,
.pricing-button.is-featured:active {
    background-color: #73bdea;
}
html, body {
    scroll-behavior: smooth !important;
}
