@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.service-home {
    background:
        linear-gradient(rgba(5, 43, 81, 0.45), rgba(5, 43, 81, 0.45)),
        url(../img/4584219b0ee4dfd5a4bbcd2e1c8a48d0c4bcd981.jpg) center no-repeat;
    width: 100%;
    min-height: 100dvh;
    background-size: cover;
}

.service-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: left;
}

.service-col {
    margin-left: 50px;
    margin-top: 100px;
}

.service-col h1 {
    width: 862px;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 55px;
    line-height: 75px;
    letter-spacing: 0%;
    color: #FFFFFF;

}

.service-col p {
    width: 643px;
    font-weight: 400;
    font-style: Regular;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.service-btn {
    display: inline-block;
    padding: 10px 32px;
    margin-top: 15px;
    background: #0A9589;
    color: #fff;
    outline: none;
    text-decoration: none;
    border-radius: 50px;
    font-size: 20px;
}
.service-btn:hover{
    background: #fff;
    color: #052B51;
}

.corner-box {
    position: absolute;
    bottom: 20px;
    right: 100px;
    width: 408px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px;
}

.corner-box-content {
    background: #FFFFFF;
    padding: 30px;
    border-radius: 40px;
}

.corner-box-content .btn-div {
    margin-top: 20px;
}

.corner-box-content .btn-div a {
    background: #052B51;
    color: #fff;

}

.text-img {
    display: flex;
}

.text-img img {
    background: #0A9589;
    margin: 5px;
    padding: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.text-box h1 {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    margin-top: 22px;
    leading-trim: NONE;
    line-height: 75px;
    letter-spacing: 0%;

}

.text-box span {
    width: 163px;
    font-size: 12px;
    font-family: Montserrat;
    font-weight: 300;
    font-style: Light;
    leading-trim: NONE;

}

.services-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 50px;
}

.services-header h1 {
    font-family: Montserrat;
font-weight: 800;
width:800px;
font-style: ExtraBold;
font-size: 40px;
leading-trim: NONE;
line-height: 68px;
letter-spacing: 0%;
text-align: center;

}
.services-header span {
    color: #0A9589;
}

.services-header p {
    width: 560px;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0%;
    color: #000000;
}

.services-box-items {
    display: flex;
    justify-content: center;
    align-items: center;
}

.services-boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.services-box-items .services-box {
    background: #FFFFFF;
    border-radius: 20px;
    width: 500px;
    height: 350px;
    margin: 20px;
    radius: 30px;
    padding: 30px;
    border: 0.4px solid #052B51;
}

.service-img img {
    width: 60px;
    height: 60px;
    margin-top: 20px;
    border: 0.4px solid #052B51;
    padding: 10px;
    border-radius: 50%;
}

.services-txt {
    margin-top: 20px;
}

.services-txt h1 {
    width: 400px;
    font-size: 25px;
}

.services-txt-p-box {
    margin-top: 20px;
}

.link-div {
    margin-top: 20px;
}

.link-div a {
    color: #0A9589;
}

.link-div a i {
    margin: 2px;
}

.view-more {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.more-services {
    display: inline-block;
    padding: 10px 32px;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
    background: #0A9589;
    color: #fff;
    outline: none;
    text-decoration: none;
    border-radius: 50px;
    font-size: 20px;
}

.compliance {
    background: #0A9589;
    padding: 10px;
    margin-top: 50px;
    height: 669px;
}

.compliance .about-txt {
    width: 538px;
    background: #E3FDFB80;

}

.checkbox-main-div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -70px;
}

.check-boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.checkbox {
    width: 512px;
    height: 308px;
    margin: 10px;
    background: #FFFFFF;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0px 4px 20px 0px #00000040;
}

.check-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-top: 10px;
}

.check-img img {
    height: 50px;
    width: 50px;
}

.check-txt h1 {
    font-family: Montserrat;
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    margin: 10px;
    width: 300px;
    leading-trim: NONE;
    line-height: 112.00000000000001%;
    letter-spacing: 0%;

}

@media (max-width: 991px) {
       .service-home {
    background:
        linear-gradient(rgba(5, 43, 81, 0.45), rgba(5, 43, 81, 0.45)),
        url(../img/Rectangle\ 56\ \(3\).png) center no-repeat;
    width: 100%;
    min-height: 60vh;
    background-size: cover;

    }

    .service-col {
        margin-top: 100px;
        margin-left: 20px;
    }

    .service-col h1 {
        width: 350px;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 32px;
        leading-trim: NONE;
        line-height: 40px;
        letter-spacing: 0%;

    }

    .service-col p {
        margin-top: 10px;
        width: 300px;
        font-family: Montserrat;
        font-weight: 400;
        font-style: Regular;
        font-size: 12px;
        leading-trim: NONE;
        line-height: 20px;
        letter-spacing: 0%;

    }

    .corner-box {
       display: none;
    }

    .corner-box-content .btn-div {
        margin-top: 10px;
    }

    .services-box-items .services-box {
        width: 164px;
        height: 168px;
        padding: 20px;
    }

    .service-img img {
        width: 25px;
        height: 24px;
        margin-top: 0px;
        border: 0.4px solid #052B51;
        padding: 5px;
        border-radius: 50%;
    }

    .services-txt {
        margin-top: 5px;
    }

    .services-txt h1 {
        font-size: 10px;
         width: 138px;
    }

    .services-txt-p-box {
        margin-top: 5px;
    }
    .services-txt-p-box  p{
        font-size: 8px;
    }

    .link-div {
        margin-top: 5px;
    }

    .link-div a {
        color: #0A9589;
        font-size: 8px;
    }

    .link-div a i {
        margin: 2px;
    }
    .services-header {
        display: none;
    }
    .checkbox {
    width: 265px;
    height: 154px;
    padding: 5px;
    margin: 5px;
}
.check-flex {
    margin-top: 5px;
    padding: 2px;
}
.check-img img{
    width: 25px;
    height: 25px;
}
.check-txt h1{
   font-size: 12px;
   margin: 5px;
   width: 136px;
} 
.compliance .about-txt {
    font-size: 10px;
    width: 300px;
    color: #fff;
    margin-top: -50px;
}
 .compliance {
    background: #0A9589;
    height: 450px;
}
.compliance .home-div {
    margin-top: -50px;
}
}



@media (min-width: 400px)  and (max-width: 1024px) {
    .corner-box {
        width: 90px;
        height: 80px;
        right: 90px;
        bottom: 300px;
    }

    .service-home {
        min-height: 50vh;
    }
}