@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);
}




*,
*: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;
  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: #0047bb;
  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: 3rem;
  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: 25px;
  color: #434e5c;
  /* 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%;
}



.faq-section .list {
    display: flex
;
    padding: 0rem 0rem;
}




.faq-section .list .lft {
    width: 50%;
}


.faq-section h2 {
    margin-bottom: 2rem;
    text-align: left;
    /* color: #3069b3; */
    font-weight: bold;
    font-size: 3rem;
       padding-top: 9rem;
}

.faq-section p {
    text-align: justify;
    margin-bottom: 3rem;
    /* padding-right: 3rem; */
    line-height: 26px;
    letter-spacing: 0.5px;
}


.bttn {
    margin: 0 auto;
    box-shadow: 0 10px 15px rgb(0 0 0 / 15%);
    text-decoration: none;
    font-size: 1.1rem;
    line-height: 1.5;
    width: fit-content;
    transition: 0.5s ease;
    text-align: left;
    /* margin: 0 auto; */
    border-radius: 3px;
    background: #f2b500;
    color: #0e0d0d;
    display: flex
;
    align-items: center;
    padding: 0.575rem 1.9rem;
}


.bttn:hover{
    box-shadow: none;
}

.faq-section .list .lft .bttn {
    margin: 0px;
}

.rgt {
    float: right;
}

.list .rgt {
    width: 50%;
    margin: auto;
}

.list .rgt img {
  max-width: 100%;
       height: auto;
}
.faq-section img {
    float: right;
    padding-left: 6rem;
    max-width: 500px;
}

.faq {    margin-top: 6rem;
  
}

.faq h1{
      color: #021440;
      font-size: 3rem;
      font-weight: 800;
}

.faq h2{
    font-family: "Inter_18pt-Regular";
    margin-bottom: 3rem;
    text-align: center;
    font-size: 19px;
    color: #434e5c;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.wrap-faq {
    max-width: 950px;
    min-width: 280px;
    margin: 0 auto;
}

.accordion {
    font-family: "PublicSans-Regular";
    background-color: #0047bb;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 17px;
    transition: 0.4s;
    margin-bottom: 20px;
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.panel p {
    text-align: left;
    margin-bottom: 20px;
}

.pricingPage .faq-lst-bnnr {
    max-width: 1160px;
    background:linear-gradient(135deg, #e4eeff9e 50%, #cedfffa8 100%);
    left: 0;
    right: 0;
    margin: auto auto;
    border-radius: 10px;
    box-shadow: 0px 2px 10px -4px;
    padding: 50px;
    display: flex
;
    align-items: center;
    margin-bottom: 150px;
    margin-top: 150px;
}

.pricingPage .faq-lst-bnnr h2 {
    font-weight: bold;
    /* color: #fff; */
    margin-bottom: 0px;
    text-align: left;
    font-size: 28px;
}

.pricingPage .faq-lst-bnnr h2 span {
    color: #0047bb;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2em;
    font-family: "ErasDemiITC";
}

.pricingPage .faq-lst-bnnr img {
    width: 250px;
    margin-left: 7rem;
}

.pricingPage .faq-lst-bnnr p {
    text-align: left;
    margin-top: 20px;
    color: #000000;
    margin-bottom: 20px;
}


.bttn-org {
    box-shadow: 0 10px 15px rgb(0 0 0 / 15%);
    text-decoration: none;
    font-size: 1.1rem;
    line-height: 1.5;
    width: fit-content;
    transition: 0.5s 
ease;
    text-align: center;
    margin: 0 auto;
    border-radius: 3px;
    background: #0d9f16;
    color: #ffffff;
    align-items: center;
    padding: 0.575rem 1.9rem;
    /* background: #ffa500; */
}
.bttn-org:hover{
    box-shadow: none;
}

.pricingPage .faq-lst-bnnr .bttn-org {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}