@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
aside,
article,
section,
div,
main,
header,
footer,
form,
input,
button,
img,
figure,
figcaption,
a,
span,
ul,
ol,
li,
dd,
dt,
dl,
details,
summary,
audio,
video,
iframe,
embed,
object,
hr,
br {
    box-sizing: border-box
}

ul li {
    list-style: none;
    font-size: 20px
}

a {
    text-decoration: none
}

p {
    font-size: 20px;
    color: #393939;
    line-height: 1.8
}

h2 {
    font-size: 40px;
    font-weight: 800;
    color: #3c3444;
    line-height: 1.1
}

.vgft {
    margin-top: 30px;
    background-color: #003367;
    padding: 10px;
}

.ptb {
    padding: 30px 0
}

img {
    max-width: 100%;
    height: auto
}

.tt-wt {
    color: #fff;
}

.flx {
    display: flex
}

.alig {
    align-items: flex-start
}

.alig-cen {
    align-items: center
}

.jus {
    justify-content: space-between
}

.gp {
    gap: 30px
}

.txt-cen {
    text-align: center
}

* {
    margin: 0;
    padding: 0
}

body {
    font-family: 'Lato', sans-serif;
    line-height: 1.5
}

.containers {
    max-width: 85%;
    margin: auto
}

.wraper-odspdk32 {
    max-width: 80%;
    margin: auto
}

header {
    background: #003367;
    color: #fff;
    padding: 10px 0
}

header ul li {
    margin: 0 0 0 20px
}

header ul li a {
    color: #fff
}

.hero-odspdk32-img {
    flex: 50%;
    text-align: center;
}

.hero-odspdk32-ct {
    flex: 50%
}

.prc-st img {
    border: 3px solid #1a4a73
}

.hero-odspdk32-ct p {}

.hero-odspdk32-ct h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.odspdk32-spew {
    max-width: 600px;
    width: 100%;
    height: 200px;
    position: absolute;
    z-index: -1;
    top: 250px;
    background-color: #003367;
}

.hero-odspdk32-ct h1 span {
    color: #316996
}

.st-bt {
    text-align: center;
    font-weight: 600;
    background-color: rgb(255, 227, 0);
    font-size: 25px;
    font-weight: 800;
    padding: 10px 25px;
    border-radius: 10px;
}

.work p strong {
    color: #016c3f;
    font-size: 22px;
}

#fq h3 {
    color: #016c3f;
    font-size: 22px;
    font-weight: 700;
}

.ingss-box {
    width: 33.33%;
    border-left: 2px solid #016c3f;
    background: #efefef;
    display: flex;
    gap: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 10px
}

.ingss-box img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.gaur-img {
    flex: 35%;
    text-align: center
}

.gaur-ctnss {
    flex: 65%
}

.ingss-inness {
    margin-bottom: 20px;
}

input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.st-bt a {
    color: #000
}

.offer {
    background: #003367;
    text-align: center;
    color: #fff;
    padding: 20px;
    /* font-size: 20px; */
}

.what-in-img {
    flex: 50%;
}

.what-in-ct {
    flex: 50%;
}

.ptb {
    padding: 40px 0
}

.prbt {
    margin: 20px auto auto;
    text-align: center
}

.gaurtee {
    background: #1a4a73;
    color: #fff
}

.gaurtee p {
    color: #fff
}

footer {
    background: #1a4a73;
    color: #fff;
    text-align: center
}

.foot-links a {
    color: #fff;
}

@media screen and (max-width: 992px) {
    .odspdk32-spew {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 25px;
    }
    .ingss-box {
        width: 100%
    }
    .fl-dir {
        flex-direction: column
    }
    .mtt-ctr {
        text-align: center
    }
    .hero-odspdk32-ct h1 {
        font-size: 30px;
    }
    .st-bt {
        font-size: 20px
    }
    .hd-md {
        display: none
    }
}

@media screen and (min-width: 767px) {
    .prbt {
        width: 45%
    }
}