
*
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
    scroll-behavior: smooth
}


footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 15px;
    font-weight: 400;
    scroll-behavior: smooth;
    line-height: 1.5;
    color: #444444;
    background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    text-transform: uppercase !important;
    font-family: 'OpenSans_Regular !important';
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: "Raleway",Sans-serif;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    text-decoration: none;
    background-color: transparent;
}


    a:hover {
        text-decoration: none;
    }

img {
    vertical-align: middle;
    border-style: none;
}

table {
    border-collapse: collapse;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

    button:focus {
        outline: 0;
        outline: 0;
    }

input,
button,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

li {
    list-style: none;
}

button,
select {
    text-transform: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #cea841;
    border-color: #cea841;
}
/*nav header*/
/*home page*/
.first-hedr {
    width: 100%;
    z-index: 11;
    background-color: #222222;
    padding: 0;
    border: 0;
    position: relative;
    height: 46px;
    line-height: 42px;
}

section.first-hedr ul.top-bar li i {
    font-size: 14px;
    color: #19abc2;
    margin-right: 6px;
}

.first-hedr ul.top-bar li {
    border-right: 1px solid #333333;
    color: #fff;
    font-size: 13px;
    padding: 0 12px;
}

    .first-hedr ul.top-bar li:first-child {
        border-left: 1px solid #333333;
    }

header .sidenav .closebtn:first-child {
    border: none;
}

.first-hedr ul.top-bar {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}

    .first-hedr ul.top-bar a {
        color: #fff;
        text-decoration: none;
        font-size: 13px;
    }

section.first-hedr ul.top_nav li i {
    font-size: 15px;
    color: #fff;
    margin-right: 0px;
}

section.first-hedr ul.top_nav li {
    list-style: none;
    margin: 0 0px;
    border-left: 1px solid #333333;
    padding: 2px 7px !important;
}

    section.first-hedr ul.top_nav li span {
        color: #fff;
    }

section.first-hedr ul.top_nav {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}

section.first-hedr form input {
    background-color: transparent;
    border: none;
    width: 46px;
    border-left: 1px solid #FFFFFF40;
    border-right: 1px solid #FFFFFF40;
    position: relative;
    cursor: pointer;
}

    section.first-hedr form input:focus {
        outline: 0
    }

section.first-hedr form i {
    position: absolute;
    right: 30px;
    top: 7px;
    color: #fff;
    font-size: 14px;
}

header {
    width: 100%;
    padding: 11px 0px 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    transition: .5s;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    z-index: 99;
    background-clip: padding-box;
    background: rgba(255, 255, 255, 0.82) !important;
}
  
    header .logo img {
        width: 53% !important;
        max-width: 198px;
        height: 71px;
    }

    header .navigation {
        position: relative;
        display: flex;
        margin-bottom: 0;
        padding: 0;
        align-items: center;
        justify-content: flex-end;
    }
        header .navigation li:last-child a:hover {
          
            border: 0;
        }
div#sideNavigation a {
    padding: 12px 18px;
}

        header .navigation li:first-child {
            margin: 0;
        }
        header .navigation li:first-child a {
            border-bottom: 3px solid #19abc2;
        }

        header .navigation li {
            list-style: none;
            margin-left: 45px;
        }

            header .navigation li a {
                text-decoration: none;
                color: #19abc2;
                font-size: 15px;
                padding: 25px 0;
                font-weight: 600;
                line-height: 1.3em;
            }
                header .navigation li a:hover {
                    border-bottom: 3px solid #19abc2;
                }
           
    /* The side navigation menu */
    header .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 99;
        top: 0;
        right: 0;
        background-color: #fff;
        transition: 0.5s;
        padding: 57px 0px 26px 0px;
        border-left: 1px solid rgba(50, 50, 50, 0.1);
    }

        /* The navigation menu links */
        header .sidenav a {
            padding: 8px 8px 16px 20px;
            text-decoration: none;
            font-size: 15px !important;
            color: #2d2b2b !important;
            display: block;
            border-bottom: 1px solid #f1f1f1;
        }

            header .sidenav a:hover {
                color: #19abc2 !important;
            }

        header .sidenav img {
            width: 125px;
            height: auto;
        }
        /* Position and style the close button (top right corner) */
        header .sidenav .closebtn {
            position: absolute;
            top: 11px;
            right: 13px;
            font-size: 21px !important;
            margin-left: 50px;
            color: #ddd8d8 !important;
            font-weight: normal;
        }

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
    overflow: hidden;
    width: 100%;
}

/* Add a black background color to the top navigation */
.topnav {
    overflow: hidden;
}

div#sideNavigation a.logo {
    border-bottom: 0;
    padding-bottom: 23px;
}
/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    text-decoration: none;
    padding: 21px 0px;
}

    /* Change the color of links on hover */

    /* Add a color to the active/current link */
    .topnav a.active {
        background-color: #4CAF50;
        color: white;
    }
/*banner*/

.banner {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("/assets/ALMB2B/img/bg_home.jpeg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.banner_info {
    text-align: left;
    margin: 120px 54px 0px 26px;
}

.banner .banner_info p {
    color: #fff;
    font-size: 15px;
    text-align: left;
    font-weight: normal;
    line-height: 1.6;
    margin: 27px 0;
}

.banner .banner_info h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 500;
    line-height: 1.1em;
    letter-spacing: 0px;
}

.banner .banner_info a.btn.btn-primary {
    color: #fff;
    font-size: 15px;
    border-radius: 0;
    background-color: #19abc2;
    padding: 12px 45px;
    border: 1px solid #19abc2;
    border-radius: 25px;
    font-weight: 500;
    outline: 0;
    transition: all .4s ease;
}

    .banner .banner_info a.btn.btn-primary:hover {
        color: #fff;
        background-color: #444444;
        border-color: #444444;
    }

/*login form*/
.login_form {
    margin: 120px 0px 0px 0px;
}

    .login_form form {
        transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
        margin: 0px 0;
        margin-left: 0px;
        padding: 44px 40px 16px 40px;
        background: rgba(238, 235, 235, 0.8);
        color: #fff;
    }

    .login_form ul.nav.nav-tabs {
        border: 0;
    }

        .login_form ul.nav.nav-tabs li {
            display: flex;
            width: 100%;
        }

            .login_form ul.nav.nav-tabs li.active a {
                background-color: #19abc2;
                color: #fff;
            }

        .login_form ul.nav.nav-tabs a {
            font-size: 18px;
            margin: 0 0px 0px 0px;
            color: #444444;
            width: 100%;
            text-align: center;
        }
       

            .login_form ul.nav.nav-tabs a i {
                font-size: 28px;
                margin-right: 3px;
            }

        .login_form ul.nav.nav-tabs a:hover {
            text-decoration: none;
            background-color: #19abc2;
            color: #fff;
        }
    .login_form .login-form-details {
        transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
        margin: 0px 0;
        margin-left: 0px;
        padding: 44px 40px 16px 40px;
        background: rgba(238, 235, 235, 0.8);
        color: #fff;
    }
.login-form-details .form-group {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 18px;
}

    .login-form-details .form-group input {
        width: 100%;
        color: #706666;
        border-width: 0;
        font-size: 14px;
        border-radius: 0 !important;
        padding: 0px 19px;
        height: 37px;
    }

    .login_form .form-control:focus {
        border-color: #19abc2;
        box-shadow: none;
    }

.login_form .login-form-details button {
    background-color: #19abc2;
    width: 100%;
    padding: 10px;
    border-radius: 0;
    font-weight: 600;
    border: 1px solid #19abc2;
    font-size: 15px;
    transition: all .3s ease-in-out;
}

    .login_form .login-form-details button:hover {
        color: #fff;
        background-color: #444444;
        border-color: #444444;
    }

.login_form .login-form-details .form-group p {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

    .login_form .login-form-details .form-group p a {
        color: #444;
        font-size: 15px;
        font-weight: 600;
    }

header-info {
    justify-content: flex-end;
    display: flex;
}
.top-header-items {
    padding: 17px 0;
}
.logo a.navbar-brand {
    padding: 0;
    float: initial;
}
        .company-img img {
    width: 36%;
}
.logo .row {
    display: flex;
    align-items: center;
}
/*footer*/

footer {
    padding: 46px 0 26px 0px;
    background-image: url("/assets/ALMB2B/img/bg_home2.png");
}

.footer_head {
    color: #fff;
    display: flex;
    flex-direction: column;
}

    .footer_head h3 {
        font-size: 18px;
        font-weight: normal;
        line-height: 1.2em;
        padding: 0 0 0 0;
        margin-bottom: 20px;
        color: #111111;
    }

    .footer_head .contact-info ul {
        padding-left: 0px;
    }

            .footer_head .contact-info ul li a {
                color: #19abc2;
                font-weight:500;
                font-size: 13px;
            }

                .footer_head .contact-info ul li a:hover {
                    color: #333;
                }

ul.footer_social {
    display: flex;
    margin-left: 0;
    padding-left: 0px;
}

    ul.footer_social li {
        margin-right: 10px;
    }

        ul.footer_social li a {
            display: inline-block;
            width: 38px;
            height: 38px;
            line-height: 38px;
            text-align: center;
            background: #288fce;
            color: #fff;
            text-decoration: none;
            font-size: 15px;
        }

            ul.footer_social li a:hover {
                background: #3B5998;
            }

.footer_head p img {
    width: 75%;
    margin-left: 0px;
}

.footer_head p {
    font-size: 13px;
    color: #19abc2;
    line-height: 1.9;
    margin-bottom: 2px;
}

    .footer_head p a {
        color: #19ABC5;
        font-size: 14px;
        font-weight: 500;
    }

.footer-img img {
    width: 91%;
}
/*copy right*/
.cpy_right {
    background-color: #111111;
    color: #fff;
    padding: 30px 0px;
}

.copy_menu p {
    color: #aaaaaa;
    font-size: 14px;
    margin-bottom: 0;
}

.social-footer a {
    margin-right: 14px;
    color: #19abc2;
    font-weight: normal;
    font-size: 15px;
}

    .social-footer a:hover {
        color: #444444;
    }
.login_form .input-group-addon:last-child {
    display: none;
}

.header-info {
    display: flex;
    justify-content: end;
}
ul.info li {
    color: #19abc2;
}
    ul.info li a {
        color: #19abc2;
    }

.hotel_price.htl_dtl_pric p.onReq span {
    color: #777;
}
