/* ============= max-width:1600px ==========*/
@media only screen and (max-width: 1600px) {
    /* Typography */
    h1, .heading-one {
        font-size: 54px;
        line-height: 70px;
    }
    h2, .heading-two {
        font-size: 36px;
        line-height: 50px;
    }
    h4, .heading-four {
        font-size: 22px;
        line-height: 30px;
    }
    .text-xxl {
        font-size: 22px;
        line-height: 34px;
    }
    .text-xl {
        font-size: 18px;
        line-height: 28px;
    }
    p {
        font-size: 17px;
        line-height: 22px;
    }
    /* Typography End*/

    /* Common Button */
    .solid-btn, .border-btn, .light-black-btn {
        font-size: 15px;
        padding: 12px 16px 12px 18px;
        border-radius: 40px;
        gap: 8px;
    }
    /* Common Button End */

    /* Banner */
    .banner-bg-img {
        min-height: 650px;
        max-height: 650px;
    }
    .banner-nav .banner-button-prev, 
    .banner-nav .banner-button-next {
        width: 46px;
        height: 46px;
    }
    .banner-nav .banner-button-prev::after, 
    .banner-nav .banner-button-next::after {
        width: 16px;
        height: 16px;
    }
    .banner-slider-content h1, .banner-slider-content p {
        margin-bottom: 30px;
    }
    /* Banner End */

    /* BG Images Style */
    .about-us-section .container::after, 
    .our-services-section .container::after {
        right: 0;
        width: 160px;
        height: 160px;
    }
    /* .about-us-section .container::before,
    .our-pricing-section .container::after { display: none;} */
    .our-pricing-section .container::after {
        right: -100px;
        width: 120px;
        height: 120px;
    }
    .our-services-section .container::before {
        left: 0;
    }
    .our-reels-section .container::before {
        left: 40px;
    }
    .our-reels-section .container::after {
        right: 40px;
    }
    .our-pricing-section .container::before {
        left: 0;
        width: 180px;
        height: 180px;
    }
    .testimonials-section .container::before {
        left: -80px;
        width: 100px;
        height: 160px;
    }
    .testimonials-section .container::after {
        right: -40px;
        width: 100px;
        height: 200px;
    }
    /* BG Images Style End */

    /* About Us */
    .about-us-content {
        margin-left: 50px;
    }
    
    /* About Us End */

    /* Reels */
    .our-reels-section .section-title, 
    .our-pricing-section .section-title, 
    .testimonials-section .section-title {
        margin-bottom: 46px;
    }
    .swiper-button-prev, 
    .swiper-button-next {
        width: 44px;
        height: 44px;
    }
    .swiper-button-prev::after, 
    .swiper-button-next::after {
        width: 16px;
        height: 16px;
    }
    /* Reels End */

    /* Our Services */
    .our-services-section .section-title {
        margin: 0 auto 62px;
    }
    .service-tabbing .nav-tabs {
        margin: 0 auto 54px;
        border-radius: 40px;
    }
    .service-tabbing .nav-tabs .nav-link {
        font-size: 22px;
        line-height: 30px;
        padding: 14px 28px;
        gap: 14px;
    }
    .service-tabbing .nav-tabs .nav-link img {
        width: 35px;
        height: 35px;
    }
    .services-tab-content {
        margin-left: 30px;
    }
    /* Our Services End */

    /* Contact Us Section */
    .contact-section-right {
        padding: 38px 52px;
    }
    .contact-section-right .section-title {
        margin-bottom: 36px;
    }
    .contact-section-right .white-border-btn {
        padding: 9px 20px;
    }
    /* Contact Us Section End */

    /* Testimonials Section */
    .testimonials-slider-para p {
        font-size: 22px;
        line-height: 34px;
    }
    /* Testimonials Section End */

    /* Marquee */
    .marquee-container {
        padding: 28px 0;
    }
    .scroll-card {
        padding: 0 28px;
    }
    /* Marquee End */
}
/* ============= max-width:1400px ==========*/
@media only screen and (max-width: 1400px) {

    /* BG Images Style */
    .about-us-section .container::before,
    .about-us-section .container::after,
    .our-reels-section .container::before,
    .our-reels-section .container::after,
    .our-services-section .container::before,
    .our-services-section .container::after,
    .our-pricing-section .container::before,
    .our-pricing-section .container::after,
    .testimonials-section .container::before,
    .testimonials-section .container::after {
        display: none;
    }
    /* BG Images Style End */
}

/* ============= max-width:1250px ==========*/
@media only screen and (max-width: 1250px) {
    .row {
        margin: 0;
    }
    .services-row {
        margin-bottom: 40px;
    }
}
/* ============= max-width:1200px ==========*/
@media only screen and (max-width: 1200px) {
    /* Typography */
    h1, .heading-one {
        font-size: 50px;
        line-height: 62px;
    }
    h2, .heading-two {
        font-size: 32px;
        line-height: 46px;
    }
    h4, .heading-four {
        font-size: 20px;
        line-height: 28px;
    }
    .text-xxl {
        font-size: 20px;
        line-height: 30px;
    }
    p {
        font-size: 16px;
    }
    /* Typography End*/

    /* Spacing */
    .py-100 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .pt-100 {
        padding-top: 80px;
    }
    .pb-100 {
        padding-bottom: 80px;
    }
    .mb-24 {
        margin-bottom: 20px;
    }
    /* Spacing End */

    /* Header */
    .site-content {
        padding-top: 96px;
    }
    .main-navigation .site-nav {
        gap: 22px;
    }
    .main-navigation .site-nav > li {
        padding: 35px 0;
    }
    .site-header.smaller .main-navigation .site-nav > li {
        padding: 28px 0;
    }
    .header-right-wrapper {
        gap: 30px;
    }
    /* Header End */

    /* Banner */
    .banner-bg-img {
        min-height: 600px;
        max-height: 600px;
    }
    
    /* Banner End */

    /* About Us */
    .about-us-content {
        margin-left: 40px;
    }
    /* About Us End */

    /* Reels */
    .our-reels-section .section-title, 
    .our-pricing-section .section-title, 
    .testimonials-section .section-title {
        margin-bottom: 36px;
    }
    .reels-video video {
        height: 486px;
    }
    .reels-nav {
        gap: 12px;
        margin-top: 38px;
    }
    /* Reels End */

    /* Our Services */
    .our-services-section .section-title {
        margin: 0 auto 52px;
    }
    .service-tabbing .nav-tabs {
        margin: 0 auto 44px;
        border-radius: 30px;
    }
    .service-tabbing .nav-tabs .nav-link {
        font-size: 20px;
        line-height: 28px;
        padding: 12px 24px;
        gap: 12px;
    }
    .service-tabbing .nav-tabs .nav-link img {
        width: 30px;
        height: 30px;
    }
    .services-tab-content {
        margin-left: 25px;
    }
    /* Our Services End */

    /* Our Pricing */
    .pricing-box,
    .pricing-card-content {
        padding: 26px;
    }
    .pricing-box ul li {
        margin-bottom: 16px;
    }
    .pricing-list-book-btn {
        bottom: 26px;
        margin: 0 26px;
    }
    /* Our Pricing End */

    /* Contact Us Section */
    .contact-section-right {
        padding: 28px 32px;
    }
    .contact-section-right .section-title {
        margin-bottom: 32px;
    }
    /* Contact Us Section End */

     /* Testimonials Section */
    .testimonials-slider-para p {
        font-size: 20px;
        line-height: 30px;
    }
    /* Testimonials Section End */

    /* Marquee */
    .marquee-container {
        padding: 24px 0;
    }
    .scroll-card {
        padding: 0 24px;
    }
    .scroll-card::before {
        top: 18px;
        width: 14px;
        height: 14px;
    }
    /* Marquee End */

    /* Footer */
    .footer-middle {
        padding: 60px 0;
    }
    .footer-title {
        margin-bottom: 28px;
    }
    .footer-service-menu li {
        margin-bottom: 14px;
    }
    .footer-middle-section {
        max-width: 380px;
        padding: 0 30px;
    }
    .contact-details {
        padding-left: 30px;
    }
    .icon-location,
    .icon-email,
    .icon-call-green,
    .icon-schedule {
        width: 28px;
        height: 28px;
    }
    .footer-middle-section::before {
        width: 300px;
        height: 280px;
    }
    .footer-logo {
        margin-bottom: 28px;
    }
    .newsletter-block {
        margin-bottom: 35px;
    }
    .social-media-list {
        gap: 34px;
    }
    .c-go-top {
        bottom: 20px;
        right: 20px;
        width: 35px;
        height: 35px;
        padding: 3px;
    }
    /* Footer End */

     /* Services */
    .about-us-info-container h2,
    .about-us-info-container p {
        margin-bottom: 16px;
    }
    .about-us-info ul,
    .about-us-info p:last-of-type {
        margin-bottom: 20px;
    }
    /* Services End */
}
/* ============= max-width:992px ==========*/
@media only screen and (max-width: 992px) {
    /* Typography */
    h1, .heading-one {
        font-size: 44px;
        line-height: 54px;
    }
    h2, .heading-two {
        font-size: 28px;
        line-height: 36px;
    }
    .text-xxl {
        font-size: 18px;
        line-height: 28px;
    }
    .text-xl {
        font-size: 16px;
        line-height: 26px;
    }
    p {
        font-size: 15px;
    }
    /* Typography End*/

    /* Spacing */
    .py-100 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .pt-100 {
        padding-top: 60px;
    }
    .pb-100 {
        padding-bottom: 60px;
    }
    .py-50 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .py-50 {
        padding-bottom: 40px;
    }
    .pb-50 {
        padding-bottom: 40px;
    }
    .mb-24 {
        margin-bottom: 16px;
    }
    /* Spacing End */

    /* Button */
    .solid-btn, .border-btn, .light-black-btn {
        font-size: 14px;
        padding: 10px 12px 10px 14px;
        border-radius: 20px;
        gap: 4px;
    }
    /* Button End */

    /* Header */
    .site-content {
        padding-top: 81px;
    }
    .desktop-menu { display: none;}
    .header-icon,
    .mobile-menu-wrapper {
        display: block;
    }
    .site-header {
        padding: 15px 0;
    }
     .site-header.smaller .main-navigation .site-nav > li {
        padding: 0;
    }
    .header-left-wrapper {
        display: flex;
        align-items: center;
        gap: 16px;
    }
    .header-icon {
        border: 0;
        padding: 0;
    }
    .site-branding a {
        max-width: 55px;
    }
    .mobile-menu-wrapper .offcanvas {
        background-color: #79948F;
    }
    .mobile-menu-wrapper .offcanvas-header .btn-close {
        filter: brightness(100) invert(1);
        opacity: 1;
    }
    .mobile-menu-wrapper .offcanvas-header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .mobile-menu-wrapper .offcanvas-body {
        padding: 0;
    }
    .main-navigation .site-nav {
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0;
        flex-direction: column;
        text-align: left;
    }
    .main-navigation .site-nav > li {
        display: block;
        width: 100%;
        padding: 12px 16px;
        display: inline-flex;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        flex-wrap: wrap;

    }
    .main-navigation .site-nav > li.current-menu-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .main-navigation .site-nav > li > a {
        color: #fff;
        /* padding: 12px 16px; */
    }
   
    .main-navigation .site-nav .menu-item-has-children>a:after,
    .main-navigation .site-nav li .sub-menu::after {
        display: none;
    }
    .main-navigation .site-nav > li:hover > a, 
    .main-navigation .site-nav li .sub-menu a:hover {
        color: #fff;
        transition: all 0.4s;
    }
    .main-navigation .site-nav li .sub-menu {
        display: none;
        position: relative;
        top: inherit;
        width: 100%;
        background-color: #68837e;
        border-radius: 0;
        transition: transform 0.3s ease;
        margin-top: 10px;
    }
    span.arw {
        position: absolute;
        top: 14px;
        right: 20px;
        width: 20px;
        height: 20px;
    }
    /* .main-navigation .site-nav li .sub-menu a {
        padding: 12px 30px;
    } */
    #primary-menu .arw {
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        transition: transform 0.3s ease;
    }
    #primary-menu .arw.open {
        transform: rotate(180deg);
    }
    /* Header End */

    /* Banner */
    .banner-nav {
        justify-content: flex-start; 
        flex-direction: row; 
        gap: 20px; 
        margin-top: 50px; 
    }
    /* Banner End */

    /* About Us */
    .about-us-content {
        margin-left: 30px;
    }
    /* About Us End */

    /* Reels */
    .our-reels-section .section-title, 
    .our-pricing-section .section-title, 
    .testimonials-section .section-title {
        margin-bottom: 26px;
    }
    .reels-video video {
        height: 450px;
    }
    .reels-nav {
        gap: 10px;
        margin-top: 30px;
    }
    /* Reels End */

    /* Our Services */
    .our-services-section .section-title {
        margin: 0 auto 42px;
    }
    .service-tabbing .nav-tabs {
        margin: 0 auto 34px;
        border-radius: 20px;
    }
    .service-tabbing .nav-tabs .nav-link {
        font-size: 18px;
        line-height: 26px;
        padding: 10px 20px;
        gap: 10px;
    }
    .service-tabbing .nav-tabs .nav-link img {
        width: 25px;
        height: 25px;
    }
    .services-tab-content {
        margin-left: 0;
        margin-top: 20px;
    }
     .tab-inner-content-main-col {
        padding: 0;
    }
    /* Our Services End */

    /* Our Pricing */
    .pricing-box,
    .pricing-card-content {
        padding: 20px;
    }
    .pricing-box ul li {
        margin-bottom: 12px;
    }
    .pricing-list-book-btn {
        bottom: 20px;
        margin: 0 20px;
    }
    /* Our Pricing End */

    /* Contact Us Section */
    .contact-section-right {
        padding: 24px 28px;
    }
    .contact-section-right .section-title {
        margin-bottom: 28px;
    }
    .form-group {
        margin-bottom: 20px;
    }
    /* Contact Us Section End */

    /* Testimonials Section */
    .testimonials-slider-content {
        max-width: 640px;
    }
    .testimonials-nav .testimonials-button-prev {
        left: 44px;
    }
    .testimonials-nav .testimonials-button-next {
        right: 44px;
        left: auto;
    }
    .testimonials-slider-para p {
        font-size: 18px;
        line-height: 28px;
    }
    /* Testimonials Section End */

    /* Marquee */
    .marquee-container {
        padding: 24px 0;
    }
    .scroll-card {
        padding: 0 24px;
    }
    .scroll-card::before {
        top: 16px;
        width: 12px;
        height: 12px;
    }
    /* Marquee End */

    /* Footer */
    .footer-middle {
        padding: 40px 0;
    }
    .footer-title {
        margin-bottom: 24px;
    }
    .footer-service-menu li {
        margin-bottom: 12px;
    }
    .footer-middle-section {
        max-width: 100%;
        padding: 0;
    }
    .contact-details {
        padding-left: 0;
    }
    .icon-location,
    .icon-email,
    .icon-call-green,
    .icon-schedule {
        width: 24px;
        height: 24px;
    }
    .footer-middle-section::before {
        width: 200px;
        height: 186px;
    }
    .footer-logo {
        margin-bottom: 24px;
    }
    .newsletter-block {
        margin-bottom: 30px;
    }
    .social-media-list {
        gap: 28px;
    }
    .footer-middle-first-col::before, .footer-middle-last-col::before {
        display: none;
    }
    .social-media-list li a img {
        max-width: 28px;
        max-height: 28px;
    }
    /* Footer End */

    /* Services  */
    .services-row {
        margin-bottom: 40px;
    }
    /* Services End */
}
/* ============= max-width:768px ==========*/
@media only screen and (max-width: 768px) {
    /* Typography */
    h1, .heading-one {
        font-size: 36px;
        line-height: 46px;
    }
    h2, .heading-two {
        font-size: 24px;
        line-height: 30px;
    }
    .text-xxl {
        font-size: 16px;
        line-height: 26px;
    }
    p {
        font-size: 15px;
    }
    .solid-btn, .border-btn, .light-black-btn {
        padding: 8px 10px 8px 12px;
    }
    .contact-section-right .white-border-btn {
        font-size: 16px;
        line-height: 22px;
    }
    /* Typography End */

    /* Spacing */
    .py-100 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
     .pt-100 {
        padding-top: 40px;
    }
    .pb-100 {
        padding-bottom: 40px;
    }
    .py-50 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .py-50 {
        padding-bottom: 30px;
    }
    .pb-50 {
        padding-bottom: 30px;
    }
    /* Spacing End */

    /* Header */
    .site-content {
        padding-top: 77px;
    }
    /* Header End */

    /* Banner */
    .banner-nav .banner-button-prev, 
    .banner-nav .banner-button-next,
    .swiper-button-prev, 
    .swiper-button-next {
        width: 38px;
        height: 38px;
    }
    .banner-nav .banner-button-prev::after, 
    .banner-nav .banner-button-next::after {
        width: 14px;
        height: 14px;
    }
    /* Banner End */

    /* About Us */
    .about-us-content {
        margin-left: 0;
    }
    .reels-video video {
        height: 400px;
    }
    .about-img-desktop { display: none;}
    .about-img-mobile {
        display: block;
        margin-bottom: 20px;
    }
    /* About Us End */

    /* Reels */
    .reels-video video {
        height: 400px;
    }
    .reels-nav {
        margin-top: 25px;
    }
    /* Reels End */

    /* Our Services */
    .our-services-section .section-title {
        max-width: 100%;
        margin: 0 auto 32px;
    }
    .service-tabbing .nav-tabs {
        margin: 0 auto 24px;
        border-radius: 16px;
    }
    .services-tab-listing {
        margin-top: 20px;
        margin-bottom: 24px;
    }
    .services-tab-listing ul li,
    .services-detail ul li {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 30px;
    }
    .services-tab-listing ul li::before,
    .services-detail ul li::before {
        width: 28px;
        height: 28px;
    }
    .service-tabbing .nav-tabs .nav-link {
        font-size: 16px;
        line-height: 24px;
        padding: 8px 18px;
        gap: 10px;
    }
    .service-tabbing .nav-tabs .nav-link img {
        width: 20px;
        height: 20px;
    }
    /* Our Services End */

    /* Our Pricing */
    .pricing-box, .pricing-card-content {
        padding: 16px;
    }
    .pricing-box ul li {
        margin-bottom: 8px;
    }
    .pricing-list-book-btn {
        position: static;
        margin: 20px 0 0 0;
    }
    .pricing-list-col-img {
        padding: 0;
    }
    .pricing-list-col {
        margin-bottom: 20px;
    }
    /* .pricing-card-title {
        min-height: inherit;
    } */
    /* Our Pricing End */

    /* Testimonials Section */
    .testimonials-slider-content {
        max-width: 100%;
    }
    .testimonials-nav .testimonials-button-prev,
    .testimonials-nav .testimonials-button-next {
      position: static;
      transform: translateY(0);
    }
    .testimonials-slider-para p {
        font-size: 18px;
        line-height: 28px;
    }
    .testimonials-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }
    /* Testimonials Section End */

    /* Contact Section */
    .contact-section-right {
        padding: 24px 16px;
    }
    /* Contact Section End */

    /* Marquee */
    .marquee-container {
        padding: 20px 0;
    }
    .scroll-card::before {
        top: 12px;
    }
    /* Marquee End */

    /* Footer */
    .footer-middle {
        padding: 30px 0;
    }
    .footer-service-menu li a {
        font-size: 15px;
        line-height: 22px;
    }
    .footer-logo,
    .footer-title,
    .newsletter-block {
        margin-bottom: 20px;
    }
    .social-media-list {
        gap: 24px;
    }
    .service-menu,
    .footer-middle-section {
        margin-bottom: 20px;
    }
    .social-media-list li a img {
        max-width: 24px;
        max-height: 24px;
    }
    /* Footer End */

    /* Services */
    .aboutus-image-container {
        margin-bottom: 24px;
    }
    .aboutus-image-container img {
        width: 100%;
        height: auto;
    }
    .about-us-info ul {
        flex-wrap: wrap;
    }
    .services-image {
        margin-bottom: 24px;
    }
   /* Odd rows: Title (mobile h2), image, then content */
    .services-row:nth-child(odd) .services-img-col {
        order: 1; /* Image comes after title (already in markup) */
    }
    .services-row:nth-child(odd) .services-text-col {
        order: 2; /* Content after image */
    }

    /* Even rows: Title (mobile h2), image, then content */
    .services-row:nth-child(even) .services-img-col {
        order: 1; /* Same order as odd for mobile */
    }
    .services-row:nth-child(even) .services-text-col {
        order: 2;
    }

    /* Make sure images take full width */
    .services-img-col, .services-text-col {
        width: 100%;
    }
    /* Services End */

    /* Gallery */
    .aigpl-gallery-wrp .aigpl-img,
    .aigpl-gallery-album-wrp .aigpl-img {
        padding: 12px;
    }
    /* Gallery End */
}
/* ============= max-width:576px ==========*/
@media only screen and (max-width: 576px) {
    /* Typography */
    h1, .heading-one {
        font-size: 30px;
        line-height: 38px;
    }
    h2, .heading-two {
        font-size: 22px;
        line-height: 28px;
    }
    p {
        font-size: 14px;
    }
    /* Typography End */

    input, select, textarea {
        font-size: 16px;
        line-height: 24px;
        padding: 8px 14px;
    }
    /* Header */
    .cta-button .light-black-btn {
        border-radius: 50%;
        padding: 10px;
         display: none;
    }
    .cta-button span {
        display: none;
    }
    .site-branding a,
    .site-branding a img.custom-logo {
        max-width: 50px;
    }
    .icon-menu {
        width: 28px;
        height: 20px;
    }
    /* Header End */

    /* Banner */
    .banner-bg-img {
        min-height: 500px;
        max-height: 500px;
    }
    .banner-slider-content h1, .banner-slider-content p {
        margin-bottom: 20px;
    }
    .banner-nav {
        gap: 12px;
        margin-top: 30px;
    }
    .banner-nav .banner-button-prev, 
    .banner-nav .banner-button-next,
    .swiper-button-prev, 
    .swiper-button-next {
        width: 34px;
        height: 34px;
    }
    .banner-nav .banner-button-prev::after, 
    .banner-nav .banner-button-next::after {
        width: 10px;
        height: 10px;
    }
    /* Banner End */

    /* About Us */
    .reels-video video {
        height: 300px;
    }
    /* About Us End */

    /* Reels */
     .reels-video video {
        height: 300px;
    }
    .reels-nav {
        margin-top: 20px;
    }
    /* Reels End */

    /* Our Services */
    .our-services-section .section-title {
        margin: 0 auto 22px;
    }
    .service-tabbing .nav-tabs {
        margin: 0 auto 20px;
        white-space: nowrap;
        overflow-x: auto;
        max-width: 100%;
        width: 100%;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .service-tabbing .nav-tabs .nav-link img {
        width: 16px;
        height: 16px;
    }
    /* Our Services End */

    /* Contact */
    .services-tab-listing ul li,
    .services-detail ul li {
        font-size: 16px;
        line-height: 24px;
        padding-left: 32px;
    }
    .services-tab-listing ul li::before,
    .services-detail ul li::before {
        width: 22px;
        height: 22px;
        background-size: 16px;
        top: 4px;
    }
    /* Contact End */

    /* Marquee */
    .scroll-card::before {
        top: 10px;
    }
    /* Marquee End */

    /* Footer */
    .footer-middle {
        padding-bottom: 10px;
    }
    .site-footer .tnp-subscription input[type="email"], 
    .site-footer .tnp-profile input[type="email"] {
        padding: 9px 20px;
        font-size: 16px;
        line-height: 22px;
    }
    .site-footer .tnp-subscription input[type="submit"] {
        width: 50px;
        background-size: 22px;
        padding: 7px 12px;
    }
    .social-media-list li a img {
        max-width: 20px;
        max-height: 20px;
    }
    /* Footer End */
}

/* ============= max-width:480px ==========*/
@media only screen and (max-width: 480px) { 
    .icon-menu {
        width: 22px;
        height: 16px;
    }
}