@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



.container {
    max-width: 1400px;
}

body {
    font-family: 'Poppins';
}

/* .navbar {
    padding: 1rem;
} */

ul {
    padding: 0;
    list-style: none;
}

:root {
    --m3-border: #e1e1e1;
    --m3-tabs-bg: #fff;
    --m3-tab-text: #75C3D8;
    --m3-tab-bg: transparent;
    --m3-tab-hover-text: #888;
    --m3-tab-hover-bg: transparent;
    --m3-tab-active-text: #0081E4;
    --m3-tab-active-bg: transparent;
}

.btnOur {
    padding: 1vmin 2vmax;
    /* font-family: 'Lorin'; */
    font-size: 1.2rem;
    border-radius: 80px;
    color: #fff;
    background: #0095DA;
    /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
    box-shadow: 0px 14px 34px #BFEBFF;

}

.btn-primary:hover {
    background-color: #03a9f4;
    border-color: #03a9f4;
}

.ourBlue {
    color: #0095DA;
}

.dnone {
    display: none;
}

.footerLeft {
    padding-right: 10%;
    border-right: 1px solid #fff;
}

.footerLeft p:first-of-type {
    line-height: 28px;
}

.footerRight {
    padding-left: 8%;
}

.box-shadow1 {
    box-shadow: 0px 4px 34px 0px #006BA81A;
}

.box-shadow2 {
    box-shadow: 0px 4px 34px 0px #006BA817;
}

.tableBg {
    background-color: #1584E1 !important;
}

.tableBg th {
    font-weight: normal !important;
}

.tableBg tr th {
    font-weight: normal !important;
}

.table-bordered td, .table-bordered th {
    font-weight: normal !important;
}

.tableGrey {
    background-color: #f3f3f3;
}

.table td, .table th {
    padding: 0.45rem;
}

.neg-mt-50 {
    margin-top: -50px;
}

.fontBold {
    font-weight: 600;
}

.fontBolder {
    font-weight: 700;
}

.footerRow {
    font-size: 14px;
}

.footerRow ul {
    padding-left: 0;
    list-style: none;
}

.footerRow h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footerRow ul li {
    font-size: 13px;
    color: #C9C9C9;
    margin-bottom: 20px;
}

.footerRow ul li img {
    height: max-content;
    margin-right: 10px;
}


.footerRow .col-md-2.footerCol {
    min-width: 19%;
}

.footerRow .col-md-4.footerCol4 {
    max-width: 24%;
}

a {
    color: #000;
}

/* new ------------------------------------------------ */

.bg-banner {
    background-image: url(../img/topbanner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.ourBoxBlack {
    border: 1px solid #000000;
    box-shadow: 0px 45px 64px rgba(0, 0, 0, 0.11);
    border-radius: 20px;
    padding: 35px;
    width: 95%;
    margin: 0 auto;
}


.SIP_yellowcircle {
    background: #FEF8BB;
    border-radius: 37.7965px;
    padding: 13px 22px;
    font-size: 19px;
}


.yellowPadding {
    padding: 36px 25px;
}

.square {
    float: left;
    position: relative;
    width: 30%;
    /* padding-bottom : 30%; = width for a 1:1 aspect ratio */
    margin: 1.66%;
    /* background-position:center center; */
    /* background-repeat:no-repeat; */
    /* background-size:cover; you change this to "contain" if you don't want the images to be cropped */
    /* border:5px solid grey; */
    /* background: #FFFFFF; */
    box-shadow: 0px 45px 64px rgba(0, 0, 0, 0.11);
    border-radius: 20px;
    text-align: center;
    padding-top: 20px;
    border: 1px solid #e2e2e266;
}


.table-setting {
    /* box-shadow: 0px 16px 38px rgba(0, 0, 0, 0.15); */
    box-shadow: 0px 7px 14px rgb(0 0 0 / 15%);
    border-radius: 10px;

}

.table-setting tbody tr td {
    /* font-weight: normal; */
    padding: 12px 64px;
    font-size: 18px;
    vertical-align: middle;
}

.table-setting thead tr th {
    padding: 22px 10px;
}

.lasttr td {
    padding-bottom: 25px;
}

.mt100 {
    margin-top: 100px;
}

.table thead th {
    vertical-align: middle;
}

.has-search {
    margin-bottom: 0;
}

.seachInput {
    height: 40px;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    /* padding-left: 33px; */
}

.has-search input {
    padding-left: 33px;
}

.customNav {
    padding: 13px 0;
}

.btnHeaderSection .btn {
    height: 40px;
    /* background-color: #0095DA; */
}

.btnHeaderSection button {
    color: #0095DA;
    border-color: #0095DA;
}

.btnHeaderSection button:hover {
    background-color: #03a9f4;
    border-color: #03a9f4;
}

.btnHeaderSection a {
    background-color: #0095DA;
    border-color: #0095DA;
}

.divider {
    height: 35px;
    width: 2px;
    background-color: #9e9e9e47;
    margin-right: 15px;
    vertical-align: middle;
    margin-top: 3px;
}


@media (max-width: 991.98px) {
    .bannertext1 {
        font-size: 1.5rem;
    }

    .bannertext2 {
        font-size: 2rem;
    }

    .bannertext3 {
        font-size: 1.5em;
    }

    .carousel-caption {
        bottom: 0;
    }

    .btnOur {
        font-size: 1rem;
    }

    .bigImg {
        width: 100%;
    }
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #DDD;
    }
    .fruitSection {
        text-align: center;
    }
    .has-search {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .mobile-space {
        margin-top: 25px;
    }

    .mobile-text-center {
        text-align: center;
    }

    /* .mobile-pad-lr {
        padding: 0px 40px;
    } */

    .footerLeft {
        border-bottom: 1px solid #fff;
        border-right: none;
        text-align: center;
        padding-right: 0;
    }

    .footerRight {
        padding-left: 0;
        text-align: center;
        margin-top: 10px;
        padding-right: 0;
    }

    .footerRight p:last-of-type {
        margin-top: 15px !important;
    }

    .fundbox {
        padding: 20px;
    }

    .carousel-caption {
        bottom: 0;
    }

    .bannertext1 {
        font-size: 0.9rem;
        margin-bottom: 5px;
    }

    .bannertext2 {
        font-size: 0.9rem;
        margin-bottom: 5px;
    }

    .bannertext3 {
        font-size: 0.9rem;
    }

    .btnOur.yellow {
        margin-top: 0 !important;
    }

    .imgSec1, .imgSec2, .imgSec3 {
        width: 50%;
    }

    .fundbox.hover:hover {
        position: static;
    }

    .hoverSectionHeight {
        height: auto;
    }

    .fundbox p.hoverP {
        max-height: max-content;
        overflow: visible;
    }

    .fundbox.hover:hover {
        min-height: max-content;
    }

    .neg-mt-50 {
        margin-top: 0;
    }

    .footerRow .col-md-4.footerCol4 {
        max-width: 100%;
    }

    .bannerImg1 {
        width: 100%;
    }

    .bigImg {
        width: 100%;
    }
    .fruitSection {
        text-align: center;
    }
    .has-search {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 575.98px) {
    .btnOur {
        font-size: 1.1rem;
    }

    .carousel-indicators {
        display: none;
    }

    .trackNowbtn {
        font-size: 15px;
    }

    .lookingBox {
        max-width: 46%;
        margin-bottom: 15px;
    }

    .lookingBox:nth-child(2n) {
        margin-right: 0;
    }

    .lookingBox {
        /* padding-bottom: 0; */
    }

    h1 {
        font-size: 2rem;
    }

    .negativeMarginCard {
        margin-bottom: 0;
    }

    .lookingBox:last-of-type {
        margin-bottom: 0;
    }

    .lookingBox:nth-last-child(2) {
        margin-bottom: 0;
    }

    .viewAllBtn.btn-primary {
        padding: 0;
        font-size: 12px;
    }

    .viewallH6 {
        font-size: 15px;
        margin-bottom: 2px;
    }

    .LF-faqSection .panel-title a {
        font-size: 1rem;
    }

    .content-wrapper .cardBoxShadow {
        min-width: 75%;
    }

    .magic {
        padding-bottom: 0;
    }

    .updateBox {
        max-width: 45%;
        padding: 20px;
        padding-right: 5px;
    }

    .updateBox h6 {
        font-size: 12px;
    }

    .btn-dwnload {
        width: 48%;
    }

    .bannerImg1 {
        width: 100%;
    }

    .bigImg {
        width: 100%;
    }

    .square {
        width: 100%;
        margin-bottom: 25px;
        border: 1px solid #e2e2e2f7;
    }

    .h2Inside {
        line-height: 26px !important;
        font-size: 18px;
    }

    .h2heading {
        font-size: 18px;
        line-height: 25px !important;
    }

    .mt100 {
        margin-top: 25px;
    }

    .sizeP {
        font-size: 14px;
    }

    .h2Below {
        font-size: 20px;
        margin-top: 20px;
    }
    .fruitSection {
        text-align: center;
        /* font-size: 18px; */
    }
    .fruitSection h2 {
        font-size: 15px;
        margin-top: 20px;
    }

    .has-search {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .divider {
        visibility: hidden;
    } 
}