body {
    margin: 0px;
}

* {
    font-family: Poppins;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px;
}

.header .innerheader img {
    width: 200px;
}

.header .innerheader button {
    background-color: #2e516f;
    color: white;
    padding: 0px 39px;
    border-radius: 10px;
    border: none;
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;

}

.heroSection {
    min-height: 100vh;
    width: 100%;
    background-image: url('./assets//heroSection.png');
    background-size: cover;
    background-position: left center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.heroSection .content {
    max-width: 525px;
    width: 100%;
}

.heroSection .content h6 {
    color: #1C7BCF;
    font-family: Outfit;
    font-weight: 500;
    font-size: 15px;
    line-height: 29px;
    letter-spacing: 0%;
    margin: 0px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;

}

.heroSection .content h6 svg {
    margin-right: 10px;
}

.heroSection .content h1 {
    font-family: Outfit;
    font-weight: 600;
    font-size: 62px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FAFAFA;
    margin-bottom: 36px;
}

.heroSection .content p {
    font-family: Outfit;
    font-weight: 500;
    font-size: 15px;
    line-height: 29px;
    letter-spacing: 0%;
    color: #CEDEFB;
}
.heroSection .content a{
    text-decoration:none;
}
.heroSection .content .heroButton {
    display: flex;
    align-items: center;
}

.heroSection .content .heroButton .getQuoteBtn {
    background-color: #2e516f;
    color: white;
    padding: 14px 39px;
    border-radius: 10px;
    border: none;
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;

}

.heroSection .content .heroButton .contackButn {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    background-color: transparent;
    border: none;
    color: #FFFFFF;
    padding: 14px 39px;
    display: flex;
    align-items: center;
}

.section1 {
    padding: 70px;
}

.section1 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section1 .container .serviceDiv {
    margin-top: 57px;

}

.section1 .container .serviceDiv h3 {
    font-family: Poppins;
    font-size: 30px;
    letter-spacing: 0%;
    text-align: center;
    color: #1E1E1E;
}

.section1 .container .serviceDiv p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;

}

main {
    background-color: #2e516f;
    padding: 50px 0;
}

main h1 {
    margin-block-start: .5rem;
    margin-block-end: 1rem;
    font-size: 2rem;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    line-height: 1;
    color: #fff;
    font-family: Poppins;
    font-weight: 700;
    writing-mode: inherit;
    transform: rotate(0deg);
    text-align: center;
}

main form {
    cursor: default;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    border-radius: 10px 10px 10px 10px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 50px 20px 50px;
    background-color: #FFFFFF;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

main form h2 {
    text-align: center;
    text-indent: 0px;
    margin-block-start: .5rem;
    margin-block-end: 1rem;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    line-height: 1;
    color: #0A243B;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    writing-mode: inherit;
    transform: rotate(0deg);
}
main form button{
    margin-top:  40px;
}
main .row {
    margin-top: 30px;
    row-gap: 20px;
}

main form .inputDiv,
main form .inputDiv2 {
    width: 100%;
    display: flex;
    flex-direction: column;
}

main form .inputDiv label,
main form .inputDiv2 label {
    font-family: Poppins;
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
    display: inline-block;
    line-height: inherit;
    margin-bottom: 0;
    font-weight: 400;
    margin-bottom: 5px;
}

main form .inputDiv label sup {
    color: red;
}

main form .inputDiv input,
main form .inputDiv select {
    font-size: 1rem;
    margin: 0;
    box-sizing: border-box;
    display: block;
    width: 100%;
    background-clip: padding-box;
    background-image: none;
    border: 1px solid var(--fluentform-border-color);
    border-radius: var(--fluentform-border-radius);
    color: var(--fluentform-secondary);
    font-family: "Poppins";
    line-height: 1;
    margin-bottom: 0;
    max-width: 100%;
    padding: 11px 15px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 45px;
}

main .tab-container {
    display: inline-block;
    /* border: 2px solid #ddd; */
    /* border-radius: 8px; */
    /* overflow: hidden; */
}

.tab-container input {
    display: none;
}

.tab-label {
    padding: 10px 20px;
    cursor: pointer;
    display: inline-block;
    background: #f4f4f4;
    border-right: 1px solid #ddd;
    font-weight: bold;
}

.tab-label:last-of-type {
    border-right: none;
}

.tab-label:hover {
    background: #e0e0e0;
}

.tab-container input:checked+.tab-label {
    background: #0A243B;
    color: white;
}

.tab-content {
    display: none;
    padding: 20px;
    border-top: 2px solid #ddd;
    background: #f9f9f9;
}

#yes-tab:checked~.content-yes,
#no-tab:checked~.content-no {
    display: block;
}

main form button {
    background-color: #2e516f;
    color: white;
    padding: 14px 39px;
    border-radius: 10px;
    border: none;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;

}

main form span {
    display: inline-block;
    text-align: justify;
    color: #7A7A7A;
    font-family: "Poppins", Sans-serif;
    font-size: 11px;
    font-weight: 400;
    writing-mode: inherit;
    text-indent: 0px;
    margin-block-start: 0;
    margin-block-end: .9rem;
    box-sizing: border-box;
    /* line-height: 100%; */
}

input[type="checkbox"] {
    width: 18px !important;
    /* Adjust size */
    height: 18px !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    margin-right: 5px !important;
}

.section3 {
    padding: 90px 0px;
}

.section3 .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section3 h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #1E1E1E;
    margin-bottom: 26px;
}

.section3 p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #828282;
    margin-bottom: 58px;
}

.section3 button {
    background-color: #2e516f;
    color: white;
    padding: 5px 39px;
    border-radius: 10px;
    border: none;
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0%;
    text-align: center;

}

.section3 img {
    width: 567px;
    height: 490px;
    object-position: center;
    object-fit: cover;
    border-radius: 10px;
}

.section4 {
    width: 100%;
    background-image: url(/assets/setion4.png);
    background-position: center;
    background-size: cover;
    min-height: 456px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section4 .container {
    display: flex;
    align-items: center;
    justify-content: center;

}

.section4 .container .content {
    max-width: 757px !important;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 32px;
}

.section4 .container .content h2 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: white;
}

.section4 .container .content p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: white;
}

.section4 a {
    background-color: #2e516f;
    color: white;
    padding: 15px 39px;
    border-radius: 10px;
    border: none;
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: none;
}



.section6 {
    padding: 50px 0;
}

.section6 .slider img {
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.section6 .heading h2 {
    text-align: center;
    font-family: Poppins;
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #1E1E1E;
    margin-bottom: 26px;
}

.section6 .slider {
    margin-top: 60px;
}

.slick-prev:before,
.slick-next:before {
    color: #0A243B !important;
}

footer {
    padding: 50px 0;
    background-color: #2e516f;
    padding-bottom: 0;
}

footer .logoDiv {
    text-align: center;
    margin-bottom: 20px;
}

footer .logoDiv img {
    width: 300px;
    object-fit: contain;
    margin: auto;
}

footer .contentDiv p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: #fff;
}

footer ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    column-gap: 20px;
    margin: 20px 0;
}

footer ul li {
    display: inline-block;
}

footer ul li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    transition: 0.3s;
}

footer ul li a:hover {
    color: #fff;
}

footer hr {
    margin: 10px 0;
}

footer .textDiv p {
    margin-bottom: 10px;
    color: #fff;
}


@media screen and (max-width: 1025px) {
    .heroSection {
        background-position: center;
    }

    .section1 {
        padding: 24px;
    }

    .section1 h3 {
        font-size: 24px;
    }

    .section1 p {
        font-size: 18px;
    }

    .section6 {
        overflow: hidden;
    }

    .slick-track {
        width: 100%;
    }

    .slick-list {
        overflow: hidden;
    }

}

@media screen and (max-width: 769px) {
    .section3 .container .row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .section3 .container .row .col-lg-6 {
        text-align: center;
        padding: 24px 0px;
    }

    .section3 .container .row .col-lg-6 img {
        width: 100%;

    }
    footer{
        padding: 30px 0;
    }
    footer .logoDiv img{
        width: 200px;
    }
    footer ul{
        flex-wrap: wrap;
        row-gap: 10px;
    }
    footer ul li a{
        font-size: 16px;
    }
}