@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,400;1,500;1,600&display=swap');

* {
  margin: 0;
  padding: 0;


  font-family: 'Poppins', sans-serif;
}

/* body,
html {
  overflow-x: hidden !important;
} */
.display-none {
  display: none !important;
}
h1, h2, h3, h4, h5, h6, p, a, span, label, input, select {font-family: 'Poppins', sans-serif !important;}
.menubtn {
  position: relative;
  /* top: 15px;
  right: 45px; */
  height: 30px;
  width: 30px;
  text-align: center;
  background: #ffff;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  transition: right 0.4s ease;
}
.sidebar .text ul li a {color:#000 !important;}
.sidebar .text ul li {list-style:none !important;}
.sidebar .text ul li a {
  color: #333 !important;
  font-size: 24px !important;
  line-height: 65px !important;
}
.menubtn.click {
    right: 210px;
    position: fixed;
    z-index: 10;
}

.menubtn span {
  color: #AF2822;
  font-size: 28px !important;
  line-height: 35px;
}
.menubtn span.fas {
  font-family: "Font Awesome 5 Free" !important;
}
nav ul li a span.fas {
  font-family: "Font Awesome 5 Free" !important;
}
.menubtn.click span:before {
  content: '\f00d';
}

.sidebar {
  position: fixed;
  top: 0;
  width: 250px;
  height: 100%;
  right: -250px;
  background: #ffffff;
  transition: right 0.4s ease;
  padding: 10px;
  z-index: 1001;
}


.sidebar.show {
  right: 0px;
  box-shadow: 0px 0px 20px 0px #00000045;

}

.sidebar .text {
  color: #333 !important;
  font-size: 24px !important;
  font-weight: 600;
  line-height: 65px !important;
  text-align: left;
  padding: 10px 0px 20px 40px;
  /* background: #1e1e1e; */
  letter-spacing: 1px;
}

nav ul {
  /* background: #1b1b1b; */
  height: 100%;
  width: 100%;
  list-style: none;
  padding: 0;
}

nav ul li {
  /* line-height: 60px; */
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 8px;
}

nav ul li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

nav ul li a {
  position: relative;
  color: #333;
  text-decoration: none;
 
  padding: 8px 20px;
  border-radius: 6px;
  font-weight: 500;
  display: block;
  width: 100%;
  transition: .2s;
  /* border-left: 3px solid transparent; */
}

nav ul li.active a {
  color: white;
  background: #af2822;
  /* border-left-color: #af2822; */

}

nav ul li a:hover {
  background: #af28222e;
  color: #af2822;
}

nav ul ul {
  position: static;
  display: none;
  transition: .2s;
}
nav ul .feat-show {
  transition: .2s;
  margin-top: 6px;
  margin-left: 20px;
  border-left: 1px solid #ccc;
}
nav ul .feat-show.show {
  display: block;

}
nav ul .serv-show {
  transition: .2s;
  margin-top: 6px;
  margin-left: 20px;
  border-left: 1px solid #ccc;
}
nav ul .serv-show.show1 {
  display: block;

}

nav ul ul li {
  /* line-height: 42px; */
  /* margin-top: 4px; */
  border-top: none;
  margin-bottom: 0px;
}

nav ul ul li a {
  /* font-size: 17px; */
  /* color: #333; */
  /* padding-left: 80px; */
}

nav ul li.active ul li a, nav ul li ul li a:hover {
  color: #333;
  background: transparent;
  border-radius: 0px;
  /* border-left-color: transparent; */
}

nav ul ul li a:hover {
  color: #af2822 !important;
  /* background: #cfcfcf !important; */
}

nav ul li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 22px;
  transition: transform 0.4s;
}

nav ul li a span.rotate {
  transform: translateY(-50%) rotate(-180deg);
}


.header_container .logo_left_section a img {
  height: 70px;
}

.header_container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* height: 100px; */
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
}

.header_login_container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  gap: 8px;
}

.logininputform {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  gap: 18px;
  margin-right: 16px;
}

input,
.form-control {
  font-size: 14px !important;
}

.logininputform .form-group .form-control {
  min-width: 220px;
}

.logininputform .form-group a {
  color: #AF2822 !important;
  font-size: 14px;

}
.logininputform .form-group label {
  color: #AF2822 !important;
  padding-top: 5px;
}
.loginbtn {
  background: #F2B705;
  font-size: 18px;
  font-weight: 500;
  padding: 7px 40px;
  margin: 13px 0;
  border-radius: 6px;
  color: #333;
  border: 0px;
  display: block;
}

.header_right_section {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  gap: 16px;
}

.bannersection {
  /* background: url(./images/bannerimage.jpg); */
  background-size: cover;
  background-position: left bottom;
}
.bannersection img {
  width: 100%;
}
.bannerform h4 {
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.hero_banner_section {
  display: grid;
  grid-template-columns: auto 500px;
  gap: 20px;
}

.bannerform {
  background: #AF2822;
  padding: 35px 30px;
  /* border-left: 15px solid #fff; */
}

.banner_form_container {
  padding: 20px 30px;
}

.bannerformgroup-main {
  display: grid;
  grid-template-columns: 100px auto;
  align-items: center;
  color: #ffff;
  grid-gap: 16px;
  margin-bottom: 5px;

}

.bannerformgroup-main label {
  font-size: 14px;
}

.bannerformgroup-main .form-control {
  border-radius: 0px;
}

.banner_submit_btn {
  background: #F2B705;
  font-size: 18px;
  font-weight: 500;
  padding: 4px 30px;
  border-radius: 6px;
  color: #333;
  border: 0px;

}



.btm_banner_cards {
  background: #F5F5F5;
  padding: 40px 60px 10px;
}
.infocards {
  border-radius: 6px;
  box-shadow: 0px 4px 15px 0px #0000002e;
  padding: 25px 30px;
  margin: 0 10px 30px;
  text-align: center;
  min-height: 144px;
}
.infocards h5 {font-size: 27px !important; font-weight: 600;}
.infocards h6 {font-size: 20px; font-weight: 600;}

.infocards p {
  margin: 0;
}

.infocards h4 {
  font-size: 40px;
  color: #F2B705;
  font-weight: 600;
}

.searchcontainer-wrapper {
  padding: 30px 60px;
}

.searchiputinner {
  background: #E3E3E3;
  padding: 10px 20px;
  height: 100%;
}

.searchiputinner small {
  font-size: 14px;
  font-weight: 600;
}

.searshcol {
  padding-right: 5px !important;
  padding-left: 5px !important;
  margin-bottom: 10px;
}

.searchteocardsec {
  display: grid;
  padding: 0;
  grid-template-columns: 1fr 180px;
}

.oranehnr {
  background: #F2B705;
  padding: 10px 20px;
}

.greyhade {
  padding: 10px 20px;
}

.agesection {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  gap: 10px;
  align-items: center;
}

.agesection input {
  width: 50px;
}


.cardsleistcontainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.searchteocardsec .oranehnr {
  text-align: center;
}

.searchteocardsec .oranehnr p {
  margin: 0;
  font-weight: 600;
}

.searchteocardsec .oranehnr .form-group label {
  margin: 0px 8px;
}

.educat_submitbtn {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.sbumitbtncontainer {
  background: #F2B705;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  height: 100%;
  justify-content: center;
}

.sbumitbtncontainer button {
  background: #AF2822;
  width: 80%;
  margin: auto;
  padding: 8px 16px;
  color: #fff;
  border: 0px;
  border-radius: 6px;
}

/* ******************** result list */

.result-wrapper {
  padding: 20px 50px;
}



/* ********************************************* */
.matrinoneyinfos {
  background: #F5F5F5;
  border: 1px solid #DCDADA;
  padding: 30px 50px;
  font-size: 14px;
  line-height: 23px;
  width: 100%;
  color: #6b6b6b;
  display: inline-block;
}

.matrinoneyinfos p {
  margin: 0;
  font-weight: 300;
}

.matrinoneyinfos p b {
  font-weight: 500;
}

.othersitelisks {
  padding: 20px 50px;
  line-height: 26px;
  font-size: 14px;
}
.othersitelisks-top-border {
  border-top: 1px solid #DCDADA;
}

.othersitelisks h4 {
  font-size: 24px;
  font-weight: 600;
}

.othersitelisks ul {
  list-style: none;
  padding-left: 22px;
}

.othersitelisks ul li {
  position: relative;
}

.othersitelisks ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #F2B705;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: -20px;

}

.othersitelisks ul li a {
  color: #000 !important;
}

.footermain-wrapper {
  background: #333333;
  padding: 20px 50px;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  line-height: 24px;
}

.copyrightfooter {
  padding: 12px 10px;
  background: #000000;
  color: #fff;
  text-align: center;
}

.copyrightfooter p {
  margin: 0;
  font-size: 14px;
}

.footermain-wrapper h5 {
  padding: 30px 0px;
  border-bottom: 1px solid #7D7D7D;
  line-height: 22px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
}

.footermain-wrapper div {
  padding: 0 !important;
}

.footermain-wrapper .footliks {
  max-width: 200px;
  margin: auto;
}

.footermain-wrapper .footliks a {
  display: block;
  margin: 4px 0px;
  cursor: pointer;
  color: #fff;
}

.footermain-wrapper .footliks a:hover {
  text-decoration: underline !important;
}

.footermain-wrapper h5 span {
  display: block;
  max-width: 200px;
  margin: auto;
}

.socialicon {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  gap: 16px;

}

.socialicon i {
  font-size: 26px;
}

/* ***************************************** */
.userprofilecardcontainer {
  /* max-width: 600px; */
  margin: auto;
  padding-bottom: 40px;
  width: 100%;
}

.userprofileimage {
  position: relative;
}

.userprofileimage span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #f2b705;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  bottom: 310px;
}

.userprofileimage img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  object-position: top center;
}

.userprofileheader {
  border-bottom: 1px solid #eaeaea;
  text-align: center;
  margin-bottom: 30px;
}

.userprofileheader h4 {
  background: #AF2822;
  color: #fff;
  padding: 8px 16px;
  display: inline-block;
  margin: 0;
  font-size: 16px;
}

.profilecard-container {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-gap: 46px;
  background: #F5F5F5;
  border: 1px solid #DCDADA;
  border-radius: 8px;
  padding: 30px;

}

.profileinnerinfo {
  display: grid;
  grid-template-columns: 140px 1fr;
  grid-gap: 8px;
  font-size: 14px;
}

.profileinnerinfo label:nth-child(odd) {
  font-weight: 500;
  opacity: 0.6;
}

.profilebtnsinfos {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  justify-content: stretch;
  gap: 16px;
  margin: 16px 0px;
}

.profilebtnsinfos button {
  padding: 8px 16px;
  border-radius: 6px;
  border: 0px;
  color: #fff;
  font-size: 14px;
  display: block;
  width: 100%;
}

.profilebtnsinfos button:first-child {
  background: #F2B705;
}

.profilebtnsinfos button:last-child {
  background: #AF2822;
}

/* .userinformation-cont a {
  color: #AF2822 !important;
  text-decoration: underline !important;
} */

.userprofilecardcontainer:nth-child(odd) {
  border-right: .5px solid #eaeaea;
  padding-right: 30px;
}

.userprofilecardcontainer:nth-child(even) {
  /* border-left: .5px solid #eaeaea; */
  padding-left: 30px;
}

@media screen and (min-width: 300px) and (max-width: 400px) {
  .profileinnerinfo {
    display: grid;
    grid-template-columns: 85px 1fr;
  }
  .profileinnerinfo label {
    font-size: 12px;
  }
}

@media screen and (min-width: 300px) and (max-width: 500px) {

  .yellowlinkbutton {width: 100%; text-align: center;}
  .redlinkbutton {width: 100%; text-align: center;}
  
  .profilebtnsinfos {
    flex-direction: column;
  }

  .banner_form_container {
    padding: 0;
  }

  .btm_banner_cards,
  .bannerform {
    padding: 10px;
  }
  .searchcontainer-wrapper {
    padding: 0px;
  }
  .result-wrapper {
    padding: 6px;
  }
  .searshcol {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .searchteocardsec,
  .educat_submitbtn {
    grid-template-columns: auto;
    justify-content: stretch;
  }

  .sbumitbtncontainer {
    padding: 8px;
  }

  .agesection input {
    width: 100%;
  }
}

@media screen and (min-width: 300px) and (max-width: 768px) {
  
  .searchbutton input {text-align: center; width: 80%; margin-top: 20px;}
  .action-button {
    margin: 20px 90px 0;
}
.profilecard-container {
    grid-template-columns: auto;
    align-items: center;
    /* justify-content: center; */
  }

  .userprofileimage {
    text-align: center;
    width: 120px;
    margin: auto;
  }

  .userprofileimage span {
    right: 0;
    bottom: 0;
  }

  .header_container {
    align-items: flex-start;
  }

  .menubtn {
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .header_right_section {
    margin-top: 10px;
  }

  .header_login_container,
  .header_right_section {
    width: 100%;
  }

  .bannerformgroup-main {
    grid-template-columns: auto;
    grid-gap: 0;
  }

  .loginbtn {
    width: 100%;
  }

  .header_login_container form {
    width: 100%;
  }

  .header_container {
    flex-direction: column;

  }

  .logininputform {
    flex-direction: column;
    width: 100%;
  }

  .hero_banner_section {
    grid-template-columns: auto;
    grid-gap: 8;
    display: block;
  }
  .bannersection {
    min-height: 200px;
    grid-gap: 0;
  }

  .othersitelisks {
    max-width: 600px;
    margin: auto;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1279px) {
  .header_right_section {width: 100%;}

}
@media screen and (min-width: 769px) and (max-width: 1024px){
.hero_banner_section {
    grid-template-columns: auto;
    grid-gap: 8;
    display: block;
}
.bannersection {
height: 416px;
margin-bottom: 10px;
}
.infocards h5 {font-size: 20px !important; font-weight: 600;}
.infocards h6 {font-size: 14px; font-weight: 600;}
.header_right_section {width: 100%;}
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .header_container {
    flex-direction: column;
    align-items: stretch;
  }

  .header_right_section {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    gap: 16px;
    justify-content: space-between;
    width: 100%;
  }
}

@media screen and (min-width: 300px) and (max-width: 1100px) {
  .cardsleistcontainer {
    grid-template-columns: auto;
    max-width: 600px;
    margin: auto;
  }

  .userprofilecardcontainer:nth-child(odd) {
    border-right: 0px solid #eaeaea;
    padding-right: 0px;
  }

  .userprofilecardcontainer:nth-child(even) {
    border-left: 0px solid #eaeaea;
    padding-left: 0px;

  }

}


  @media screen and (max-device-width: 1199px) and (orientation: landscape) {
    .sidebar {
      overflow-y: auto;
    }
    
  }

section.btm_banner_cards.row {max-width:100% !important; --bs-gutter-x: 0 !important;}

/* .btm_banner_cards.row {width:100% !important;} */
.searchcontainer.row {max-width:100% !important; --bs-gutter-x: 0 !important; padding-top: 20px;} 
.result-wrapper {display: grid !important;}
.content_wrapper {max-width:100% !important;}
.othersitelisks .row {max-width:100% !important; --bs-gutter-x: 0 !important; }
.footermain-wrapper .row {max-width:100% !important; --bs-gutter-x: 0 !important; }
.footermain-wrapper {display: inline-block !important; }
.pagerStyle	{border:rgb(44, 44, 44) 1px solid !important; background:#f5f5f5 !important;}
.profile_form_top_menu a {height: 30px !important; margin: 9px auto auto 18px !important;}
.dist-seo-names {padding: 3% 5%;}
.dist-seo-names a {color: #000;}
.dist-seo-names h6 {line-height: 30px;}