@font-face {
  font-family: "Eras Light ITC";
  src: url("../fonts/ErasITC-Light.woff2") format("woff2"),
    url("../fonts/ErasITC-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Eras Medium ITC";
  src: url("../fonts/ErasITC-Medium.woff2") format("woff2"),
    url("../fonts/ErasITC-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: "ErasITC-Medium";
  src: url("../fonts/ErasITC-Medium.woff");
}


@font-face {
  font-family: "Inter_18pt-Regular";
  src: url(../fonts/Inter/static/Inter_18pt-Regular.ttf);
}

@font-face {
  font-family: "PublicSans-Regular";
  src: url(../fonts/Public_Sans/static/PublicSans-Regular.ttf);
}

@font-face {
  font-family: "PublicSans-Bold";
  src: url(../fonts/Public_Sans/static/PublicSans-Bold.ttf);
}


@font-face {
  font-family: "ErasDemiITC";
  src: url(../fonts/ErasDemiITC.ttf);
}



html,
body,
div,

object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tfoot,
article,
aside,
figure,
header,
hgroup,
menu,

section,
menu,
time,
mark,
audio,
video {
  margin: 0px;
  padding: 0px;
  /* font-family: "Poppins-Regular"; */
  font-family: "Inter_18pt-Regular";
  font-size: 14px;
  color: #434e5c;
  text-align: left;
  font-weight: normal;
  letter-spacing:normal; line-height: 1.5;
}

article,
aside,
figure,
footer,
header,
hgroup,

section {
  display: block;
}


*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

h1,
.contact-section h2,
.support-section h2,
.plus p,
.plus p span {
  text-align: center;
  font-size: 2.8rem;
  color: rgb(33, 59, 85);
  line-height: 42px;
  /* font-family: "Raleway-Medium"; */
  font-family: "PublicSans-Bold", sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
  font-weight: 600;
}


H2 span {
  font-size: 2.9rem;
  color: #0065f2;
  font-weight: bold;
  /* font-family: "Raleway-Medium"; *  /* font-family: "Montserrat-Regular"; */
  /*font-family: "PublicSans-Bold", sans-serif; */
  font-family: "ErasDemiITC";
}

h2 {
  text-align: center;
  font-size: 17px;
  line-height: 1.4em;
  color: #021440;
  /* font-family: "Raleway-Medium"; */
   /* font-family: "Montserrat-Regular"; */
  font-family: "PublicSans-Bold", sans-serif;
  /* margin-bottom: 90px; */
}

h3 {
  text-align: left;
  font-size: 17px;
  line-height: 25px
}

p {
  font-size: 17px;
  line-height: 28px;
  color: #212529;
  /* letter-spacing: 1.5px; */
  text-align: center;
  /* font-family: "Poppins-Regular"; */
  font-family: "Inter_18pt-Regular";
}

h4,
.repo-heading,
.accountPage h2,
.accountPage .shift h3 {
  text-align: left;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2em;
  color: #021440;
  /* font-family: "Raleway-Medium"; */
 font-family: "PublicSans-Bold", sans-serif;
  margin-bottom: 10px;
}



.wrap {
    max-width: 1170px;
    min-width: 320px;
    /* padding: 0px 2%; */
    margin: 0 auto;
    /* min-width: 290px; */
    width: 96%;
}




.banner-subPage {
  /* height: 70vh; */
  /*    height:auto;*/
  position: relative;
  background: #0065f2
  
}

.hero-section {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.right img {
  /* padding-left: 100px; */
  padding-top: 0rem;
  width: 400px;
  height: 400px;

}

.right-fr img{
  /* padding-left: 100px; */
  padding-top: 2rem;
  width: 400px;
}

.banner-subPage .list img {
  width: 570px;
}

.banner-subPage .list .lft {
  width: 100%;
  padding-right: 30px;
}

.banner-subPage .lft h1 {

  text-align: left;
  color: #fff;
  margin-bottom: 0px;
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 1px;
  padding-top: 5%;
  line-height: 1.3;
}

.banner-subPage .lft span{
  font-size: 3rem;
  color: #ffa500;
  font-weight: bolder;
}




.banner-subPage .lft button {
  background-color: #FBA63C;
  padding: 10px 30px !important;
  border-radius: 5px;
  color: #fff;
  padding: 0px 0px;
  /* font-family:"Montserrat-Regular"; */
  /* font-weight: bold; */
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.banner-subPage .lft .color-text {
  color: #ffffff;
  font-weight: bold;
  font-size: 46px;
  line-height: 60px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.banner-subPage .lft .color-text-fr{
  color: #ffa500;
  font-weight: bold;
  font-size: 2rem;
  line-height: 60px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.banner-subPage .lft p {
  text-align: left;
  line-height: 25px;
  font-size: 1.29rem;
  letter-spacing: 0.5px;
  color: #fff;
  padding-bottom: 4%;
  padding-top: 1%;
}

.banner-subPage .list .lft ul {
  display: flex;
}

.banner-subPage .list .lft ul li {
  width: 25%;
  text-align: center;
}

.banner-subPage .list .lft ul li span {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.banner-subPage .lft {
  float: none;
  padding-top: 40px;
}


.accountPage {
    padding-top: 5%;
    background-color: #ffffff;
}

.accountPage-section {
    padding-left: 0rem;
}


.report-features, .report-features span {
    display: block;
    text-align: center;
}

.accountPage .lft {
    padding-right: 1rem;
}

.list .lft {
    width: 53%;
}

.lft {
    float: left;
}


.repo-head ul li {
    background-color: #0047bb;
    box-shadow: 5px 7px 4px rgb(205 198 198 / 62%);
    margin-bottom: 0px;
    width: 45.33%;
    padding: 22px;
    transition: transform 1s;
    margin: 10px;
    display: inline-block;
    transition: 0.3s transform 
cubic-bezier(0.155, 1.105, 0.295, 1.12), 0.3s box-shadow, 0.3s -webkit-transform 
cubic-bezier(0.155, 1.105, 0.295, 1.12);
    cursor: pointer;
}

.img-w {
    width: 40%;
    margin: 0 auto;
}


.img-w img {
    width: 100%;
}

.report-features li h2 {
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0em;
}


.repo-head ul li p {
    color: #fff;
    font-size: 14px;
    line-height: 19px;
}


.accountPage .shift {
    padding-left: 2%;
    padding-top:5%;
}

.list .rgt {
    width: 47%;
}

.rgt {
    float: right;
}

.accountPage .shift h3 {
    padding-top: 2%;
}
.accountPage .shift h2 {
    text-align: left;
    color: #0065f2;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 0em;
    
}

.intro-p {
    font-weight: normal;
    text-align: justify;
    padding-bottom: 10px;
    line-height: 1.7;
    color: rgba(33, 59, 85, 0.934);
}

.featurPage .list, .contactus .list {
    display: flex
;
    padding: 20px 0px;
    justify-content: center;
}

.featurPage {
    background-color: #f1f4f652;
}

.featurPage .wrap {
    padding-top: 40px;
    padding-bottom: 30px;
}

.heading-styl {
    /* max-width: 780px; */
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.1em;
    font-weight: bolder;
    text-align: center;
}



.repo-heading {
    font-size: 32px;
    margin-bottom: 0px;
    color: #0065f2;
}

.repo-heading::before {
    display: inline-block;
    content: "";
    border-top: 0.3rem solid #0065f2;
    width: 3rem;
    margin: -8 0rem;
    margin-right: 1rem;
    transform: translateY(-1rem);
}
.repo .list {
    padding: 10px;
}

.accordion {
    background-color: #005ba1;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 17px;
    transition: 0.4s;
    margin-bottom: 20px;
}


.featurPage .accordion {
    max-width: 570px;
    text-align: left;
    background-color: #fff;
    margin-bottom: 0px;
}

article {
    padding: 1em 3rem;
    margin: 0em auto;
}


input[type="radio"] {
    /* appearance: none; */
    /* position: fixed; */
    top: -100vh;
    left: -100vh;
    position: fixed;
    appearance: none;
}


.featurPage input[type="radio"] {
    appearance: none;
}


.featurPage article .title {
    text-align: left;
    font-size: 21px;
    padding-top: 0px;
    margin-bottom: 0px;
}



input[type="radio"] {
    &~div {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s;
    }
}



input[type="radio"] {
    &:checked~div {
        max-height: 280px;
        box-shadow: 0 10px 20px rgba(59, 59, 59, 0.12), 0 4px 8px rgba(78, 78, 78, 0.06);
        border-top: 4px solid #0065f2;
        padding: 2rem;
        border-radius: 9px;
    }
}





.featurPage .list .lft {
    width: 50%;
    /* padding: 0% 5%; */
    /* padding-right: 5%; */
}

.statement-img {
    float: right;
}


.featurPage h2, .feature-head-bnfts h2 {
    /* text-align: center; */
    padding-bottom:5%;
    padding-top: 5%;
    font-size: 2.8rem;
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
}





.featurPage .accordion1, .featurPage .accordion2, .featurPage .accordion3 {
    max-width: 570px;
    text-align: left;
    background-color: #fff;
    margin-bottom: 0px;
}


.featurPage .list .lft {
    width: 50%;
    /* padding: 0% 5%; */
    /* padding-right: 5%; */
}


.img-shadow {
    height: 80%;
    width: 89%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}


.feature-head p {
    font-size: 17px;
    color: rgb(33, 59, 85);
    margin-bottom: 30px;
}

.cntr-para {
    text-align: justify;
}

.feature-head ul {
    flex-direction: column;
}


.featurPage .feature-head ul li {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    font-size: 16px;
}

ul li {
    list-style: none;
    /* margin-bottom: 38px; */
    /* float: left; */
}

.featurPage .list.revarse {
    flex-direction: row-reverse;
    /* align-items: center; */
    display: flex
;
    gap: 10px;
}

.featurPage .list .lft p {
    padding-right: 5px;
    /* color: #212529; */
    text-align: justify;
    word-spacing: 1;
    line-height: 27px;
    margin-bottom: 19px;
    font-weight: 500;
}



.featurPage .list .rgt {
    width: 50%;
}


.featurPage .list .lft

 {
    width: 50%;
    /* padding: 0% 5%; */
    /* padding-right: 5%; */
}

.feature-head .space {
    padding-left: 3rem;
}




.featurPage .trust {
  background: #ffffff;
  padding: 0px;
  padding-bottom: 3rem;
  padding-top: 1rem;
}


.featurPage .trust h2 {
  padding-bottom: 2rem;
}

.featurPage .trust ul li:hover {
  background-color: #f1f4f6;
  color: white;
}

.featurPage .trust ul li:last-child {
  margin-right: 0px;
}

.featurPage .trust ul li {
  float: left;
  width: 31.6%;
  margin-right: 30px;
  text-align: center;
  background: #fff;
  /* padding: 30px; */
  border-radius: 10px;
  box-shadow: 0px 1px 11px 1px rgb(33, 59, 85)00038;
}

.featurPage .trust ul li .imgpnl {
  overflow: hidden;
  background-color: black;
  transition: 0.3s ease;
}

.featurPage .trust ul li .imgpnl:hover {
  transform: scale(1.1)
}

.featurPage .trust ul li .imgpnl:hover img {
  transform: scale(1.5);
  transition: 0.3s ease;
}

.featurPage .trust ul li .imgpnl img {
  width: 100%;
  transition: 0.3s ease;
}

.featurPage .trust ul li .dtlPnl {
  padding: 28px;
}

.featurPage .trust ul li .dtlPnl h2 {
  /* color: rgb(33, 59, 85); */
  color: rgb(33, 59, 85);
  font-weight: 600;
  position: relative;
  margin-bottom: 0px;
  padding-top: 0px;
  font-size: 24px;
}



.featurPage .trust ul li .dtlPnl h2:after {
  content: "";
  display: block;
  /* margin-top: 25px; */
  background: #0069ba;
  height: 3px;
  width: 70px;
  margin:auto;
}

.featurPage .trust ul li .dtlPnl p {
  text-align: center;
  margin-bottom: 30px;
}


/* features section */



.brnifts-strp {
  background:rgb(255, 255, 255);
  padding: 64px 0px;
  border: 1px solid #d3d3d3;

}



.brnifts {
  /* margin-bottom: 4rem; */
  /* background: #eff1f4; */
  padding-top: 60px;
  background: #f1f4f652;
  padding-bottom: 60px;
}

.brnifts h2 {
  color: #021440;
  text-align: left;
  letter-spacing: normal;
  margin-bottom: 3rem;
  /* font-family: "Montserrat-Regular"; */
 font-family: "PublicSans-Bold", sans-serif;
}

.brnifts-strp h2 {
  margin-bottom: 15px;
  color: #021440;
  letter-spacing: -0.0833333rem;
}

.brnifts-strp h2,
.brnifts-strp h1,
.plus p,
.featurPage .trust h2 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 42px;
  /* font-family: "Raleway-Medium"; */
  /* font-family: "Montserrat-Bold"; */
  /* color: #fff; */
  letter-spacing: normal;
 font-family: "PublicSans-Bold", sans-serif;
}

.brnifts-strp h3 {
  text-align: center;
  font-size: 21px;
  padding-top: 15px;
  color: rgb(33, 59, 85);
  font-weight: 600;
  /* font-family: "Montserrat-Regular"; */
    /* font-family: "OpenSans-Regular"; */
     font-family: "PublicSans-Bold", sans-serif;
  /* width: 88%; */
  margin: 0 auto;
}

.brnifts h2 span {
  color: #0065f2;
  font-weight: bold;
}

.brnifts-strp h2 span,
.brnifts-strp h1 span,
.plus p span {
  color: #0065f2;
  font-weight: bold;
  font-family: "PublicSans-Bold", sans-serif;
    /* font-family: "ErasDemiITC"; */
    font-size: 2.9rem;
}

.brnifts-strp-wrap {

  display: flex;
  justify-content: space-around;
  /* gap: 6rem; */
  padding-top: 30px;
}

.brnifts-strp-wrap p {
  color: rgb(33, 42, 66);
  padding-top: 10px;
 font-family: "Inter_18pt-Regular";
 font-size: 16px;
}

.brnifts .border-style, .border-style {
    border-right: none;
}

.brnifts .border-bttm-style, .border-bttm-style {
    border-bottom: none;
}

.brnifts .border-style-bth, .border-style-bth {
    border-bottom: none;
    border-right: none;
}

.brnifts ul li {
  min-height: 300px;
  float: left;
  width: 33.33%;
  padding: 20px 33px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  /* -webkit-line-clamp:4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box; */
}

.brnifts ul li:hover {
  box-shadow: 5px 5px 100px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
  background: #fff;
}

.brnifts h2 {
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 21px;
  padding-top: 10px;
  color: rgb(33, 59, 85);
  text-align: left;
  /* font-family: "Montserrat-Regular"; */
 font-family: "PublicSans-Bold", sans-serif;
}

/* .brnifts-strp h2{
    margin-bottom:0px;
    font-size: 17px;
    padding-top: 10px;
    color: #fff;
} */
.brnifts ul li span {
  display: block;
  text-align: left;
  width: 18%;
}

.brnifts ul li span img {
  transition: transform 1s;
}

.brnifts ul li span img:hover {
  transform: scale(1.1);
}

.brnifts ul li p {
  color: rgb(33, 59, 85);
  font-size: 16px;
  margin-top: 5px;
  text-align: left;
}


.icons-content {
    display: flex
;
    flex-direction: column;
    padding: 15px 10px;
    align-items: center;
    border-radius: 12px;
    transition: transform 0.3s, box-shadow 0.3s;
    text-align: center;
}

.icons-content:hover {
  cursor: pointer;
  /* transform: scale(1.05); */
  /* border: 1px solid gray; */
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); */
  /* background-color: #f1f4f6; */
}


.icons-content img {
    width: 80px;
    text-align: center;
    align-items: center;
}


.account-bnfts li {
    height: 40%;
}

.brnifts ul li span img {
    transition: transform 1s;
}

.account-bnfts img {
    width: 100%;
    height: auto;
}




