.faq h2 {
  color: #222059 !important;
}
.ui-accordion .ui-accordion-header {
  border: 1px solid rgb(181 182 187 / 20%);
  background: #ffffff;
  color: #262b78;
  padding: 10px 0px 10px 20px;
  font-size: 18px;
  font-weight: inherit;
  box-shadow: 0 3px 5px 0 rgb(0 0 0 / 20%);
  position: relative;
  margin: 25px 0;
  font-weight: bold;
  transition: 0.3s all;
  backface-visibility: hidden;
}
.ui-icon {
  color: #fff !important;
}
.ui-accordion .ui-accordion-header.ui-state-active {
  margin: 0;
}
.ui-widget {
  font-family: "DM Sans", sans-serif !important;
}
.ui-accordion-content-active {
  height: auto !important;
}
.faq .ui-widget-content {
  background: #f9f9f9;
  border: 1px solid rgb(181 182 187 / 20%);
  box-shadow: 0 3px 5px 0 rgb(0 0 0 / 20%);
}
.faq .ui-widget-content p {
  margin-bottom: 7px;
  margin-top: 10px;
  padding: 7px 19px 5px;
  font-size: 14px;
  text-align: justify;
  text-align-last: left;
	font-weight: normal;
}
.ui-icon-triangle-1-s,
.ui-icon-triangle-1-e {
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  color: #ff5f74;
  text-align: center;
  border-radius: 50%;
  line-height: 100%;
  font-size: 10px;
  line-height: 18px;
  font-weight: 900;
  color: #fff;
}
.ui-icon-triangle-1-s {
  color: #fff;
}
.ui-icon-triangle-1-s:before {
  content: "–";
  top: -3px;
  position: relative;
}
.ui-icon-triangle-1-e:before {
  content: "+";
}
.grid-container {
  display: grid;
  margin-bottom: 30px !important;
  background-color: #fff;
  padding: 10px;
}
.grid-item > div {
  padding: 10px;
  box-shadow: 0px 0px 14px 2px rgb(172 172 172);
  min-height: 245px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px; border:4px solid #e5e5e5; min-width:320px;
}
.faq-img span:first-child {
  padding-bottom: 20px;
}
.grid-item {
  background-color: rgb(255 255 255);
  /*margin: 10px !important; margin-top: 30px !important;*/
  padding: 0px;
  font-size: 30px;
  text-align: center;
  display:inline-block; border-radius:10px
}
.faq-img img {
  width: 140px;
  height: 140px;
}
.faq-img h2 {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
.m_search input[type="search"] {
  border: none;
  width: 460px;
  height: 25px;
}
.m_search {
  width: 581px;
}
.border-btom {
  width: 15%;
}
@media screen and (min-width: 1200px) {
  .ui-accordion .ui-accordion-header {
    height: 62px;
    text-align: left;
    backface-visibility: hidden;
    justify-content: left;
    display: flex;
    align-items: center;
  }
  .containerr {
    width: 1180px;
    margin: 0 auto;
  }
  .grid-container {
    grid-template-columns: auto auto auto auto;
  }
}
@media screen and (max-width: 767px) {
  
  .faq .ui-widget-content p {
    font-size: 14px;
    padding: 0px 20px 0px;
		line-height: 22px;
  }
  .ui-accordion-header span {
    width: 82px;
  }
  .ui-accordion .ui-accordion-header {
    font-size: 15px;
    margin: 20px 0;
    padding-right: 112px;
		height: auto !important;
		position: relative;
  }
  .grid-container {
    display: grid;
    grid-template-columns: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .h2d{    margin-bottom: 33px;}
  .faq .ui-widget-content p {
    font-size: 14px;
  }
  .ui-accordion .ui-accordion-header {
    font-size: 15px;
  }
  .grid-container {
    display: grid;
    grid-template-columns: auto auto;
  }
}
.ui-accordion .ui-accordion-header {
  height: 62px;
  text-align: left;
  backface-visibility: hidden;
  justify-content: left;
  display: flex;
  align-items: center;
}
.faqs {
  position: relative;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .h2d{margin-bottom:37px;}
  .grid-item{    margin-left: 7px;}
  .grid-item > div{min-width: 302px; }
  .navbar-expand-lg .navbar-nav{align-items: baseline;}
  .faq .ui-widget-content p {
    font-size: 15px;
  }
  .ui-accordion .ui-accordion-header {
    padding-right: 106px;
    height: 62px;
    text-align: left;
    backface-visibility: hidden;
    justify-content: left;
    display: flex;
    align-items: center;
  }
  .grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
  }
}
.grid-item > div:hover {
  /*box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);*/
}

.h2d {
  width: 100%;
  text-align: center;
}
.h2style {
  text-transform: uppercase;
  color: #222059;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  margin: 40px auto;
  display: inline-block;
}
.specific-img img {
  width: 110px;
  height: 110px;
	opacity: 1 !important;
}
.specific-img + h2 {
  margin-top: 0px;
}
.pt20 {
  padding-top: 20px;
}
.ui-accordion-header span {
  background-position: -64px -16px;
  width: 74px;
  border-radius: 0px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  top: 9px;
  right: -11px;
  color: #00031f !important;
}
.repeat-ppp-div {
  margin-top: 30px;
  text-align: center;
}
.ui-accordion .ui-accordion-header {
  color: #00031f;
}
h3.ui-accordion-header-active {
  color: #262b78 !important;
}
.bgblu {
  box-shadow: 0 6px 5px 0 rgb(0 0 0 / 20%);
  background: #0d1270;
  padding: 17px 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 30px;
  width: 148px;
  height: 56px;
  margin-bottom: 30px;
  margin-top: 70px;
  text-align: center;
  margin: 50px auto 40px;
  /* margin-right: auto;*/
}
.bgblu a {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
.bgblu a:hover{color: #ffffff}
.d-none {
  display: none;
}
.faq-search {
  text-align: center;
}
.m_search {
  z-index: 1 !important;
  /* top: 81px; */
  position: relative;
  width: 675px;
  text-align: center;
  padding: 26px 0px;
  margin: 0 auto;
  z-index: 999;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
  bottom: 0px;
  left: 0;
  right: 0;
  margin-top: 20px;
}
.faq-search #gsearch {
  width: 455px;
  height: 41px;
  background: #b3b9d0;
  border: none;
}
.search-sbmit {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
  font-size: 18px;
  font-weight: 600;
  border: none;
  height: 43px;
  width: 138px;
  background: #233e83;
  color: #fff;
}
.faqs {
  height: 650px !important;
}
.faqs_banner {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.signuph1 {
  font-size: 28px;
  font-size: 26px;
  color: #fff !important;
  font-weight: 400;
  padding-bottom: 8px;
  padding-left: 64px !important;
  z-index: 0;
  position: relative;
  top: 23%;
  text-align: left !important;
}
.fs36 {
  font-size: 36px;
}
.MT15 {
  margin-top: 15px;
}
.sucscribedbtn {
  width: 100%;
  float: left;
  padding-top: 10px;
  text-align: center;
}
.freeauditinquirybtn,
.morelink,
.sucscribedbtn a {
  display: inline-block;
  background: 0 0;
  color: #fff;
  border: 3px solid #fff;
  padding: 10px 20px;
  font-size: 20px;
} .sucscribedbtn a:hover{color: #ffffff;}
.faqs_banner::after {
  /*display: block;
  position: absolute;
  background: linear-gradient(to right, rgb(13 18 112) 0%, rgb(0 0 0 / 40%) 60%);
  margin-top: 0;
  height: 650px;
  width: 100%;
  content: "";
  right: 0;
  top: 0;*/
}
.notavailbale {
  text-align: center;
  color: #ff0000;
  width: 60%;
  margin: 0 auto;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
  height: auto;
  position: relative;
  padding: 25px;
  /* padding: 20px 0px 10px; */
  /* top: -5px; */
  /* line-height: 20px; */
  font-size: 25px;
}
.grey_bg.py-5{padding-top:1rem !important;}
.main-card  .my-5 { margin-bottom: 1rem !important;}
@media (max-width:1199px) {
.grey_bg.py-5 {
  padding-top: 0rem !important;
}
.main-card  .my-5 {
  margin-bottom: 0rem !important;
}
}
@media (max-width: 991px) and (min-width: 768px){
  .grid-item > div{min-width: 345px;}
  .notavailbale{
    width: 70%;
    padding: 10px;
  }
  
  .h2style{ font-size: 30px;}
}
@media screen and (max-width: 767px) {

  .grid-item > div{min-width: 363px;}
  .notavailbale {
    font-size: 17px;
    height: auto;
    width: 90%;
    padding: 10px;
  }
  .specific-img img {
    width: 131px;
    height: 150px;
  }
  .faqs_banner::after {
    background: linear-gradient(to right, rgb(13 18 112) 0%, rgb(0 0 0 / 82%) 100%);
  }
  .ui-accordion-header span {
    font-size: 30px;
		position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    width: auto;
		height: auto;
    display: inline-block;
    margin: 0px;
  }
  .faq-details-h2 {
    font-size: 20px !important;
  }
  .border-btom {
    width: 28%;
  }
  .signuph1 {
    padding-left: 40px !important;
  }
  .m_search input[type="search"] {
    width: 310px;
  }
  .m_search {
    width: 350px;
  }
  .search-sbmit {
    margin-top: 30px;
  }
  .faq-search #gsearch {
    width: 255px;
  }
}
@media screen and (max-width: 991px) {
  .faqs_banner h1.faq-details {
    top: 23% !important;
  }
  .only-faqs {
    top: 40% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .m_search input[type="search"] {
    width: 400px;
  }
  .m_search {
    width: 492px;
  }
  .ui-accordion .ui-accordion-header {
    padding-right: 110px;
  }
  .border-btom {
    width: 18%;
  }
}
.faq-img h2 {
  color: #22205c;
}
.m_search input[type="search"] {
  font-size: 18px;
  padding: 9px;
  background: rgb(146 163 206 / 32%);
  border: none;
}
.m_search {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.placeholder-fix:focus::-webkit-input-placeholder {
  color: transparent !important;
}
.placeholder-fix:focus::-moz-placeholder {
  color: transparent !important;
}
.placeholder-fix:-moz-placeholder {
  color: transparent !important;
}
.bgblu {
  border-radius: 5px;
  border: none;
}
.border-btom {
  background: #222059;
  height: 4px;
  display: block;
  text-align: center;
  margin: 0 auto;
  /* line-height: 30px; */
  position: relative;
  top: -25px;
}
.faq h2 {
  font-weight: 600 !important;
}
.contt {
  margin-top: 15px;
}
.contt a {
  padding: 10px 45px !important;
  font-size: 20px !important;
}
.grid-container.containerr {
  margin-top: 20px !important;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .ppp-mob-common {
    width: 100%;
    padding: 0 2%;
  }
  .search-sbmit {
    margin-left: 5px;
  }
  .faqs_banner::after {
    background: linear-gradient(to right, rgb(13 18 112) 0%, rgb(0 0 0 / 82%) 100%);
  }
}
@media screen and (min-width: 992px) {
  .search-sbmit {
    margin-left: 5px;
  }
  .m_search {
    width: 680px;
  }
}
@media screen and (max-width: 400px) {
  .ui-accordion .ui-accordion-header {
    font-size: 14px;
  }
}
#faqsearch {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}
@media screen and (min-width: 768px) {
  .search_shadow {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    display: flex;
  }
}
::placeholder {
  color: #8a8d8e;
}
.cross {
  position: absolute;
  top: 53%;
  right: 2%;
  transform: translateY(-50%);
  font-size: 25px !important;
  border: none;
  cursor: pointer;
  color: #b3b3b3;
}
.PR {
  position: relative;
}
@media screen and (max-width: 991px) { .signuph1{top: 0px;}
  .sucscribedbtn {
    padding-top: 80px !important;
    padding-left: 0px !important;
  }
}
.fs30 {
  font-size: 30px;
}
