:root {
    --color-white: #fff;
    --color-black: #000000;
    --loginGradient: linear-gradient(
        180deg,
        rgba(64, 152, 255, 0.95) 0.02%,
        #337acc 55.66%,
        #265b99 111.3%
    );
    --secondaryColor: #4098ff;
    --primaryColor: #014aad;
    --bgLight: rgba(0, 74, 173, 0.06);
    --textColor: #151515;
    --footerColor: rgba(25, 37, 53, 0.94);
}

* {
    outline: 0 !important;
}

body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: "Poppins";
}

html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar-track {
    background-color: #eeeeee;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--primaryColor);
}

html a,
html button {
    transition: all 0.5s ease;
    text-decoration: none;
}

html a:hover {
    text-decoration: none;
}

svg,
img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px !important;
}

p:last-child {
    margin-bottom: 0 !important;
}

::selection {
    color: var(--color-white);
    background: var(--primaryColor);
}

b,
strong {
    font-weight: 600;
}

button:focus,
input:focus {
    box-shadow: none;
    outline: none;
}

ul {
    margin: 0px;
    padding: 0px;
}

ul li {
    list-style: none;
}

.h-full {
    height: 100vh;
}

.fit-contain {
    object-fit: contain;
}

.fit-cover {
    object-fit: cover;
}

.w-fit {
    width: fit-content;
}

.ct-btn-login {
    border-radius: 4px;
    background: var(--secondaryColor);
    color: var(--color-white);
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    border: 1px solid var(--secondaryColor);
    display: block;
    padding: 12px;
}

.ct-btn-login:hover {
    background-color: transparent;
    color: var(--secondaryColor);
}

.ct-btn {
    border-radius: 4px;
    background: var(--primaryColor);
    color: var(--color-white);
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    border: 1px solid var(--primaryColor);
    display: block;
    padding: 12px 24px;
}

.ct-btn:hover {
    background-color: transparent;
    color: var(--primaryColor);
}

.text-18 {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    word-break: break-word;
}

.text-16 {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    word-break: break-word;
}

.text-22 {
    color: #232528;
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    word-break: break-word;
}

.main-title {
    color: var(--textColor);
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    word-break: break-word;
}

.title-border-b {
    border-bottom: 3px solid var(--primaryColor);
}

.text-white {
    color: var(--color-white) !important;
}

.text-black {
    color: var(--color-black) !important;
}

.text-dark {
    color: var(--textColor) !important;
}

.text-primary {
    color: var(--primaryColor) !important;
}

.form-control {
    border-radius: 8px;
    border: 1px solid #c3c3c3;
    background: var(--color-white);
    padding: 16px 19px;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    min-height: auto;
    height: auto;
}

.pt-90 {
    padding-top: 90px;
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Login Css Start */
.login-section {
    background: #fafafa;
}

.login-section .login-content {
    max-width: 1010px;
    width: 100%;
    display: grid;
    grid-template-columns: 380px auto;
    background-color: var(--color-white);
    border-radius: 12px;
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.08);
    animation: loginPage 1s linear;
}

@keyframes loginPage {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.login-section .logo-data {
    gap: 41px;
    border-radius: 12px;
    background: var(--loginGradient);
    padding: 25px;
}

.login-section .logo-data .login-logo {
    height: 94px;
}

.login-section .logo-data span {
    color: var(--color-white);
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}

.login-section .logo-data .a-o-logo {
    max-height: 89px;
    height: auto;
}

.login-section .login-text-data {
    padding: 106px 56px;
}

.login-section .login-text-data h1 {
    color: var(--color-black);
    font-size: 34px;
    font-weight: 600;
    line-height: normal;
}

.login-section .login-text-data .input-div {
    margin: 24px 0 56px 0;
}

.login-section .login-text-data .ct-btn-login {
    max-width: 250px;
}

/* Login Css End */

/* header-section Start */
.header-section {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: var(--color-white);
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.11);
    padding: 10px 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

.header-section .navbar-brand .logo {
    height: 60px;
}

.header-section .navbar-nav .nav-link {
    color: #383838;
    font-weight: 400;
}

.header-section .navbar-nav .nav-link.active {
    font-weight: 600;
    color: var(--color-black);
}

.header-section .navbar-nav .nav-link:hover {
    color: var(--color-black);
}

.header-section .navbar-nav {
    gap: 80px;
}

/* header-section End */
/* footer-section Start */
.footer-section {
    background-color: var(--footerColor);
    padding: 40px 0;
}

.footer-section .footer-logo-d {
    gap: 17px;
}

.footer-section .footer-logo-d span {
    color: #d1d1d1;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
}

.footer-section .footer-logo-d .footer-a-o-logo {
    height: 68px;
}

.footer-section .footer-logo-d .footer-logo {
    height: 65px;
}

.footer-section .copyRight {
    color: #d1d1d1;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-top: 22px;
    opacity: 0.8;
}

/* footer-section End */
/* Home page Star */
.home-hero-section .home-inner {
    padding: 80px 0;
    background: var(--bgLight);
}

.home-hero-section .home-inner .main-title {
    margin-bottom: 24px;
}

.home-hero-section .home-inner .list {
    padding-left: 40px;
    position: relative;
}

.home-hero-section .home-inner .list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 24.086px;
    height: 24px;
    background-size: 24px;
    background-image: url("../../images/frontend-images/check-success.png");
    object-fit: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.home-hero-section .home-inner .ct-btn {
    margin-top: 48px;
}

.home-hero-section .home-inner .compare-two-images {
    padding-left: 22px;
    overflow: hidden;
}

.home-hero-section .home-inner .compare-two-images::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 50%;
    height: 93.5%;
    border-radius: 4px;
    opacity: 0.24;
    background-color: var(--primaryColor);
    z-index: -1;
}

.home-hero-section .home-inner .compare-two-images .first-select-images img {
    border-radius: 4px 0 0 4px;
    object-position: right;
}

.home-hero-section .home-inner .compare-two-images .second-select-images img {
    border-radius: 0 4px 4px 0;
    object-position: left;
}

.compare-div-line {
    position: absolute;
    z-index: 1;
    width: 10px;
    left: -5px;
    top: -5px;
    height: 102%;
}

.compare-share-link {
    box-shadow: 0px 2px 8.2px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(56.45000076293945px);
    width: 80.67px;
    height: 81.608px;
    display: block;
    position: absolute;
    right: -10px;
    bottom: 66px;
    z-index: 4;
    border-radius: 80px;
    overflow: hidden;
}

.compare-div-line .half-circle {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: var(--primaryColor);
}

.compare-div-line .compare-line {
    height: 100%;
    flex: 1;
    width: 3px;
    background-color: var(--primaryColor);
}

.right-content-pad {
    padding-left: 40px;
}

.home-inner .select-images img {
    height: 455px;
}

.materials-section {
    padding: 75px 0 80px 0;
}

.materials-section .materials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.materials-section .materials-grid .card-ma {
    border-radius: 12px;
    border: 1px solid rgba(37, 37, 37, 0.3);
    background: var(--color-white);
    box-shadow: 0px 2px 16px 0px rgba(19, 20, 21, 0.1);
    padding: 12px 12px 20px 12px;
    position: relative;
    z-index: 0;
}

.materials-section .materials-grid .card-ma::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24px;
    border-radius: 12px;
    border-bottom: 3px solid var(--primaryColor);
    background: #fff;
    z-index: -1;
    transition: all 0.5s ease;
}

.materials-section .materials-grid .card-ma .materials-img {
    height: 282px;
    border-radius: 12px;
}

.materials-section .materials-grid .card-ma .materials-img img {
    transition: all 0.5s ease;
}

.materials-section .materials-grid .card-ma:hover .materials-img img {
    transform: scale(1.1);
}

.materials-section .materials-grid .card-ma:hover::before {
    opacity: 0;
}

.materials-section .main-title {
    margin-bottom: 60px;
}

/* Home page End */
/* material-hero-section Start */
.material-hero-section {
    background-color: var(--bgLight);
}

.material-hero-section .material-content {
    padding: 60px 0;
}

.material-hero-section .material-content span {
    font-weight: 400;
    color: #505050;
}

.ma-items-section {
    padding: 80px 0;
}

.ma-items-section .ma-items-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.ma-items-section .ma-items-grid .ma-items {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: var(--color-white);
    box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.1);
    padding: 8px 8px 14px 8px;
    transition: all 0.5s ease;
}

.ma-items-section .ma-items-grid .items-img {
    height: 194px;
    border-radius: 12px;
}

.ma-items-section .ma-items-grid .items-img img {
    transition: all 0.5s ease;
}

.ma-items-section .ma-items-grid .ma-items:hover {
    box-shadow: inherit;
}

.ma-items-section .ma-items-grid .ma-items:hover .items-img img {
    transform: scale(1.1);
}

.ma-items-section .ct-btn {
    margin-top: 70px;
}

/* material-hero-section End */

/* material-details-content Start */
.material-details-content {
    padding: 40px 0;
    background-color: var(--bgLight);
}

.material-details-content .bar-ul-list li {
    color: #585858;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
}

.material-details-content .bar-ul-list li.bar-active {
    color: var(--textColor);
}

.material-details-content .bar-ul-list {
    gap: 12px;
}

.material-details-content .bar-ul-list .arrow-right {
    width: 20px;
    height: 20px;
}

.all-details-data {
    padding: 40px 0 50px 0;
}

.all-details-data .details-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.all-details-data .details-grid .details-image {
    height: 498px;
    border-radius: 12px;
    overflow: hidden;
}

.flex-1 {
    flex: 1;
}

.details-progress {
    border-radius: 12px;
    background: var(--color-white);
    box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.08);
    padding: 24px;
    gap: 30px;
}

.details-progress .main-row {
    gap: 18px;
}

.details-progress .icons-p {
    border-radius: 12px;
    background: var(--secondaryColor);
    width: 66px;
    height: 66px;
    flex-shrink: 0;
}

.details-progress .icons-p img {
    width: 40.5px;
    height: 40.5px;
}

.details-progress .main-row .number {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    word-break: break-word;
}

.details-progress .main-row .progress {
    background-color: #f1f0f0;
    height: 10px;
    border-radius: 4px;
    margin-top: 18px;
}

.details-progress .main-row .progress .progress-bar {
    background-color: var(--secondaryColor);
    border-radius: 4px;
}

.details-title {
    color: var(--textColor);
    font-size: 54px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 40px;
    word-wrap: break-word;
    max-width: 100%;
}

.tabs-section-s .inner-tabs {
    background: var(--color-white);
    box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 20px;
}

.tabs-section-s {
    padding-bottom: 80px;
}

.inner-tabs .nav .nav-link {
    font-weight: 400;
    border-radius: 4px 4px 0 0;
    background: transparent;
}

.inner-tabs .nav .nav-link.active {
    background: rgba(64, 152, 255, 0.16);
    color: var(--secondaryColor);
    font-weight: 700;
}

.inner-tabs .nav .nav-link:hover {
    color: var(--secondaryColor);
}

.inner-tabs .nav::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 4px;
    background: #ececec;
    height: 4px;
}

.inner-tabs .tab-content {
    margin-top: 24px;
}

/* material-details-content End */

/* inner-images-compare Start */
.inner-images-compare {
    background: #f0f4fa;
}

.step-section {
    padding: 74px 0 44px 0;
}

.step-section .step {
    color: var(--primaryColor);
    font-size: 34px;
    font-weight: 600;
    line-height: normal;
}

.step-section .step::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    background-color: var(--primaryColor);
    height: 3px;
    border-radius: 5px;
}

.step-section .step-tag {
    color: #181818;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin: 18px 0 32px 0;
}

/* .compare-ul-list .details-progress .icons-p {
    width: 88px;
    height: 88px;
}
.compare-ul-list .details-progress .icons-p img {
    width: 54px;
    height: 54px;
} */
/* .compare-ul-list .details-progress .main-row .progress {
    height: 18px;
} */
.compare-tabs-list {
    margin-top: 75px;
}

.compare-tabs-list .inner-tabs .nav .nav-link,
.inner-tabs .nav .nav-link {
    padding: 14px 18px;
    font-size: 16px;
    white-space: nowrap;
}
.compare-tabs-list .inner-tabs .nav {
    justify-content: space-between;
}
.compare-tabs-list .inner-tabs .nav,
.tabs-section-s .inner-tabs ul.nav {
    flex-wrap: nowrap;
    overflow: auto;
}

.select2-container--default .select2-selection--single {
    background-color: var(--color-white);
    border: 1px solid #b3b3b3;
    border-radius: 12px !important;
    height: 60px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 58px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 40px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: #757575;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: var(--color-black);
}

.select2-dropdown {
    border-radius: 8px;
    background: var(--color-white);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.18);
    padding: 8px;
}

.select2-results__option {
    color: #1d1d1d;
    font-size: 18px;
    font-weight: 400;
    padding: 9px 12px;
    width: 100%;
    border-radius: 8px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #b3b3b3;
    border-radius: 6px;
    height: 40px;
    padding: 2px 12px;
}

.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background: #f5f5f5;
    color: #1d1d1d;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b,
.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    margin-left: 0;
    margin-top: 0;
    border-bottom: 2px solid #292d32;
    border-right: 2px solid #292d32;
    transform: rotate(45deg);
    height: 12px;
    width: 12px;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 80%;
    border-top: 0 transparent;
    border-left: 0 transparent;
    left: -13px;
    border-radius: 0 0 4px 0;
}

.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    transform: rotate(45deg) scale(-1);
    margin-top: 5px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    display: none;
}

div .select2-container {
    width: 100% !important;
}

/* inner-images-compare End */
.header-section .navbar-nav .dropdown-toggle::after {
    margin-bottom: -3px;
}
.dropdown-menu-container {
    position: absolute;
    border-radius: 5px;
    background: #fff;
    padding: 18px;
    min-width: 470px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 15px;
    box-shadow: 0 0 20px rgb(184 184 184 / 50%);
}
.dropdown-menu-grid {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
    max-height: 250px;
    overflow: auto;
}
.dropdown-menu-grid::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.dropdown-menu-grid .dropdown-menu-text .menu-head {
    font-weight: 600;
}
.dropdown-menu-container::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 9px;
    border-style: solid;
    border-color: transparent transparent rgb(255, 255, 255) transparent;
}
.gap-2 {
    gap: 8px;
}

.dropdown-menu-text ul li a {
    color: #383838;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}
.dropdown-menu-text ul li:hover a {
    color: var(--primaryColor);
}

.dropdown-menu-text ul li:hover::before {
    filter: brightness(0) saturate(100%) invert(15%) sepia(96%) saturate(2587%)
        hue-rotate(208deg) brightness(99%) contrast(99%);
}
.dropdown-menu-grid .border-right {
    border-right: 1px solid #bfbfbf;
    padding-right: 20px;
}

.gap-20 {
    gap: 40px;
}

.nav-item.position-relative {
    position: relative;
}

.dropdown-toggle {
    cursor: pointer;
}
/* error-404-section */
.error-404-section {
    height: 100vh;
}
.error-404-section .error-404-img {
    height: 50vh;
    max-height: 400px;
    min-height: 280px;
}
.error-404-section h3 {
    font-size: 100px;
    font-weight: 700;
    color: #6b7283;
}

/* Images Zoom Effect */



/* media */
/* ===
============
===============
====== */
@media (min-width:991px) {
    .card-step-2-data{
        border-radius: 12px;
        border: 1px solid rgba(37, 37, 37, 0.3);
        background: var(--color-white);
        box-shadow: 0px 2px 16px 0px rgba(19, 20, 21, 0.1);
        padding: 25px;
    }
}
@media (max-width: 1100px) {
    .ma-items-section .ma-items-grid .items-img {
        height: 146px;
    }

    .ma-items-section .ma-items-grid {
        gap: 15px;
    }
}

@media (max-width: 991px) {
    .mobile-card-l{
        border-radius: 12px;
        border: 1px solid rgba(37, 37, 37, 0.3);
        background: var(--color-white);
        box-shadow: 0px 2px 16px 0px rgba(19, 20, 21, 0.1);
        padding: 20px;
    }
    .ma-items-section .ma-items-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .login-section .login-content {
        grid-template-columns: 283px auto;
    }

    .login-section .login-text-data {
        padding: 45px 34px;
    }

    .all-details-data .details-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .compare-ul-list .details-progress .icons-p {
        width: 60px;
        height: 60px;
    }

    .compare-ul-list .details-progress .icons-p img {
        width: 35px;
        height: 35px;
    }

    .compare-ul-list .details-progress .main-row .progress {
        height: 10px;
    }

    .step-section {
        padding: 36px 0 38px 0;
    }

    .compare-tabs-list {
        margin-top: 55px;
    }

    .tabs-section-s {
        padding-bottom: 48px;
    }

    .right-content-pad {
        padding: 40px 0 0 0;
    }

    .compare-share-link {
        right: 5px;
    }
}

@media (max-width: 767px) {
    .dropdown-menu-container {
        box-shadow: none;
        position: relative;
        left: 0;
        transform: inherit;
        min-width: auto;
    }
    .dropdown-menu-container::after {
        left: 32px;
        margin-left: 0;
    }

    .ma-items-section .ct-btn {
        margin-top: 40px;
    }

    .ma-items-section {
        padding: 50px 0;
    }

    .header-section .navbar-nav {
        gap: 20px;
        padding: 100px 20px 20px 20px !important;
    }

    .header-section .navbar-collapse {
        position: fixed;
        top: 0px;
        bottom: 0px;
        right: 0px;
        left: 0px;
        height: 100vh;
        background-color: #f0f4fa;
        width: 100%;
        transform: translateY(-100%);
        transition: all 0.5s ease;
    }

    .header-section .navbar-collapse.show {
        transform: translateY(0%);
    }

    .header-section .navbar-collapse.collapsing {
        height: 100vh !important;
    }

    .header-section .navbar-toggler {
        z-index: 99999;
    }

    .header-section .navbar-toggler span {
        width: 30px;
        background-color: var(--primaryColor);
        display: block;
        height: 3px;
        border-radius: 10px;
        transition: all 0.8s;
    }

    .header-section .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
    }

    .header-section .navbar-toggler span:nth-child(2) {
        margin: 5px 0px;
    }

    .header-section .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
        transform: translate(0px, -6px) rotate(-45deg);
    }

    .header-section .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
        transform: translate(0px, 10px) rotate(45deg);
    }

    .materials-section {
        padding: 50px 0;
    }

    .materials-section {
        padding: 50px 0;
    }

    .materials-section .materials-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .step-section .step {
        font-size: 25px;
    }

    .step-section .step-tag {
        font-size: 19px;
        margin: 24px 0 20px 0;
    }
}

@media (max-width: 600px) {
    .material-hero-section .material-content,
    .ma-items-section,
    .home-hero-section .home-inner {
        padding: 40px 0;
    }

    .ma-items-section .ct-btn {
        margin-top: 30px;
    }

    .materials-section {
        padding: 40px 0;
    }

    .materials-section .main-title {
        margin-bottom: 30px;
    }

    .login-section .login-content {
        grid-template-columns: auto;
    }

    .login-section .login-text-data {
        padding: 20px;
    }

    .login-section .login-text-data .input-div {
        margin: 15px 0 26px 0;
    }

    .login-section .logo-data {
        gap: 20px;
        padding: 25px;
    }

    .login-section .logo-data .login-logo {
        height: 60px;
    }

    .login-section .logo-data .a-o-logo {
        max-height: 52px;
    }

    .login-section .login-text-data h1 {
        font-size: 26px;
        text-align: center;
    }

    .login-section .login-text-data .ct-btn-login {
        max-width: 164px;
        margin: 0 auto;
    }

    .form-control {
        padding: 10px 16px;
        font-size: 16px;
    }

    .header-section .navbar-nav .nav-link {
        font-size: 20px;
    }

    .header-section .navbar-brand .logo {
        height: 43px;
    }

    .header-section {
        padding: 4px 0;
    }

    .pt-90 {
        padding-top: 62px;
    }

    .main-title {
        font-size: 32px;
        line-height: 42px;
    }

    .home-hero-section .home-inner .ct-btn {
        margin-top: 32px;
    }

    .ma-items-section .ma-items-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .details-title {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .all-details-data .details-grid .details-image {
        height: 295px;
    }

    .inner-tabs .nav .nav-link,
    .compare-tabs-list .inner-tabs .nav .nav-link {
        padding: 15px 19px;
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .error-404-section .error-404-img {
        height: auto;
        max-height: inherit;
        min-height: inherit;
        max-width: 300px;
    }
    .dropdown-menu-grid {
        grid-template-columns: auto;
    }
    .dropdown-menu-grid .border-right {
        border-right: 0 !important;
        padding-right: 0px;
    }
    .ma-items-section .ma-items-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .materials-section .materials-grid .card-ma .materials-img {
        height: 204px;
    }

    .footer-section {
        padding: 28px 0;
    }

    .footer-section .footer-logo-d .footer-logo {
        height: 40px;
    }

    .footer-section .footer-logo-d .footer-a-o-logo {
        height: 38px;
    }

    .footer-section .footer-logo-d span {
        font-size: 14px;
    }

    .footer-section .copyRight {
        font-size: 14px;
        margin-top: 18px;
    }

    .all-details-data .details-grid .details-image {
        height: 235px;
    }

    .all-details-data {
        padding: 17px 0 35px 0;
    }

    .inner-tabs .nav .nav-link,
    .compare-tabs-list .inner-tabs .nav .nav-link {
        padding: 9px 14px;
        border-radius: 4px;
    }

    .details-progress .icons-p {
        width: 50px;
        height: 50px;
    }

    .details-progress {
        padding: 18px;
    }

    .details-progress .icons-p img {
        width: 28px;
        height: 28px;
    }

    .details-progress .text-18 {
        font-size: 16px;
    }

    .details-progress .main-row .number {
        font-size: 18px;
    }

    .details-progress .main-row .progress {
        height: 8px;
        margin-top: 10px;
    }

    .select2-container--default .select2-selection--single {
        height: 50px;
    }

    .select2-container--default
        .select2-selection--single
        .select2-selection__rendered {
        line-height: 48px;
    }

    .select2-container--default
        .select2-selection--single
        .select2-selection__arrow
        b,
    .select2-container--default.select2-container--open
        .select2-selection--single
        .select2-selection__arrow
        b {
        top: 16px;
    }

    .home-inner .select-images img {
        height: 236px;
    }

    .home-hero-section .home-inner .compare-two-images {
        padding-left: 0;
    }

    .home-hero-section .home-inner .compare-two-images::before {
        display: none;
    }

    .compare-share-link {
        width: 50px;
        height: 50px;
        bottom: 20px;
    }
}
