* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.top-headline {
    display: flex;
    gap: 90px;
    padding: 13px 28px;
}

.top-headline-text i {
    font-size: 20px;
    color: #fff;
    margin: 0 5px 0 0;
}

.top-head {
    background-color: #032023;
}

.top-headline-text {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 300;
    display: flex;
    align-items: center;
}

.main-head {
    padding: 0 28px;
}

header {
    position: fixed;
    z-index: 9;
    width: 100%;
    background: #fafbfe;
}

.navbar {
    padding: 15px 0 !important;
}

a.navbar-brand {
    width: 17.4%;
    padding: 0 !important;
    margin: 0 !important;
}

.navbar-brand img {
    width: 100%;
}

ul.navbar-nav {
    gap: 40px;
}

.main-head a.nav-link {
    font-family: 'DM Sans';
    color: #09243C;
    font-weight: 600;
    font-size: 16px;
    padding: 0 !important;
}

.main-head a.nav-link:hover {
    color: #0291CE;
    transition: 0.3s;
}

.main-head .nav-link.active {
    color: #0291CE !important;
}

.main-head .nav-link.active {
    position: relative;
}

.main-head .nav-link.active::after {
    position: absolute;
    display: block;
    border-bottom: 1px solid #0291CE;
    content: "";
    bottom: 1px;
    left: 0;
    right: 0;
    width: 100%;
}

.main-head button.btn.btn-primary {
    border-radius: 12px;
    background-color: #032023 !important;
    font-family: 'DM Sans';
    font-size: 16px;
    padding: 8px 15px;
    border: none !important;
    color: #fff;
    transition: 0.3s;
    display: flex;
    align-items: center;
}

.main-head button.btn.btn-primary span {
    display: inline-flex;
    width: 21px;
    height: 21px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 0 0 10px;
    font-size: 11px;
    transition: 0.3s;
}

.main-head .btn.btn-primary:hover {
    background-color: #fff !important;
    color: #032023;
    transition: 0.3s;
}

.main-head .btn.btn-primary:hover span {
    background-color: #032023;
    transition: 0.3s;
}

.main-head .btn.btn-primary:hover i {
    color: #fff !important;
    transition: 0.3s;
}

.background-img {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(new_images/background.png);
    background-size: cover;
    z-index: -1;
}

ul.dropdown-menu {
    border: 1px solid #337AB7;
}

a.dropdown-item {
    color: #032023;
    margin-bottom: 5px;
}

a.dropdown-item:hover {
    background-color: #032023;
    color: #fff;
}

.dropdown-toggle::after {
    background-image: url(new_images/angle-up-solid\ 1.png);
    border: none !important;
    background-size: cover;
    margin: 0 !important;
    vertical-align: 0 !important;
    width: 12px;
    height: 10px;
}

.hero-section {
    position: relative;
}

.main-title {
    padding: 14% 28px 80px;
}

.main-title h2 {
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    line-height: 56px;
    width: 64%;
    font-weight: 500;
    color: #0291CE;
    margin: 0 !important;
}

.main-title h2 strong {
    font-weight: 600 !important;
}

.title-points {
    display: inline-flex;
    border-radius: 24px;
    background-color: #fff;
    margin: 49px 0;
    min-width: 652px;
    padding: 15px 25px;
    gap: 99px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.title-points-card {
    text-align: center;
}

.title-points-card i {
    color: #337AB7;
    font-size: 26px;
    margin-bottom: 12px;
}

.title-points-card h5 {
    margin: 0 !important;
    font-size: 24px;
    font-family: 'DM Sans';
    font-weight: 500;
    line-height: 31px;
}

p {
    font-family: 'DM Sans';
    font-size: 16px;
}

.title-points-card p {
    margin: 0 !important;
    line-height: 21px;
}

.title-points-card.one {
    position: relative;
    width: 159px;
}

.title-points-card.one::after {
    content: "";
    display: block;
    height: 100%;
    border-right: 1px solid #d9d9d9;
    position: absolute;
    right: -50px;
    top: 0;
}

.title-points-card.two {
    position: relative;
    width: 124px;
}

.title-points-card.two::after {
    content: "";
    display: block;
    height: 100%;
    border-right: 1px solid #d9d9d9;
    position: absolute;
    right: -50px;
    top: 0;
}

.hero-button a {
    font-family: 'DM Sans';
    font-size: 18px;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
}

.hero-button a .button-text {
    height: 54px;
    display: inline-flex;
    padding: 0 37px;
    align-items: center;
    justify-content: center;
    background-color: #032023;
    border-radius: 50px;
    transition: 0.3s;
}

.hero-button a .button-arrow {
    height: 54px;
    width: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50px;
    color: #032023;
    transform: rotate(-45deg);
    transition: 0.3s;
}

.hero-button a:hover .button-text {
    background-color: #fff;
    color: #032023;
    transition: 0.3s;
}

.hero-button a:hover .button-arrow {
    background-color: #032023;
    color: #fff;
    transform: rotate(0deg);
    transition: 0.3s;
}

.choose-section {
    padding: 80px 28px 80px;
    background: linear-gradient(180deg, #fff, #f4fbfe);
}

.choose-head h3 {
    font-size: 32px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.choose-head h3 span {
    font-weight: 600;
}

.choose-head {
    text-align: center;
    margin-bottom: 35px;
}

.choose-card {
    max-width: 320px;
    padding: 20px 15px;
    text-align: center;
    font-family: 'DM Sans';
    border-radius: 12px;
    box-shadow: 0px 0px 4px 0px rgba(51, 122, 183, 0.5);
    background-color: #fff;
}

.choose-card h5 {
    margin: 20px 0;
    font-size: 20px;
    font-weight: 500;
    color: #09243C;
}

.choose-card p {
    color: #333333;
    font-weight: 300;
    font-size: 14px;
    margin: 0 !important;
    line-height: 18px;
}

.choose-card i {
    color: #337AB7;
    font-size: 22px;
}

.choose-grids {
    display: grid;
    grid-template-columns: repeat(4, [col-start] 1fr);
    gap: 27px;
}

.welcome-title {
    font-family: 'DM Sans';
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.welcome-title img {
    width: 18px;
    margin-right: 6px;
}

.welcome-section {
    padding: 80px 28px;
}

.welcome-section h3 {
    font-size: 32px;
    font-family: 'DM Sans';
    font-weight: 700;
    margin: 15px 0 10px;
}

.welcome-section h4 {
    font-size: 32px;
    font-family: 'DM Sans';
    font-weight: 600;
    margin: 0 0 15px;
}

.welcome-section p {
    max-width: 768px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}

.welcome-section .welcome-main-content {
    margin-bottom: 20px;
}

.welcome-points {
    display: flex;
    gap: 30px;
}

.welcome-points p {
    margin-top: 25px;
}

.welcome-points p span {
    margin-right: 10px;
}

.welcome-cards {
    display: grid;
    grid-template-columns: repeat(2, [col-start] 1fr);
    gap: 20px;
}

.welcome-text {
    min-width: 835px;
}

.welcome-main-image {
    max-height: 510px;
    max-width: 394px;
    margin: 0 0 0 65px;
}

.welcome-images img {
    width: 100%;
    height: 100%;
}

.welcome-images {
    position: relative;
}

.welcome-images-scroll {
    max-width: 237px;
    position: absolute;
    top: -10px;
    right: 0;
}

.welcome-images-scroll img {
    width: 100%;
}

.welcome-image-numbers {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 221px;
    padding: 25px 26px 30px;
    text-align: center;
    background-color: #09243C;
    color: #fff;
    border-radius: 20px;
}

.welcome-image-numbers h2 {
    font-size: 45px;
    margin: 0;
    line-height: 68px;
}

.welcome-image-numbers h4 {
    font-size: 32px;
    margin: 0;
    line-height: 32px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.category-products {
    background-color: #f4fbfe;
    text-align: center;
    padding: 80px 28px;
}

.products-header img {
    width: 18px;
    margin-right: 6px;
}

.products-header {
    font-family: 'DM Sans';
    font-size: 16px;
    font-weight: 400;
    background-color: #fff;
    display: inline-block;
    padding: 5px 20px 5px 10px;
    border-radius: 30px;
}

h3.products-subhead {
    margin: 14px 0;
    font-size: 43px;
    line-height: 55px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #09243C;
}

.category-products p {
    line-height: 28px;
    color: #696f6f;
    margin: 0 0 50px;
    font-weight: 300;
}

.category-card {
    border-radius: 28px;
    padding-bottom: 20px;
    background-color: #fff;
}

.category-card-img {
    margin-bottom: 25px;
    position: relative;
}

.category-card-img i {
    position: absolute;
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #032023;
    background-color: #FFD152;
    align-items: center;
    justify-content: center;
    top: 15px;
    right: 15px;
    font-size: 18px;
}

.category-card p {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 15px;
    color: #777777;
}

.category-card a {
    color: #337AB7;
    text-decoration: none;
    font-size: 18px;
    font-family: 'DM Sans';
    font-weight: 600;
}

#categoryslider .owl-dots {
    margin-top: 45px;
}

.quality-title {
    text-align: center;
    margin-bottom: 50px;
}

.quality-header img {
    width: 18px;
    margin-right: 6px;
}

.quality-header {
    font-family: 'DM Sans';
    font-size: 16px;
    font-weight: 400;
    background-color: #F1F5F9;
    display: inline-block;
    padding: 5px 20px 5px 10px;
    border-radius: 30px;
    margin-bottom: 30px;
}

.about-quality {
    padding: 80px 28px 40px;
}

.quality-grids {
    display: grid;
    grid-template-columns: repeat(2, [col-start] 1fr);
    gap: 50px;
    align-items: center;
}

.quality-text p {
    color: #09243C;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 30px;
}

.quality-points {
    display: grid;
    grid-template-columns: 236px 236px;
    gap: 30px;
}

.quality-card p {
    margin: 0;
    line-height: 21px;
    color: #fff;
    font-weight: 500;
}

.quality-card span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #EE5400;
    border-radius: 12px;
    font-size: 22px;
}

.quality-title .products-subhead {
    line-height: 50px;
}

.quality-card {
    display: inline-flex;
    gap: 18px;
    width: 236px;
    background-color: #337AB7;
    padding: 10px;
    align-items: center;
    border-radius: 12px;
}

.video-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.video-image {
    position: relative;
    max-width: 654px;
    height: 100%;
}

.quality-img {
    height: 100%;
}

.video-image a {
    position: absolute;
    display: flex;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    font-size: 54px;
    align-items: center;
    justify-content: center;
    background-color: rgba(9, 36, 60, 0.5);
    color: #fff;
    top: 40%;
    left: 43%;
    text-decoration: none;
}

.business-options {
    padding: 40px 28px 80px;
}

.rotate-button a {
    font-family: 'DM Sans';
    font-size: 16px;
    color: #f4fbfe;
    border-radius: 50px;
    text-decoration: none;
}

.rotate-button a .button-text {
    height: 40px;
    display: inline-flex;
    padding: 0 31px;
    align-items: center;
    justify-content: center;
    background-color: #09243C;
    border-radius: 50px;
    transition: 0.3s;
}

.rotate-button a .button-arrow {
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50px;
    color: #09243C;
    transform: rotate(-45deg);
    transition: 0.3s;
}

.rotate-button a:hover .button-text {
    background-color: #fff;
    color: #09243C;
    transition: 0.3s;
}

.rotate-button a:hover .button-arrow {
    background-color: #09243C;
    color: #fff;
    transform: rotate(0deg);
    transition: 0.3s;
}

.business-details.franchise {
    background-image: url(new_images/franchise.png);
}

.business-details {
    max-width: 670px;
    border-radius: 12px;
    padding: 30px 30px 48px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.business-details.third-party {
    background-image: url(new_images/third-party.png);
}

.business-details h3 {
    font-size: 36px;
    font-family: "Poppins", sans-serif;
    line-height: 54px;
    color: #337AB7;
    width: 85%;
    margin: 16px 0;
}

.business-details.third-party h3 {
    color: #09243C;
}

.business-details p {
    line-height: 28px;
    width: 55%;
    margin-bottom: 45px;
}

.business-details .products-header {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.business-cards {
    display: grid;
    grid-template-columns: repeat(2, [col-start] 1fr);
    gap: 20px;
}

.general-products-title {
    text-align: center;
}

.general-products-title h3.products-subhead {
    margin: 30px 0 0;
}

.general-range {
    padding: 80px 28px;
    background-color: #f4fbfe;
}

.product-options .nav-link {
    font-size: 13px;
    padding: 9px 12px !important;
    border-radius: 50px !important;
    background-color: #fff !important;
    color: #09243C;
    cursor: pointer;
}

.product-options .nav-link.active {
    color: #fff;
    background-color: #09243C !important;
}

.product-options ul.nav.nav-pills {
    display: inline-flex;
    background-color: #d2ecf6;
    padding: 5px;
    border-radius: 50px;
    gap: 5px;
}

.product-options {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 75px;
}

.general-card {
    border-radius: 28px;
    padding-bottom: 20px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    transition: 0.3s;
}

.general-card:hover {
    box-shadow: 0 0 4px 0 rgba(51, 122, 183);
    transition: 0.3s;
}

.general-card-img {
    margin-bottom: 20px;
}

.general-card a {
    font-size: 16px;
    font-family: 'DM Sans';
    color: #09243C;
    text-decoration: none;
    font-weight: 600;
}

.general-card h4 {
    color: #337AB7;
    font-size: 16px;
    font-family: 'DM Sans';
    font-weight: 400;
    margin-bottom: 10px;
}

.general-slider {
    position: relative;
}

.general-slider .owl-prev,
.general-slider .owl-next {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    line-height: 50px !important;
    background-color: #09243C !important;
    color: #fff !important;
    border-radius: 50% !important;
}

.general-slider .owl-prev span,
.general-slider .owl-next span {
    line-height: 1;
    font-size: 25px;
    margin-top: -5px;
}

.general-slider .owl-carousel .owl-stage-outer {
    padding: 20px 5px;
    margin: -20px -5px;
}

.general-slider .owl-prev {
    position: absolute;
    top: 40%;
    left: 0;
    margin: 0 !important;
}

.general-slider .owl-prev:hover {
    background: #09243C !important;
}

.general-slider .owl-next:hover {
    background: #09243C !important;
}

.general-slider .owl-next {
    position: absolute;
    top: 40%;
    right: 0;
    margin: 0 !important;
}

.blog-title {
    text-align: center;
    margin-bottom: 50px;
}

.blog-section {
    padding: 80px 28px;
}

.blog-title h3 {
    font-family: "Poppins", sans-serif;
    font-size: 45px;
    font-weight: 500;
    margin: 0 !important;
}

.blog-cards {
    padding: 0 15px;
    display: grid;
    grid-template-columns: repeat(3, [col-start] 1fr);
    gap: 27px;
    margin-bottom: 65px;
}

.blog-page {
    width: 100%;
    background-color: #f4fbfe;
    border-radius: 18px;
    box-shadow: 0 0 4px 0 rgba(9, 36, 60, 0.25);
}

.blog-img img {
    width: 100%;
}

.blog-content {
    padding: 25px 15px;
}

.blog-content p {
    font-size: 14px;
    color: #777777;
    font-weight: 400;
    margin: 0;
    line-height: 18px;
}

.blog-content span {
    color: #d9d9d9;
    font-size: 8px;
    margin: 0 5px 0 0;
}

.blog-content h4 {
    font-size: 16px;
    line-height: 21px;
    font-family: 'DM Sans';
    margin: 25px 0;
    font-weight: 600;
    text-transform: capitalize;
    color: #09243C;
}

.blog-content a {
    text-decoration: none;
    font-size: 14px;
    font-family: 'DM Sans';
    color: #09243C;
    font-weight: 500;
}

.blog-content a span {
    margin: 0 0 0 5px;
    color: #337AB7;
    font-size: 12px;
}

.blog-section .rotate-button {
    text-align: center;
}

.blog-section .rotate-button .button-arrow {
    background-color: #f4fbfe;
}

.blog-section .rotate-button a:hover .button-text {
    background-color: #f4fbfe;
    color: #032023;
}

.faq-section {
    padding: 80px 28px;
    background-color: #f4fbfe;
}

.faq-header {
    text-align: center;
}

.faq-content .accordion {
    width: 975px;
}

.faq-content {
    display: flex;
    justify-content: center;
}

.faq-header h3 {
    font-family: "Poppins", sans-serif;
    font-size: 43px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.faq-content .accordion-button {
    font-size: 14px;
    font-weight: 700;
    font-family: 'DM Sans';
    color: #09243C;
    background: #fff;
    box-shadow: none !important;
    padding: 15px 24px !important;
}

.faq-content .accordion-button:not(.collapsed) {
    color: #09243C;
    background-color: #fff;
}

.faq-content .accordion-body {
    font-size: 14px;
    font-weight: 400;
    font-family: 'DM Sans';
    color: #09243C;
    background: #fff;
    padding: 15px 24px 39px !important;
}

.faq-content .accordion-item:first-of-type .accordion-button {
    border-radius: 10px !important;
}

.faq-content .accordion-item {
    border-radius: 10px !important;
    border: 1px solid #337AB7 !important;
    margin-bottom: 16px;
    overflow: hidden;
}

.faq-content .accordion-button::after {
    background-image: url(new_images/angle-up-solid\ 1.png) !important;
    height: 25px !important;
    width: 25px !important;
}

.faq-button-icon i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 30px;
    font-size: 50px;
    color: #337AB7;
}

.faq-button-content {
    display: flex;
    align-items: center;
    width: 72%;
    position: relative;
}

.faq-button-content::after {
    display: block;
    content: "";
    position: absolute;
    border-left: 1px solid #d9d9d9;
    height: 90px;
    top: 0;
    right: 0;
}

.faq-button {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    background-color: #337AB7;
    border-radius: 22px;
    transition: 0.3s;
}

.faq-button-text h3 {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 2px;
}

.faq-button-text p {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #f4fbfe;
    margin: 0;
}

.faq-button a {
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.faq-button a:hover {
    color: #f4fbfe;
}

.faq-button a span {
    color: #fff;
    font-size: 28px;
    margin-left: 30px;
}

.faq-button:hover {
    transform: translateY(-3px);
    transition: 0.3s;
}

.faq-button:hover a {
    color: #f4fbfe;
    transition: 0.3s;
}

.consulation-section {
    padding: 80px 28px;
}

.consulation-content {
    background-image: url(new_images/form.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: grid;
    grid-template-columns: repeat(2, [col-start] 1fr);
    border-radius: 20px;
}

.consulation-text {
    min-width: 48%;
    padding: 50px;
}

.consulation-form {
    min-width: 52%;
    padding: 80px 20px 65px 0;
}

.consulation-form .form-control {
    padding: 6px 17px !important;
    border-radius: 30px !important;
    color: #777 !important;
    font-family: 'DM Sans';
    font-size: 16px !important;
    font-weight: 300;
    border: none;
    margin-bottom: 6px;
}

.consulation-form textarea.form-control {
    border-radius: 16px !important;
    min-height: 136px;
}

.consulation-form .form-button {
    text-align: center;
    margin-top: 13px;
}

.form-button .btn.btn-primary {
    font-size: 16px;
    font-weight: 600;
    font-family: 'DM Sans';
    color: #fff;
    padding: 10px 80px;
    background-color: #09243C;
    border-radius: 30px;
    border: none !important;
    transition: 0.3s;
}

.form-button .btn.btn-primary:hover {
    color: #09243C;
    background-color: #fff;
    transition: 0.3s;
}

.consulation-text h3 {
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    line-height: 55px;
    color: #09243C;
    margin-top: 20px;
}

footer {
    background-color: #f4fbfe;
}

.foot-logo {
    min-width: 265px;
    max-width: 100%;
}

.foot-logo-img img {
    width: 100%;
}

.foot-logo p {
    font-size: 16px;
    font-weight: 300;
    font-family: 'DM Sans';
    color: #000;
    line-height: 24px;
    margin: 30px 0 20px;
}

.foot-logo-icons {
    display: flex;
    gap: 15px;
}

.foot-links {
    padding-top: 15px;
}

.contact-links {
    padding-top: 15px;
}

.foot-logo-icons a {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    background-color: #09243C;
    text-decoration: none;
    font-size: 20px;
    transition: 0.3s;
}

.foot-logo-icons a:hover {
    background-color: #fff;
    color: #09243C;
    transition: 0.3s;
}

.foot-page {
    padding: 80px 28px 0;
}

.foot-page-content {
    display: grid;
    grid-template-columns: repeat(5, [col-start] 1fr);
    gap: 39px;
    border-bottom: 1px solid #337AB7;
    padding-bottom: 40px;
}

.foot-links h4 {
    font-size: 20px;
    line-height: 24px;
    font-family: 'DM Sans';
    margin-bottom: 30px;
}

.foot-links ul {
    margin: 0;
    padding: 0;
}

.foot-links ul li {
    margin-bottom: 20px;
}

.foot-links ul li a {
    font-size: 16px;
    font-family: 'DM Sans';
    color: #09243C;
    text-decoration: none;
    transition: 0.3s;
    position: relative;
}

.foot-links ul li a::after {
    position: absolute;
    display: block;
    content: "";
    border-bottom: 1px solid #EE5400;
    width: 100%;
    bottom: 0;
    opacity: 0;
}

.foot-links ul li a:hover {
    color: #EE5400;
    transition: 0.3s;
}

.foot-links ul li a:hover::after {
    opacity: 1;
}

.foot-links.company {
    min-width: 196px;
    max-width: 100%;
}

.foot-links.general-products {
    min-width: 232px;
    max-width: 100%;
}

.contact-links i {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    background-color: #09243C;
    color: #fff;
    border-radius: 12px;
    font-size: 24px;
    margin-right: 10px;
}

.contact-links p {
    font-size: 16px;
    font-weight: 700;
    font-family: 'DM Sans';
    color: #09243C;
    margin: 0;
}

.contact-links a {
    font-size: 16px;
    font-weight: 700;
    font-family: 'DM Sans';
    color: #337AB7;
    text-decoration: none;
    display: block;
    width: 265px;
}

.call-link {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.address-link {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.email-link {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.copyright-section p {
    font-family: 'DM Sans';
    font-size: 16px;
    color: #777777;
    margin: 0;
}

.copyright-section {
    text-align: center;
    padding: 30px 0;
}

.category-slider .owl-theme .owl-dots .owl-dot.active span,
.category-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #0e669d;
}

/* Responsive */
@media (max-width: 1680px) {
    .main-title {
        padding: 15% 28px 80px;
    }
}

@media (max-width: 1439px) {
    .main-title h2 {
        font-size: 46px;
        line-height: 54px;
    }
}

@media (max-width: 1365px) {

    .main-title h2 {
        font-size: 40px;
        line-height: 44px;
    }

    .foot-page-content {
        gap: 30px;
    }

    .welcome-images-scroll {
        width: 167px;
    }

    .welcome-main-image {
        height: 100%;
    }

    .product-options {
        display: flex;
        margin: 50px 0 50px;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
}

@media (max-width: 1279px) {
    .foot-page-content {
        grid-template-columns: repeat(4, 1fr);
    }

}

@media (max-width: 1199px) {

    ul.navbar-nav {
        gap: 25px;
    }

    .background-img {
        background-position: center;
    }

    .main-title {
        padding: 205px 28px 60px;
    }

    .welcome-text {
        max-width: 835px;
        min-width: 100%;
    }

    .top-headline {
        gap: 40px;
    }

    .top-headline-text {
        font-size: 14px;
    }

    .welcome-main-image {
        height: 100%;
        margin: 0 auto;
    }

    .title-points {
        margin: 40px 0;
    }

    .product-options .nav-link {
        padding: 9px 35px !important;
    }

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

    .choose-section,
    .welcome-section,
    .category-products,
    .general-range,
    .blog-section,
    .faq-section,
    .consulation-section {
        padding: 60px 28px;
    }

    .about-quality {
        padding: 60px 28px 30px;
    }

    .business-options {
        padding: 30px 28px 60px;
    }

    .foot-page {
        padding: 60px 28px 0;
    }

    .choose-card h5 {
        font-size: 18px;
        margin: 15px 0;
    }

    .choose-card p {
        font-size: 12px;
        line-height: 16px;
    }

    .welcome-section p {
        font-size: 14px;
        line-height: 24px;
    }

    .welcome-section h4 {
        font-size: 26px;
    }

    .welcome-points p {
        margin-top: 20px;
    }

    .welcome-points p span {
        margin-right: 5px;
    }

    .welcome-points {
        gap: 15px;
    }

    .choose-head h3,
    .welcome-section h3 {
        font-size: 28px;
    }

    h3.products-subhead {
        font-size: 36px;
        line-height: 44px;
    }

    .blog-title h3,
    .faq-header h3,
    .consulation-text h3 {
        font-size: 36px;
        line-height: 44px;
    }

    .business-details {
        background-position: center;
    }

    .business-details h3 {
        font-size: 30px;
        line-height: 44px;
    }

    .business-details p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 30px;
    }

    .business-details {
        max-width: 100%;
    }

    .choose-card {
        max-width: 100%;
    }
}

@media (max-width: 991px) {

    .top-headline {
        gap: 10px;
        padding: 10px;
    }

    .top-headline-text {
        font-size: 11px;
    }

    .top-headline-text i {
        font-size: 14px;
    }

    .main-head {
        padding: 0 15px;
    }

    ul.navbar-nav {
        margin-bottom: 15px;
    }

    a.navbar-brand {
        width: 180px;
    }

    .main-title {
        padding: 190px 15px 60px;
    }

    .main-title h2 {
        width: 100%;
        font-size: 38px;
        line-height: 48px;
    }

    h3.products-subhead {
        font-size: 28px;
        line-height: 36px !important;
    }

    .business-details h3 {
        width: 75%;
    }

    .foot-logo-img img {
        width: auto;
    }

    .blog-cards {
        gap: 15px;
        margin-bottom: 40px;
    }

    .business-details {
        margin: 0 auto;
    }

    .quality-card {
        width: 100%;
    }

    .category-products p {
        font-size: 14px;
        line-height: 24px;
    }

    .title-points {
        gap: 20px;
        justify-content: space-between;
    }

    .choose-grids {
        grid-template-columns: repeat(2, 1fr);
    }

    .welcome-cards {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .welcome-text {
        min-width: auto;
    }

    .welcome-main-image {
        margin: 0 auto;
    }

    .quality-grids {
        grid-template-columns: 1fr;
    }

    .quality-points {
        grid-template-columns: repeat(2, 1fr);
    }

    .business-cards {
        grid-template-columns: 1fr;
    }

    .product-options {
        flex-direction: column;
        gap: 20px;
    }

    .products-header {
        font-size: 13px;
    }

    .consulation-text h3 {
        font-size: 24px;
        line-height: 36px;
    }

    .faq-button a {
        font-size: 24px;
    }

    .faq-button a span {
        font-size: 24px;
        margin: 0;
    }

    .product-options ul.nav.nav-pills {
        justify-content: center;
    }

    .foot-page-content {
        grid-template-columns: 1fr !important;
    }

    .main-head a.nav-link {
        display: inline-block;
    }

    .choose-section,
    .welcome-section,
    .category-products,
    .general-range,
    .blog-section,
    .faq-section,
    .consulation-section {
        padding: 60px 5px;
    }

    .about-quality {
        padding: 60px 5px 30px;
    }

    .product-options .nav-link {
        padding: 9px 24px !important;
    }

    .business-options {
        padding: 30px 5px 60px;
    }

    .welcome-main-image {
        max-width: 70%;
    }

    .video-image {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .business-options {
        padding: 50px 5px 50px;
    }

    .main-title {
        padding: 180px 15px 60px;
    }

    .main-title h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .top-headline {
        gap: 10px;
        padding: 10px;
        flex-direction: column;
    }

    .title-points {
        min-width: 100%;
        padding: 20px;
        gap: 20px;
    }

    .title-points-card.one::after,
    .title-points-card.two::after {
        display: none;
    }

    .title-points-card {
        width: 100% !important;
    }

    .hero-button a .button-text {
        padding: 0 20px;
    }

    .choose-grids {
        grid-template-columns: 1fr;
    }

    .choose-card {
        max-width: 100%;
    }

    .welcome-section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .choose-section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .category-products {
        padding-left: 15px;
        padding-right: 15px;
    }

    .foot-logo-img img {
        width: 100%;
    }


    .about-quality {
        padding-left: 15px;
        padding-right: 15px;
    }

    .welcome-section h3 {
        font-size: 26px;
        line-height: 34px;
    }

    .welcome-section h4 {
        font-size: 24px;
        line-height: 34px;
    }

    h3.products-subhead {
        font-size: 24px;
        line-height: 34px;
    }

    .welcome-points {
        flex-direction: column;
        gap: 10px;
    }

    .quality-points {
        grid-template-columns: 1fr;
    }

    .faq-content .accordion {
        width: 100%;
    }

    .blog-cards {
        grid-template-columns: 1fr;
    }

    .consulation-content {
        grid-template-columns: 1fr;
    }

    .consulation-form {
        padding: 30px 20px;
    }

    .consulation-text {
        padding: 30px 20px 0;
        text-align: center;
    }

    .faq-button-content::after {
        display: none;
    }

    .faq-button-content {
        margin-bottom: 20px;
        width: 100%;
    }

    .faq-button {
        padding: 18px 18px;
    }

    .faq-button-text h3 {
        font-size: 22px;
        margin-bottom: 4px;
    }

    .product-options .nav-link {
        padding: 9px 15px !important;
    }

    .faq-button-text p {
        font-size: 16px;
    }

    .faq-button-icon i {
        width: 60px;
        height: 60px;
        font-size: 22px;
        margin-right: 15px;
    }

    .faq-button a,
    .faq-button a span {
        font-size: 15px;
    }

    .faq-button a {
        display: flex;
        align-items: center;
        gap: 10px;
        width: 155px;
    }

    .faq-button-content {
        margin-bottom: 8px;
    }

    .consulation-form .col-md-6,
    .consulation-form .col-md-12 {
        margin-top: 10px;
    }

    .general-products-title h3.products-subhead {
        margin: 20px 0 0;
    }

    h3.products-subhead br {
        display: none;
    }

    .main-head .navbar-collapse {
        padding: 20px 0 10px;
    }

    .choose-section,
    .welcome-section,
    .category-products,
    .general-range,
    .blog-section,
    .faq-section,
    .consulation-section {
        padding: 50px 5px;
    }

    .blog-title h3,
    .faq-header h3,
    .consulation-text h3 {
        font-size: 24px;
    }

    .blog-title {
        text-align: center;
        margin-bottom: 30px;
    }

    .faq-header h3 {
        margin-bottom: 30px;
    }

    .product-options {
        margin: 30px 0 40px;
    }

    .top-headline-text {
        justify-content: center;
    }

    .quality-points {
        gap: 20px;
    }

    #categoryslider .owl-dots {
        margin-top: 15px;
    }

    .choose-head h3,
    .welcome-section h3 {
        font-size: 24px;
        margin-bottom: 0;
    }

    .blog-cards {
        padding: 0px;
        gap: 24px;
    }

    .blog-title h3,
    .faq-header h3,
    .consulation-text h3 {
        line-height: 34px;
    }

    .foot-page {
        padding: 40px 0px 0;
    }

    .foot-page-content {
        gap: 30px;
    }

    .foot-logo p {
        margin: 10px 0 20px;
    }

    .foot-links ul li {
        margin-bottom: 8px;
    }

    .foot-links ul li:last-child {
        margin-bottom: 0px;
    }

    .foot-links {
        padding-top: 0;
    }

    .foot-links h4 {
        margin-bottom: 10px;
        font-weight: 600;
    }

    .contact-links {
        padding-top: 0;
    }

    .main-head {
        padding: 0 0;
    }
}

@media (max-width: 640px) {
    .quality-header {
        margin-bottom: 5px;
    }

    h3.products-subhead {
        font-size: 22px;
        line-height: 31px !important;
    }

    .quality-grids {
        gap: 30px;
    }

    .title-points-card p {
        font-size: 13px;
    }

    .main-title h2 {
        font-size: 24px;
        text-align: center;
    }

    .hero-button {
        text-align: center;
    }

    .hero-button a .button-text {
        padding: 0 40px;
    }

    .welcome-points {
        gap: 0;
    }

    .category-products p {
        font-weight: 400;
    }

    #categoryslider .owl-dots {
        margin-top: 25px;
    }

    .quality-title {
        margin-bottom: 30px;
    }

    .business-details h3 {
        width: 100%;
    }

    .business-details p {
        width: 100%;
    }

    .faq-content .accordion-button {
        padding: 15px 0 15px 14px !important;
    }

    .faq-button {
        display: none;
    }

    a.navbar-brand {
        width: 150px;
    }

    .main-head button.btn.btn-primary {
        border-radius: 6px;
        font-size: 15px;
    }

    .hero-button a .button-text {
        height: 50px;
    }

    .title-points-card i {
        font-size: 22px;
    }

    .welcome-image-numbers h2 {
        font-size: 35px;
        line-height: 48px;
    }

    .welcome-section h4 {
        font-size: 17px;
        line-height: 24px;
    }

    .welcome-image-numbers {
        padding: 15px 20px;
        border-radius: 13px;
    }

    p {
        font-weight: 400 !important;
    }

    .product-options .nav-link {
        padding: 9px 26px !important;
    }

    .faq-content .accordion .accordion-item:nth-last-child(2) {
        margin-bottom: 0;
    }

    .title-points {
        margin: 30px 0;
    }

    .about-quality {
        padding-left: 0;
        padding-right: 0;
    }

    .business-options {
        padding: 50px 0 50px;
    }

    .choose-section,
    .welcome-section,
    .category-products,
    .general-range,
    .blog-section,
    .faq-section,
    .consulation-section {
        padding: 50px 0px;
    }

    .consulation-form .form-control {
        padding: 10px 20px !important;
        font-size: 15px !important;
    }
}

@media (max-width: 575px) {
    .product-options ul.nav.nav-pills {
        width: 100%;
        border-radius: 20px;
        padding: 10px;
    }

    .category-slider .owl-theme .owl-dots .owl-dot span {
        width: 6px;
        height: 6px;
        margin: 5px 5px;
    }

    .blog-title h3,
    .faq-header h3,
    .consulation-text h3 {
        line-height: 28px;
        font-size: 20px;
    }

    .choose-section,
    .welcome-section,
    .category-products,
    .general-range,
    .blog-section,
    .faq-section,
    .consulation-section {
        padding: 40px 0px;
    }

    .business-options {
        padding: 40px 0 40px;
    }

    .foot-links h4 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {

    .navbar-brand {
        width: 140px !important;
    }

    .top-headline {
        padding: 10px 0;
    }

    .top-headline-text {
        font-size: 9px;
    }

    .top-headline-text i {
        font-size: 11px;
    }

    .main-head button.btn.btn-primary {
        font-size: 12px;
    }

    .main-title {
        padding: 150px 15px 40px;
    }

    .main-title h2 {
        font-size: 24px;
        line-height: 32px !important;
    }

    .title-points-card h5 {
        font-size: 20px;
        font-weight: 600;
        color: #fff;
    }

    .faq-button-content {
        align-items: normal;
    }

    .faq-button-icon i {
        font-size: 30px;
        width: 60px;
        height: 60px;
    }

    .choose-head h3 {
        font-size: 22px;
        line-height: 30px !important;
    }

    h3.products-subhead {
        font-size: 22px;
        line-height: 30px !important;
    }

    .welcome-image-numbers {
        width: 165px;
        padding: 10px;
    }

    .consulation-text {
        padding: 20px 10px 20px;
    }

    .consulation-form {
        padding: 10px 20px 20px;
    }

    p {
        font-size: 14px !important;
    }

    .faq-button {
        flex-direction: column;
        align-items: normal;
    }

    .faq-button-content {
        flex-direction: column;
    }

    .faq-button-content::after {
        display: none;
    }

    .faq-button-text {
        margin-bottom: 0;
    }

    .business-details h3 {
        font-size: 22px;
        line-height: 28px;
        width: 85%;
    }

    .business-details p {
        font-size: 14px;
        line-height: 18px;
        width: 100%;
    }

    .contact-links a {
        width: 100%;
        font-size: 12px;
    }

    .products-header {
        padding: 8px;
    }

    .quality-header {
        padding: 8px;
    }

    .business-details {
        padding: 20px;
    }

    .rotate-button a .button-text {
        padding: 0 25px;
        font-size: 12px;
    }

    .welcome-section h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .welcome-section h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .video-image a {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }

    .faq-content .accordion-button {
        line-height: 21px;
        padding: 10px !important;
    }

    .faq-content .accordion-body {
        padding: 10px !important;
    }

    .main-head button.btn.btn-primary {
        display: none;
    }

    .title-points-card {
        width: 48.9% !important;
        box-shadow: 0px 2px 4px #00000063;
        padding: 10px 0;
        border-radius: 8px;
        background-color: #0e669d;
    }

    .title-points-card i {
        color: #fff;
    }

    .title-points {
        margin: 30px 0;
        padding: 6px;
        gap: 5px;
        flex-wrap: wrap;
        justify-content: center;
        border-radius: 12px;
    }

    .main-title {
        padding: 150px 0px 40px;
    }

    .title-points-card p {
        color: #fff;
    }

    .hero-button a .button-arrow {
        height: 45px;
        width: 45px;
    }

    .hero-button a {
        font-size: 15px;
    }

    .hero-button a .button-text {
        height: 45px;
    }

    .rotate-button a {
        font-size: 12px;
    }

    .general-slider .owl-prev,
    .general-slider .owl-next {
        width: 40px;
        height: 40px;
        line-height: 40px !important;
    }

    .general-slider .owl-prev span,
    .general-slider .owl-next span {
        font-size: 21px;
    }

    .faq-content .accordion-button::after {
        height: 15px !important;
        width: 15px !important;
        background-size: 15px;
    }
}

@media (max-width: 375px) {
    .welcome-image-numbers {
        width: 50%;
    }
}

/* @media (min-width: 1679px) {

    .choose-card {
        max-width: 100%;
    }

    .welcome-section p {
        max-width: 100%;
    }

    .welcome-main-image {
        max-width: 100%;
        overflow: hidden;
        max-height: 750px;
    }

    .welcome-images-scroll {
        max-width: 395px;
    }

    .video-image {
        max-width: 100%;
    }

    .business-details {
        max-width: 100%;
    }

    p {
        font-size: 24px;
    }

    .welcome-section p {
        line-height: 40px;
    }

    .quality-text p {
        line-height: 40px;
    }

    .faq-content .accordion {
        width: 70%;
    }

    .faq-content .accordion-button {
        font-size: 28px;
    }

    .faq-content .accordion-body {
        font-size: 28px;
    }

    .main-title h2 {
        font-size: 64px;
        line-height: 76px;
    }

    .title-points-card p {
        line-height: 32px;
    }

    .title-points-card {
        width: 100% !important;
    }

    .main-title {
        padding: 300px 28px 90px;
    }

    a.nav-link {
        font-size: 28px !important;
    }

    ul.navbar-nav {
        gap: 60px;
    }

    .quality-points {
        grid-template-columns: repeat(2, [col-start] 1fr);
    }

    .quality-card {
        width: 100%;
    }

    .quality-card span {
        width: 100px;
        height: 100px;
        font-size: 48px;
    }
} */


@media (min-width: 1679px) {
    .choose-card {
        max-width: 100%;
    }

    .business-details {
        max-width: 100%;
    }

    .quality-text p {
        font-weight: 400;
    }

    .choose-card p {
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
    }

    .choose-card h5 {
        margin: 20px 0 14px;
        font-size: 23px;
    }

    .choose-card i {
        font-size: 30px;
    }

    .welcome-section p {
        max-width: 100%;
    }

    .welcome-cards {
        grid-template-columns: 66% 30%;
        gap: 72px;
    }

    .video-image {
        max-width: 100%;
        height: 100%;
    }
}