@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");

/***** General CSS *****/
body {
    word-break: break-word;
    font: 15px/25px "Poppins", sans-serif;
    color: #000;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #000;
}

a:hover {
    transition: all 0.2s ease-in-out;
}

img {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
}

input:focus,
textarea:focus,
select:focus {
    transition: all 0.5s ease;
    outline: none;
}

select,
input,
textarea {
    appearance: none;
}

/***** Font Files *****/
@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "circular-std";
    src: url(../fonts/circular-std.ttf);
    font-weight: 400;
    font-style: normal;
}

/***** Custom Classes *****/
select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
    color: #575757;
}

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8,
.pb_8,
.py_8,
.sec {
    padding: 80px 0;
}

.flexRow,
.flexCol {
    display: flex;
    align-items: center;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "circular-std";
    text-transform: capitalize;
    margin: 0 0 10px;
}

h1 {
    font-size: 80px;
    line-height: 80px;
    color: #2A4D69;
    font-weight: 600;
}

h2 {
    font-size: 60px;
    line-height: 1.2;
    color: #000;
    font-weight: 700;
}

h3 {
    font-size: 49px;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
}

h4 {
    font-size: 27px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
}

h5 {
    font-size: 31px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
}

h6 {
    font-size: 23px;
    font-family: "Poppins", sans-serif;
    color: #000;
    font-weight: 500;
}

p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: #000;
    font-family: "Poppins", sans-serif;
}

/* Menu */
.nav ul {
    list-style: none;
    text-align: center;
}

.nav ul li a {
    transition: 0.3s ease-in-out;
    text-transform: uppercase;
    transition: all 0.5s;
    position: relative;
}

section.header .nav.stroke {
    display: block;
}

.nav.stroke ul li a:after,
.nav.fill ul li a:after {
    transition: 0.3s ease-in-out;
    position: absolute;
    bottom: -10px;
    left: 50%;
    right: 0;
    width: 0%;
    content: ".";
    color: transparent;
    background: #ffb400;
    height: 2px;
    transform: translateX(-50%);
}

.nav.stroke ul li a:hover:after {
    width: 100%;
}

/* Buttons */

/* From Uiverse.io by niat786 */
.theme-btn {
    border: none;
    color: #fff;
    background: #FFB400;
    border-radius: 10px;
    background-size: 100% auto;
    font-family: inherit;
    font-size: 17px;
    padding: 15px 20px;
}

.theme-btn:hover {
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse 2s infinite;
    animation: pulse512 1.5s infinite;
}

@keyframes pulse512 {
    0% {
        box-shadow: 0 0 0 0 #FFB400;
    }

    70% {
        box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
    }

    100% {
        box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
    }
}

.theme-btn1 {

    gap: 15px;

    display: flex;

    align-items: center;

    justify-content: center;

    width: fit-content;

    color: #000;

    font-family: montserrat;

    font-size: 14px;

    padding: 12px 20px;

    background: #fff;

    border-radius: 30px;

    font-weight: 500;
}

/* Buttons */

/* Header */
.hdr_logo a img {
    object-fit: scale-down;
    padding: 10px 00;
    display: block;
}

ul#menu {
    justify-content: start;
    display: flex;
    align-items: center;
    height: 100%;
    gap: 5%;
    margin: 0 0 0 30px;
}

ul#menu a {
    color: #000;
    font-family: montserrat;
    transition: 0.3s ease-in-out;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}

/* Banner */
.banner_sec {
    /* background-image: url(../images/banner.jpg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
    overflow: hidden;
    padding: 90px 0 0 0;
}

.banner_text {
    display: flex;
    align-items: at;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.banner_text h1 span {

    color: #FFB400;
}


ul.play_store {
    display: flex;
    align-items: center;
    gap: 20px;
}

ul.play_store li a {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    padding: 9px 30px;
    background: #000;
    border-radius: 10px;
}

ul.play_store li a img {
    object-fit: scale-down;
    width: 30px;
}

.play_store_text span {
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 14px;
    margin: 0;
}

.play_store_text p {
    color: #fff;
    margin: 0;
}

img.banner-back {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

img.banner-mobile {
    object-fit: contain;
    object-position: top;
    height: 550px;
}

.banner-right-image {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    overflow: hidden;
    gap: 6%;
    z-index: 0;
}

img.banner-right1 {
    object-position: center;
    height: 250px;
    object-fit: contain;
    width: 70%;
}

img.banner-right2 {
    height: 410px;
    object-fit: contain;
    object-position: bottom;
    margin: 0px 0 -60px 180px;
}

/* banner start */


/* section start */

.feauter-image img {
    object-fit: contain;
    width: auto;
    height: 580px;
}


h2.drop {
    filter: drop-shadow(0px 7px 26px #00000042);
}

.yellow {
    color: #FFB400;
    display: block;
}

.feature-text p {
    color: #707070;
    font-weight: 400;
    margin: 20px 0;
}

.short-sec .container {
    max-width: 1150px;
}

.feauter-image {
    position: relative;
    z-index: 1;
    width: fit-content;
}

.feauter-image::before {
    position: absolute;
    bottom: -5%;
    left: -20%;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    z-index: -1;
    content: '';
    background: #2A4D69;
}

.feature-box1 .feauter-image {
    margin: 0 0 0 80px;
}

.feature-box {
    padding: 50px 0;
    position: relative;
}

img.feature1 {
    position: absolute;
    bottom: -25%;
    right: -21%;
    width: 370px;
    z-index: 1;
}

img.feature2 {
    position: absolute;
    bottom: -25%;
    left: -32%;
    width: 370px;
    z-index: 1;
}


.banner-image {
    display: flex;
    align-items: center;
    justify-content: end;
}

.about_image img {
    height: 500px;
    width: 100%;
    object-fit: contain;
}

.about_text h2 {
    margin: 0 0 100px 0;
}

.about_sec {
    position: relative;
    z-index: 1;
}

.about_sec::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    content: '';
    background-image: url(../images/about_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about_sec::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    content: '';
    background: #284b67a3;
}

.about_text p {
    color: #fff;
}

.about-heading h2 {
    color: #fff;
}

/* section end */

/* section faqs-sec start */

.accordion-item {

    border: 1px solid rgba(0, 0, 0, 0.125) !important;
    margin: 20px 0;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #0000;
    box-shadow: unset;
}

.accordion-item {
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
    margin: 20px 0;
    border-radius: 20px !important;
}

button.accordion-button {
    padding: 25px 25px;
    border-radius: 20px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "\2b";
    background-image: unset;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
    font-size: 25px;
}

.accordion-button:not(.collapsed)::after {
    content: '\f068' !important;
    background-image: unset;
    font-family: 'Font Awesome 5 Pro';
}

/* section faqs-sec end */

/* section start */
img.testi {
    object-fit: scale-down;
    width: 110px;
}

ul.testi-head-list {
    display: flex;
    align-items: center;
    gap: 50px;
    margin: 20px 0;
}

ul.testi-head-list li {
    display: flex;
    align-items: center;
}

ul.testi-head-list li p {
    margin: 0;
}

ul.testi-head-list li i {
    color: #FFB400;
}

.theme-btn1.style1 {
    background-color: #294C68;
    color: #fff;
    padding: 12px 30px;
}

.client-box {
    padding: 30px 20px;
    border-radius: 0 100px 0 0;
    box-shadow: 0px 11px 15px #00000029;
    margin: 20px 0;
    position: relative;
    z-index: 99;
    background: #fff;
}

.slick-active {
    opacity: 1;
}

section.testi-sec {
    position: relative;
    z-index: 1;
}

section.testi-sec::before {
    position: absolute;
    top: 64%;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: #2A4D69;
    content: '';
    z-index: -1;
    transform: translateY(-50%);
}

/* section end */

/* section start */
img.contact1 {
    position: absolute;
    top: -30px;
    right: -16%;
    width: 350px;
    z-index: 1;
}

section.contact-sec {
    position: relative;
}

span.blue {
    color: #294c68;
}

ul.contact-list {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: start;
    margin: 0 0 30px 0;
}

ul.contact-list p {
    font-size: 14px;
}

ul.contact-list h4 {
    margin: 0 0 5px 0;
}


.form-control {
    margin: 0 0 20px 0;
    height: 50px;
    border-radius: 10px;
    font-size: 12px;
    border: 2px solid #D2D2D2;
    background-color: #F8F8F8;
}

textarea.form-control {
    height: 150px;
}

.contact-left-box img {
    height: 450px;
    object-fit: contain;
}

.contact-left-box {
    position: relative;
    z-index: 1;
}

.contact-left-box::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 150%;
    height: 100%;
    background: #294C68;
    content: '';
    z-index: -1;
    border-radius: 0 200px 0 0;
}

button.theme-btn1.style1 {
    padding: 12px 50px;
    border: navajowhite;
    justify-self: center;
}

section.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    filter: drop-shadow(0px 7px 6px #00000042);
}

/* section end */




/* footer start */
.fr_bottom {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding: 0 0 30px 0;
}


img.body_leaf {
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: -10%;
    width: 39%;
    height: auto;
    object-fit: fill;
}

ul.social_icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.social_icons li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

ul.privacy_policy {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.privacy_policy li a {
    font-family: 'Poppins';
    font-size: 16px;
    color: #000;
}

ul.social_icons li a i {
    color: #fff;
    font-size: 20px;
}

a.facebook {
    background: #3b5998;
}

a.insta {
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}

.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    background-color: #ffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 0px 0px;
}

.hdr_btn {
    display: flex;
    align-items: center;
    justify-content: end;
}

html {
    scroll-behavior: smooth;
}

/* footer end */
img.glimpse-image {
    object-fit: contain;
    height: 500px;
}

.glimpse-sec {
    position: relative;
    z-index: 1;
}

.glimpse-sec::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    content: '';
    background-image: url(../images/glimpse.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.glimpse-sec::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    content: '';
    background: #d2d2d285;
}

.slick-slide.slick-current.slick-active .client-box {
    padding: 30px 20px;
    border-radius: 0 100px 0 0;
    box-shadow: 0px 11px 15px #00000029;
    margin: 20px 0;
    position: relative;
    z-index: 99;
    background: #fff;
    box-shadow: -1px -3px 0 0 #ffb400;
}
/* Index Page end */

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1500px) {}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {

.slicknav_nav a:hover {
    background: #ffb400;
    color: #fff;
}
    .nav.stroke {
        display: none !important;
    }

    p.text_center.auto {
        width: 100%;
    }

    section.header {
        position: unset;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background: #fff;
        filter: url();
    }

    .hdr_btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    html {
        overflow-x: hidden;
    }

    .banner_sec {
        /* background-image: url(../images/banner.jpg); */
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: auto;
        overflow: hidden;
        padding: 50px 0 0 0;
    }

    ul.play_store {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
    }

    ul.play_store li a {
        display: flex;
        align-items: center;
        gap: 10px;
        width: fit-content;
        padding: 6px 25px;
        background: #000;
        border-radius: 0 30px 30px 30px;
    }

    img.banner-mobile {
        object-fit: contain;
        object-position: top;
        height: 350px;
        margin: 30px 0;
    }

    .play_store_text span {
        color: #fff;
        font-family: "Poppins", serif;
        /* font-size: 10px; */
        margin: 0;
    }

    .play_store_text p {
        color: #fff;
        margin: 0;
        /* font-size: 9px; */
    }

    ul.play_store li a img {
        object-fit: scale-down;
        width: 20px;
    }

    .banner-right-image {
        position: unset;
        display: flex;
        align-items: center;
        justify-content: end;
        flex-direction: row;
        top: 0;
        right: 0;
        width: auto;
        height: 100%;
        overflow: hidden;
        gap: 6%;
        z-index: 0;
    }

    img.banner-right2 {
        height: auto;
        object-fit: contain;
        object-position: bottom;
        margin: 0;
        width: 40%;
        position: unset;
        bottom: 0;
        z-index: -9;
        right: 0px;
    }

    img.banner-right1 {
        object-position: center;
        height: auto;
        object-fit: contain;
        width: 50%;
    }

    .pt_8,
    .pb_8,
    .py_8,
    .sec {
        padding: 30px 0;
    }

    .auto {
        display: block;
        margin: 0 auto;
        width: 80% !important;
    }

    .feature-box {
        padding: 0;
        position: relative;
    }

    .feauter-image::before {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 350px;
        height: 350px;
        border-radius: 50%;
        z-index: -1;
        content: '';
        background: #2A4D69;
        transform: translate(-50%, -10px);
    }

    .feature-box1 .feauter-image {
        margin: 0;
    }

    h2 {
        font-size: 50px;
        line-height: 1.2;
        color: #000;
        font-weight: 700;
    }

    .topbar {
        padding: 0 0 10px 0 !important;
    }

    .feauter-image {
        position: relative;
        z-index: 1;
        width: 100%;
    }

    .feauter-image img {
        object-fit: contain;
        width: auto;
        height: 500px;
        margin: 0 auto;
        display: block;
    }

    img.feature1 {
        position: unset;
        bottom: 0;
        right: 0;
        width: 250px;
        margin: 30px auto;
        display: block;
    }

    img.feature2 {
        position: unset;
        bottom: 0;
        right: 0;
        width: 250px;
        margin: 30px auto;
        display: block;
    }

    img.feature3 {
        position: unset;
        bottom: 0;
        right: 0;
        width: 250px;
        margin: 30px auto;
    }

    .about_image img {
        height: 300px;
        width: 100%;
        object-fit: contain;
    }

    button.accordion-button {
        padding: 15px 15px;
        border-radius: 20px;
        font-size: 13px;
    }

    img.contact1 {
        margin: 0 auto;
        display: block;
        top: 0;
        right: 0;
        width: 290px;
        z-index: 1;
        position: unset;
    }

    .contact-left-box {
        margin: 0 0 40px 0;
    }

    .contact-left-box img {
        height: 350px;
        object-fit: contain;
    }

    ul.contact-list {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: start;
        margin: 0 0 30px 0;
        flex-wrap: wrap;
    }

    .fr_bottom {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
        padding: 0 0 30px 0;
        flex-wrap: wrap;
    }

    ul.privacy_policy li a {
        font-family: 'Poppins';
        font-size: 14px;
        color: #000;
    }

    img.glimpse-image {
        object-fit: contain;
        height: 300px;
    }

    .feature-text {
        margin: 20px 0 0 0;
    }

    h3 {
        font-size: 49px;
        line-height: 1.2;
        color: #000;
        font-weight: 600;
    }

    h1 {
        font-size: 64px;
        line-height: normal;
        color: #2A4D69;
        font-weight: 600;
    }

    p {
        /* font-size: 13px; */
        font-weight: 500;
        /* line-height: normal; */
        color: #000;
        font-family: "Poppins", sans-serif;
    }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    .slicknav_nav a:hover {
    background: #ffb400;
    color: #fff;
}
    .nav.stroke {
        display: none !important;
    }

    p.text_center.auto {
        width: 100%;
    }

    section.header {
        position: unset;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background: #fff;
        filter: url();
    }

    .hdr_btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    html {
        overflow-x: hidden;
    }

    .banner_sec {
        /* background-image: url(../images/banner.jpg); */
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: auto;
        overflow: hidden;
        padding: 50px 0 0 0;
    }

    ul.play_store {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
    }

    ul.play_store li a {
        display: flex;
        align-items: center;
        gap: 10px;
        width: fit-content;
        padding: 6px 25px;
        background: #000;
        border-radius: 0 30px 30px 30px;
    }

    img.banner-mobile {
        object-fit: contain;
        object-position: top;
        height: 350px;
        margin: 30px 0;
    }

    .play_store_text span {
        color: #fff;
        font-family: "Poppins", serif;
        font-size: 10px;
        margin: 0;
    }

    .play_store_text p {
        color: #fff;
        margin: 0;
        font-size: 9px;
    }

    ul.play_store li a img {
        object-fit: scale-down;
        width: 20px;
    }

    .banner-right-image {
        position: unset;
        display: flex;
        align-items: center;
        justify-content: end;
        flex-direction: row;
        top: 0;
        right: 0;
        width: auto;
        height: 100%;
        overflow: hidden;
        gap: 6%;
        z-index: 0;
    }

    img.banner-right2 {
        height: auto;
        object-fit: contain;
        object-position: bottom;
        margin: 0;
        width: 40%;
        display: none;
    }

    img.banner-right1 {
        object-position: center;
        height: auto;
        object-fit: contain;
        width: 50%;
    }

    .pt_8,
    .pb_8,
    .py_8,
    .sec {
        padding: 30px 0;
    }

    .auto {
        display: block;
        margin: 0 auto;
        width: 100% !important;
    }

    .feature-box {
        padding: 0;
        position: relative;
    }

    .feauter-image::before {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 250px;
        height: 250px;
        border-radius: 50%;
        z-index: -1;
        content: '';
        background: #2A4D69;
        transform: translate(-50%, -10px);
    }

    .feature-box1 .feauter-image {
        margin: 0;
    }

    h2 {
        font-size: 30px;
        line-height: 1.2;
        color: #000;
        font-weight: 700;
    }

    .topbar {
        padding: 0 0 10px 0 !important;
    }

    .feauter-image {
        position: relative;
        z-index: 1;
        width: 100%;
    }

    .feauter-image img {
        object-fit: contain;
        width: auto;
        height: 360px;
        margin: 0 auto;
        display: block;
    }

    img.feature1 {
        position: unset;
        bottom: 0;
        right: 0;
        width: 250px;
        margin: 30px auto;
        display: block;
    }

    img.feature2 {
        position: unset;
        bottom: 0;
        right: 0;
        width: 250px;
        margin: 30px auto;
        display: block;
    }

    img.feature3 {
        position: unset;
        bottom: 0;
        right: 0;
        width: 250px;
        margin: 30px auto;
    }

    .about_image img {
        height: 300px;
        width: 100%;
        object-fit: contain;
    }

    button.accordion-button {
        padding: 15px 15px;
        border-radius: 20px;
        font-size: 13px;
    }

    img.contact1 {
        margin: 0 auto;
        display: block;
        top: 0;
        right: 0;
        width: 290px;
        z-index: 1;
        position: unset;
    }

    .contact-left-box {
        margin: 0 0 40px 0;
    }

    .contact-left-box img {
        height: 350px;
        object-fit: contain;
    }

    ul.contact-list {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: start;
        margin: 0 0 30px 0;
    }

    .fr_bottom {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
        padding: 0 0 30px 0;
        flex-wrap: wrap;
    }

    ul.privacy_policy li a {
        font-family: 'Poppins';
        font-size: 14px;
        color: #000;
    }

    img.glimpse-image {
        object-fit: contain;
        height: 300px;
    }

    .feature-text {
        margin: 20px 0 0 0;
    }

    h3 {
        font-size: 39px;
        line-height: 1.2;
        color: #000;
        font-weight: 600;
    }

    h1 {
        font-size: 36px;
        line-height: normal;
        color: #2A4D69;
        font-weight: 600;
    }

    p {
        font-size: 13px;
        font-weight: 500;
        line-height: normal;
        color: #000;
        font-family: "Poppins", sans-serif;
    }
    h4 {
    font-size: 21px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
}
ul.contact-list p {
    font-size: 11px;
}
}

/*Media Query End*/