@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=DM+Serif+Display:ital@0;1&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

html {
    margin-top: 0px !important;
}

body {
    -webkit-text-size-adjust: 100%;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    background-color: #eff3ff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
}

h1 {
    font-size: 38px;
    margin-bottom: 24px;
}

h2 {
    font-size: 30px;
    margin-bottom: 16px;
    line-height: 1.4;
}

h3 {
    font-size: 28px;
    margin-bottom: 16px;
    line-height: 1.4;
}

h4 {
    font-size: 26px;
    margin-bottom: 16px;
    line-height: 1.4;
}
h5 {
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 1.4;
}
h6 {
    font-size: 22px;
    margin-bottom: 16px;
    line-height: 1.4;
}

p {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 12px;
}

figure,
ul li,
ul,
section {
    margin: 0;
}
p {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 16px;
}

html {
    scroll-behavior: smooth;
    margin-top: 0px !important;
}

select {
    cursor: pointer;
}

.center-wrapper {
    width: 1200px;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clr {
    clear: both;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

img {
    max-width: 100%;
    display: block;
}

a,
a:focus {
    color: #1e73be;
    display: inline-block;
    transition: all 0.3s ease;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -ms-outline: none;
    -o-outline: none;
    text-decoration: none;
}

.aflex {
    display: flex;
}
.align-items-center {
    align-items: center;
}

.justify-content-between {
    justify-content: space-between;
}
section {
    padding: 0px 0px;
}
.header-main-wr {
    background-color: #4169e1;
    padding: 12px 0px;
}
.header-main-cntnt a {
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 700;
}
.header-main-cntnt {
    gap: 8px;
}
.footer-main-wr {
    padding: 12px 0px;
    background-color: #2343a4;
}
.lft-rgt-footer {
    justify-content: space-between;
}
.lft-rgt-footer p {
    margin: 0px;
    color: #ffffff;
    font-size: 16px;
}
.right-footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.right-footer-content a {
 color: #ffffff;
 font-size: 16px;
}
.main-cntnt-wr {
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0 2px 4px 0 rgba(48, 48, 48, .15);
    padding: 40px;
}
.main-cntnt-wr a {
    color: #1e73be;
    transition: 0.5s;
    word-break: break-all;
}
.main-cntnt-wr a:hover {
    color: #0c0c61;
}
.main-cntnt-wr ul li {
    position: relative;
    padding-left: 16px;
}
.main-cntnt-wr ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style-type: none;
    margin-bottom: 20px;
}
.main-cntnt-wr img {
    box-shadow: 0 2px 4px 0 rgba(48, 48, 48, .15);
    border-radius: 12px;
    margin-bottom: 20px;
}
.main-cntnt-wr ul li:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #000000;
    left: 0;
    top: 10px;
    border-radius: 50px;
}
@media only screen and (max-width: 1220px) {
    .center-wrapper {
        width: 96%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 767px) {
    h1 {
        font-size: 34px;
    }
    h2 {
        font-size: 32px;
    }
    .land-record-block {
        width: 46% !important;
    }
}
@media only screen and (max-width: 567px) {
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 28px;
    }
    .land-record-block {
        width: 100% !important;
    }
    .main-cntnt-wr {
        padding: 20px;
    }
    .lft-rgt-footer {
        flex-direction: column;
    }
    .main-cntnt-wr img {
        border-radius: 6px;
    }
}