body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
.mainbg {
    background-image: url(../images/main-bg.jpg); height: 398px;
    background-size: cover;
    border-radius: 20px;
    background-position: bottom center;
}
.hold {
    padding: 30px;
}
.mainbg h1 {
    font-size: 40px;
    font-weight: bold;
    color: #132649;
    padding-top: 50px;
    max-width: 386px;
}
.mainbg p {
    font-size: 20px;
    font-weight: normal;
}
.bg1 {
    background-image: radial-gradient(circle at 93% 7%, #fcf3dd, #f9eabf 38%, #f8deb1 71%);
    border-radius: 10px;
    position: relative;
}
.bg2 {
    background-image: radial-gradient(circle at 94% 5%, #fff, #c2cee9 66%);
    border-radius: 10px;
    position: relative;
}
.bg3 {
    background-image: radial-gradient(circle at 94% 5%, #e6f3e9, #c9e6d2 29%, #acdabb 65%);
    border-radius: 10px;
    position: relative;
}
.bg4 {
    background-image: radial-gradient(circle at 95% 8%, #d3edf0, #aedfe6 35%, #7ccfda 79%);
    border-radius: 10px;
    position: relative;
}
.bg5 {
    background-image: radial-gradient(circle at 94% 6%, #feede5, #fde1d4 37%, #fbc8b4 82%);
    border-radius: 10px;
    position: relative;
}
.poabs {
    position: absolute; bottom: 0px;
}
.poabs1 {
    position: absolute; top: 0px; right: 0px;
}
.margntop50 {
    margin-top: 50px;
}
.ptop22 {
    padding-top: 22px;
}
.ptop20 {
    padding-top: 20px;
}
h2 {
    font-size: 22px;
    font-weight: 500;
    color: #132649; 
}
p.font16 {
    font-size: 16px;
    color: #000000;
    font-weight: normal;

}
.width275 {
    width: 275px;
}
a.link {
    font-size: 16px;
    color: #003163;
    display: block;
    padding-bottom: 20px;
    text-decoration: underline;
}
a.link:hover {
    text-decoration: none;
}
.minheight72 {
    min-height: 72px;
}
.poabs40 {
    position: absolute;
    bottom: -40px;
    left: 0px;
}
.showmobile {
    display: none;
}
.hidemobile {
    display: block;
}
.custom-modal {
  max-width: 900px;
  width: 90%;
}
.modal-backdrop.show {
  background-color: #1E1E1E;
  opacity: 0.84;
}
h3 {
    font-size: 22px;
    font-weight: 500;
    color: #132649;
}
.modal-body {
    margin-top: 20px;
}
.modal-body p {
    font-size: 16px;
    color: #777777;
}
.modal-body ul li {
    font-size: 16px;
    color: #777777;
}
.modal-header {
    border: none;
}
.btnclosemobile {
    position: absolute; right: 20px; top: 20px; margin-bottom: 20px;
}
@media (max-width: 740px) { 
    .mainbg {
        background-image: url(../images/main-bg-mobile.png); height: 400px;
        background-position: center center;
    }
    .logo img {
        width: 174px !important; 
    }
    .mainbg h1 {
        font-size: 35px;
        padding-top: 30px;
    }
    .mainbg p {
        font-size: 16px;
    }
    .showmobile {
        display: block;
    }
    .hidemobile {
        display: none;
    }
    .modal-body {
        margin-top: 40px;
    }
    .custom-modal {
        max-width: auto;
        width: auto;
    }
}