body {
    margin: 0;
    padding: 0;

}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
ul {
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    font-family: arial-Regular;
}

@font-face {
    font-family: arial-Regular;
    src: url(../font/arial.ttf);
}

@font-face {
    font-family: mtbold;
    src: url(../font/mtbold.ttf);
}

@font-face {
    font-family: Inter-Regular;
    src: url(../font/Inter-Regular.ttf);
}

@font-face {
    font-family: Inter-Medium;
    src: url(../font/Inter-Medium.ttf);
}

@font-face {
    font-family: ArialMTStd-ExtraBold;
    src: url(../font/ArialMTStd-ExtraBold.otf);
}



.navbar-custom .nav-link.active {
    color: #198A00 !important;
}

.btn.btn-custom-banner {
    width: 182px;
    height: 47px;
    background: #DE2010;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-family: Inter-Medium;

}



.btn.btn-custom-banner.btn-custom-banner-2 {
    background: transparent;
    border: 1px solid #000038;
    color: #000038;
    font-weight: 600;
    margin-left: 31px;
}

.bg-black {
    background-color: #000;
}

.top {
    z-index: 9999;
}

.img-icon {
    display: block;
    height: 54px;
}

.dot {
    background: #6d4dc4;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -20px;
}
.light-gray{
    background-color: #dfdfdf;
}
.dot-2 {
    background: #21ddcd;
    right: -13px;
    left: auto;
    bottom: -48px;
    top: auto;
}

.dot.dot-3 {
    background: #4155ff;
    left: -64px;
    top: 38px;
}

.dot.dot-5 {
    background: #fd5868;
    left: 14%;
    top: 5%;
}

.dot.dot-6 {
    background: #21ddcd;
    left: 8%;
    bottom: -7%;
    top: auto;
}

.dot.dot-4 {
    background: #fdcf57;
}

.other-color {
    color: #4155ff;
}

.color-fill {
    color: #ccc !important;
}

.other-color-2 {
    background-color: #198A00;
}
.bg-green {
    background-color: #00ff00;
}
.bg-gark-green{
    background-color: #025448;
}
.green-light {
    background-color: #d5f5d8;
}
.light-range-color{
    background-color: #484a5c;
}
.section-title h5 {
    font-size: 28px;
    font-family: Inter-Medium;
}

.section-title h1 {
    font-size: 16px;
    margin-top: 12px;
    font-family: Inter-Medium;
}
.section-title h5 {
    font-size: 27px;
    margin-bottom: 20px;
}
.promotion-about.about-us-section {
    height: 287px;
}
.uper-z{
    z-index: 9999;
}
.sender-text h2 {
    font-size: 38px;
    font-family: ArialMTStd-ExtraBold;
}
.sender-text p {
    font-family: Inter-Regular;
    font-size: 16px;
}
.green-color{
    color:#198A00;
}