/*Top Header Section ============================*/
.navbar-sticky.navbar-stuck {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    -webkit-animation: navbar-show .25s;
    animation: navbar-show .25s;
    background-color: #fff;
    box-shadow: 0 .125rem .625rem -0.1875rem rgba(0, 0, 0, .1)
}

@-webkit-keyframes navbar-show {
    from {
        transform: translateY(-0.75rem);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes navbar-show {
    from {
        transform: translateY(-0.75rem);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

/*.navbar-sticky.navbar-stuck .nav-menu li a {
    color: var(--theme-white-color);
}
*/
.navbar-sticky.navbar-stuck .nav-menu li a:hover {
    color: #07a7e3;
}

.navbar-sticky.navbar-stuck .nav-menu li.active a {
    color: #07a7e3;
}

.header_top {
    background-color: #252525;
}

.header_top .nav-list {
    gap: 0 !important;
}

.header_top .nav-list {
    font-weight: 400;
    color: #fff !important;
}

.header_top li.nalist-item {
    padding: 0;
    margin-bottom: 0;
}

.header_top li.nalist-item p {
    font-size: 16px;
    color: var(--theme-color);
}

.header_top li.nalist-item a span {
    text-align: center;
    font-size: 14px !important;
    color: #ffffff !important;
}

.header_top .nalist-item span {
    width: 30px;
    height: 30px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    line-height: 30px;
    margin-right: 5px;
}

.header_top .nalist-item span,
.nalist-item a {
    font-size: 13px !important;
}

.header_top li.social-item {
    text-align: center;
    margin-bottom: 0;
    margin-left: 5px;
}

.header_top li.social-item span {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 50%;
    line-height: 30px;
    font-size: 14px;
    color: #e13c40 !important;
}

.header_top li.social-item:nth-child(1) span:hover {
    color: #16207C !important;
}

.header_top li.social-item:nth-child(2) span:hover {
    color: #5E4AE2 !important;
}

.header_top li.social-item:nth-child(3) span:hover {
    color: #35CBD1 !important;
}

.header_top .black-txt {
    color: #fff !important;
}

.header-center-area {
    padding: 0;
    background: linear-gradient(55deg, rgb(165 156 155) 0%, rgb(4 120 195) 35%, rgb(209 202 201) 100%);
}

/* Dropdown Button */
.main_header_area_inr .dropbtn {
    color: #101010;
    padding: 12px;
    font-size: 12px;
    border: none;
}

.main_header_area_inr .dropbtn svg {
    width: 16px;
    margin: 5px;
}

.main_header_area_inr .dropbtn svg.dwn-arrow {
    width: 12px;
    margin: 5px;
}

.main_header_area_inr .btn:focus {
    outline: 0;
    box-shadow: none;
}

/* The container <div> - needed to position the dropdown content */
.main_header_area_inr .dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.main_header_area_inr .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

ul.download_app_header {
    padding: 0;
    list-style: none;
    display: flex;
    padding-right: 0px;
    margin-bottom: 0;
}

ul.download_app_header li {
    margin-right: 8px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.download_app_header img.play-store {
    height: 20px;
    width: 20px;
}

/* Links inside the dropdown */
.main_header_area_inr .dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    padding: 15px 12px;
    font-size: 11px;
    line-height: 19px;
    color: #212121;
    border-bottom: 1px solid #ebebeb;
    padding-right: 30px;
}

.main_header_area_inr .dropdown-content a img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

/* Change color of dropdown links on hover */
.main_header_area_inr .dropdown-content a:hover {
    background-color: #ddd;
}

/* Show the dropdown menu on hover */
.main_header_area_inr .dropdown:hover .dropdown-content {
    display: block;
}

.header-center-area .input-group-text {
    padding: 0;
    display: flex;
    align-items: normal;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: inherit;
    border: 1px solid #e13c40;
    border-radius: 0.25rem 0 0 0.25rem;
    border-right: none;
}

.header-center-area .input-group-text .btn {
    border-radius: 0;
}

.header-center-area .btn-danger {
    color: #fff;
    background-color: #e13c40;
    border-color: #e13c40;
}

.header-center-area .nav-search-sec .form-control {
    padding: 11px 10px;
    width: auto;
    font-size: 12px;
    height: 41px;
    display: flex;
    align-items: center;
    color: #989898;
}

.header-center-area .nav-search-sec .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #e13c40;
    outline: 0;
    box-shadow: none;
}

.header-center-area .topbar-cntbar .bigicon {
    filter: brightness(1);
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.header-center-area .topbar-cntbar {
    color: #181818;
    font-size: 12px;
    text-decoration: none;
    margin-right: 30px;
}

.header-center-area .topbar-cntbar .devider {
    width: 1px;
    height: 53px;
    background: #000000;
}

.header-center-area .topbar-cntbar i {
    font-size: 53px;
    margin-right: 10px;
}

.header-center-area .topbar-cntbar a {
    font-size: 6;
    font-weight: normal;
    color: #000000;
}

.header-center-area .topbar-cntbar p {
    margin-bottom: 0;
    font-size: 16px;
}

.header-center-area .topbar-cntbar p span {
    font-weight: 600;
}

.navigation {
    width: 100%;
    display: table;
    position: relative;
}

.navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
    height: 48px;
}

.navigation-fixed {
    position: fixed;
    top: 10px;
    left: 0;
    z-index: 19998;
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.align-to-right {
    float: right;
}

.nav-header {
    float: left;
    padding: 8px;
}

.navigation-hidden .nav-header {
    display: none;
}

.nav-brand {
    line-height: 70px;
    padding: 0;
    color: #343a40;
    font-size: 24px;
    text-decoration: none !important;
}

.nav-brand:hover,
.nav-brand:focus {
    color: #343a40;
}

.navigation-portrait .nav-brand {
    font-size: 18px;
}

.nav-logo>img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left;
}

.nav-logo:focus>img {
    outline: initial;
}

.navigation-portrait .nav-logo>img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0;
}

.logo-sec {
    position: relative;
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    display: none;
    cursor: pointer;
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
}

.navigation-portrait .nav-toggle {
    display: block;
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #ffffff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0;
}

.nav-menus-wrapper {
    /*background: #ebebeb;
        box-shadow: 0px 3px 7px rgb(0 0 0 / 5%);*/
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #343a40;
    font-size: 26px;
    cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block;
}

.main-nav {
    padding: 0;
    margin: 0;
}

.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
}

.navigation-portrait .nav-menu {
    width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
    float: none;
}

.nav-menu>li {
    display: inline-block;
    float: left;
    position: relative;
    text-align: left;
    margin-bottom: 0;
}

.navigation-portrait .nav-menu>li {
    width: 100%;
    position: relative;
    /*border-top: solid 1px #f0f0f0;
    padding: 12px 15px 12px 26px;*/
}

.navigation-portrait .nav-menu>li:last-child {
    margin-bottom: 10px;
}

.nav-menu+.nav-menu>li:first-child {
    border-top: none;
}

.nav-menu>li:last-child a {
    padding-right: 10px;
}

.nav-menu>li>a {
    font-family: var(--theme-font-family);
    padding: 21px 10px;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s, background 0.3s;
    font-weight: 600;
    position: relative;
    z-index: 1;
    color: var(--theme-white-color);
}

.navigation-portrait .nav-menu>li>a {
    width: 100%;
    height: auto;
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
    color: #07a7e3;
}

.nav-menu>li>a>i,
.nav-menu>li>a>[class*="ion-"] {
    width: 18px;
    height: 16px;
    line-height: 16px;
    transform: scale(1.4);
}

.nav-menu>li>a>[class*="ion-"] {
    width: 16px;
    display: inline-block;
    transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center;
}

.nav-menu.nav-menu-social>li {
    text-align: center;
    float: none;
    border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social>li {
    width: auto;
}

.nav-menu.nav-menu-social>li>a>[class*="ion-"] {
    font-size: 12px;
}

.nav-menu.nav-menu-social>li>a>.fa {
    font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
    padding: 15px;
}

.submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    transition: all 0.2s;
}

.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000;
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent var(--theme-color) var(--theme-color) transparent;
    transform: rotate(45deg);
    transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px;
}

.nav-menu>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent var(--theme-color) var(--theme-color) transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nav-search-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    background-color: #fbfcfd;
}

.navigation-portrait .nav-search-inner {
    height: 48px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 26px;
    text-align: center;
    color: #343a40;
    outline: none;
    line-height: 70px;
    border: none;
    background-color: transparent;
    transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
    height: 48px;
    font-size: 18px;
    line-height: 48px;
}

.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #343a40;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
}

.navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px;
}

.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
    color: #fff;
    text-decoration: none;
}

.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px;
}

.nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #343a40;
    font-size: 14px;
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0;
}

.navigation-portrait .nav-text+ul {
    margin-top: 15px;
}

.nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0;
}

.nav-dropdown .nav-dropdown {
    left: 100%;
}

.nav-menu>li>.nav-dropdown {
    border-top: solid 1px #f0f0f0;
}

.nav-dropdown>li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
    margin-bottom: 0;
}

.nav-dropdown>li>a {
    width: 100%;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
    float: left;
    font-size: 13px;
    color: #343a40;
    background-color: #fdfdfd;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #e13c40;
}

.nav-dropdown.nav-dropdown-left {
    right: 0;
}

.nav-dropdown>li>.nav-dropdown-left {
    left: auto;
    right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left>li>a {
    text-align: right;
}

.navigation-portrait .nav-dropdown>li>a {
    padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
    padding-left: 50px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
    padding-left: 70px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
    padding-left: 90px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 10px;
    position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(45deg);
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
    border-color: transparent #e13c40 #e13c40 transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(135deg);
}

.nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
    width: 100%;
    top: 100%;
    left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none;
}

.nav-dropdown-horizontal>li {
    width: auto;
    clear: none;
    position: static;
}

.navigation-portrait .nav-dropdown-horizontal>li {
    width: 100%;
}

.nav-dropdown-horizontal>li>a {
    position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
}

.megamenu-panel {
    /*overflow-y: scroll;*/
    height: auto;
    opacity: 1;
    /*transition: all 0.3s ease-in-out;*/
    z-index: 999;
    width: max-content;
    padding: 10px;
    display: none;
    position: absolute;
    top: 64px;
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: inherit;
    border-top: solid 1px #f0f0f0;
    border-bottom: solid 1px #f0f0f0;
    background-color: #fdfdfd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
}

.navigation-portrait .megamenu-panel {
    padding: 10px 25px;
    position: static;
    display: block;
    width: auto;
}

.megamenu-panel [class*="container"] {
    width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
    padding: 0;
}

.megamenu-panel-half {
    width: 50%;
}

.megamenu-panel-quarter {
    width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
    width: 100%;
}

.megamenu-panel-row {
    width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
    content: "";
    display: table;
    line-height: 0;
}

.megamenu-panel-row:after {
    clear: both;
}

.megamenu-panel-row [class*="col-"] {
    display: block;
    min-height: 20px;
    float: left;
    margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
    margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px;
}

.navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
    margin-top: 0;
}

.megamenu-panel-row .col-1 {
    width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
    width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
    width: 22.75%;
}

.megamenu-panel-row .col-4 {
    width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
    width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
    width: 48.5%;
}

.megamenu-panel-row .col-7 {
    width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
    width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
    width: 74.25%;
}

.megamenu-panel-row .col-10 {
    width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
    width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
    width: 100%;
}

.megamenu-tabs {
    width: 100%;
    float: left;
    display: block;
}

.megamenu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
    width: 100%;
}

.megamenu-tabs-nav>li>a {
    width: 100%;
    padding: 10px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #343a40;
    border: solid 1px #eff0f2;
    outline: 0;
    background-color: #fff;
}

.megamenu-tabs-nav>li.active a,
.megamenu-tabs-nav>li:hover a {
    background-color: #f5f5f5;
}

.megamenu-tabs-pane {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 13px;
    color: #343a40;
    border: solid 1px #eff0f2;
    background-color: #fff;
}

.megamenu-tabs-pane.active {
    display: block;
}

.navigation-portrait .megamenu-tabs-pane {
    width: 100%;
}

.megamenu-lists {
    width: 100%;
    display: table;
}

.megamenu-list {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    display: inline-block;
    float: left;
    list-style: none;
}

.megamenu-list:last-child {
    margin: 0;
    border: none;
}

.navigation-landscape .megamenu-list {
    margin: 0;
    padding: 0;
    border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
    border: none;
}

.megamenu-lists h4 {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.megamenu-list>li>a {
    width: 100% !important;
    padding: 8px 15px;
    display: inline-block;
    color: var(--theme-dark-gray-color);
    text-decoration: none;
    font-size: 14px;
    transition: 0.4s;
    padding: 5px 20px 5px 0;
}

.megamenu-list>li>a:hover {
    background: #08A8E2;
    background: linear-gradient(98deg, rgba(8, 168, 226, 1) 0%, rgba(54, 213, 193, 1) 100%);
    color: #fff !important;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
}

.megamenu-list>li.megamenu-list-title>a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #343a40;
}

.megamenu-list>li.megamenu-list-title>a:hover {
    background-color: transparent;
}

.navigation-landscape .list-col-2 {
    width: 50%;
}

.navigation-landscape .list-col-3 {
    width: auto;
}

.navigation-landscape .list-col-4 {
    width: 25%;
}

.navigation-landscape .list-col-5 {
    width: 20%;
}

.nav-menu>li>a:hover .nav-submenu"{
 display: block;
}

.nav-dropdown>li>a {
    color: #382628;
    padding: 10px 20px;
    border-bottom: 1px solid #f6f6f6;
}

.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
    color: #e13c40;
}

.header_area {
    /*    box-shadow: 0px 3px 14px rgb(163 163 163 / 22%);*/
    position: relative;
    z-index: 999;
}

.main_header_area.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.navigation-portrait .nav-menu>li>a {
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 30px;
    color: #101202;
}

.navigation-portrait .nav-menu>li>a:hover {
    color: var(--theme-color);
}

.navigation-portrait .nav-menu>li:hover>a,
.navigation-portrait .nav-menu>li.active>a,
.navigation-portrait .nav-menu>li.focus>a {
    color: #07a7e3;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

    .nav-dropdown>li>a,
    .megamenu-list>li>a {
        width: 65%;
    }
}

.btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    width: fit-content;
    text-decoration: none !important;
    font-size: 12px;
}

.btn-box.blue-box {
    background: #767676 !important;
    border: 1px solid #767676 !important;
    color: #fff !important;
}

.btn-box.blue-box:hover,
.add-cart.added-cart {
    border: 1px solid #e13c40 !important;
    background: #e13c40 !important;
    color: #fff !important;
}

.flex-align-center {
    display: flex;
    align-items: center;
}

.nav-list {
    gap: 10px !important;
    font-weight: 500;
}

.nalist-item span,
.nalist-item a {
    font-size: 15px !important;
    color: #ffffff;
}

.nalist-item a .fa-solid {
    color: #f78302;
}

.black-txt {
    color: #000 !important;
}

.userinfo-sec .nalist-item {
    margin-right: 15px;
    margin-bottom: 0;
}

.userinfo-sec .cart-item {
    position: relative;
}

.userinfo-sec .cart-item span.cart-count {
    background: #fff;
    width: 16px !important;
    height: 16px !important;
    line-height: 14px !important;
    position: absolute;
    border-radius: 50px;
    top: -6px !important;
    right: -6px !important;
    border: 1px solid #101010;
    color: #101010;
    text-align: center;
    font-size: 12px !important;
    font-weight: 600;
}

.userinfo-sec .nav-cart {
    background-color: #0ccfa6;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    font-size: 0.8rem;
    color: #ffffff;
}

.userinfo-sec .dropdown-animation {
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 50ms;
}

.userinfo-sec .basket-side-bar {
    background: #ffefa1;
    width: 320px;
    padding: 20px;
    border-radius: 5px;
}

.userinfo-sec .basket-side-bar h5 {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0;
    margin-left: 10px;
}

.userinfo-sec .shopping-cart .basket-row .col-5 {
    width: 100px !important;
}

.userinfo-sec .basket-side-bar span {
    font-size: 10px;
    color: #101202;
    opacity: 0.8;
    margin-right: 5px;
}

.userinfo-sec span.cart_test_name {
    width: calc(100% - 110px);
    line-height: 30px;
}

.userinfo-sec span.cart_test_name {
    width: calc(100% - 110px);
    line-height: 30px;
}

.userinfo-sec .basket-side-bar span {
    font-size: 10px;
    color: #101202;
    opacity: 0.8;
    margin-right: 5px;
}

.userinfo-sec .side-bar-items,
.userinfo-sec .side-bar-total {
    display: flex;
    justify-content: space-between;
}

.userinfo-sec button.btn-blue {
    background: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 4px;
}

.userinfo-sec button.btn-blue {
    background: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 4px;
}

.userinfo-sec button.btn-blue:hover {
    background: transparent !important;
    color: #000 !important;
}

.userinfo-sec button.btn-blue:hover {
    background: transparent !important;
    color: #000 !important;
}

.userinfo-sec button.btn-blue:hover img.img-fluid {
    filter: invert(1);
}

.userinfo-sec .btn-blue {
    color: #fff;
    background: #0cb6e1;
    font-weight: 600;
    font-size: 13px;
    border: none;
    border-radius: 6px;
    padding: 9px 28px;
    border: 1px solid #0cb6e1;
}

.side-bar-total {
    border-top: 1px solid;
}

.userinfo-sec .card {
    border: 1px solid;
    border-radius: 5px;
}

/*.login-modal-main-row {
    padding: 40px 40px 40px 40px;
}*/
.loginModal .modal-dialog,
#signupModal .modal-dialog {
    max-width: 800px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
}

.loginModal .item,
#signupModal .item {
    width: 270px !important;
    margin: auto;
}

.login-modal-subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 140.5%;
    text-align: center;
    margin-top: 15px;
}

.loginModal .owl-theme .owl-dots .owl-dot.active span,
#signupModal .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    height: 10px !important;
    background: linear-gradient(116.57deg, #0ccfa6 0, #0ccfa6 95.86%);
}

.loginModal .login-modal-title,
#signupModal .login-modal-title,
.otpModal .login-modal-title,
.presModal .login-modal-title,
.thankYouModal .login-modal-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 140.5%;
    letter-spacing: 0.3px;
    color: #212121;
}

.loginModal .login-modal-desc,
#signupModal .login-modal-desc,
.presModal .login-modal-desc {
    font-size: 14px;
    color: #101202;
    margin-top: 10px;
}

.checkoutForm input.dob {
    border: none !important;
    width: 30px !important;
    text-align: center;
}

.checkoutForm input.dob.last {
    width: 50px !important;
}

.checkoutForm .dob-label {
    background: #fff;
    width: 120px;
}

.checkoutForm .checkout-select-city,
.checkoutForm .checkout-select-city:focus .checkoutForm .checkout-select-city:active {
    cursor: pointer;
}

.checkoutForm .dob-wrapper {
    display: flex;
    border-bottom: 0.5px solid #ebebeb;
    width: max-content;
}

.checkoutForm .dob-wrapper span {
    font-size: 10px;
    color: #989898;
    font-weight: 400 !important;
    margin-top: 9px;
}

.custom-radio .custom-control-label::before {
    background-color: #fff;
    border-color: #212121;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after,
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #0ccfa6;
    border-radius: 50%;
}

.custom-radio .custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #0ccfa6;
}

.custom-radio .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.form-group,
.form-radio {
    position: relative;
}

.form-inline>.btn,
.form-inline>.form-group {
    display: inline-block;
    margin-bottom: 0;
}

.form-help {
    margin-top: 0.125rem;
    margin-left: 0.125rem;
    color: #b3b3b3;
    font-size: 0.8rem;
}

.checkbox .form-help,
.form-group .form-help,
.form-radio .form-help {
    position: absolute;
    width: 100%;
}

.checkbox .form-help {
    position: relative;
    margin-bottom: 1rem;
}

.form-radio .form-help {
    padding-top: 0.25rem;
    margin-top: -1rem;
}

.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="text"] {
    height: 1.9rem;
}

.form-group textarea {
    resize: none;
}

.form-group .control-label {
    position: absolute;
    top: 0.25rem;
    pointer-events: none;
    padding-left: 0rem;
    z-index: 1;
    color: #989898;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}

.form-group .bar {
    position: relative;
    border-bottom: 0.0625rem solid #ebebeb;
    display: block;
}

.form-group .bar::before {
    content: "";
    height: 0.125rem;
    width: 0;
    left: 50%;
    bottom: -0.0625rem;
    position: absolute;
    background: #0ccfa6;
    -webkit-transition: left 0.28s ease, width 0.28s ease;
    transition: left 0.28s ease, width 0.28s ease;
    z-index: 2;
}

.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="text"],
.form-group textarea {
    display: block;
    background: 0 0;
    padding: 0.125rem 0.125rem 0.0625rem;
    font-size: 14px;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    width: 100%;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    box-shadow: none;
}

.form-group input[type="file"] {
    line-height: 1;
}

.form-group input[type="file"]~.bar {
    display: none;
}

.form-group input.form-file,
.form-group input.has-value,
.form-group input:focus,
.form-group input:valid,
.form-group select,
.form-group textarea.form-file,
.form-group textarea.has-value,
.form-group textarea:focus,
.form-group textarea:valid {
    color: #333;
}

.form-group input.form-file~.control-label,
.form-group input.has-value~.control-label,
.form-group input:focus~.control-label,
.form-group input:valid~.control-label,
.form-group select~.control-label,
.form-group textarea.form-file~.control-label,
.form-group textarea.has-value~.control-label,
.form-group textarea:focus~.control-label,
.form-group textarea:valid~.control-label {
    font-size: 0.8rem;
    color: gray;
    top: -1rem;
    left: 0px;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: 0;
}

.form-group input:focus~.control-label,
.form-group select:focus~.control-label,
.form-group textarea:focus~.control-label {
    color: #0ccfa6;
}

.form-group input:focus~.bar::before,
.form-group select:focus~.bar::before,
.form-group textarea:focus~.bar::before {
    width: 100%;
    left: 0;
}

.checkbox label,
.form-radio label {
    position: relative;
    cursor: pointer;
    padding-left: 2rem;
    text-align: left;
    color: #212121;
    display: block;
}

.checkbox input,
.form-radio input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
}

.radio {
    margin-bottom: 1rem;
}

.radio .helper {
    position: absolute;
    top: -0.25rem;
    left: -0.25rem;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #999;
}

.radio .helper::after,
.radio .helper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 0.25rem;
    width: 1rem;
    height: 1rem;
    -webkit-transition: -webkit-transform 0.28s ease;
    transition: -webkit-transform 0.28s ease;
    transition: transform 0.28s ease;
    transition: transform 0.28s ease, -webkit-transform 0.28s ease;
    border-radius: 50%;
    border: 0.05rem solid #212121;
}

.radio .helper::after {
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #0ccfa6;
    border-color: #337ab7;
}

.radio label:hover .helper {
    color: #0ccfa6;
}

.radio input:checked~.helper::after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.radio input:checked~.helper::before {
    color: #0ccfa6;
}

.checkbox {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.checkbox .helper {
    color: #999;
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    z-index: 0;
    border: 0.125rem solid currentColor;
    border-radius: 0.0625rem;
    -webkit-transition: border-color 0.28s ease;
    transition: border-color 0.28s ease;
}

.checkbox .helper::after,
.checkbox .helper::before {
    position: absolute;
    height: 0;
    width: 0.2rem;
    background-color: #337ab7;
    display: block;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 0.25rem;
    content: "";
    -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
    transition: opacity 0.28s ease, height 0s linear 0.28s;
    opacity: 0;
}

.checkbox .helper::before {
    top: 0.65rem;
    left: 0.38rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    box-shadow: 0 0 0 0.0625rem #fff;
}

.checkbox .helper::after {
    top: 0.3rem;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox label:hover .helper {
    color: #337ab7;
}

.checkbox input:checked~.helper {
    color: #337ab7;
}

.checkbox input:checked~.helper::after,
.checkbox input:checked~.helper::before {
    opacity: 1;
    -webkit-transition: height 0.28s ease;
    transition: height 0.28s ease;
}

.checkbox input:checked~.helper::after {
    height: 0.5rem;
}

.checkbox input:checked~.helper::before {
    height: 1.2rem;
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: 1rem;
}

.has-error .legend.legend,
.has-error.form-group .control-label.control-label {
    color: #d9534f;
}

.has-error.checkbox .form-help,
.has-error.checkbox .helper,
.has-error.form-group .form-help,
.has-error.form-group .helper,
.has-error.form-radio .form-help,
.has-error.form-radio .helper,
.has-error.radio .form-help,
.has-error.radio .helper {
    color: #d9534f;
}

.has-error .bar::before {
    background: #d9534f;
    left: 0;
    width: 100%;
}

.loginModal .input-newsletter,
#signupModal .input-newsletter {
    margin-top: 5px;
    position: relative;
}

.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="text"],
.form-group textarea {
    display: block;
    background: 0 0;
    padding: 0.125rem 0.125rem 0.0625rem;
    font-size: 14px;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    width: 100%;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    box-shadow: none;
}

.form-group .control-label {
    position: absolute;
    top: 0.25rem;
    pointer-events: none;
    padding-left: 0.125rem;
    z-index: 1;
    color: #989898;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}

.loginModal .input-newsletter p,
#signupModal .input-newsletter p,
.presModal .input-newsletter p {
    font-size: 12px;
    color: #989898;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: 0;
}

.form-group input.form-file,
.form-group input.has-value,
.form-group input:focus,
.form-group input:valid,
.form-group select,
.form-group textarea.form-file,
.form-group textarea.has-value,
.form-group textarea:focus,
.form-group textarea:valid {
    color: #333;
}

.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="text"],
.form-group textarea {
    display: block;
    background: 0 0;
    padding: 0.125rem 0.125rem 0.0625rem;
    font-size: 14px;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    width: 100%;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    box-shadow: none;
}

.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="text"] {
    height: 1.9rem;
}

.right-side-blog-page input {
    border: none;
    padding: 10px 0 5px;
    margin-bottom: 2px;
}

.form-group .bar {
    position: relative;
    border-bottom: 0.0625rem solid #ebebeb;
    display: block;
}

.form-group .bar::before {
    content: "";
    height: 0.125rem;
    width: 0;
    left: 50%;
    bottom: -0.0625rem;
    position: absolute;
    background: #0ccfa6;
    -webkit-transition: left 0.28s ease, width 0.28s ease;
    transition: left 0.28s ease, width 0.28s ease;
    z-index: 2;
}

.modal.fade button {
    font-size: 13px;
    font-weight: 600;
    padding: 9px 0.75rem;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

.loginModal button {
    padding: 5px 70px;
    border-radius: 8px;
}

.btn-primary-custom {
    color: #fff;
    background: #0cb6e1;
    border-radius: 5px;
    margin-bottom: 10px;
}

.modal.fade button.btn:hover {
    background: #0da5cc;
    color: #fff;
}

.login-content-row .tandc,
#signupModal .tandc {
    font-size: 12px;
    color: #989898;
}

.login-content-row .tandc a {
    text-decoration: underline;
    color: #989898;
}

.login-content-row a.new_signup {
    color: #0ccfa6 !important;
    font-weight: 500;
    cursor: pointer;
}

.login-content-row .tandc a {
    text-decoration: underline;
    color: #989898;
}

.login-content-row a:hover {
    font-weight: 700;
}

.loginModal .modal-content {
    position: initial;
}

.loginModal .modal-header {
    padding: 0 0 1rem 1rem;
}

.loginModal .modal-header button.close.skiplogin {
    right: 0;
    top: 0;
    border-radius: 0px 4px 0px 0px;
    background: #0ccfa6;
    width: 40px;
    height: 40px;
    line-height: 24px;
    color: #fff !important;
    border: none;
    /*    position: absolute;*/
}

.loginModal .modal-header button.close.skiplogin span {
    color: #fff !important;
    font-size: 28px;
}

.loginModal .modal-dialog {
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
}

.chooseCity .city-selection-wrapper {
    cursor: pointer;
    padding: 10px;
    height: 87px !important;
}

.chooseCity .city-selection-wrapper .city-img-wrapper {
    display: flex;
    margin: auto;
    width: 50px;
    height: 50px;
}

.city-selection-wrapper .city-img-wrapper img {
    margin: auto;
}

.chooseCity .city-selection-wrapper p {
    font-size: 14px;
    color: #212121;
    text-align: center;
}

.chooseCity .city-selection-wrapper:hover {
    background: #fbfbfb;
}

.chooseCity .login-modal-desc {
    color: #000000;
    font-size: 14px;
    margin-top: 10px;
}

.linebreak {
    border: 0.5px solid #ebebeb;
}

.chooseCity .form-group {
    position: relative;
}

.chooseCity .form-group img {
    position: absolute;
    top: 0.5rem;
}

.chooseCity input {
    padding-left: 25px !important;
}

.chooseCity label {
    left: 20px;
}

.chooseCity .cities-wrapper-modal {
    height: 200px;
    min-width: 300px;
}

.chooseCity .list-of-cities {
    display: flex;
    max-height: 200px;
    overflow-y: scroll;
    flex-direction: row;
    flex-wrap: wrap;
}

.chooseCity .hsresult.select-city-dialog:nth-child(2n + 1) {
    margin-right: 30px;
}

.chooseCity .list-of-cities .hsresult {
    flex: 1 0 40%;
    cursor: pointer;
    padding: 15px;
    height: 49px;
}

.hsresult div {
    display: flex;
}

.hsresult img {
    border-radius: 4px;
    width: 45px;
    height: 45px;
    margin-right: 10px;
}

.mobilelocationimg {
    width: 15px !important;
    height: 12px !important;
    margin: auto 5px auto 0;
}

.chooseCity .hsresult p {
    font-weight: 400;
    font-size: 14px;
    color: #101202;
    margin-bottom: 0;
}

.chooseCity .hsresult:hover {
    background: #fbfbfb;
    border: none;
}

.chooseCity .find-center-modal-wrapper p {
    font-size: 12px;
    margin-left: 5px;
    margin-top: 15px;
}

.chooseCity .find-center-modal-wrapper p a {
    text-decoration: underline;
    color: #101202;
}

.chooseCity .find-center-modal-wrapper a:hover {
    font-weight: 700;
}

.login-section .dropdown-item {
    background-color: #ffffff;
}

.m-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #333333;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}

/*Responsive Css===============================*/
@media (max-width: 1200px) {
    .nav-menu>li>a {
        padding: 15px 10px 15px 10px;
    }
}

@media (max-width: 1080px) {
    .header-center-area .topbar-cntbar {
        margin-right: 15px;
    }

    /*.nav-toggle {
        left: 15px;
    }
    .mob-logo {
        margin-left: 40px;
    }*/
    .header_area {
        box-shadow: 0px 1px 10px rgb(54 54 54 / 32%);
    }

    .main_header_area_inr {
        min-height: auto;
    }

    .login-section span {
        font-size: 11px !important;
    }

    .header-center-area .topbar-cntbar a {
        font-size: 11px;
    }
}

@media (max-width: 991px) {

    .nav-menu>li:hover::after,
    .nav-menu>li.active::after {
        content: none;
    }

    .nav-menu>li:hover::before,
    .nav-menu>li.active::before {
        content: none;
    }

    .navigation-portrait .nav-menu {
        border-top: 1px solid #e7e7e7;
        overflow-y: scroll;
        height: 70vh;
    }

    .header-center-area {
        padding: 0;
    }

    .main-nav {
        margin-top: 0;
    }

    .mobile-contact {
        width: 100%;
        position: absolute;
        bottom: 0;
        padding: 10px 10px 10px 28px;
        border-top: 1px solid #e7e7e7;
    }

    .contact_us .fa-solid {
        font-size: 18px;
        color: var(--theme-color);
        margin-right: 10px;
    }

    .mobile-contact p {
        font-size: 18px;
        color: #00000;
        margin-bottom: 0;
    }

    .mobile-contact a {
        color: var(--theme-dark-blue-color);
        font-weight: 600;
    }

    .mobile-contact p span .fa {
        color: #000000 !important;
    }

    .mobile-contact i {
        font-size: 28px;
        margin-right: 10px;
    }

    .mobile-contact .social_box a {
        float: left;
        font-size: 30px;
        margin-right: 10px;
    }

    .mobile-contact .social_box a i {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #000;
        border-radius: 100%;
        line-height: 26px;
        font-size: 16px;
    }

    .mobile-contact .social_box a:hover i {
        color: #e00311;
    }

    .navbar-collapse .supportDropdownButton {
        margin: 0;
        padding: 6px 0;
    }

    .supportDropdown .btn-danger {
        color: #fff;
        background-color: #e21e24;
        border-color: #e21e24;
    }

    .supportDropdown {
        margin-left: 30px;
    }

    .supportDropdown a {
        font-size: 12px;
        font-weight: 400;
        color: #181818 !important;
    }

    .supportDropdown .dropdown-item:first-child {
        border-bottom: 1px solid #ebebeb !important;
        color: #212121 !important;
    }

    .supportDropdown img {
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }

    .supportDropdown .dropdown-menu {
        width: 200px;
    }

    .app-store {
        padding: 10px 10px 10px 30px;
    }

    .app-store img {
        height: 18px;
        margin-left: 4px;
        margin-right: 4px;
    }

    div#loginModal,
    div#chooseCity,
    div#sampleTracking,
    #downloadloginModal {
        z-index: 99999;
    }

    .modal {
        background-color: rgba(0, 0, 0, 0.78);
    }

    .header_top li.nalist-item {
        height: 20px;
        padding: 0 5px;
        margin-bottom: 0;
    }

    .nalist-item a {
        font-size: 10px !important;
    }

    .navigation .bg-danger {
        font-size: 10px;
        color: #fff !important;
    }

    #mobsearch .list-of-cities {
        overflow-y: scroll;
        height: 300px;
    }

    .mobsearch {
        margin-left: 10px;
    }
}

@media (min-width: 319px) and (max-width: 767px) {
    .loginModal .modal-dialog {
        width: 90%;
    }

    .popular-city-list {
        overflow-x: scroll;
    }

    .video-slide .owl-nav button,
    .customer-slide .owl-nav button {
        position: inherit;
        top: calc(50% - 20px);
    }

    .award-slide .owl-nav button {
        position: inherit;
        top: calc(50% - 20px);
    }

    /*.customer-slide .owl-item .item {
        height: 410px;
    }*/
}