body {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat';
    font-weight: normal;
    overflow-x: hidden;
 }
 
:root {
   --main-title:#141241;
  --text-black:#000000;
  --bg-color-white:#ffffff;
  --bg-color-black:#000000;
  --title-fonts-size: 44px;
}
 
a{
     text-decoration: none !important;
}
 
ul{
     margin: 0;
     padding: 0;
     list-style: none;
}
 
p{
     padding: 0;
     margin-bottom: 10px;
}
 
h1, h2, h3, h4, h5, h6{
     margin-bottom: 0px;
}
 

h1{
    font-weight: 600;
}



/* ......................................meloany-page-css...................................................... */

body.melony-bg {
    background-image: url(../image/meloany-bg.png);
    width: auto;
    background-size: cover;
    background-position: TOP;
    background-repeat: no-repeat;
    height: 100vh;
  
}
.melony-bg-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.left-melony-section h4 {
    color: #456ed1;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 50px;
}
.left-melony-section h1 {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
    line-height: 65px;
}
.left-melony-section p {
    padding-top: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.left-melony-section {
    padding-left: 80px;
}
.btn-popup-section button.btn.btn-primary {
    background: #edee7d;
    border: none;
    color: #000;
    font-size: 18px;
    padding: 8px 20px;
    font-weight: 600;
}
.btn-popup-section {
    padding-top: 30px;
}
.btn-popup-section .modal-content {
    background: #0b1d31;
}
.btn-popup-section .modal-header {
    border: none;
    padding: 30px 30px 0 30px;
}
.btn-popup-section .modal-footer {
    border: none;
        display: block;
            padding: 42px;
}
.meloany-left-popup h1 {
    font-size: 85px;
    line-height: 95px;
}
.meloany-right-popup img {
    width: 75%;
}
.meloany-right-popup {
    text-align: center;
}
.btn-popup-section .modal-body {
    padding: 29px 0 0 42px;
}
.meloany-left-popup p {
    font-size: 32px;
    line-height: 42px;
}
.modal-footer input.fieldSml {
    width: 100%;
    padding: 15px;
    border-radius: 12px;
}
.meloany-pop-submit {
    width: 100%;
    background: #1e4f9a;
    text-align: center;
    padding: 13px;
    border-radius: 10px;
    color: #fff;
}
.meloany-pop-submit a {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
}
button.btn-close {
    --bs-btn-close-bg: url(../image/popup-close.png);
        font-size: 32px;
    opacity: 1;
}



/* ......................................meloany-page-css...................................................... */


