@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* font-family: 'Poppins', sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
}

header {
    padding: 10px 0;
    background: #fff;
    z-index: 99999;
    position: relative;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); */
}

header .container {
    max-width: 1140px;
}

.header-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.logo img {
    max-width: 80px;
}

.top-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top-menu ul {
    list-style: none;
    display: inline-flex;
}

.top-menu ul li {
    padding: 5px 10px;
    position: relative;
    transition: .5s;
}

.top-menu ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #105191;
    transition: .5s;
}

.top-menu ul li a:hover {
    color: #DC2D1C;
}

.top-menu ul li:hover.top-menu ul li a {
    color: #105191;
}

.top-menu ul li a.active {
    font-weight: 600;
    color: #DC2D1C;
    border-bottom: 3px solid #DC2D1C;
}

ul.sub-menu {
    display: none;
}

ul.sub-menu li {
    border-bottom: 1px solid #69696910;
}

ul.sub-menu li a {
    color: #105191;
}

.top-menu ul li:hover ul.sub-menu {
    display: block;
    position: absolute;
    top: 30px;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 99;
    width: 250px;
}

.owl-dots {
    display: none;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .logo h1 {
        font-size: 32px;
        line-height: 44px;
    }

    .top-menu ul li a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .logo h1 {
        font-size: 22px;
        line-height: 34px;
    }

    .header-menu {
        flex-direction: column;
        align-items: center;
    }

    .top-menu ul {
        justify-content: center;
        flex-wrap: wrap;
    }

    .top-menu ul li {
        padding: 10px;
    }

    .top-menu ul li a {
        font-size: 14px;
    }

    header {
        padding: 10px 0;
    }
}

@media only screen and (max-width: 575px) {
    .logo h1 {
        font-size: 18px;
        line-height: 28px;
    }

    .top-menu ul li a {
        font-size: 12px;
    }

    .logo img {
        max-width: 60px;
    }
}

/* banner section */

section.banner .container {
    max-width: 1140px;
    /* margin-top: 50px; */
}

/* expert section start */

section.expert {
    padding: 10px 0;
}

section.expert .container {
    max-width: 1140px;
}

section.expert h2 {
    font-size: 18px;
    line-height: 28px;
    /* text-align: center; */
    font-weight: 600;
    color: #105191;
    margin-bottom: 15px;
}

section.expert h2 b {
    color: #DC2D1C;
    font-weight: 600;
    border-bottom: 3px solid #DC2D1C;
}

/* .expert-img {
    text-align: center;
} */

.expert-img {
    height: auto;
    width: 100%;
    overflow: hidden;
}

.expert-img:hover img {
    transform: scale(1.2);
}

.expert-img img {
    /* max-width: 550px; */
    width: 100%;
    transition: transform .7s;
}

.expert-text p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #696969;
    margin-bottom: 10px;
    font-weight: 400;
}

.partner-content {
    margin-top: 30px;
}

.expert-text.border-btm {
    border-bottom: 1px solid #69696910;
}

.readmore {
    display: flex;
    justify-content: end;
}

.readmore a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #105191;
    display: inline-block;
    transition: .5s;
}

.readmore a:hover {
    color: #DC2D1C;
    text-decoration: underline !important;
}

/* media querry start */

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 575px) {
    .partner-content {
        margin: 30px 0;
    }
    section.expert h2 {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

/* partners section start */

.partner-img {
    text-align: center;
}


/* newslatter section start */

/* section.newslatter {
    padding: 50px 0;
    background: #f9f9f9;
}

section.newslatter .container {
    max-width: 1440px;
}

section.newslatter h1 {
    font-size: 42px;
    line-height: 52px;
    text-align: center;
    font-weight: 600;
    color: #105191;
    margin-bottom: 50px;
}

section.newslatter h1 b {
    color: #DC2D1C;
    border-bottom: 3px solid #DC2D1C;
    font-weight: 600;
}

input.input-text {
    background: white;
    border: none;
    font-size: 18px;
    padding: 10px;
    width: 500px;
}

form.form-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    padding: 20px;
    background: #fff;
}

button.subscribe {
    background: #105191;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
    transition: 0.5s linear;
    border: none;
}

button.subscribe:hover {
    background: #DC2D1C;
} */

/* media querry start */

/* @media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    section.newslatter h1 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 40px;
    }

    section.newslatter {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 767px) {
    section.newslatter h1 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 30px;
    }

    section.newslatter {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 575px) {
    section.newslatter h1 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    section.newslatter {
        padding: 20px 0;
    }

    button.subscribe {
        font-size: 16px;
    }

    form.form-input {
        padding: 10px;
    }

    input.input-text {
        font-size: 16px;
        width: 100%;
    }
} */

/* footer start */

footer {
    padding: 10px 0;
    /* background: #40A944; */
    /* background-image: url(../images/unsplash_BG-iyXjJiLs.png);
    background-repeat: no-repeat;
    background-size: cover; */
}

footer .container {
    max-width: 1140px;
}

.footer-logo img {
    max-width: 70px;
}

.social-link {
    margin-top: 30px;
}

.social-link i {
    font-size: 18px;
    margin: 0 5px;
    color: #105191;
    cursor: pointer;
    transition: .5s;
}

.social-link i:hover {
    color: #DC2D1C;
}

.footer-heading h2 {
    font-size: 18px;
    line-height: 28px;
    color: #105191;
    margin-bottom: 5px;
    font-weight: 600;
}

ul.footer-menu {
    list-style: none;
}

ul.footer-menu li {
    margin-bottom: 0px;
}

ul.footer-menu li a {
    color: #696969;
    font-size: 14px;
    font-weight: 400;
    transition: .5s;
}

ul.footer-menu li p {
    color: #696969;
    font-size: 14px;
    font-weight: 400;
    transition: .5s;
}

ul.footer-menu li a:hover {
    color: #105191;
}

/* media querry */

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .footer-logo h2 {
        font-size: 26px;
    }

    .footer-heading h2 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    footer {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 767px) {
    .footer-heading h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    ul.footer-menu li {
        margin-bottom: 10px;
    }

    .footer-logo h2 {
        font-size: 24px;
    }

    ul.footer-menu li a {
        font-size: 14px;
    }

    footer {
        padding: 30px 0;
    }

    .social-link {
        margin-top: 30px;
    }

    .social-link i {
        font-size: 18px;
    }
}

@media only screen and (max-width: 575px) {
    .footer-logo h2 {
        font-size: 20px;
    }

    .footer-heading h2 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
        margin-top: 10px;
    }

    ul.footer-menu li a {
        font-size: 12px;
    }

    footer {
        padding: 20px 0;
    }

    .footer-heading {
        text-align: center;
    }

    .footer-logo {
        text-align: center;
    }

    .footer-logo img {
        max-width: 60px;
    }
}


/* ------------------- About us ------------------- */
/* ------------------- page start ------------------- */

.banner-image img {
    width: 100%;
}

.side-menu {
    display: flex;
    flex-direction: column;
}

.side-menu a {
    font-family: Arial, Helvetica, sans-serif;
    background: #105191;
    color: #ffffff;
    margin-bottom: 5px;
    padding: 10px;
    font-size: 14px;
    transition: .3s;
}

.side-menu a:hover {
    background: #DC2D1C;
}

.side-menu a.Active {
    background: #DC2D1C;
}

.expert-text.brdr-r {
    border-right: 1px solid #696969;
    height: 100%;
}

a.download {
    background: #105191;
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
}

.traction-img img {
    width: 100%;
}

.image-gallery img {
    width: 100%;
}


.accordion {
    background-color: #fff;
    border: none;
    color: #DC2D1C;
    cursor: pointer;
    padding: 5px;
    width: 100%;
    /* border: none; */
    text-align: left;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    transition: 0.4s;

}

.active,
.accordion:hover {
    /* background-color: #ccc; */
    color: #105191;
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.accrodian-box {
    border: 1px solid #69696910;
    margin-bottom: 5px;
}

.accrodian-section {
    padding: 20px 0px;
}

ul.benifits {
    margin-left: 15px;
}

ul.benifits li a {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #696969;
}

.news-img img {
    max-width: 90px;
    width: 100%;
}

.news-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 10px;
}



/* .abut-lift {
    height: auto;
    width: 100%;
    overflow: hidden;
}

.abut-lift:hover img {
    transform: scale(1.2);
}

.abut-lift img {
    width: 100%;
    transition: transform .7s;
} */


@media only screen and (max-width: 575px) {
    .accrodian-section {
        padding: 10px 0px;
    }
}

/* ------------------- Elevator ------------------- */
/* ------------------- page start ------------------- */

section.elevtech {
    padding: 50px 0;
}

section.elevtech .container {
    max-width: 1440px;
}

section.elevtech h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
    color: #105191;
    margin-bottom: 50px;
    text-align: center;
}

.elev-text-lift-style {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

section.elevtech h2 b {
    color: #DC2D1C;
    font-weight: 600;
    border-bottom: 3px solid #DC2D1C;
}

section.elevtech p {
    font-size: 26px;
    line-height: 38px;
    font-weight: 600;
    color: #105191;
    margin-bottom: 40px;
}

.elev-point-img {
    border-radius: 10px;
    overflow: hidden;
    height: auto;
}

.elev-point-img:hover img {
    transform: scale(1.2);
}

.elev-point-img img {
    width: 100%;
    border-radius: 10px;
    transition: transform .7s;
}

ul.elevtech-point {
    list-style: disc;
}

ul.elevtech-point li {
    margin-bottom: 20px;
}

ul.elevtech-point li a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #105191;
}

.lists-of-elev {
    display: flex;
    /* align-items: center; */
    max-width: 500px;
}

section.intro-elevtech {
    padding: 50px 0px;
}

section.intro-elevtech .container {
    max-width: 1440px;
}

.elev-into-heading h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
    color: #105191;
    margin-bottom: 50px;
    text-align: center;
}

.elev-into-heading h2 b {
    color: #DC2D1C;
    border-bottom: 3px solid #DC2D1C;
    font-weight: 600;
}

.elev-into-heading p {
    font-size: 18px;
    line-height: 28px;
    color: #696969;
    margin-bottom: 15px;
    text-align: center;
}

.special-feacture-text h3 {
    color: #105191;
    font-weight: 600px;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 30px;
}

.special-feacture-text h3 b {
    font-weight: 600;
    color: #DC2D1C;
    border-bottom: 3px solid #DC2D1C;
}

section.elevator {
    padding: 50px 0;
}

section.elevator .container {
    max-width: 1440px;
}

.lift-details {
    padding-bottom: 100px;
}

.Elevator-lift-heading h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
    color: #105191;
    margin-bottom: 50px;
}

.Elevator-lift-heading h2 b {
    color: #DC2D1C;
    font-weight: 600;
    border-bottom: 3px solid #DC2D1C;
}

.Elevator-lift-heading p {
    font-size: 18px;
    line-height: 28px;
    color: #696969;
    margin-bottom: 30px;
}

a.read-more {
    font-size: 18px;
    line-height: 28px;
    text-decoration: underline !important;
    color: #105191;
    transition: .3s;
}

a.read-more:hover {
    color: #DC2D1C;
}

.bruchure-download {
    margin-top: 30px;
}

a.download-btns {
    font-size: 18px;
    line-height: 28px;
    display: inline-block;
    color: #ffffff;
    background: #105191;
    padding: 15px 40px;
    border-radius: 5px;
    transition: .5s;
}

a.download-btns:hover {
    background: #DC2D1C;
}

.elevator-img img {
    width: 100%;
    transition: transform .7s;
    border-radius: 10px;
}

.elevator-img {
    height: auto;
    width: 100%;
    overflow: hidden;
}

.elevator-img:hover img {
    transform: scale(1.2);
}

.Elevator-lift-heading h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 34px;
    color: #105191;
}

ul.benifit-list {
    list-style: none;
}

ul.benifit-list li {
    padding-bottom: 5px;
}

ul.benifit-list li a {
    font-size: 14px;
    color: #696969;
    line-height: 24px;

}

/* media querry start */

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .Elevator-lift-heading h2 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 40px;
    }

    .Elevator-lift-heading p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    section.elevator {
        padding: 40px 0;
    }

    a.read-more {
        font-size: 16px;
        line-height: 26px;
    }

    a.download-btns {
        font-size: 16px;
        line-height: 26px;
    }

    .bruchure-download {
        margin-top: 20px;
    }

    section.elevtech {
        padding: 40px 0;
    }

    section.elevtech h2 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 40px;
    }

    section.elevtech p {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 30px;
    }

    ul.elevtech-point li {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .Elevator-lift-heading h2 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .Elevator-lift-heading p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    a.read-more {
        font-size: 14px;
        line-height: 24px;
    }

    a.download-btns {
        font-size: 14px;
        line-height: 24px;
        padding: 12px 20px;
    }

    .bruchure-download {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .lift-details {
        padding-bottom: 50px;
    }

    section.elevator {
        padding: 30px 0;
    }

    section.elevtech {
        padding: 30px 0;
    }

    section.elevtech {
        padding: 30px 0;
    }

    section.elevtech h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 30px;
    }

    .elev-text-lift-style {
        align-items: center;
        margin-top: 30px;
    }

    .lists-of-elev {
        max-width: 90%;
        justify-content: space-between;
        width: 100%;
    }

    section.elevtech p {
        font-size: 22px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 575px) {
    .Elevator-lift-heading h2 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    a.download-btns {
        padding: 10px 10px;
    }

    .lift-details {
        padding-bottom: 30px;
    }

    .bruchure-download {
        margin-top: 10px;
    }

    section.elevator {
        padding: 20px 0;
    }

    section.elevtech h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .elev-text-lift-style {
        margin-top: 20px;
    }

    .lists-of-elev {
        flex-direction: column;
    }

    section.elevtech {
        padding: 20px 0;
    }

    section.elevtech p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    ul.elevtech-point li {
        margin-bottom: 10px;
    }

    ul.elevtech-point li a {
        font-size: 16px;
        line-height: 26px;
    }
}

/* ------------------- traction ------------------- */
/* ------------------- inner page ------------------- */

section.gallery-images .container {
    max-width: 1440px;
}

.gallery {
    height: auto;
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
}

.gallery:hover img {
    transform: scale(1.1);
}

.gallery img {
    width: 100%;
    transition: transform .7s;
    border-radius: 10px;
}

h2.gallery-heading {
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
    color: #105191;
    margin-bottom: 50px;
    text-align: center;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    h2.gallery-heading {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 40px;
    }

    .gallery {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    h2.gallery-heading {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 30px;
    }

    .gallery {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .gallery {
        margin-bottom: 20px;
    }

    h2.gallery-heading {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }
}

/* ------------------- Residential ------------------- */
/* ------------------- inner page ------------------- */

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .Elevator-lift-heading h3 {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .Elevator-lift-heading h3 {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .Elevator-lift-heading h3 {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 28px;
    }
}

/* ------------------- News & update ------------------- */
/* ------------------- page ------------------- */

.news-heading h2 {
    font-size: 42px;
    line-height: 52px;
    text-align: center;
    font-weight: 600;
    color: #105191;
    margin-bottom: 50px;
}

.news-heading h2 b {
    color: #DC2D1C;
    font-weight: 600;
    border-bottom: 3px solid #DC2D1C;
}

.news-partner {
    margin-bottom: 50px;
}

.news-boxs {
    padding: 40px 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 100vh;
    max-height: 400px;
}

.news-brand-img img {
    max-width: 100px;
}

.news-brand-img {
    /* margin-bottom: 50px; */
}

.news-partner-heading h4 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #105191;
}

.news-partner-heading h4 b {
    color: #DC2D1C;
    font-weight: 600;
    border-bottom: 3px solid #DC2D1C;
}

.news-partner-heading p {
    font-size: 14px;
    line-height: 24px;
    color: #696969;
}

.news-page-slider .owl-stage {
    display: flex;
}

.news-page-slider .owl-item.cloned {
    display: flex;
}

.news-page-slider .owl-nav.disabled {
    display: block;
}

.news-page-slider button.owl-prev span {
    background: #105191 !important;
    color: #ffffff !important;
    padding: 1px 15px !important;
    font-size: 24px;
    transition: .3s;
    position: absolute;
    top: 50%;
    left: -2%;
    border-radius: 50px;
}

.news-page-slider button.owl-prev span:hover {
    background-color: #DC2D1C !important;
}

.news-page-slider button.owl-next span {
    background: #105191 !important;
    color: #ffffff !important;
    padding: 1px 15px !important;
    font-size: 24px;
    transition: .3s;
    position: absolute;
    top: 50%;
    right: -1%;
    border-radius: 50px;
}

.news-page-slider button.owl-next span:hover {
    background-color: #DC2D1C !important;
}

.news-page-slider.owl-carousel.owl-theme.owl-loaded.owl-drag {
    position: relative;
}

/* media querry start */

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    
}

@media only screen and (max-width: 767px) {
    

}

@media only screen and (max-width: 575px) {
    .d-flex {
        flex-direction: column;
    }
}


/* ------------------- reach us ------------------- */
/* ------------------- page ------------------- */

section.contact {
    padding: 10px 0;
}

section.contact .container {
    max-width: 1140px;
}

.address-heading h2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #105191;
    margin-bottom: 15px;
}

.address-heading p {
    font-size: 14px;
    line-height: 24px;
    color: #696969;
    margin-bottom: 10px;
}

.form-heading h2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #105191;
    margin-bottom: 15px;
}

.form-heading h2 b {
    font-weight: 600;
    color: #DC2D1C;
    border-bottom: 3px solid #DC2D1C;
}

.form-group {
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
    max-width: 500px;
}

label {
    font-size: 12px;
    font-weight: 500;
    color: #105191;
    margin: 0;
}

.input-placeholder {
    border: 1px solid #bfbfbf;
    background: #ffffff;
    border-radius: 4px;
    font-size: 12px;
    color: #bfbfbf;
    padding: 5px 15px;
    /* box-shadow: 0px 0px 10px rgb(0 0 0 / 25%); */
}

input.input-submit {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background: #105191;
    padding: 6px 26px;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: .5s;
    /* box-shadow: 0px 0px 10px rgb(0 0 0 / 25%); */
}

input.input-submit:hover {
    background: #ffffff;
    border: 1px solid #DC2D1C;
    color: #DC2D1C;
}

/* map section start */

section.map .container {
    max-width: 1140px;
}

section.map iframe {
    width: 100%;
}

/* our products page start */

section.Cabins {
    padding: 50px 0;
}

section.Cabins .container {
    max-width: 1140px;
}

.our-product-heading h2 {
    font-size: 18px;
    line-height: 28px;
    /* text-align: center; */
    font-weight: 600;
    color: #105191;
    margin-bottom: 15px;
}

.our-product-heading b {
    font-weight: 600;
    color: #DC2D1C;
    border-bottom: 3px solid #DC2D1C;
}

.our-product-heading p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #696969;
    margin-bottom: 10px;
    font-weight: 400;
}

section.rounded-lift {
    padding: 50px 0;
}

section.rounded-lift .container {
    max-width: 1440px;
}


section.Panoramic {
    padding: 50px 0;
}

section.Panoramic .container {
    max-width: 1140px;
}

ul.privacy-list {
    list-style: decimal;
}