@media (max-width:1200px) {
    
}

@media (max-width:1023px) {
    .navigation {
        float: left;
        width: 100%;
        position: relative;
    }

    .navigation .navbar {
        display: block;
        float: left;
        width: 100%;
        padding: 2px 0;
    }

    .navigation .menu {
        display: none;
        width: 100%;
        overflow: hidden;
        overflow-y: visible;
        position: relative;
        z-index: 9999;
        max-height: 480px;
        overflow-y: auto;
        position: absolute;
        top: 100%;
        background: #6b2677;
        left: 0;
        right: 0;
        text-align: left;
    }

    .navigation .menu ul li {
        padding: 0;
        float: left;
        width: 100%;
        display: block
    }

    .navigation .menu ul li a {
        padding: 7px 15px;
        text-align: left;
        font-size: 14px;
        border-right: 1px dashed transparent;
        color: #fff;
        border-bottom: 1px solid #803c8c;
        display: block;
    }

    .navigation .menu ul li ul.cs-dropdown {
        position: relative !important;
        opacity: 1 !important;
        visibility: visible !important;
        top: auto !important;
        left: auto !important;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        width: 100%;
        display: none;
        transition: none !important
    }

    .navigation .menu ul li ul.cs-dropdown,
    .navigation .menu ul li ul.cs-dropdown li .cs-dropdown {
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 0;
        display: none;
        transition: none;
        padding-right: 0;
        width: 100%;
        background: #666
    }

    .navigation .menu ul .cs-submenu a {
        position: relative
    }

    .navigation .menu ul li.cs-submenu a button {
        display: block;
        position: absolute;
        top: 0px;
        right: 15px;
        background: transparent;
        border: 0;
        color: #fff;
        font-size: 16px;
        height: 30px;
        outline: none;
        width: 30px;
        padding: 0;
        text-align: center;
        line-height: 18px
    }

    .navigation ul li.cs-submenu a button svg {
        width: 16px;
        height: 16px;
    }

    .navigation ul li.cs-submenu a button.rotated svg {
        transform: rotateZ(180deg);
    }

    .navigation ul li.cs-submenu:hover svg {
        transform: rotateZ(0deg);
    }
    .navigation ul li.cs-submenu ul.cs-dropdown li a button svg {
        transform: rotateZ(0deg);
        color: #fff;
      }
      .navigation ul li.cs-submenu ul.cs-dropdown li a button.rotated svg {
        transform: rotateZ(180deg);
    }

    .navigation .menu ul li ul.cs-dropdown,
    .navigation .menu ul li ul.cs-dropdown li .cs-dropdown li .cs-dropdown {
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 0;
        display: none;
        transition: none;
        padding-right: 0;
        float: left;
        width: 100% !important;
        background: #444
    }

    .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
        left: 100%;
        margin-top: 0
    }

    .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
        left: -100%;
        margin-top: 0
    }

    .navigation .menu ul li ul.cs-dropdown li {
        border-bottom: 0
    }

    .navigation .menu ul li ul.cs-dropdown li a {
        color: #fff;
        display: block;
        font-size: 14px;
        padding: 7px 15px;
        line-height: normal;
        border-bottom: 1px solid #9d50aa;
        background: #803c8c;
    }

    .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li a {
        background: #a563b0;
    }

    .mobile_hide {
        display: none !important;
    }

    .navigation .menu ul li.active a,
    .navigation .menu ul li:hover a {
        border-color: transparent;
    }

    .navigation .menu ul li:hover ul.cs-dropdown {
        display: none;
    }

   
    /*.navigation .menu ul > li:nth-child(3) ul.cs-dropdown {
        width: 100%;
    }

    .navigation .menu ul > li:nth-child(3) ul.cs-dropdown li {
        width: 100%;
    }
    .navigation .menu ul > li:nth-child(3) ul.cs-dropdown li:nth-child(even){border-left: 0;}*/
    
    .team_info{padding:0 15px;}
.right-content {padding:0 15px;}
    .read_more{text-transform: inherit;}
    .navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown{display: none;}
}

@media (max-width:980px) {
	.feature_height {
    display: block;
    overflow: hidden;
    padding: 15px;
    text-align: center;
    height: 140px;
}
.feature_item .feature_image {
    position: relative;
    text-align: center;
    min-height: 260px;
    overflow: hidden;
    border-bottom: 3px solid #f7b11b;
}
.feature_item .feature_image .image {
    position: relative;
    padding: 0px;
    text-align: center;
    min-height: 260px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}
.feature_item_1 .feature_image {
    position: relative;
    padding: 0;
    text-align: center;
    min-height: 210px;
    overflow: hidden;
    border-bottom: 3px solid #f7b11b;
}
.feature_item_1 .feature_image .image {
    position: relative;
    padding: 0px;
    text-align: center;
    min-height: 210px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}
.search {
    max-width: 250px;
    width: 100%;
    margin: 0 0px;
    padding: 0;
    position: relative;
}
}

@media (max-width:768px) {
    .home_right{margin: 0 0 15px 0;}
	.feature_item_1 .feature_image {
    position: relative;
    padding: 0;
    text-align: center;
    min-height: 220px;
    overflow: hidden;
    border-bottom: 3px solid #f7b11b;
}
.feature_item_1 .feature_image .image {
    position: relative;
    padding: 0px;
    text-align: center;
    min-height: auto;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}
.feature_item_1 .feature_image .image img{position: relative; top: 0; left: 0; transform: none;}
    .top_right{margin: 5px 0;}
    .offers .item{display: block;}
.offers{text-align: center;}
.work-content{margin-bottom: 20px;}
.offerhead{font-size: 18px; line-height: normal; text-align: center; margin-bottom: 15px;}
.viewbt{float: none; display: inline-block;}
#featuredProducts .owl-nav .owl-prev{left: -10px;}
#featuredProducts .owl-nav .owl-next{right: -10px;}
#ourProducts .owl-nav .owl-prev{left: -10px;}
#ourProducts .owl-nav .owl-next{right: -10px;}
.ctpbox{margin-bottom: 30px;}
.h_blog .item .blog_b{margin: 0;}
.home_testimonials_webpulse{background-size: cover;}
.footer_widget {margin-bottom: 20px;}
.text-right{text-align: left;}
    .navbar .phone_call {
  margin: 7px 0 0;
}
    .market-list li{width: 50%;}
    .webpulse_home_clients .clients{margin: 0;}
    .heading_banner{background-size: cover; background-position: center;}
    .banner-contact{display: block;}
    .banner-contact a{float: none; margin-right: 10px;}
    .banner-btn{margin-top: 15px;}
}



@media (max-width:650px) {
.phone_call{margin: 0; font-size: 17px;}
}



@media (max-width:480px) {
    
}

@media (max-width:320px) {
    
}

/* Header Info Bar */
.custom-header-info {
    width: 100%;
    background: #fff;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 99;
}

.custom-header-info .header-info-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.custom-header-info .header-info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.custom-header-info .header-info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
}

.custom-header-info .header-info-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef6ff;
    color: #0878c9;
    border-radius: 50%;
    font-size: 19px;
}

.custom-header-info .header-info-content {
    min-width: 0;
}

.custom-header-info .header-info-title {
    margin: 0 0 4px;
    font-size: 13px;
    font-weight: 600;
    color: #0878c9;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.custom-header-info .header-info-content p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.custom-header-info .header-info-content a {
    color: #333;
    text-decoration: none;
    transition: .3s ease;
}

.custom-header-info .header-info-content a:hover {
    color: #0878c9;
}

.custom-header-info .header-enquiry {
    cursor: pointer;
}

.custom-header-info .header-enquiry .header-info-icon {
    background: #0878c9;
    color: #fff;
}

.custom-header-info .header-enquiry:hover .header-info-icon {
    background: #005a99;
}

/* Tablet */
@media (max-width: 991px) {
    .custom-header-info .header-info-row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 12px;
    }
    .left{
        display:none !important;
    }

    .custom-header-info .header-info-item {
        gap: 9px;
    }

    .custom-header-info .header-info-icon {
        width: 38px;
        height: 38px;
        min-width: 38px;
        font-size: 16px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .custom-header-info {
        padding: 12px 0;
    }

    .custom-header-info .header-info-container {
        padding: 0 12px;
    }

    .custom-header-info .header-info-row {
        gap: 14px 8px;
    }

    .custom-header-info .header-info-item {
        gap: 7px;
        align-items: flex-start;
    }

    .custom-header-info .header-info-icon {
        width: 32px;
        height: 32px;
        min-width: 32px;
        font-size: 14px;
    }

    .custom-header-info .header-info-title {
        font-size: 10px;
        margin-bottom: 3px;
    }

    .custom-header-info .header-info-content p {
        font-size: 11px;
        line-height: 1.4;
    }
}


/* Main Navigation */
.custom-menubar {
    width: 100%;
    background: #0864a5;
    position: relative;
    z-index: 999;
}

.custom-menubar .custom-nav-container {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    padding: 0 25px;
}

.custom-menubar .custom-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    gap: 25px;
}

/* Navigation Menu */
.custom-menubar .menu.main_header {
    flex: 1;
    min-width: 0;
}

.custom-menubar .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-menubar .nav > li {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-menubar .nav > li > a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 19px 20px;
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
    transition: all .3s ease;
}

.custom-menubar .nav > li > a:hover,
.custom-menubar .nav > li.active > a {
    color: #fff !important;
    background: rgba(255,255,255,.10);
}

/* Services Dropdown */
.custom-menubar .cs-submenu > a::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    margin-top: -4px;
    transition: .3s ease;
}

.custom-menubar .cs-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 230px;
    background: #fff;
    padding: 8px 0;
    margin: 0;
    list-style: none;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    border-radius: 0 0 6px 6px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .25s ease;
    z-index: 9999;
}

.custom-menubar .cs-submenu:hover > .cs-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.custom-menubar .cs-dropdown li {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-menubar .cs-dropdown li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 18px;
    color: #222 !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    transition: .25s ease;
}

.custom-menubar .cs-dropdown li a:hover {
    color: #0864a5 !important;
    background: #f0f7fc;
    padding-left: 23px;
}

/* Multi-level Dropdown */
.custom-menubar .cs-dropdown .cs-dropdown {
    top: 0;
    left: 100%;
    border-radius: 5px;
}

.custom-menubar .cs-dropdown .cs-submenu:hover > .cs-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Catalogue Button */
.custom-menubar .catalogue-wrap {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.custom-menubar .catalogue-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 23px;
    background: #fff;
    color: #0864a5 !important;
    border: 1px solid #fff;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
    transition: all .3s ease;
}

.custom-menubar .catalogue-btn:hover {
    background: #eaf5ff;
    color: #034d83 !important;
    box-shadow: 0 4px 15px rgba(0,0,0,.12);
    transform: translateY(-1px);
}

.custom-menubar .catalogue-btn i {
    font-size: 15px;
}

/* Hide Mobile Phone / Toggle on Desktop */
.custom-menubar .mobile-nav-top {
    display: none;
}

/* Tablet */
@media (max-width: 1199px) {
    .custom-menubar .custom-nav-container {
        padding: 0 15px;
    }

    .custom-menubar .nav > li > a {
        padding: 19px 12px;
        font-size: 14px;
    }

    .custom-menubar .catalogue-btn {
        padding: 11px 16px;
        font-size: 13px;
    }
}

/* Mobile Navigation */
@media (max-width: 991px) {
    .custom-menubar .custom-nav-inner {
        min-height: 60px;
        flex-wrap: wrap;
        gap: 0;
    }

    .custom-menubar .mobile-nav-top {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        min-height: 60px;
    }

    .custom-menubar .mobile-phone {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
    }

    .custom-menubar .mobile-phone i {
        margin-right: 6px;
    }

    /* Hamburger */
    .custom-menubar .mobile-menu-toggle {
        width: 42px;
        height: 40px;
        border: 1px solid rgba(255,255,255,.4);
        background: transparent;
        border-radius: 4px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        cursor: pointer;
        padding: 8px;
    }

    .custom-menubar .mobile-menu-toggle span {
        display: block;
        width: 22px;
        height: 2px;
        background: #fff;
        border-radius: 3px;
    }

    .custom-menubar .menu.main_header {
        display: none;
        width: 100%;
        flex: 0 0 100%;
        padding: 0 0 15px;
    }

    .custom-menubar .menu.main_header.mobile-open {
        display: block;
    }

    .custom-menubar .nav {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .custom-menubar .nav > li {
        width: 100%;
        border-top: 1px solid rgba(255,255,255,.12);
    }

    .custom-menubar .nav > li > a {
        padding: 13px 10px;
        font-size: 15px;
        white-space: normal;
    }

    /* Mobile Catalogue */
    .custom-menubar .catalogue-wrap {
        padding: 0 0 15px;
    }

    .custom-menubar .catalogue-btn {
        width: 100%;
        padding: 12px 18px;
    }

    /* Dropdowns in Mobile */
    .custom-menubar .cs-dropdown,
    .custom-menubar .cs-dropdown .cs-dropdown {
        display: none;
        position: static;
        width: 100%;
        min-width: 100%;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border-radius: 0;
        background: rgba(0,0,0,.10);
        padding: 0;
    }

    .custom-menubar .cs-submenu:hover > .cs-dropdown {
        display: none;
    }

    .custom-menubar .cs-submenu.mobile-submenu-open > .cs-dropdown {
        display: block;
    }

    .custom-menubar .cs-dropdown li a {
        color: #fff !important;
        padding: 11px 25px;
        font-size: 14px;
    }

    .custom-menubar .cs-dropdown li a:hover {
        color: #fff !important;
        background: rgba(255,255,255,.1);
    }

    .custom-menubar .cs-dropdown .cs-dropdown li a {
        padding-left: 40px;
    }
}

@media (max-width: 480px) {
    .custom-menubar .mobile-phone {
        font-size: 12px;
    }

    .custom-menubar .mobile-menu-toggle {
        width: 38px;
        height: 36px;
    }
}

/* Main Navigation */
.custom-menubar {
    width: 100%;
    background: #0864a5;
    position: relative;
    z-index: 999;
}

.custom-menubar .custom-nav-container {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    padding: 0 25px;
}

.custom-menubar .custom-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    gap: 25px;
}

/* Navigation Menu */
.custom-menubar .menu.main_header {
    flex: 1;
    min-width: 0;
}

.custom-menubar .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-menubar .nav > li {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-menubar .nav > li > a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 19px 20px;
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
    transition: all .3s ease;
}

.custom-menubar .nav > li > a:hover,
.custom-menubar .nav > li.active > a {
    color: #fff !important;
    background: rgba(255,255,255,.10);
}

/* Services Dropdown */
.custom-menubar .cs-submenu > a::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    margin-top: -4px;
    transition: .3s ease;
}

.custom-menubar .cs-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 230px;
    background: #fff;
    padding: 8px 0;
    margin: 0;
    list-style: none;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    border-radius: 0 0 6px 6px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .25s ease;
    z-index: 9999;
}

.custom-menubar .cs-submenu:hover > .cs-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.custom-menubar .cs-dropdown li {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-menubar .cs-dropdown li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 18px;
    color: #222 !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    transition: .25s ease;
}

.custom-menubar .cs-dropdown li a:hover {
    color: #0864a5 !important;
    background: #f0f7fc;
    padding-left: 23px;
}

/* Multi-level Dropdown */
.custom-menubar .cs-dropdown .cs-dropdown {
    top: 0;
    left: 100%;
    border-radius: 5px;
}

.custom-menubar .cs-dropdown .cs-submenu:hover > .cs-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Catalogue Button */
.custom-menubar .catalogue-wrap {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.custom-menubar .catalogue-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 23px;
    background: #fff;
    color: #0864a5 !important;
    border: 1px solid #fff;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
    transition: all .3s ease;
}

.custom-menubar .catalogue-btn:hover {
    background: #eaf5ff;
    color: #034d83 !important;
    box-shadow: 0 4px 15px rgba(0,0,0,.12);
    transform: translateY(-1px);
}

.custom-menubar .catalogue-btn i {
    font-size: 15px;
}

/* Hide Mobile Phone / Toggle on Desktop */
.custom-menubar .mobile-nav-top {
    display: none;
}

/* Tablet */
@media (max-width: 1199px) {
    .custom-menubar .custom-nav-container {
        padding: 0 15px;
    }

    .custom-menubar .nav > li > a {
        padding: 19px 12px;
        font-size: 14px;
    }

    .custom-menubar .catalogue-btn {
        padding: 11px 16px;
        font-size: 13px;
    }
}

/* Mobile Navigation */
@media (max-width: 991px) {
    .custom-menubar .custom-nav-inner {
        min-height: 60px;
        flex-wrap: wrap;
        gap: 0;
    }
    .catalogue-btn{
        display:none;
    }

    .custom-menubar .mobile-nav-top {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        min-height: 60px;
    }

    .custom-menubar .mobile-phone {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
    }

    .custom-menubar .mobile-phone i {
        margin-right: 6px;
    }

    /* Hamburger */
    .custom-menubar .mobile-menu-toggle {
        width: 42px;
        height: 40px;
        border: 1px solid rgba(255,255,255,.4);
        background: transparent;
        border-radius: 4px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        cursor: pointer;
        padding: 8px;
    }

    .custom-menubar .mobile-menu-toggle span {
        display: block;
        width: 22px;
        height: 2px;
        background: #fff;
        border-radius: 3px;
    }

    .custom-menubar .menu.main_header {
        display: none;
        width: 100%;
        flex: 0 0 100%;
        padding: 0 0 15px;
    }

    .custom-menubar .menu.main_header.mobile-open {
        display: block;
    }

    .custom-menubar .nav {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .custom-menubar .nav > li {
        width: 100%;
        border-top: 1px solid rgba(255,255,255,.12);
    }

    .custom-menubar .nav > li > a {
        padding: 13px 10px;
        font-size: 15px;
        white-space: normal;
    }

    /* Mobile Catalogue */
    .custom-menubar .catalogue-wrap {
        padding: 0 0 15px;
    }

    .custom-menubar .catalogue-btn {
        width: 100%;
        padding: 12px 18px;
    }

    /* Dropdowns in Mobile */
    .custom-menubar .cs-dropdown,
    .custom-menubar .cs-dropdown .cs-dropdown {
        display: none;
        position: static;
        width: 100%;
        min-width: 100%;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border-radius: 0;
        background: rgba(0,0,0,.10);
        padding: 0;
    }

    .custom-menubar .cs-submenu:hover > .cs-dropdown {
        display: none;
    }

    .custom-menubar .cs-submenu.mobile-submenu-open > .cs-dropdown {
        display: block;
    }

    .custom-menubar .cs-dropdown li a {
        color: #fff !important;
        padding: 11px 25px;
        font-size: 14px;
    }

    .custom-menubar .cs-dropdown li a:hover {
        color: #fff !important;
        background: rgba(255,255,255,.1);
    }

    .custom-menubar .cs-dropdown .cs-dropdown li a {
        padding-left: 40px;
    }
}

@media (max-width: 480px) {
    .custom-menubar .mobile-phone {
        font-size: 12px;
    }

    .custom-menubar .mobile-menu-toggle {
        width: 38px;
        height: 36px;
    }
}

/* Full Screen Overlay */
.qe-overlay {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    z-index: 999999;

    display: none;
    align-items: center;
    justify-content: center;

    padding: 15px;
    overflow-y: auto;
    box-sizing: border-box;
}

/* Show Popup */
.qe-overlay.qe-active {
    display: flex;
}

/* Popup Box */
.qe-popup {
    width: 100%;
    max-width: 300px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.20);
    position: relative;
    margin: auto;
    box-sizing: border-box;

    animation: qePopupShow .25s ease;
}

@keyframes qePopupShow {
    from {
        opacity: 0;
        transform: translateY(-12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Popup Header */
.qe-header {
    background: #064c78;
    color: #fff;
    padding: 12px 16px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qe-header h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
}

/* Close Button */
.qe-close {
    background: transparent;
    border: none;
    color: #b8d0df;
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
    padding: 0 0 0 10px;
    cursor: pointer;
}

.qe-close:hover {
    color: #fff;
}

/* Form Area */
.qe-form {
    padding: 17px 16px 16px;
    background: #fff;
    margin: 0;
}

/* Input Fields */
.qe-form .qe-field {
    display: block;
    width: 100%;
    height: 40px;

    padding: 9px 12px;
    margin: 0 0 14px;

    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;

    color: #333;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;

    outline: none;
    box-sizing: border-box;
    box-shadow: none;

    transition: border-color .2s ease;
}

.qe-form .qe-field:focus {
    border-color: #0878c9;
    box-shadow: 0 0 0 2px rgba(8, 120, 201, 0.08);
}

.qe-form .qe-field::placeholder {
    color: #73869a;
    opacity: 1;
}

/* Message Box */
.qe-form textarea.qe-field {
    height: 100px;
    min-height: 100px;
    resize: vertical;
    line-height: 1.5;
}

/* Submit Button */
.qe-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 99px;
    padding: 13px 24px;

    background: #0864a5;
    color: #fff;

    border: none;
    border-radius: 4px;

    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;

    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    transition: .25s ease;
}

.qe-submit:hover {
    background: #064c78;
    color: #fff;
}

.qe-submit:disabled {
    opacity: .7;
    cursor: not-allowed;
}

/* Mobile Responsive */
@media (max-width: 480px) {
    .qe-overlay {
        padding: 12px;
    }

    .qe-popup {
        max-width: 300px;
    }

    .qe-header h3 {
        font-size: 19px;
    }
}

/* Small Screen Height */
@media (max-height: 500px) {
    .qe-overlay {
        align-items: flex-start;
    }
}