@media screen and (min-width: 1400px) {
    .about-container {
        background-repeat: no-repeat;
        background-position: 100% 60%;
    }
    .dimension-list ul li {
        font-size: 18px;
        margin-bottom: 8px;
        letter-spacing: 1px;
        text-align: center;
    }
    .copy-shree {
        margin: 0px 5px;
    }
    .input-field .dropdown-form {
        box-shadow: 0 0 5pt 2pt #f9f5f5;
        height: 50px;
        width: 100%;
        border-radius: 10px;
        margin-bottom: 5px;
    }
    .input .dropdown-form {
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    .input .dropdown-form ul.list {
        width: 100% !important;
    }
    .single-slider::after {
        background-color: black;
        content: '';
        height: 100%;
        position: absolute;
    }
    .nice-select.open .list {
        width: 100% !important;
    }
    .breadcrumb-card {
        margin-top: 110px;
        background-image: linear-gradient( 228deg, #20448e, #729aeb);
        height: 180px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .breadcrum-content h4 {
        margin: 0px;
        font-size: 35px;
        letter-spacing: 4px;
        color: white;
        text-transform: uppercase;
    }
    .product-section {
        padding: 80px 0px !important;
        position: relative;
    }
    .header-right {
        display: flex;
        justify-content: flex-end;
    }
    .header-right a {
        width: 100%;
    }
    .header-top {
        padding: 0px 35px;
        padding-top: 0px !important;
        position: fixed;
        height: 110px;
        width: 100%;
        top: 0%;
        background: white !important;
        z-index: 99999999 !important;
    }
    .hero-area {
        margin-top: 110px;
    }
    .banner-row {
        height: calc(100vh - 110px);
    }
    .header-top .header-menu-white nav>ul>li a {
        color: #111;
    }
    .section-header h3::before {
        content: '';
        position: absolute;
        display: block;
        width: 120px;
        height: 1px;
        background: #ddd;
        bottom: 1px;
        left: calc(50% - 60px);
    }
    .section-header h3::after {
        content: '';
        position: absolute;
        display: block;
        width: 40px;
        height: 3px;
        background: #20448e;
        bottom: 0;
        left: calc(50% - 20px);
    }
    .section-header h3 {
        font-size: 27px;
        color: #111;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 3px;
        position: relative;
        padding-bottom: 15px;
    }
    .product-card-main {
        box-shadow: 0 0 15px 0 rgb(41 61 88 / 10%);
        margin: 30px 0px;
        position: relative;
        border: 3px solid #20448e;
    }
    .product-card-main .product-name p {
        margin-bottom: 0px;
        padding: 15px;
        text-align: center;
        color: #033b4a;
        position: relative;
        font-size: 18px;
        z-index: 9999;
        text-transform: uppercase;
        width: 98%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .input-field {
        margin: 5px 0px;
    }
    .input-field input {
        box-shadow: 0 0 5pt 2pt #f9f5f5;
        padding: 15px;
        height: 50px;
        border-radius: 10px;
    }
    .product-card-main .product-image img {
        height: 200px;
        object-fit: contain;
        padding: 25px;
        z-index: 9999;
        position: relative;
    }
    .banner-row .hero-slider-caption h1 {
        font-size: 50px;
        color: #20448e !important;
    }
    .hero-slider-btn {
        margin-top: 40px !important;
    }
    .hero-slider-caption h5 {
        font-size: 50px;
        color: white;
    }
    .product-card-main::before {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        background-color: white;
        /* transform: rotate( 90deg); */
    }
    main section:nth-child(odd) {
        padding: 50px 0px 0px 0px;
    }
    main section:nth-child(even) {
        padding: 100px 0px 50px 0px;
    }
    main section:nth-child(1) {
        padding: 0px !important;
    }
    main section:last-child {
        padding-bottom: 0px !important;
    }
    .about-section {
        padding: 50px 0px 60px 0px !important;
    }
    .telephone-number {
        font-size: 16px !important;
    }
    .social-icon i {
        font-size: 40px;
        color: white;
    }
    .footer-subscribe-title span {
        font-size: 22px !important;
    }
    .header-top .header__menu ul li a {
        letter-spacing: 1px;
    }
    .product-card-main:hover {
        transform: rotate(0deg) !important;
        transition: 0.9s all;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1399px) {
    .about-container {
        background-repeat: no-repeat;
        background-position: 100% 60%;
    }
    .dimension-list ul li {
        font-size: 18px;
        margin-bottom: 8px;
        letter-spacing: 1px;
        text-align: center;
    }
    .copy-shree {
        margin: 0px 5px;
    }
    .input-field .dropdown-form {
        box-shadow: 0 0 5pt 2pt #f9f5f5;
        height: 50px;
        width: 100%;
        border-radius: 10px;
        margin-bottom: 5px;
    }
    .input .dropdown-form {
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    .input .dropdown-form ul.list {
        width: 100% !important;
    }
    .single-slider::after {
        background-color: black;
        content: '';
        height: 100%;
        position: absolute;
    }
    .nice-select.open .list {
        width: 100% !important;
    }
    .breadcrumb-card {
        margin-top: 110px;
        background-image: linear-gradient( 228deg, #20448e, #729aeb);
        height: 180px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .breadcrum-content h4 {
        margin: 0px;
        font-size: 35px;
        letter-spacing: 4px;
        color: white;
        text-transform: uppercase;
    }
    .product-section {
        padding: 80px 0px !important;
        position: relative;
    }
    .header-right a:first-child {
        padding-left: 65px;
    }
    .header-right {
        display: flex;
        justify-content: flex-end;
    }
    .header-right a {
        width: 100%;
    }
    .slider-right-2 {
        padding-top: 0px !important;
    }
    .header-top {
        padding: 0px 35px;
        padding-top: 0px !important;
        position: fixed;
        width: 100%;
        top: 0%;
        background: white !important;
        z-index: 99999999 !important;
    }
    .hero-area {
        margin-top: 110px;
    }
    .banner-row {
        height: calc(100vh - 110px);
    }
    .header-top .header-menu-white nav>ul>li a {
        color: #111;
    }
    .section-header h3::before {
        content: '';
        position: absolute;
        display: block;
        width: 120px;
        height: 1px;
        background: #ddd;
        bottom: 1px;
        left: calc(50% - 60px);
    }
    .section-header h3::after {
        content: '';
        position: absolute;
        display: block;
        width: 40px;
        height: 3px;
        background: #20448e;
        bottom: 0;
        left: calc(50% - 20px);
    }
    .section-header h3 {
        font-size: 27px;
        color: #111;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 3px;
        position: relative;
        padding-bottom: 15px;
    }
    .product-card-main {
        box-shadow: 0 0 15px 0 rgb(41 61 88 / 10%);
        margin: 30px 0px;
        position: relative;
        border: 3px solid #20448e;
    }
    .product-card-main .product-name p {
        margin-bottom: 0px;
        padding: 15px;
        text-align: center;
        color: #033b4a;
        position: relative;
        z-index: 9999;
        font-size: 18px;
        text-transform: uppercase;
        width: 98%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .input-field {
        margin: 15px 0px;
    }
    .input-field input {
        box-shadow: 0 0 5pt 2pt #f9f5f5;
        padding: 15px;
        height: 50px;
        border-radius: 10px;
    }
    .product-card-main .product-image img {
        height: 200px;
        object-fit: contain;
        padding: 25px;
        z-index: 9999;
        position: relative;
    }
    .banner-row .hero-slider-caption h1 {
        font-size: 50px;
        color: #20448e !important;
    }
    .hero-slider-btn {
        margin-top: 40px !important;
    }
    .hero-slider-caption h5 {
        font-size: 50px;
        color: white;
    }
    .product-card-main::before {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        background-color: white;
        /* transform: rotate( 90deg); */
    }
    main section:nth-child(odd) {
        padding: 50px 0px 0px 0px;
    }
    main section:nth-child(even) {
        padding: 100px 0px 50px 0px;
    }
    main section:nth-child(1) {
        padding: 0px !important;
    }
    main section:last-child {
        padding-bottom: 0px !important;
    }
    .about-section {
        padding: 50px 0px 60px 0px !important;
    }
    .telephone-number {
        font-size: 16px !important;
    }
    .social-icon i {
        font-size: 40px;
        color: white;
    }
    .footer-subscribe-title span {
        font-size: 22px !important;
    }
    .header-top .header__menu ul li a {
        letter-spacing: 1px;
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .about-container {
        background-repeat: no-repeat;
        background-position: 100% 60%;
    }
    .dimension-list ul li {
        font-size: 18px;
        margin-bottom: 8px;
        letter-spacing: 1px;
        text-align: center;
    }
    .copy-shree {
        margin: 0px 5px;
    }
    .input-field .dropdown-form {
        box-shadow: 0 0 5pt 2pt #f9f5f5;
        height: 50px;
        width: 100%;
        border-radius: 10px;
        margin-bottom: 5px;
    }
    .input .dropdown-form {
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    .input .dropdown-form ul.list {
        width: 100% !important;
    }
    .single-slider::after {
        background-color: black;
        content: '';
        height: 100%;
        position: absolute;
    }
    .nice-select.open .list {
        width: 100% !important;
    }
    .breadcrumb-card {
        margin-top: 110px;
        background-image: linear-gradient( 228deg, #20448e, #729aeb);
        height: 180px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .breadcrum-content h4 {
        margin: 0px;
        font-size: 35px;
        letter-spacing: 4px;
        color: white;
        text-transform: uppercase;
    }
    .product-section {
        padding: 80px 0px !important;
        position: relative;
    }
    .header-right {
        display: flex;
        justify-content: flex-end;
    }
    .header-right a {
        width: 100%;
        padding-left: 65px;
    }
    .header-top {
        padding: 0px 35px;
        padding-top: 0px !important;
        position: fixed;
        height: 110px;
        width: 100%;
        top: 0%;
        background: white !important;
        z-index: 99999999 !important;
    }
    .hero-area {
        margin-top: 110px;
    }
    .header-top .header-menu-white nav>ul>li a {
        color: #111;
    }
    .slider-right-2 {
        padding: 20px 0px !important;
    }
    .section-header h3::before {
        content: '';
        position: absolute;
        display: block;
        width: 120px;
        height: 1px;
        background: #ddd;
        bottom: 1px;
        left: calc(50% - 60px);
    }
    .section-header h3::after {
        content: '';
        position: absolute;
        display: block;
        width: 40px;
        height: 3px;
        background: #20448e;
        bottom: 0;
        left: calc(50% - 20px);
    }
    .section-header h3 {
        font-size: 27px;
        color: #111;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 3px;
        position: relative;
        padding-bottom: 15px;
    }
    .product-card-main {
        box-shadow: 0 0 15px 0 rgb(41 61 88 / 10%);
        margin: 30px 0px;
        position: relative;
        border: 3px solid #20448e;
    }
    .product-card-main .product-name p {
        margin-bottom: 0px;
        padding: 15px;
        text-align: center;
        color: #033b4a;
        position: relative;
        font-size: 18px;
        z-index: 9999;
        text-transform: uppercase;
        width: 98%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .input-field {
        margin: 5px 0px;
    }
    .input-field input {
        box-shadow: 0 0 5pt 2pt #f9f5f5;
        padding: 15px;
        height: 50px;
        border-radius: 10px;
    }
    .product-card-main .product-image img {
        height: 200px;
        object-fit: contain;
        padding: 25px;
        z-index: 9999;
        position: relative;
    }
    .banner-row .hero-slider-caption h1 {
        font-size: 50px;
        color: #20448e !important;
    }
    .hero-slider-btn {
        margin-top: 40px !important;
    }
    .hero-slider-caption h5 {
        font-size: 50px;
        color: white;
    }
    .product-card-main::before {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        background-color: white;
        /* transform: rotate( 90deg); */
    }
    main section:nth-child(odd) {
        padding: 50px 0px 0px 0px;
    }
    main section:nth-child(even) {
        padding: 100px 0px 50px 0px;
    }
    main section:nth-child(1) {
        padding: 0px !important;
    }
    main section:last-child {
        padding-bottom: 0px !important;
    }
    .about-section {
        padding: 50px 0px 60px 0px !important;
    }
    .telephone-number {
        font-size: 16px !important;
    }
    .social-icon i {
        font-size: 40px;
        color: white;
    }
    .footer-subscribe-title span {
        font-size: 22px !important;
    }
    .header-top .header__menu ul li a {
        letter-spacing: 1px;
    }
    .product-card-main:hover {
        transform: rotate(0deg) !important;
        transition: 0.9s all;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .about-container {
        background-repeat: no-repeat;
        background-position: 100% 75%;
        background-size: 110%;
    }
    .dimension-list ul li {
        font-size: 18px;
        margin-bottom: 8px;
        letter-spacing: 1px;
        text-align: center;
    }
    .copy-shree {
        margin: 0px 5px;
    }
    .input-field .dropdown-form {
        box-shadow: 0 0 5pt 2pt #f9f5f5;
        height: 50px;
        width: 100%;
        border-radius: 10px;
        margin-bottom: 5px;
    }
    .input .dropdown-form {
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    .input .dropdown-form ul.list {
        width: 100% !important;
    }
    .single-slider::after {
        background-color: black;
        content: '';
        height: 100%;
        position: absolute;
    }
    .nice-select.open .list {
        width: 100% !important;
    }
    .breadcrumb-card {
        margin-top: 110px;
        background-image: linear-gradient( 228deg, #20448e, #729aeb);
        height: 180px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .breadcrum-content h4 {
        margin: 0px;
        font-size: 35px;
        letter-spacing: 4px;
        color: white;
        text-transform: uppercase;
    }
    .product-section {
        padding: 80px 0px !important;
        position: relative;
    }
    .header-right {
        display: flex;
        justify-content: flex-end;
    }
    .header-right a {
        width: 100%;
        padding-left: 65px;
    }
    .header-top {
        padding: 0px 35px;
        padding-top: 0px !important;
        position: fixed;
        height: 110px;
        width: 100%;
        top: 0%;
        background: white !important;
        z-index: 99999999 !important;
    }
    .hero-area {
        margin-top: 110px;
    }
    .header-top .header-menu-white nav>ul>li a {
        color: #111;
    }
    .slider-right-2 {
        padding: 20px 0px !important;
    }
    .section-header h3::before {
        content: '';
        position: absolute;
        display: block;
        width: 120px;
        height: 1px;
        background: #ddd;
        bottom: 1px;
        left: calc(50% - 60px);
    }
    .section-header h3::after {
        content: '';
        position: absolute;
        display: block;
        width: 40px;
        height: 3px;
        background: #20448e;
        bottom: 0;
        left: calc(50% - 20px);
    }
    .section-header h3 {
        font-size: 27px;
        color: #111;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 3px;
        position: relative;
        padding-bottom: 15px;
    }
    .product-card-main {
        box-shadow: 0 0 15px 0 rgb(41 61 88 / 10%);
        margin: 30px 0px;
        position: relative;
        border: 3px solid #20448e;
    }
    .product-card-main .product-name p {
        margin-bottom: 0px;
        padding: 15px;
        text-align: center;
        color: #033b4a;
        position: relative;
        font-size: 18px;
        z-index: 9999;
        text-transform: uppercase;
        width: 98%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .input-field {
        margin: 5px 0px;
    }
    .input-field input {
        box-shadow: 0 0 5pt 2pt #f9f5f5;
        padding: 15px;
        height: 50px;
        border-radius: 10px;
    }
    .product-card-main .product-image img {
        height: 200px;
        object-fit: contain;
        padding: 25px;
        z-index: 9999;
        position: relative;
    }
    .banner-row .hero-slider-caption h1 {
        font-size: 50px;
        color: #20448e !important;
    }
    .hero-slider-btn {
        margin-top: 40px !important;
    }
    .hero-slider-caption h5 {
        font-size: 50px;
        color: white;
    }
    .product-card-main::before {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        background-color: white;
        /* transform: rotate( 90deg); */
    }
    main section:nth-child(odd) {
        padding: 50px 0px 0px 0px;
    }
    main section:nth-child(even) {
        padding: 100px 0px 50px 0px;
    }
    main section:nth-child(1) {
        padding: 0px !important;
    }
    main section:last-child {
        padding-bottom: 0px !important;
    }
    .about-section {
        padding: 50px 0px 60px 0px !important;
    }
    .telephone-number {
        font-size: 16px !important;
    }
    .social-icon i {
        font-size: 40px;
        color: white;
    }
    .footer-subscribe-title span {
        font-size: 22px !important;
    }
    .header-top .header__menu ul li a {
        letter-spacing: 1px;
    }
    .product-card-main:hover {
        transform: rotate(0deg) !important;
        transition: 0.9s all;
    }
    .header-menu-area .mobile-menu.mobile-menu-white.mean-container a.meanmenu-reveal span {
        color: #111;
        background-color: black;
        top: 0px !important;
    }
    .hero-text.hero-text-2 {
        padding-top: 15px !important;
    }
    .header-menu-area .mobile-menu.mobile-menu-white.mean-container a.meanmenu-reveal {
        top: 0px !important;
        color: black;
        font-size: 27px !important;
    }
    .logo.pos-rel a img {
        top: 10px;
    }
}

@media screen and (min-width: 577px) and (max-width: 767px) {}

@media screen and (min-width: 380px) and (max-width: 576px) {
    .about-container {
        background-repeat: no-repeat;
        background-position: 100% 75%;
        background-size: 110%;
    }
    .dimension-list ul li {
        font-size: 14px;
        margin-bottom: 8px;
        letter-spacing: 1px;
        text-align: center;
    }
    .copy-shree {
        margin: 0px 5px;
    }
    .input-field .dropdown-form {
        box-shadow: 0 0 5pt 2pt #f9f5f5;
        height: 50px;
        width: 100%;
        border-radius: 10px;
        margin-bottom: 5px;
    }
    .input .dropdown-form {
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    .input .dropdown-form ul.list {
        width: 100% !important;
    }
    .single-slider::after {
        background-color: black;
        content: '';
        height: 100%;
        position: absolute;
    }
    .nice-select.open .list {
        width: 100% !important;
    }
    .breadcrumb-card {
        margin-top: 80px;
        background-image: linear-gradient( 228deg, #20448e, #729aeb);
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .breadcrum-content h4 {
        margin: 0px;
        font-size: 18px;
        letter-spacing: 4px;
        color: white;
        text-transform: uppercase;
    }
    .product-section {
        padding: 80px 0px !important;
        position: relative;
    }
    .header-right {
        display: flex;
        justify-content: flex-end;
    }
    .header-right a {
        width: 100%;
        padding-left: 65px;
    }
    .header-top {
        padding: 0px 35px;
        padding-top: 0px !important;
        position: fixed;
        height: 80px;
        width: 100%;
        top: 0%;
        background: white !important;
        z-index: 99999999 !important;
    }
    .hero-area {
        margin-top: 80px;
    }
    .logo.pos-rel a img {
        top: 10px;
        height: 60px;
    }
    .header-top .header-menu-white nav>ul>li a {
        color: #111;
    }
    .slider-right-2 {
        padding: 20px 0px !important;
    }
    .section-header h3::before {
        content: '';
        position: absolute;
        display: block;
        width: 120px;
        height: 1px;
        background: #ddd;
        bottom: 1px;
        left: calc(50% - 60px);
    }
    .section-header h3::after {
        content: '';
        position: absolute;
        display: block;
        width: 40px;
        height: 3px;
        background: #20448e;
        bottom: 0;
        left: calc(50% - 20px);
    }
    .section-header h3 {
        font-size: 18px;
        color: #111;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 3px;
        position: relative;
        padding-bottom: 15px;
    }
    .product-card-main {
        box-shadow: 0 0 15px 0 rgb(41 61 88 / 10%);
        margin: 10px 0px;
        position: relative;
        border: 3px solid #20448e;
    }
    .product-card-main .product-name p {
        margin-bottom: 0px;
        padding: 15px;
        text-align: center;
        color: #033b4a;
        position: relative;
        font-size: 14px;
        z-index: 9999;
        text-transform: uppercase;
        width: 98%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .broucher-btn {
        font-size: 9px !important;
    }
    .input-field {
        margin: 5px 0px;
    }
    .input-field input {
        box-shadow: 0 0 5pt 2pt #f9f5f5;
        padding: 15px;
        height: 50px;
        border-radius: 10px;
    }
    .product-card-main .product-image img {
        height: 150px;
        object-fit: contain;
        padding: 25px;
        z-index: 9999;
        position: relative;
    }
    .banner-row .hero-slider-caption h1 {
        font-size: 25px;
        color: #20448e !important;
    }
    .hero-slider-btn {
        margin-top: 40px !important;
    }
    .hero-slider-caption h5 {
        font-size: 25px;
        color: white;
    }
    .product-card-main::before {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        background-color: white;
        /* transform: rotate( 90deg); */
    }
    main section:nth-child(odd) {
        padding: 50px 0px 25px 0px !important;
    }
    main section:nth-child(even) {
        padding: 25px 0px 0px 0px;
    }
    main section:nth-child(1) {
        padding: 0px !important;
    }
    main section:last-child {
        padding-bottom: 0px !important;
    }
    .about-section {
        padding: 25px 0px 25px 0px !important;
    }
    .telephone-number {
        font-size: 16px !important;
    }
    .social-icon i {
        font-size: 40px;
        color: white;
    }
    .footer-subscribe-title span {
        font-size: 22px !important;
    }
    .header-top .header__menu ul li a {
        letter-spacing: 1px;
    }
    .product-card-main:hover {
        transform: rotate(0deg) !important;
        transition: 0.9s all;
    }
    .header-menu-area .mobile-menu.mobile-menu-white.mean-container a.meanmenu-reveal span {
        color: #111;
        background-color: black;
        top: 0px !important;
    }
    .hero-text.hero-text-2 {
        padding-top: 15px !important;
    }
    .header-menu-area .mobile-menu.mobile-menu-white.mean-container a.meanmenu-reveal {
        top: 15px !important;
        color: black;
        font-size: 27px !important;
    }
    .logo.pos-rel a img {
        top: 10px;
    }
    .hero-text .hero-slider-caption {
        margin-bottom: 0px;
    }
    .hero-slider-caption h1 {
        margin-bottom: 0px !important;
    }
    .mean-container a.meanmenu-reveal {
        width: 25px !important;
    }
    .hero-text .hero-slider-caption h5 {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 240px) and (max-width: 379px) {
    .about-container {
        background-repeat: no-repeat;
        background-position: 100% 75%;
        background-size: 110%;
    }
    .dimension-list ul li {
        font-size: 14px;
        margin-bottom: 8px;
        letter-spacing: 1px;
        text-align: center;
    }
    .copy-shree {
        margin: 0px 5px;
    }
    .input-field .dropdown-form {
        box-shadow: 0 0 5pt 2pt #f9f5f5;
        height: 50px;
        width: 100%;
        border-radius: 10px;
        margin-bottom: 5px;
    }
    .input .dropdown-form {
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    .input .dropdown-form ul.list {
        width: 100% !important;
    }
    .single-slider::after {
        background-color: black;
        content: '';
        height: 100%;
        position: absolute;
    }
    .nice-select.open .list {
        width: 100% !important;
    }
    .breadcrumb-card {
        margin-top: 80px;
        background-image: linear-gradient( 228deg, #20448e, #729aeb);
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .breadcrum-content h4 {
        margin: 0px;
        font-size: 18px;
        letter-spacing: 4px;
        color: white;
        text-transform: uppercase;
    }
    .product-section {
        padding: 80px 0px !important;
        position: relative;
    }
    .header-right {
        display: flex;
        justify-content: flex-end;
    }
    .header-right a {
        width: 100%;
        padding-left: 65px;
    }
    .header-top {
        padding: 0px 35px;
        padding-top: 0px !important;
        position: fixed;
        height: 80px;
        width: 100%;
        top: 0%;
        background: white !important;
        z-index: 99999999 !important;
    }
    .hero-area {
        margin-top: 80px;
    }
    .logo.pos-rel a img {
        top: 10px;
        height: 60px;
    }
    .header-top .header-menu-white nav>ul>li a {
        color: #111;
    }
    .slider-right-2 {
        padding: 20px 0px !important;
    }
    .section-header h3::before {
        content: '';
        position: absolute;
        display: block;
        width: 120px;
        height: 1px;
        background: #ddd;
        bottom: 1px;
        left: calc(50% - 60px);
    }
    .section-header h3::after {
        content: '';
        position: absolute;
        display: block;
        width: 40px;
        height: 3px;
        background: #20448e;
        bottom: 0;
        left: calc(50% - 20px);
    }
    .section-header h3 {
        font-size: 18px;
        color: #111;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 3px;
        position: relative;
        padding-bottom: 15px;
    }
    .product-card-main {
        box-shadow: 0 0 15px 0 rgb(41 61 88 / 10%);
        margin: 10px 0px;
        position: relative;
        border: 3px solid #20448e;
    }
    .product-card-main .product-name p {
        margin-bottom: 0px;
        padding: 15px;
        text-align: center;
        color: #033b4a;
        position: relative;
        font-size: 14px;
        z-index: 9999;
        text-transform: uppercase;
        width: 98%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .broucher-btn {
        font-size: 9px !important;
    }
    .input-field {
        margin: 5px 0px;
    }
    .input-field input {
        box-shadow: 0 0 5pt 2pt #f9f5f5;
        padding: 15px;
        height: 50px;
        border-radius: 10px;
    }
    .product-card-main .product-image img {
        height: 150px;
        object-fit: contain;
        padding: 25px;
        z-index: 9999;
        position: relative;
    }
    .banner-row .hero-slider-caption h1 {
        font-size: 25px;
        color: #20448e !important;
    }
    .hero-slider-btn {
        margin-top: 40px !important;
    }
    .hero-slider-caption h5 {
        font-size: 25px;
        color: white;
    }
    .product-card-main::before {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        background-color: white;
        /* transform: rotate( 90deg); */
    }
    main section:nth-child(odd) {
        padding: 50px 0px 0px 0px;
    }
    main section:nth-child(even) {
        padding: 100px 0px 50px 0px;
    }
    main section:nth-child(1) {
        padding: 0px !important;
    }
    main section:last-child {
        padding-bottom: 0px !important;
    }
    .about-section {
        padding: 25px 0px 25px 0px !important;
    }
    .telephone-number {
        font-size: 16px !important;
    }
    .social-icon i {
        font-size: 40px;
        color: white;
    }
    .footer-subscribe-title span {
        font-size: 22px !important;
    }
    .header-top .header__menu ul li a {
        letter-spacing: 1px;
    }
    .product-card-main:hover {
        transform: rotate(0deg) !important;
        transition: 0.9s all;
    }
    .header-menu-area .mobile-menu.mobile-menu-white.mean-container a.meanmenu-reveal span {
        color: #111;
        background-color: black;
        top: 0px !important;
    }
    .hero-text.hero-text-2 {
        padding-top: 15px !important;
    }
    .header-menu-area .mobile-menu.mobile-menu-white.mean-container a.meanmenu-reveal {
        top: 15px !important;
        color: black;
        font-size: 27px !important;
    }
    .logo.pos-rel a img {
        top: 10px;
    }
    .hero-text .hero-slider-caption {
        margin-bottom: 0px;
    }
    .hero-slider-caption h1 {
        margin-bottom: 0px !important;
    }
    .mean-container a.meanmenu-reveal {
        width: 25px !important;
    }
    .hero-text .hero-slider-caption h5 {
        margin-bottom: 10px;
    }
}

/*  */

.view {
    color: black;
    position: absolute;
    background: #20448e;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    bottom: 0;
    height: 0;
    width: 100%;
    z-index: 99999;
    overflow: hidden;
    transition-property: height;
    transition-duration: 0.5s;
}

.view p {
    color: #ffffff;
    /* border: 1px solid #20448e; */
    padding: 2px 20px;
    /* background: #000000ad; */
    border-radius: 6px;
    font-size: 18px;
    margin-bottom: 0;
}

.view p a {
    color: #ffffff;
    font-size: 18px;
}

.product-card-main:hover .view {
    height: 70px;
}

#getquotation {
    z-index: 9999999999999999 !important;
}

.modal-dialog-quation {
    max-width: 850px !important;
}

.modal-body-quation {
    margin: 0 44px;
}

.label-color label {}

.btn-blue-sub {
    border: 1px solid #20448e !important;
    background: #ffffff12 !important;
    color: #20448e !important;
    padding: 26px 37px !important;
    border-radius: 39px !important;
    margin-top: 12px;
}

.modal-header-quation {
    border-bottom: none !important;
}

#thanku {
    z-index: 2147483647 !important;
    background: rgba(0, 0, 0, 0.57) !important;
}

.modal-body-ty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 33px 0 59px 0;
}

.modal-body-ty p {
    font-size: 25px;
    text-align: center;
    padding: 0;
}