section.banner {
    background-image: url(/images/Hero-BG.webp);
    margin-top: -5px;
    background-size: cover;
    background-position: bottom;
    position: relative;
}
.banner h1 {
    font-family: Montserrat;
    font-size: 52px;
    font-weight: 700;
    line-height: 62px;
    letter-spacing: -0.01em;
    margin-bottom: 24px;
}
.banner p {
    font-family: Montserrat;
    font-size: 26px;
    font-weight: 500;
    line-height: 38px;
    color: rgba(14, 84, 88, 1);
    margin-bottom: 30px;
}
/*section.banner::before{*/
/*    content: '';*/
/*    background: url(/sellers/ntpc/images/HeroBG.png);*/
/*    position: absolute;*/
/*    top: 75px;*/
/*    right: 0px;*/
/*    width: 290px;*/
/*    height: 224px;*/
/*}*/



    
    
#homePopup h3 {
    font-family: Montserrat;
    font-size: 28px;
    margin-top: 10px;
}
#homePopup ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
#homePopup .modal-body form#form {
    padding: 10px 30px 25px;
}
#homePopup ul input, #homePopup select {
    border: 1px solid rgba(48, 181, 179, 1);
    border-radius: 10px;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    background:none;
}
#homePopup ul li {
    width: 47%;
    float: left;
    margin: 0px 5px;
}
#homePopup button.zf-submitColor {
    padding: 10px 25px;
    border-radius: 10px;
    color: #000000;
    text-decoration: none !important;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    display: inline-block;
    border: 1px #bebebe solid;
    border-bottom: 5px #33bfbd solid;
    background: linear-gradient(#ffffff, #ffffff 50%, #33bfbd 50%, #33bfbd);
    background-size: 100% 200%;
    transition: background 1s;
    width: 100%;
}
#homePopup button.zf-submitColor:hover{
    background:#33bfbd;
    color: #fff;
} 
#homePopup .modal-body {
    background: rgba(227, 255, 255, 1);
    padding: 0;
    border-radius: 10px;
}


 
section.what-and-how {
    position: relative;
}
.what-and-how p {
    font-family: Montserrat;
    font-size: 16px;
    line-height: 32px;
    text-transform: capitalize;
}




.documentsSection{
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding-top: 50px;
}
.documentsSectionblock {
    margin: 0 auto;
    max-width: 946px;
    padding: 20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    background: #fff;
}
.documentsSectionblock p {
    margin: 0;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    text-transform: capitalize;
    color: rgba(14, 84, 88, 1);
}
.documentsSection p.text-center.mb-5 {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 32px;
    color: rgba(14, 84, 88, 1);
}
.documentsBlock {
    margin: 0;
    margin-bottom: 30px;
    gap: 30px;
    justify-content: center;
}
.documentsBlock .col.mb-3 p {
    margin-top: 20px;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 0;
}
.documentsBlock .col.mb-3 p a {
    color: #33bfbd;
    margin-top: 15px;
    display: inline-block;
}
.documentsBlock .col.mb-3 {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 30px;
    width: 22%;
    margin-bottom: 50px !important;
}
.documentsHelp p {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    color: rgba(14, 84, 88, 1);
    text-transform: capitalize;
}
.documentsHelp p a {
    text-decoration: none;
    color: rgba(14, 84, 88, 1);
    font-weight: 700;
}

   
section.tredsWork {
    position: relative;
    background: rgba(235, 249, 248, 1);
}   



section.getStarted {
    background: rgba(174, 234, 233, 1);
}
.getStarted .formBlock {
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
}
.getStarted input, .getStarted select {
    border: none;
    border-radius: 10px;
    width: 100%;
    padding: 15px;
    background: rgba(245, 245, 245, 1);
}
.getStarted .text-center.mb-5 p {
    margin: 0;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: rgba(14, 84, 88, 1);
}

@media (max-width: 991px) {
 
}

@media (max-width: 768px) {
.banner h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: center;
}
.banner p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: center;
}
.banner p br, section.banner::before, .tredsWork::before, .tredsWork::after {
    display: none;
}
a.cta {
    text-align: center;
    display: table;
    margin: 0 auto;
}
.comparisonBlock {
    min-width: 610px;
}
.row.header .cell div {
    font-size: 18px;
}
.getStarted .formBlock {
    width: 100%;
    padding: 15px;
}
#get-in-touch .text-center.mb-5 {
    margin-bottom: 15px !important;
}

section.what-and-how .col-md-8.ps-5 {
    padding-left: 12px !important;
    margin-top: -30px;
}
p.subText {
    font-size: 18px;
}
.documentsSection {
    padding: 20px;
}
.row.row-cols-1.row-cols-sm-1.row-cols-lg-4.text-center.documentsBlock {
    display: inline-block;
    width: 100%;
}
.documentsBlock .col.mb-3 {
    padding: 10px;
    width: 100%;
    margin-bottom: 20px !important;
}
section.tredsWork img.d-block.d-md-none {
    margin: 0 auto;
}
#homePopup ul li {
    width: 100%;
}

}