.m_container {
    width: 100%;
    height: auto;
    margin: auto;
    position: relative;
    z-index: 4000;
    /*background-image: url(../img/dot_texture_bg.jpg);
    background-size: contain;
    background-repeat: repeat;*/
}

.m_topbar_sect {
    position: relative;
    top: 0px;
    width: 100%;
    display: block;
    transition: top 0.2s;
    z-index: 100;
}

.m_topbar_cont {
    width: 100%;
    height: auto;
    margin: auto;
    position: absolute;
    z-index: 4000;
}

.m_topbar_logo {
    width: 20%;
    height: auto;
    float: left;
    margin-top: 40px;
    padding-left: 3%;
    transition: 0.5s all;
}

.m_topnav_logo {
    width: 20%;
    height: auto;
    float: left;
    margin-top: 15px;
    padding-left: 3%;
}

.m_topbar_menu {
    width: 75%;
    height: auto;
    float: right;
    color: #fff;
}

.banner_sect {
    width: 100%;
    height: 99.8vh!important;
    margin: auto;
    position: relative;
    z-index: 5;
}

.m_overlay_top {
    position: absolute;
    width: 100%;
    height: 99.8vh;
    top: -5px;
    left: 0px;
    background: linear-gradient(180deg, rgba(255, 255, 257, 0.5) 0%, rgba(255, 255, 255, 0) 30%)
}


/* Drop Down Menu */

#m_navbar {
    position: fixed;
    /*top: 0px;*/
    top: -130px;
    min-height: unset;
    width: 100%;
    display: block;
    transition: top 0.1s;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.8);
}

#m_navbar2 {
    position: fixed;
    top: 0px;
    width: 100%;
    display: block;
    transition: top 0.1s;
    z-index: 100;
}

.m_navbar {
    overflow: hidden;
    background-color: unset;
    float: right;
    transition: top 0.5s;
}

.m_navbar a {
    float: left;
    font-size: 15px;
    color: #484848;
    text-align: center;
    padding: 12px 12px 8px 12px!important;
    text-decoration: none;
}

.m_topbar_index {
    width: 100%;
    height: auto;
    font-family: 'Poppins', sans-serif;
    text-align: right;
    padding: 4px 0px 9px 0px;
    position: relative;
    color: rgba(0, 56, 93, 1);
    padding-right: 3%;
}

.m_topnav_index {
    width: 100%;
    height: auto;
    font-family: 'Poppins', sans-serif;
    text-align: right;
    padding: 4px 0px;
    position: relative;
    color: rgba(0, 56, 93, 1);
    padding-right: 3%;
    display: none;
}

.m_topbar_nav {
    width: 74%;
    height: auto;
    text-align: right;
    font-family: 'Poppins', 'Sarabun', sans-serif;
    padding: 9px 0px 0px 0px;
    position: relative;
    margin-top: 4px;
    margin-left: 12px;
    float: right;
    /* background-image: url(../img/nav_top_bg.png); */
    background-size: cover;
    background-repeat: no-repeat;
    min-width: 860px;
    display: block;
    background-color: rgba(0, 67, 112, 0.85);
    -webkit-backdrop-filter: saturate(350%) blur(8px);
    backdrop-filter: saturate(350%) blur(8px);
}

.m_t_navbar {
    width: 74%;
    height: auto;
    text-align: right;
    font-family: 'Poppins', 'Sarabun', sans-serif;
    /* padding: 9px 0px; */
    position: relative;
    margin-top: 1px;
    margin-left: 12px;
    float: right;
    min-width: 860px;
    display: block;
}

.m_set_realtime {
    display: contents;
    width: auto;
    height: auto;
}

.m_menu_btn {
    display: none;
    width: auto;
    height: auto;
}

.m_index_ico {
    width: 32px;
    height: auto;
    position: relative;
    top: 10px;
}

.m_lang_ico {
    width: 32px;
    height: auto;
    position: relative;
    margin-left: 24px;
    top: 10px;
}

.m_menu_ico {
    width: 32px;
    height: auto;
    position: relative;
    margin-left: 12px;
    top: 10px;
}

.img_gulf_logo {
    width: 160px;
    height: auto;
    cursor: pointer;
    transition: 0.4s all;
}

.img_t_gulf_logo {
    width: 134px;
    height: auto;
    cursor: pointer;
    transition: 0.4s all;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: unset;
    margin-block-end: unset;
    margin-inline-start: unset;
    margin-inline-end: unset;
    padding-inline-start: unset;
}

ul.t_nav {
    display: block;
    list-style-type: disc;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

ul.t_nav {
    list-style-type: none;
    margin: 0;
    padding-left: 2%;
    overflow: hidden;
    color: rgba(255, 255, 255, 1);
    margin-top: -12px;
    margin-left: 12px;
    float: right;
    padding-right: 2%;
    font-weight: 600;
}

li {
    /*float: left;*/
    display: list-item;
    text-align: left;
}

li a {
    display: block;
    color: white;
    text-decoration: none;
    margin-top: 0px;
    cursor: pointer;
    transition: 0.4s all;
}

li a:hover {
    background: rgba(79, 146, 201, 0);
    transition: 0.4s all;
    color: rgb(149, 207, 255);
}

li.m_footer a {
    /* display: block; */
    color: white;
    text-align: unset;
    padding: unset;
    text-decoration: unset;
    margin-top: unset;
    cursor: pointer;
    transition: 0.4s all;
}

li.m_footer a:hover {
    background: rgba(79, 146, 201, 0);
    transition: 0.4s all;
    color: rgb(149, 207, 255);
}

ul.t_navbar {
    display: block;
    list-style-type: disc;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

ul.t_navbar {
    list-style-type: none;
    margin: 0;
    padding-left: 2%;
    overflow: hidden;
    color: rgba(0, 67, 112, 1);
    margin-top: 6px;
    margin-left: 12px;
    float: right;
    font-weight: 600;
    padding-right: 2%;
}

li.b_navbar {
    float: left;
    display: list-item;
    text-align: left;
}

li.b_navbar a {
    display: block;
    color: white;
    text-align: center;
    padding: 8px 10px 8px 10px;
    text-decoration: none;
    margin-top: 0px;
    cursor: pointer;
    transition: 0.4s all;
    color: rgba(0, 67, 112, 1);
    border-radius: 2px;
}

li.b_navbar a:hover {
    background: rgba(79, 146, 201, 0.9);
    color: rgba(255, 255, 255, 1);
    transition: 0.4s all;
    border-radius: 2px;
    cursor: pointer;
}


/* HEADER */

.item__video {
    object-fit: cover;
    background-color: #2d3555;
}

.bg-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 2;
}

.header-area .main-header-area {
    padding: 8px 0;
    background: rgb(11 21 48 / 15%)!important;
}

.header-area .main-header-area.details_nav_bg {
    background: #727272;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .header-area .main-header-area.details_nav_bg {
        padding-bottom: 10px;
    }
}

.header-area .main-header-area .logo-img {
    text-align: left;
}

.logo-img img {
    width: 100%;
    max-width: 162px;
    height: auto;
}

@media (max-width: 767px) {
    .header-area .main-header-area .logo-img {
        text-align: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-area .main-header-area .logo-img {
        text-align: left;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-area .main-header-area .logo-img {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .header-area .main-header-area .logo-img img {
        width: 40%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-area .main-header-area .logo-img img {
        width: 40%;
    }
}

.header-area .main-header-area .Appointment {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-area .main-header-area .Appointment .search_button {
        margin-right: 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .header-area .main-header-area .Appointment .search_button {
        margin-right: 15px;
    }
}

.header-area .main-header-area .Appointment .search_button a i {
    color: #E8E8E8;
}

.header-area .main-header-area .Appointment .socail_links ul li {
    display: inline-block;
}

.header-area .main-header-area .Appointment .socail_links ul li a {
    color: #A8A7A0;
    margin: 0 10px;
    font-size: 15px;
}

.header-area .main-header-area .Appointment .socail_links ul li a:hover {
    color: #fff;
}

.header-area .main-header-area .Appointment .book_btn {
    margin-left: 30px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-area .main-header-area .Appointment .book_btn {
        margin-left: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .header-area .main-header-area .Appointment .book_btn {
        margin-left: 0;
    }
}

.header-area .main-header-area .Appointment .book_btn a {
    background: transparent;
    padding: 8px 10px 8px 10px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #FFFFFF;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    /* background: #004370; */
}

@media (min-width: 992px) and (max-width: 1200px) {}

.header-area .main-header-area .Appointment .book_btn a:hover {
    background: #004370;
    color: #fff!important;
    border: 1px solid #004370;
}

.header-area .main-header-area .main-menu {
    text-align: right;
    padding: 12px 0;
}

.header-area .main-header-area .main-menu ul li {
    display: inline-block;
    position: relative;
    margin: 0 10px;
}

.header-area .main-header-area .main-menu ul li a {
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    padding: 0px 0px 0px 0px;
    font-family: 'Poppins', 'Sarabun', sans-serif;
    position: relative;
    text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-area .main-header-area .main-menu ul li a {
        font-size: 15px;
        font-family: 'Poppins', 'Sarabun', sans-serif;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .header-area .main-header-area .main-menu ul li a {
        font-size: 15px;
    }
}

.header-area .main-header-area .main-menu ul li a i {
    font-size: 9px;
}

@media (max-width: 767px) {
    .header-area .main-header-area .main-menu ul li a i {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-area .main-header-area .main-menu ul li a i {
        display: none !important;
    }
}

.header-area .main-header-area .main-menu ul li a:hover::before {
    opacity: 1;
    transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li a.active::before {
    opacity: 1;
    transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li a:hover {
    color: #6AB96F;
}

.header-area .main-header-area .main-menu ul li .submenu {
    position: absolute;
    left: 0;
    top: 160%;
    background: #fff;
    width: 200px;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
    opacity: 0;
    visibility: hidden;
    text-align: left;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.header-area .main-header-area .main-menu ul li .submenu li {
    display: block;
}

.header-area .main-header-area .main-menu ul li .submenu li a {
    padding: 10px 15px;
    position: inherit;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    color: #000;
}

.header-area .main-header-area .main-menu ul li .submenu li a::before {
    display: none;
}

.header-area .main-header-area .main-menu ul li .submenu li:hover a {
    color: #000;
}

.header-area .main-header-area .main-menu ul li:hover>.submenu {
    opacity: 1;
    visibility: visible;
    top: 150%;
}

.header-area .main-header-area .main-menu ul li:hover>a::before {
    opacity: 1;
    transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li:first-child a {
    padding-left: 0;
}

.header-area .main-header-area.sticky {
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    z-index: 990;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.96);
    background: #2C2C2C;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .header-area .main-header-area.sticky {
        padding: 10px 10px;
    }
}

.header-area .main-header-area.sticky .main-menu {
    padding: 0;
}

.header-area .main-header-area.sticky .header_bottom_border {
    border-bottom: none;
}

.header-area .main-header-area.sticky .header_bottom_border.white_border {
    border-bottom: none !important;
}

.header-area .header-top_area {
    padding: 12px 0;
    background: rgb(11 21 48 / 15%);
}

@media (max-width: 767px) {
    .header-area .header-top_area .social_media_links {
        text-align: center;
    }
}

.header-area .header-top_area .social_media_links a {
    font-size: 15px;
    color: #fff;
    margin-right: 12px;
}

.header-area .header-top_area .social_media_links a:hover {
    color: #28AE60;
}

.header-area .header-top_area .short_contact_list {
    text-align: right;
}

@media (max-width: 767px) {
    .header-area .header-top_area .short_contact_list {
        text-align: center;
    }
}

.header-area .header-top_area .short_contact_list ul li {
    display: inline-block;
}

.header-area .header-top_area .short_contact_list ul li a {
    font-size: 13px;
    color: #fff;
    margin-left: 50px;
}

@media (max-width: 767px) {
    .header-area .header-top_area .short_contact_list ul li a {
        margin-left: 0;
        margin: 0 5px;
    }
}

.header-area .header-top_area .short_contact_list ul li a i {
    color: #28AE60;
    margin-right: 7px;
}

.header_bottom_border {
    border-bottom: 1px solid #9d9d9d30;
    padding-bottom: 20px;
}

.header_bottom_border.white_border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

@media (max-width: 767px) {
    .header_bottom_border.white_border {
        padding: 0;
        border-bottom: none;
    }
}

@media (max-width: 767px) {
    .header_bottom_border.white_border {
        padding: 0;
        border-bottom: none !important;
    }
}

@media (max-width: 767px) {
    .header_bottom_border {
        padding: 0;
        border-bottom: none;
    }
}


/* HEADER */

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1120px) {
    .m_topbar_logo {
        margin-top: 14px;
    }
    .img_gulf_logo {
        width: 134px;
        height: auto;
        cursor: pointer;
        transition: 0.4s all;
    }
}

@media only screen and (max-width: 1104px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 835px) {
    .m_set_realtime {
        display: none;
    }
    .m_topbar_logo {
        width: 20%;
        height: auto;
        float: left;
        margin-top: 16px;
        padding-left: 3%;
        margin-bottom: 8px;
    }
    .m_topnav_logo {
        width: 20%;
        height: auto;
        float: left;
        margin-top: 16px;
        padding-left: 3%;
        margin-bottom: 8px;
    }
    .m_topbar_index {
        padding: 4px 16px 9px 0px;
    }
    .m_lang_ico {
        width: 32px;
        height: auto;
        position: relative;
        margin-left: 12px;
        top: 10px;
    }
    .m_menu_btn {
        display: contents;
        width: auto;
        height: auto;
    }
    .m_topbar_nav {
        margin-top: 12px;
        display: none;
    }
    .m_t_navbar {
        margin-top: 12px;
        display: none;
    }
    .m_topnav_index {
        display: block;
    }
}

@media only screen and (max-width: 765px) {}

@media only screen and (max-width: 640px) {
    .m_lang_ico {
        margin-left: 8px;
    }
    .m_menu_ico {
        margin-left: 8px;
    }
}

@media only screen and (max-width: 576px) {}

@media only screen and (max-width: 400px) {}