<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{

}

body{
    text-rendering: optimizeLegibility;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .1px;
    line-height: 24px;
    color: #5f6368;
    padding-top: 200px;
}
.p20{
    font-size: 20px;
    color: black;
}
.buttonul{
    display: flex;
    gap: 20px;
    list-style-type: none;
    padding: 0;
    margin-top: 40px;
}

.buttonul li:nth-child(1) a{
    background-color: #185abc;
    padding: 15px 40px;
    color: white;
    border: 1px solid #185abc;
}


.buttonul li a{
    background-color: white;
    padding: 15px 40px;
    color: #185abc;
    border: 1px solid lightgray;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.top1{
    margin-top: 16px;
}

h1,h2, h3, h4,h5, b{
    color: black;
}

.headline-1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
}

.container{
    max-width: 1300px!important;
}

.thumfirstimg{
    max-width: 550px;
    margin-left: auto;
    display: block;
}
.sectiontwo{
    padding: 70px 0;
    text-align: center;
    background-color: #f8f9fa;
}
.sectionmain{
    padding-bottom: 100px;
}
.cardowl{
    max-width: 400px;
    width: 100%;
    background-color: white;
    padding: 30px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-bottom: 20px;
    border: 2px solid rgb(240, 240, 240);
}
.rowbox{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.cardowl img{
    width: 50px;
}
.cardowl h2{
    font-size: 20px;
    margin: 20px auto;
}

.headline-2 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 56px;
}
.sectionthree{
    padding-top: 100px;
    padding-bottom: 100px;
}
.mt-10{
    margin-top: 100px;
}
.contentbox{
    margin: 20px 0;
    padding: 10px  10px;
    border-left: 3px solid rgb(208, 208, 208);
    padding-left: 20px;
}
.contentbox:nth-child(3){
    border-left: 3px solid lightgreen;
}
.title3 span{
    color: #1e8e3e;
}
.cardboxnew{
    background-color: #f8f9fa;
    padding: 50px 20px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    margin-top: 30px;
}
.cardboxnew h3{
    font-size: 28px;
    font-weight: 400;
}

.cardboxnew h2{
    font-size: 22px;
    font-weight: 400;
}
.cardboxnew input{
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    outline: none;
    border: none;
    border: 1px solid lightgray;
    padding: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.cardboxnew textarea{
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    outline: none;
    border: none;
    border: 1px solid lightgray;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.cardboxnew button{
    background-color: #185abc;
    padding: 15px 40px;
    color: white;
    border: 1px solid #185abc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 0 auto;
    width: calc(100% - 25px);
}
.formthumbn{
    max-width: 400px;
    margin: 0 auto;
    display: block;
}
.footerseciton{
    padding: 20px 0;
    margin: 50px 0;
}

@media screen and (max-width:768px) {
    body{
        padding-top: 100px;
    }
    .thumfirstimg {
        max-width: max-content;
        display: block;
        margin: auto;
        width: 100%;
        margin-top: 50px;
    }
    .rowbox {
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
        gap: 20px;
    }
}

@media screen and (max-width:420px){
    .headline-1 {
        font-size: 40px;
        font-weight: 700;
        line-height: 49px;
    }
    .buttonul li a {
    
        display: block;
        width: 100%;
    }
    .buttonul {
        flex-direction: column;
    }
    .rowbox {

        flex-direction: column;
    }
    .formthumbn {
        width: 100%;
        margin-top: 20px;
    }
    .headline-2 {
        font-size: 35px;
        font-weight: 700;
        letter-spacing: -0.5px;
        line-height: 45px;
    }
    .sectiontwo {
        padding: 45px 0;
    }
    .sectionthree {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sectionmain {
        padding-bottom: 40px;
    }
    .header img{
        max-width: 250px;
    }
}</pre></body></html>