@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
:root {
  --primary: #015FC9;
  --secondary: #0DD3F1;
  --light: #F6F7FC;
  --dark: #15233C;
}

.explore-inner {
  background: #fff;
  text-align: center;
  height: 443px;
}
.twitt {
  overflow: auto;
  height: 443px;
  width: 100%;
}

._2p3a{
  min-width: 100% !important;
    width: 100% !important;
}
.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 117px;
    right: 43px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 22px;
    text-decoration: none;
    border-radius: 50%;
    z-index: 9;
}
@keyframes pulse {
/*
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
*/
}
.btn-call-pulse {
  background: #03A9F4;
  color: white;
  position: fixed;
  bottom: 180px;
  right: 43px;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 22px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse2;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 9;
}

@keyframes pulse2 {
	0% {
		box-shadow: 0 0 0 0 #03A9F4;
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}









.sticky-social {
  position: fixed;
  top: 14rem;
  left: -46px;
  padding: 0px;
  margin: 0px;
  z-index: 9;
}
.social {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.social li {
  margin-left: 42px;
  width: 40px;
  transition: all 0.3s ease-in-out;
  border-radius: 0px 5px 5px 0px;
}
.social li:hover {
  margin-left: 44px;
  width: 53px;
}
.social li a {
  padding: 6px 0px;
  font-size: 16px;
  display: block;
  line-height: normal;
  text-align: center;
}


.fa{
  color:#fff;
  transition:all 0.8s ease-in-out;
}
.fb{
  background-color:#3C5A98;
}
.twitter{
    background-color:#1EA1F2;
}
.insta{
  background: #DD2A7B;
  background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
}
.pin{
    background-color:#CB2128;
}
.vim{
    background-color:#0a66c2;
}

.resend-btn {
  font-size: 12px;
  display: flex;
  float: right;
  position: relative;
  left: -84px;
  border-radius: 4px;
  top: 0px;
  padding: 1px 7px;
}
.resend-btn .timer{
  padding: 10px 0px;
}
.resend-btn button {
    background-color: transparent;
    border: 0px solid #9f9d9d;
    margin-left: 3px;
    color: #4374cb;
    font-weight: 500;
}
.filter-bg-left {
  background-color: #746a8a;
  padding: 30px;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 2rem;
}

.filter-bg-left h4{
  font-weight: 500;
    font-size: 20px;
    border-bottom: 1px solid #939393;
    padding-bottom: 15px;
    margin-bottom: 20px;
    color: #fff;
}
.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  font-size: 12px;
  padding: 7px;
  color: #000768;
}
.about-registration {
  padding: 0px;
  padding-bottom: 12rem;
}
.select2-container--bootstrap4 .select2-selection {
  padding: 12px 20px;
  font-size: 14px;
  border: 2px solid #9494aa !important;
  box-shadow: 0px 0px 0px #cbcbcb;
  width: 80%;
}
.select2-container--bootstrap4 .select2-selection--multiple {
  min-height: auto !important;
}
.select2-container--bootstrap4.select2-container--focus .select2-selection {
  border-color: transparent !important;
  -webkit-box-shadow: 0px 0px 0px #cbcbcb !important;
  box-shadow: 0px 0px 0px #cbcbcb !important;
  outline: 0;
  outline: 0;
  background-color: #e4f9d6;
  border: 2px solid #9494aa !important;
}
.select2-container .select2-search--inline .select2-search__field:focus {
  background-color: #e4f9d6;
}
.select2-container--bootstrap4 .select2-selection__clear {
  float: right;
  width: 17px !important;
  height: 17px !important;
  padding-left: 4px !important;
  margin-top: 19px !important;
  margin-right: .3em;
  line-height: 17px !important;
  color: #ffffff;
  background-color: #FF5722 !important;
  border-radius: 100%;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  background-color: #fff !important;
}
.radio_container {
  display: flex;
  /* justify-content: space-around; */
  /* align-items: center; */
  /* background-color: #cecece; */
  /* width: 280px; */
  /* height: 50px; */
  /* border-radius: 9999px; */
  /* box-shadow: inset 0.5px 0.5px 2px 0 rgba(0, 0, 0, 0.15); */
}
.radio_container > input {}
/* .input-group {



    width: 63%;



    margin-bottom: 2rem;



} */
.input-group-text {
  display: block;
  align-items: center;
  padding: 11px 0px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  width: 50px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #282955;
  border: 2px solid #282955;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.input-group-text:hover {
  border: 2px solid #ff5400;
  background-color: #ff5400;
  color: #ffffff;
}
.radio_container > input[type="radio"] {
  appearance: none;
  display: none;
}
.radio_container > label {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: inherit;
  width: 168px;
  height: 50px;
  padding: 0px 5px;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  transition: linear 0.3s;
  color: #292954;
  font-weight: 600;
  border: 2px solid #9494aa;
  margin-right: 5px;
  cursor: pointer;
  background-color: #fff;
  /* box-shadow: 0px 0px 11px #cbcbcb; */
}
.radio_container > label:hover {
  background-color: #e4f9d6;
  color: #000000;
}
.radio_container > input[type="radio"]:checked + label {
  position: relative;
  background-color: #292954;
  color: #000000;
  transition: 0.3s;
  /* border: 2px solid #292954; */
  background-color: #e4f9d6;
  /* border: 2px solid #bad9b9; */
}
.caste_system_container input[type="radio"] {
  appearance: none;
  display: none;
}
.caste_system_container label {
  font-size: 14px;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  background-color: inherit;
  width: 80%;
  height: 50px;
  padding: 0px 17px;
  text-align: left;
  margin-bottom: 0.5rem;
  border-radius: 5px;
  overflow: hidden;
  transition: linear 0.3s;
  color: #292954;
  font-weight: 600;
  border: 2px solid #9494aa;
  margin-right: 5px;
  cursor: pointer;
  background-color: #fff;
  /* box-shadow: 0px 0px 11px #cbcbcb; */
}
.caste_system_container label:hover {
  background-color: #e4f9d6;
  color: #000000;
}
.caste_system_container label img {
  width: 28px;
}
.caste_system_container label span {
  margin-left: 1rem;
  width: 60%;
}
.caste_system_container label b {
  background: #e7ffd8;
  color: #000;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 600;
}
.caste_system_container input[type="radio"]:checked + label {
  position: relative;
  background-color: #292954;
  color: #000000;
  transition: 0.3s;
  /* border: 2px solid #292954; */
  background-color: #e4f9d6;
  /* border: 2px solid #bad9b9; */
}
/* :root {



    --borderWidth: 3px;



    --height: 18px;



    --width: 9px;



    --borderColor: #78b13f;



  }



  .radio_container > input[type="radio"]:checked + label::after {



    position: absolute;



    left: 17px;



    top: 12px;



    content: "";



    display: inline-block;



    transform: rotate(45deg);



    height: var(--height);



    width: var(--width);



    border-bottom: var(--borderWidth) solid var(--borderColor);



    border-right: var(--borderWidth) solid var(--borderColor);



} */
.form-labels .form-label {
  font-size: 20px;
  font-weight: 600;
  color: #292954;
}
.form-labels .form-select {
  display: block;
  width: 63%;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: #282955;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 2px solid #9494aa;
  border-radius: 5px;
  appearance: none;
}
.top-link {
  font-size: 12px;
  color: #fff;
  border-right: 1px solid #ccc;
  padding: 0px;
  padding-right: 13px;
  margin-right: 10px;
}
.top-link:hover {
  color: #fff;
}
.registration-inner-page-bg {
  background: rgb(255, 230, 243);
  background: linear-gradient(113deg, rgba(255, 230, 243, 1) 0%, rgba(255, 255, 255, 1) 75%);
}
.login-reg-form-grid {
  padding-top: 2rem;
  padding-right: 2rem;
}
.login-reg-form-grid > h5 {
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.login-reg-form-grid > h2 {
  font-size: 20px;
  font-weight: 700;
  padding: 15px 0px;
  margin: 0px;
  padding-bottom: 10px;
  color: #292954;
}
.login-reg-form-grid > h3 {
  margin-bottom: 20px;
}
.login-reg-form-grid > h3 > span {
  font-size: 14px;
}
.login-reg-form-grid > h3 .login-btn {
  font-size: 14px;
  background-color: #ff5400;
  color: #fff;
  padding: 5px 20px;
  border-radius: 5px;
  display: inline-block;
}
.login-reg-form-grid > h3 .login-btn:hover {
  background-color: #7959ac;
  color: #fff;
}
.login-reg-form-grid > p {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 1rem;
  padding-right: 5rem;
}
.login-reg-form-grid .form-control {
  border-radius: 5px;
  padding: 12px 20px;
  font-size: 13px;
  border: 2px solid #9494aa;
  /* box-shadow: 0px 0px 11px #cbcbcb; */ 
  font-weight: 500;
  color: #000000;
}
.login-reg-form-grid .form-control:focus {
  outline: 0;
  background-color: #e4f9d6;
  border: 2px solid #bad9b9;
}

.container-fluid-table{
  width: 80%;
  margin: auto;
}
.reg-right-bg {
    background-color: #e7e7e7;
    color: #000000;
    padding-top: 0rem;
    padding-right: 0rem;
    padding: 2rem;
    margin-top: 3rem;
    border-radius: 10px;
    padding-top: 1rem;
}
.reg-right-bg h2{ 
    color: #000;
     
}

.reg-right-bg .table { 
    border-color: #b2b2b2;
}


.reg-right-bg .table-bordered>:not(caption)>*>* {
    color: #000;
    vertical-align: middle;
}


.btnSubmit {
  background-color: #282955;
  color: #fff;
  padding: 11px 40px;
  border: 0;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 46px;
  line-height: normal;
  display: inline-block;
  font-size: 16px;
}
.btnSubmit:hover {
  background-color: #ff5400;
  color: #fff;
}
.btnReset {
  background-color: #e9e9e9;
  color: #000;
  font-size: 11px;
  border: 1px solid #acacad;
  padding: 4px 20px;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 30px;
  font-weight: 500;
  margin-top: 15px;
  margin-left: 10px;
}
.btnReset:hover {
  background-color: #ff5400;
  color: #fff;
  border: 1px solid #ff5400;
}
.btnvalidate {
  background-color: #5a9f2c;
  color: #fff;
  padding: 10px 40px;
  border: 0;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 46px;
}
.btnvalidate:hover {
  background-color: #ff5400;
  color: #fff;
}
.RegistrationStep1-img {
  padding: 5rem 3rem;
}
.RegistrationStep1-img > img {
  width: 100%;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.form-text {
  background-color: #e4f9d6;
  padding: 5px 20px;
  display: inline-block;
  font-size: 12px;
  border: 1px solid #bad9b9;
  border-radius: 4px;
  color: #000;
}
.bg-inner-registration {
  background-color: #7959ac;
  padding: 0px;
  color: #fff;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.accordion-item:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
  box-shadow: 0px 8px 40px #dfdede;
  border-radius: 10px;
}
.accordion-header .accordion-button {
  font-size: 14px;
  font-weight: 600;
  color: #616161;
  border-radius: 10px;
  line-height: normal;
}
.accordion-button:not(.collapsed) {
  color: #616161;
  background-color: #ffffff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  border-radius: 10px 10px 0px 0px;
}
.accordion-body:not(.collapsed) {
  color: #686868;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
  outline: 0;
}
.government-ss-box {
  text-align: center;
}
.government-ss-text {
  text-align: left;
}
.government-ss-box {
  background: #fff;
  box-shadow: 0px 8px 40px #dfdede;
  padding: 20px 25px;
  padding-top: 30px;
  border-radius: 10px;
  width: 19%;
  float: left;
  margin-right: 1%;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  transition: linear 0.2s;
  display: table;
}
.government-ss-box:hover {
  color: #fff;
  box-shadow: 0px 8px 40px #b9b9b9;
  transform: scale(1.10);
  z-index: 2;
}
.government-ss-img img {
  width: 80%;
}
.government-ss-text {
  padding: 0px;
  padding-right: 0px;
}
.government-ss-text h3 {
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  display: table-cell;
  vertical-align: middle;
}
.government-ss-text span {
  background: #82b252;
  color: #fff;
  padding: 5px 10px;
  padding-bottom: 9px;
  border-radius: 0px;
  font-size: 11px;
  font-weight: 500;
  position: absolute;
  top: -10px;
  right: 28px;
  clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 100%, 50% 78%, 0% 100%, 0% 0%);
  width: 100px;
  text-align: center;
}
.government-ss-text span > b {
  background-color: #547e2a;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 100px;
  color: #fff;
  font-weight: 500;
  line-height: 19px;
  font-size: 10px;
  text-align: center;
  margin-right: 4px;
}
.government-ss-text::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 8px;
  border-color: transparent transparent #547e2a transparent;
  position: absolute;
  margin-top: -16px;
  margin-left: 0px;
  top: -1px;
  right: 22px;
  /* z-index: 99; */
}
.government-ss-text::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 8px;
  border-color: transparent transparent #547e2a transparent;
  position: absolute;
  margin-top: -16px;
  margin-left: 0px;
  top: -1px;
  right: 122px;
  z-index: -1;
}
.right-slider-pic {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 240px;
  z-index: 9;
}
.right-slider-pic > ul {
  margin: 0px;
  padding: 0px;
  display: flex;
}
.right-slider-pic > ul > li {
  margin: 0px 20px;
  padding: 0px;
  list-style: none;
  text-align: center;
}
.right-slider-pic > ul > li > span {
  background-color: #ffffff;
  display: inline-block;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  overflow: hidden;
  padding: 0px 0px 0px 0px;
  text-align: center;
  border: 1px solid #d14664;
  margin-bottom: 3px;
}
.right-slider-pic > ul > li > span > img {
  width: 100%;
}
.right-slider-pic > ul > li > h1 {
  /* color: #fff; */
  font-size: 14px;
  font-weight: 600;
  margin: 0px;
  margin-bottom: 5px;
  /* text-shadow: -1px -1px 3px rgb(0 0 0 / 53%), 1px 1px 3px rgb(0 0 0 / 49%); */
}
.right-slider-pic > ul > li > h5 {
  /* color: #fff; */
  font-size: 10px;
  font-weight: 600;
  /* text-shadow: -1px -1px 3px rgb(0 0 0 / 53%), 1px 1px 3px rgb(0 0 0 / 49%); */
}
.search-btn {
  display: inline-block;
  padding: 4px 7px;
  height: 27px;
  width: 27px;
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 100px;
  font-size: 12px;
  position: relative;
  top: 2px;
  /* background: #e3e3e3; */
  color: #000000;
}
.search-btn:hover {
  border: 1px solid #bcd0e5;
  background: #dbedff;
  color: #000000;
}
.dropdown-item.active, .dropdown-item:active {
  color: unset;
  text-decoration: none;
  background-color: unset;
}
.btn-group .dropdown-menu {
  border-radius: 3px;
  transform: translate(-20px, 30px) !important;
  padding: 0px;
  padding: 5px;
  background: #242424;
  border: 1px solid #242424;
  min-width: 6rem;
}
/* .btn-group .dropdown-menu::after {



    content: "";



    width: 0;



    height: 0;



    border-style: solid;



    border-width: 8px 8px 8px;



    border-color: transparent transparent #f5f5f5 transparent;



    position: absolute;



    margin-top: -15px;



    margin-left: 0px;



    top: 0px;



} */
.btn-group .dropdown-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 8px 8px;
  border-color: transparent transparent #242424 transparent;
  position: absolute;
  margin-top: -16px;
  margin-left: 0px;
  top: 0px;
  right: 8px;
  z-index: 99;
}
.btn-group .dropdown-menu .dropdown-item {
  font-size: 12px;
  padding: 2px 10px;
  font-weight: 500;
  display: inline-block;
  color: #ffffff;
  text-align: left;
}
.btn-group .dropdown-menu .dropdown-item:hover {
  background-color: transparent !important;
}
.btn-group .dropdown-menu li {
  border-bottom: 1px solid #dfdfdf;
}
.btn-group .dropdown-menu li:last-child {
  border-bottom: 0px solid #dfdfdf;
}
.btn-laguage {
  font-size: 12px;
  border: 0px solid #bcd0e5;
  border-radius: 0px;
  background-color: #ff5400;
  font-weight: 400;
  height: 26px;
  border-top: 0px;
  z-index: 1;
  position: relative;
  color: #fff;
  width: 70px;
}
.top-menu {
  background-color: #6a6a6a;
  padding: 0% 2%;
  text-align: right;
}
.top-menu:before {
  position: absolute;
  content: "";
  width: 54%;
  height: 27px;
  top: 0;
  left: 0;
  background-color: #ffffff;
  clip-path: polygon(0% 0%, 0% 0%, 96% 0%, 100% 100%, 50% 100%, 0% 100%, 0% 0%);
}
/*.azadi-logo {
  position: relative;
  width: 85%;
  padding: 17px 0px;
  float: right;
}
*/
.azadi-logo {
  position: relative;
  width: 71%;
  padding: 17px 0px;
  float: right;
}
.btn-increase-decrease {
  border-right: 1px solid #ccc;
  padding-right: 8px;
  margin-right: 7px;
}
.btn-increase-decrease > a {
  width: 20px;
  height: 20px;
  color: #000;
  font-size: 11px;
  margin: 0px 2px;
  text-align: center;
  line-height: normal;
  padding: 2px;
  background: #fff;
  font-weight: 500;
  border-radius: 2px;
  transition: linear 0.1s;
}
.btn-increase-decrease > a:hover {
  transform: scale(1.10);
}
.btn-profile {
  font-size: 12px;
  border-radius: 3px;
  background-color: transparent;
  font-weight: 400;
  border: 0px;
  padding: 0px;
  border-top: 0px;
  position: relative;
  color: #000;
  width: 200px;
}
.btn-profile > article {
  display: flex;
}
.btn-profile > article > .user-pic {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100px;
  overflow: hidden;
  background: #5e5e5e url(../img/user-name-icon.png) no-repeat;
}
.btn-profile > article > .user-pic > img {
  width: 100%;
}
.btn-profile > article > .user-name {
  text-align: left;
  padding: 7px 10px;
  font-weight: 500;
  font-size: 14px;
}
.btn-profile > article > .user-name > span {}
.btn-profile > article > .user-name > b {
  display: block;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 120px;
  color: #160c40;
}
.btn-profile > article > .user-name > small {
  display: block;
  font-weight: 400;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 120px;
}
.dropdown-profile {
  margin-left: 30px;
}
.dropdown-toggle2::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-bottom: 0;
  border-left: 5px solid transparent;
  position: absolute;
  float: right;
  right: 10%;
  top: 50%;
}
.dropdown-profile .dropdown-menu {
  border-radius: 3px;
  transform: translate(50px, 66px) !important;
  padding: 0px;
  padding: 14px;
  background: #242424;
  border: 1px solid #242424;
  min-width: 10rem;
}
.dropdown-profile .dropdown-menu li {
  border-bottom: 1px solid rgb(223 223 223 / 30%);
}
.dropdown-profile .dropdown-menu .dropdown-item {
  font-size: 13px;
  padding: 4px 0px;
  font-weight: 400;
  display: inline-block;
  color: #ffffff;
  text-align: left;
}
.dropdown-profile .dropdown-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px;
  border-color: transparent transparent #242424 transparent;
  position: absolute;
  margin-top: -16px;
  margin-left: 0px;
  top: 0px;
  right: 8px;
  z-index: 99;
}
.btn-color-mode > a {
  width: 21px;
  height: 20px;
  color: #000;
  font-size: 11px;
  margin: 0px 2px;
  text-align: center;
  line-height: normal;
  padding: 1px;
  background: #fff;
  font-weight: 500;
  border-radius: 2px;
  border: 1px solid #fff;
  transition: linear 0.1s;
}
.btn-color-mode > a:hover {
  transform: scale(1.10);
}
.btn-color-mode > a:last-child {
  background: #333;
  color: #fff;
  border: 1px solid #fff;
}
/*byanujgupta*/
.display-6 {
  font-size: 1.8rem;
}
.discussion-forum {
  background: url(../img/forum-backgrund.png) no-repeat center bottom;
  background-size: cover;
  padding: 5rem 0rem;
  padding-bottom: 14rem;
  position: relative;
}
.discussion-forum .btn-primary {
  background: #ff5400;
  font-size: 14px;
  border-radius: 5px;
  padding: 10px 25px;
  font-weight: 400;
  border: none;
}
.discussion-forum .btn-primary:hover {
  background: #fff !important;
  color: #000;
}
.discussion-forum .card-body span {
  line-height: 55px
}
.discussion-forum .card-body {
  padding: 1rem 0;
}
.discussion-forum .card {
  border: none;
  margin: 25px 30px 0 0;
  background-color: transparent;
  color: #fff;
}
.discussion-forum .card-text {
  font-size: 13px;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 25px 0px;
}
.discussion-forum .card-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: normal;
  overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.partner-box {}
.partners .box h6, .h6 {
  position: absolute;
  background: #9c71ef;
  color: #fff;
  padding: 3px 30px;
  border-radius: 100px;
  top: -13px;
  transform: translateX(-50%);
  left: 50%;
}
.partners .box {
  display: block;
  border: 1px solid #bcd0e5;
  border-radius: 15px;
  position: relative;
  padding: 20px 16px 30px;
}
.partners .btn-primary {
  font-size: 14px;
  border-radius: 5px;
  padding: 6px 30px;
  font-weight: 500;
}
.about-scheme {
  padding-bottom: 12rem !important;
}
.about-scheme .page-reg .btn-primary {
  border: none;
  font-size: 18px;
  color: #fff;
  padding: 20px 40px;
  border-radius: 40px;
  background: #43c278;
  text-transform: uppercase;
  font-weight: 700;
}
.about-scheme .dept-logo {
  display: flex;
  justify-content: center;
  border: 1px solid #ddd;
  padding: 9px 22px;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  height: 75px;
}
.about-scheme .dept-logo p {
  font-size: 12px;
  padding: 10px;
  font-weight: 600;
  line-height: 18px;
}
.about-scheme .dept-logo img {
  width: 55px;
  height: auto;
}
.about-scheme .dept-logo p span {
  font-weight: normal !important;
  background: none !important;
  font-size: 10px;
  color: #000;
  text-align: left;
  padding: 0;
}
section {
  padding: 70px 0 0
}
.inner-page-bg p {
  font-size: 15px;
  line-height: 28px;
  padding: 8px 0;
  margin: 0;
}
.inner-page-bg h2 {
  font-size: 1.8rem;
  font-weight: 700;
}
.inner-page-bg h3 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  padding: 20px 0;
}
.inner-page-bg .highlight {
  border: 2px solid #ff5400;
  border-radius: 15px;
  padding: 15px 25px;
  margin: 15px 0;
  font-weight: 600;
  background: #fff8f3;
}
.inner-page-bg {
  background: url('../img/page-bg.png') repeat-y;
  background-size: cover;
  position: relative;
  height: auto;
}
.inner-page-bg .heading-inner {
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.inner-page-bg table td {
  font-size: 13px;
  color: #000;
  font-weight: 600;
  padding: 15px 30px;
}
.inner-page-bg .table-striped > tbody > tr:nth-of-type(2n+1) > * {
  --bs-table-accent-bg: #fff8f3;
  color: #000;
}
.inner-page-bg .table > :not(caption) > * > * {
  border-bottom-width: 0;
}
.inner-page-bg table {
  box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 2%), 0 6.7px 5.3px rgb(0 0 0 / 3%), 0 12.5px 10px rgb(0 0 0 / 3%), 0 22.3px 17.9px rgb(0 0 0 / 3%), 0 41.8px 33.4px rgb(0 0 0 / 3%), 0 100px 80px rgb(0 0 0 / 5%);
  /*padding: 20px;*/
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  /*max-width: 575px;*/
}
.bg-inner-header {
  position: relative;
  background-size: cover;
  background-image: linear-gradient(-45deg, rgba(4, 45, 157, 0.81), rgba(4, 45, 157, 0.84), rgba(55, 19, 156, 0.8), rgba(84, 5, 157, 0.9)), url(../img/inner-header-bg-Abhyudaya-Yojana.jpg);
  height: auto;
}
.bg-inner-header h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  line-height: normal;
}
.bg-inner-header .inner-head-left {
  display: flex;
  height: 180px;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.bg-inner-header .inner-head-left img {
  height: 200px;
  max-width: max-content;
  text-align: center;
  display: block;
  margin: auto;
}
.bg-inner-header .inner-head-right {
  display: flex;
  height: 210px;
  align-items: end;
  /*flex-wrap: wrap;



    flex-direction: column;



    justify-content: center;*/
  background: url('../img/Shri-Yogi-Adityanath.png')no-repeat bottom right;
}
.bg-inner-header .inner-head-right h3 {
  font-size: 17px;
  font-weight: 600;
}
.bg-inner-header .inner-head-right h3 span {
  font-size: 12px;
  font-weight: 500;
}
.bg-inner-header .inner-head-right img {}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #fff;
}
.bg-inner-header .inner-head-left li a, .bg-inner-header .inner-head-left li {
  font-size: 11px;
  color: #fff;
}
.bg-inner-header h3 {
  font-size: 25px;
  color: #fff;
}
.about-scheme h3 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  padding-bottom: 20px;
}
.about-scheme span {
  font-size: 15px;
  color: #fff;
  padding: 5px 25px;
  border-radius: 25px;
  background: #ff5400;
}
/* .about-scheme .btn-primary {



    border: none;



    font-size: 13px;



    color: #fff;



    padding: 10px 30px;



    border-radius: 25px;



    background: #43c278;



    text-transform: uppercase;



    font-weight: 700;



} */
.about-scheme .btn-primary {
  border: none;
  font-size: 18px;
  color: #fff;
  padding: 20px 40px;
  border-radius: 40px;
  background: #43c278;
  text-transform: uppercase;
  font-weight: 700;
}
.Benefits-youth ul, .about-scheme ul {
  padding: 15px 0;
  list-style: none;
}
.Benefits-youth ul li, .about-scheme ul li {
  font-size: 0.9rem;
  /* font-weight: 600; */
  text-align: left;
  line-height: 23px;
  background: url("../img/list-check.png") no-repeat left 0px;
  padding: 3px 50px 15px;
  /* margin: 7px 0; */
}
/*byanujgupta*/
body {
  font-family: 'Poppins', sans-serif;
  color: #544837;
  font-size: 14px;
}
.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  max-width: 1200px;
}
.inner-page-scheme {
  padding-bottom: 12rem;
}
.back-btn {
  background-color: #593495;
  padding: 34px 8px 8px 8px;
  display: block;
  width: 99px;
  height: 60px;
  line-height: normal;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-top: 0px;
  transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  position: relative;
  margin-top: -26px;
}
.back-btn:before {
  content: "";
  position: absolute;
  left: -19px;
  top: 1px;
  border-top: 25px solid transparent;
  border-bottom: 34px solid transparent;
  border-right: 19px solid #593495;
  height: 59px;
}
.back-btn:after {
  content: "";
  position: absolute;
  right: 0px;
  top: -1px;
  border-top: 23px solid transparent;
  border-bottom: 35px solid transparent;
  border-right: 14px solid #ffecf6;
  height: 60px;
}
.back-btn:hover {
  color: #fff;
  transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
}
.back-to-top {
  position: fixed;
  display: none;
  left: 30px;
  bottom: 30px;
  z-index: 99;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  padding: 10px 0px;
}
.support-section {
  background-color: #ffffff;
  border-radius: 20px;
  position: absolute;
  width: 100%;
  margin-top: -145px;
  z-index: 1;
  box-shadow: rgb(0 0 0 / 34%) 0px -10px 20px -10px, rgb(0 0 0 / 37%) 0px 40px 10px -90px;
}
.support-section h3 {
  font-size: 24px;
  padding-top: 20px;
  line-height: normal;
}
.btn-tollfree {
  background-color: #008180;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
}
.btn-tollfree:hover, .btn-tollfree:focus {
  background-color: #5F60E7;
  color: #fff;
}
/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}
#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
.btn-primary {
  color: #fff;
  background-color: #ff5400;
  border-color: #ff5400;
}
/*** Button ***/
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn {
  transition: .5s;
  font-size: 13px;
}
.btn.btn-primary, .btn.btn-outline-primary:hover, .btn.btn-secondary, .btn.btn-outline-secondary:hover {
  color: #FFFFFF;
}
.btn.btn-primary:hover {
  background: #5F60E7;
  border-color: #5F60E7;
}
.btn.btn-secondary:hover {
  background: var(--primary);
  border-color: var(--primary);
}
.btn-square {
  width: 35px;
  height: 35px;
  background-color: #1DA0F1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  color: #fff;
  border-radius: 100px;
  margin-top: 20px;
}
.instagram {
  background: #DD2A7B;
  background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
}

.linkedin {
  background-color: #0A66C2;
}
.facebook {
  background-color: #1877F2;
}
.twitter {
  background-color: #00acee;
}
.youtube {
  background-color: #C4302B;
}
.btn-square:hover {
  color: #fff;
  transform: scale(1.1);
}
.sticky-top {
  position: sticky;
  top: 0px;
  z-index: 9;
  padding: 0px 0%;
  border-top: #d5d5d5 1px solid;
  /* border-bottom: #d5d5d5 1px solid; */
  /* background-color: #efefef !important; */
  box-shadow: 0px 6px 10px rgb(0 0 0 / 16%);
}
.logo-foot-img {
  display: block;
  margin-top: -40px;
}
/*** Navbar ***/
.navbar.shadow-sm .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: 12px;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
  margin-top: -6px;
}
.navbar.shadow-sm .navbar-brand img {
  max-height: 60px;
}
.navbar-brand {
  padding-top: .3125rem;
  padding-bottom: 6px;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
  margin-top: -32px;
  transition: .5s;
  z-index: 1;
  position: relative;
}
.navbar.sticky-top {
  top: -100px;
  transition: .5s;
}
.navbar .navbar-brand .logo-desktop {
  max-height: 70px;
}
.navbar .navbar-brand .logo-mobile {
  display: none;
}
.navbar .navbar-nav .nav-link {
  margin-left: 25px;
  padding: 0px 0;
  color: #000000;
  font-weight: 500;
  outline: none;
  font-size: 13px;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
  color: #ff5400 !important;
  border-bottom: #ff5400 2px solid;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #ff5400 !important;
  border-bottom: #ff5400 2px solid;
}
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}
@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    /* transition: .5s; */
    left: 0px;
  }
  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
    left: 0px;
    border-radius: 0px;
    background-color: #ffffff;
    padding: 0px;
    width: 260px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 40px -20px, rgba(0, 0, 0, 0.3) 0px 20px 30px -30px;
    border: 1px solid #e5e5e5;
  }
  .navbar .dropdown-menu a {
	  font-size: 13px;
	}
  .navbar .nav-item:hover .dropdown-menu a {
    display: block;
    width: 100%;
    padding: 10px 15px;
    clear: both;
    font-weight: 500;
    color: #000000;
    text-align: inherit;
    background-color: transparent;
    border: 0;
    font-size: 13px;
    border-bottom: 1px solid rgb(235 235 235 / 12%);
    border-bottom: 1px solid #e5e5e5;
  }
  .navbar .nav-item:hover .dropdown-menu a:hover {
    color: #000000;
    background: #efefef;
  }
  .navbar .nav-item:hover .dropdown-menu a:last-child {
    border-bottom: 0px
  }
}
/*** Header ***/
a {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.carousel-caption-text {
  margin-top: -5rem;
}
.carousel-caption-text1 {
  margin-top: -100px;
}
.carousel-caption-text1 > h1 {
  text-align: center;
  line-height: 40px;
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 22px !important;
}
.carousel-caption-text1 > h5 {
  text-align: center;
  padding: 15px 0px;
}
.carousel-caption-text1 > h6 {
  font-size: 13px;
  text-align: center;
  line-height: 21px;
}
.carousel-caption-text1 > h5 > img {
  height: 30px;
}
.carousel-caption-text1 > h1:after {
  content: '';
  background: #f7cdad;
  height: 3px;
  width: 180px;
  display: inline-block;
}
.carousel-caption-text1 > h1:before {
  content: '';
  background: #f7cdad;
  height: 3px;
  width: 180px;
  display: block;
  margin: auto;
  margin-bottom: 30px;
}
.carousel-caption-text1 > h1 > span {
  font-weight: 700;
  color: #ff5400;
}
.carousel-caption-text2 {
  text-align: center;
  margin-top: -50px;
}
.carousel-caption-text2 > h1 {
  text-align: center;
  line-height: 40px;
  font-weight: 800;
  font-size: 36px;
}
.carousel-caption-text3 {
  text-align: center;
  margin-top: -50px;
}
.carousel-caption-text3 > h1 {
  text-align: center;
  color: #fff;
  font-size: 35px;
  margin-bottom: 1rem !important;
  font-weight: 700;
}
.carousel-caption-text3 > h1 > b {
  font-weight: 700;
  font-size: 50px;
}
.carousel-caption-text3 > h1 > span {
  font-size: 40px;
  font-weight: 700;
  color: #1dd3eb;
}
.carousel-caption-text3 > p {
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  font-size: 18px;
}
.carousel-caption-text2 > h1 > span {
  font-weight: 700;
  color: #ff5400;
}
.carousel-caption-text2 > a {
  background: #32146c;
  color: #fff;
  padding: 13px 20px;
  border-radius: 5px;
  display: inline-block;
}
.carousel-caption-text2 > a:hover {
  background: #ff5400;
  color: #fff;
}
.btn-carousel {
  color: #333;
  background-color: #fff;
  border-color: #fff;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
}
.btn-carousel:hover, .btn-carousel:focus {
  color: #fff;
  background: #5F60E7;
  border-color: #5F60E7;
  outline: 0;
}
.btn-video {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: underline;
}
.btn-video > i {
  font-size: 23px;
  position: relative;
  top: 2px;
}
.btn-video:hover, .btn-video:focus {
  color: #fff;
  background: #5F60E7;
  border-color: #5F60E7;
  outline: 0;
}
.top-btn-center {
  float: right;
  /* padding: 25px 18px 0px; */
  position: relative;
  top: 30%;
}
.btn-Ai-Search {
  color: #fff;
  background-color: #5F60E7;
  border-color: #5F60E7;
  padding: 7px 18px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  display: inline-table;
}
.btn-Ai-Search:hover, .btn-Ai-Search:focus {
  color: #fff;
  background: #ff5400;
  border-color: #ff5400;
  outline: 0;
}
.btn-Login {
  color: #fff;
  background-color: #5f60e7;
  border-color: #5f60e7;
  padding: 7px 18px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  display: inline-table;
}
.btn-Login:hover, .btn-Login:focus {
  color: #fff;
  background: #5F60E7;
  border-color: #5F60E7;
  outline: 0;
}
.btn-reg {
  color: #fff;
  background-color: #76a90c;
  border-color: #76a90c;
  padding: 7px 9px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  display: inline-table;
}
.btn-reg:hover, .btn-reg:focus {
  color: #fff;
  background: #5F60E7;
  border-color: #5F60E7;
  outline: 0;
}
.btn-Find-Schemes {
  color: #fff;
  background-color: #160c40;
  border-color: #160c40;
  padding: 7px 18px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  display: inline-table;
  border:0;
  outline: 0;
}
.btn-Find-Schemes:hover, .btn-Find-Schemes:focus {
  color: #fff;
  background: #5F60E7;
  border-color: #5F60E7;
  outline: 0;
}


.btn-loin {
  color: #fff;
  background-color: #160c40;
  border-color: #160c40;
  padding: 9px 18px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  display: inline-table;
  border:0;
  outline: 0;
}
.btn-loin:hover, .btn-loin:focus {
  color: #fff;
  background: #5F60E7;
  border-color: #5F60E7;
  outline: 0;
}

.btn-loin-reg {
  color: #fff;
  background-color: #76a90c;
  border-color: #76a90c;
  padding: 9px 18px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  display: inline-table;
}
.btn-loin-reg:hover, .btn-loin-reg:focus {
  color: #fff;
  background: #5F60E7;
  border-color: #5F60E7;
  outline: 0
}

.search-grup {
  margin-top: -130px;
  position: relative;
  z-index: 1;
}
.marquee-title {
  position: absolute;
  z-index: 2;
  width: 720px;
  right: 13px;
  margin-top: -130px;
}
.marquee-title > span {
  background: #5F60E7;
  color: #fff;
  border-radius: 5px;
  float: right;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  right: 10%;
  z-index: 1;
  top: 12px;
}
.marquee-scroll {
  background: #160c40;
  color: #fff;
  padding: 11px;
  border-radius: 5px;
  border: 1px solid #160c40;
  font-size: 13px;
  position: relative;
  margin-top: 0px;
  /* box-shadow: 0px 8px 40px #e7e7e7; */
  font-weight: 500;
}
.mb-5 {
  margin-bottom: 4rem !important;
}
.mb-6 {
  margin-bottom: 6rem !important;
}
.mb-7 {
  margin-bottom: 7rem !important;
}
.mb-8 {
  margin-bottom: 8rem !important;
}
.center-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.center-title > span {
  font-size: 14px;
  font-weight: 400;
  display: block;
  color: #4a4a4a;
  line-height: normal;
  padding: 5px 0px;
}
.right-img {
  position: absolute;
  bottom: 75px;
}
.left-img3 {
  position: absolute;
  bottom: -100px;
  height: 430px;
}
.left-img {
  position: absolute;
  bottom: -110px;
  height: 500px;
}

.left-img2 {
  position: absolute;
  bottom: 20px;
  height: 500px;
}
.rigthyogiji-img {
  position: absolute;
  bottom: 0px;
  height: 380px;
  margin-left: -100px;
}
.facts-counter {
  background-color: #fff;
  padding: 17px 0px;
  padding-left: 23px;
  border-radius: 10px;
  /* box-shadow: 0px 8px 40px #dfdede; */
  position: relative;
  margin-top: -81px;
  border: 1px solid #dcdcdc;
  height: 79px;
  z-index: 1;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 40px -20px, rgba(0, 0, 0, 0.3) 0px 20px 30px -30px;
}
.facts-counter ul {
  display: flex;
  padding: 0px;
  margin: 0px;
}
.facts-counter ul li {
  list-style: none;
  width: 33%;
  margin: 0px;
  padding: 0px;
  border-right: 1px solid rgb(0 0 0 / 25%);
  margin-left: 15px;
  padding-right: 0px;
}
.facts-counter ul li:last-child {
  border-right: 0px;
}
.facts-counter ul li:first-child {
  margin-left: 0px;
}
.facts-counter ul li h1 {
  font-size: 23px;
  font-weight: 700;
  line-height: 28px;
  color: #681484;
  margin: 0px;
  padding: 0px;
}
.facts-counter ul li p {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  margin-bottom: 3px;
  color: #2e2e2e;
}
.carousel-item {
  height: 600px;
}
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  text-align: start;
  z-index: 1;
  padding: 0px;
  height: 550px;
}
.carousel-control-prev, .carousel-control-next {
  width: 5%;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  /* background-color: var(--primary); */
  /* border: 15px solid var(--primary); */
  border-radius: 50px;
  color: #000;
  font-size: 40px;
  background-image: none;
}
.event-inner .carousel-item {
  height: 263px;
}
.page-header {
  background: url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}
.page-header .breadcrumb-item, .page-header .breadcrumb-item a {
  font-weight: 500;
}
.page-header .breadcrumb-item a, .page-header .breadcrumb-item + .breadcrumb-item::before {
  color: #696E77;
}
.page-header .breadcrumb-item a:hover, .page-header .breadcrumb-item.active {
  color: var(--primary);
}
/*** Facts ***/
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-link {
    margin-left: 0px;
    padding: 11px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    height: 44px;
  }
  .slide-carousel .owl-nav {
    display: none !important;
  }
  .container.facts {
    max-width: 100% !important;
  }
  .container.facts .facts-text {
    padding-left: calc(((100% - 960px) / 2) + .75rem);
  }
  .container.facts .facts-counter {
    padding-right: calc(((100% - 960px) / 2) + .75rem);
  }
}
@media (min-width: 1200px) {
  .container.facts .facts-text {
    padding-left: calc(((100% - 1140px) / 2) + .75rem);
  }
  .container.facts .facts-counter {
    padding-right: calc(((100% - 1140px) / 2) + .75rem);
  }
}
@media (min-width: 1400px) {
  .container.facts .facts-text {
    padding-left: calc(((100% - 1320px) / 2) + .75rem);
  }
  .container.facts .facts-counter {
    padding-right: calc(((100% - 1320px) / 2) + .75rem);
  }
}
.container.facts .facts-text {
  background: linear-gradient(rgba(1, 95, 201, .9), rgba(1, 95, 201, .9)), url(../img/carousel-1.jpg) center right no-repeat;
  background-size: cover;
}
.container.facts .facts-counter {
  background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url(../img/carousel-2.jpg) center right no-repeat;
  background-size: cover;
}
.container.facts .facts-text .h-100, .container.facts .facts-counter .h-100 {
  padding: 6rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/*** Service ***/
.service-item {
  position: relative;
  overflow: hidden;
  background: #fbfbfb;
  padding: 30px 30px;
  padding-bottom: 10px;
  border-radius: 10px;
  border: 1px solid #ededed;
}
.service-item .service-icon {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(237 237 237);
  border-radius: 100px;
  float: left;
  margin-right: 20px;
}
.service-item .service-icon img {
  max-width: 50px;
  max-height: 50px;
}
.service-item a.btn {
  color: var(--primary);
}
.service-item a.btn:hover {
  color: #FFFFFF;
  background: var(--primary);
  border-color: var(--primary);
}
/*** Appointment ***/
.appointment {
  background: linear-gradient(rgba(1, 95, 201, .9), rgba(1, 95, 201, .9)), url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}
/*** Team ***/
.team-item {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}
.team-item img {
  transition: .5s;
}
.team-item:hover img {
  transform: scale(1.1);
}
.team-text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -50px;
  opacity: 0;
  transition: .5s;
}
.team-item:hover .team-text {
  bottom: 0;
  opacity: 1;
}
.team-item a.btn {
  color: var(--primary);
}
.team-item a.btn:hover {
  color: #FFFFFF;
  background: var(--primary);
  border-color: var(--primary);
}
.explore-icon {
  position: absolute;
  width: 70px;
  margin-top: -30px;
  margin-left: 20px;
}
.schemes-services-bg {
  position: relative;
  padding: 20px 0px;
}
.schemes-services-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/Bg.png) no-repeat center bottom;
  bottom: -147px;
  right: 0px;
  position: absolute;
  display: inline-block;
  background-size: cover;
}
.benefits-bg {
  position: relative;
  padding-top: 11rem;
  /*padding-bottom: 8rem;*/
}
.benefits-bg h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 3rem !important;
}
.benefits-bg:after {
  content: "";
  width: 100%;
  height: 111%;
  background: url(../img/benefits-bg.png) no-repeat center bottom;
  top: -80px;
  right: 0px;
  position: absolute;
  display: inline-block;
  z-index: -1;
  background-size: cover;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid #ff5400;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #ff5400;
  color: #fff;
  font-weight: 500;
  padding: 14px 30px;
  font-size: 14px;
}
.nav-tabs .nav-item {
  margin-right: 2%;
}
.tab-content {
  box-shadow: 0px 8px 40px #e7e7e7;
  border: 1px solid #dedede;
  border-radius: 0px 0px 5px 5px;
  background-color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 40px -20px, rgba(0, 0, 0, 0.3) 0px 20px 30px -30px;
}
.nav-tabs {
  border-bottom: 0px solid #dee2e6;
}
.tab-pane label {
  font-size: 11px;
  font-weight: 500;
  padding-left: 8px
}
.Schemesearch-control {
    font-size: 14px;
    border-radius: 0px;
    padding: 10px 5px;
    border: 0px;
    font-weight: 400;
    color: #000;
    border-right: 0px solid #ccc;
    display: block;
    width: 100%;
}
.Schemesearch-control:focus{
  outline: 0;
}
.search-control {
  font-size: 12px;
  border-radius: 0px;
  padding: 10px 10px;
  border: 0px;
  font-weight: 500;
  color: #000;
  border-right: 1px solid #ccc;
}
.mx-4 {
  margin-right: 0rem !important;
  margin-left: 1.5rem !important;
}
.form-control:focus {
  color: #696E77;
  background-color: #fff;
  outline: 0;
  box-shadow: none;
}
.form-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.btn-search {
  background-color: #76cf33;
  border: 0px;
  height: 80px;
  width: 92px;
  margin: -1px;
  border-radius: 0px 5px 5px 0px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-search:hover, .btn-search:focus {
  background-color: #5F60E7;
  color: #fff;
}
.btn-get-all-schemes {
  color: #fff;
  background-color: #ff5400;
  border-color: #ff5400;
  border-radius: 5px;
  font-size: 16px;
  padding: 26px 0px;
  text-align: center;
  font-weight: 500;
  display: inline-block;
  height: 75px;
  position: relative;
  top: 50px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 40px -20px, rgba(0, 0, 0, 0.3) 0px 20px 30px -30px;
}
.btn-get-all-schemes:hover, .btn-get-all-schemes:focus {
  color: #fff;
  background-color: #dd4900;
  border-color: #dd4900;
  outline: 0;
}
.btn-newsletter {
  color: #fff;
  background-color: #5F60E7;
  border-color: transparent;
  border-radius: 0px 5px 5px 0px;
  font-size: 14px;
  padding: 13px;
  text-align: center;
  padding: 7px 0px;
  margin-top: 0px;
  height: 43px;
  font-weight: 500;
  width: 20%;
  right: 12px;
  position: absolute;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-newsletter:hover, .btn-newsletter:focus {
  color: #fff;
  background-color: #ff5400;
  border-color: transparent;
  outline: 0;
}
/*** benefits-show ***/
.animated.pulse {
  animation-duration: 1.5s;
}
.benefits-left, .benefits-right {
  position: relative;
}
.benefits-left img, .benefits-right img {
  position: absolute;
  padding: 5px;
  border: 1px dashed var(--primary);
  border-radius: 10px;
}
.benefits-left img:nth-child(1), .benefits-right img:nth-child(3) {
  width: 70px;
  height: 70px;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.benefits-left img:nth-child(2), .benefits-right img:nth-child(2) {
  width: 60px;
  height: 60px;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
.benefits-left img:nth-child(3), .benefits-right img:nth-child(1) {
  width: 50px;
  height: 50px;
  bottom: 10%;
  right: 10%;
}
.benefits-carousel {
  margin: 0px;
  margin-top: -30px;
  padding: 0px 10px;
}
.benefits-carousel .owl-item img {
  height: 70px;
  margin: auto;
  width: auto;
}
.benefits-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.benefits-carousel .owl-dot {
  display: block;
  justify-content: center;
  background: #9AA4FF;
  height: 15px;
  width: 15px;
  border-radius: 100px;
  margin: 0px 3px;
}
.benefits-carousel .owl-dot.active {
  background: #3D3EB9;
  height: 15px;
  width: 15px;
  border-radius: 100px;
  margin: 0px 3px;
}
.benefits-carousel .benefits-item {
  margin: 25px 15px;
}
.benefits-carousel .benefits-item .benefits-back {
  border-radius: 13px;
  box-shadow: 0px 10px 20px #dddddd;
  padding: 25px 30px;
  background: #fff;
  margin-bottom: 25px;
  height: 360px;
}
.benefits-carousel .benefits-item h3 {
  font-size: 16px;
  color: #2F281E;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.benefits-carousel .benefits-item h4 {
  font-size: 13px;
  color: #2F281E;
  background-color: #EBE8FE;
  font-weight: 500;
  padding: 6px 40px;
  border-radius: 100px;
  display: inline-block;
}
.benefits-carousel .benefits-item p {
  font-size: 12px;
  color: #2F281E;
  min-height: 100px;
}
.benefits-carousel .owl-nav {
  position: absolute;
  top: -40px;
  right: 20px;
  display: flex;
}
.benefits-carousel .owl-nav .owl-prev {
  width: 40px;
  height: 36px;
  background-color: #ff5400;
  text-align: center;
  color: #fff;
  line-height: 38px;
  margin-right: 3px;
  border-radius: 4px;
}
.benefits-carousel .owl-nav .owl-next {
  width: 40px;
  height: 36px;
  background-color: #ff5400;
  text-align: center;
  color: #fff;
  line-height: 38px;
  margin-right: 3px;
  border-radius: 4px;
}
/*** slide-show ***/
.animated.pulse {
  animation-duration: 1.5s;
}
.slide-left, .slide-right {
  position: relative;
}
.slide-left img, .slide-right img {
  position: absolute;
  padding: 5px;
  border: 1px dashed var(--primary);
  border-radius: 10px;
}
.slide-left img:nth-child(1), .slide-right img:nth-child(3) {
  width: 70px;
  height: 70px;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.slide-left img:nth-child(2), .slide-right img:nth-child(2) {
  width: 60px;
  height: 60px;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
.slide-left img:nth-child(3), .slide-right img:nth-child(1) {
  width: 50px;
  height: 50px;
  bottom: 10%;
  right: 10%;
}
.slide-carousel .owl-item img {
  height: 70px;
  margin: auto;
  width: auto;
}
.slide-carousel .owl-nav {
  margin-top: 30px;
  display: block;
  justify-content: center;
}
.slide-carousel .owl-nav .owl-prev {
  margin: 0 5px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #919191;
  /* background: var(--primary); */
  border-radius: 10px;
  font-size: 22px;
  transition: .5s;
  position: absolute;
  top: 50%;
  left: -50px;
}
.slide-carousel .owl-nav .owl-next {
  margin: 0 5px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #919191;
  /* background: var(--primary); */
  border-radius: 10px;
  font-size: 22px;
  transition: .5s;
  position: absolute;
  top: 50%;
  right: -50px;
}
.slide-carousel .owl-nav .owl-prev:hover, .slide-carousel .owl-nav .owl-next:hover {
  color: #333;
}
.slide-carousel .slide-item {
  margin: 25px 15px;
  border-radius: 13px;
  box-shadow: 0px 10px 20px #dddddd;
  padding: 20px 13px;
  background: #fff;
  min-height: 500px;
}
.slide-carousel .slide-item h3 {
  font-size: 16px;
  color: #2F281E;
  margin-top: 4px;
  line-height: 22px;
}
.slide-carousel .slide-item h4 {
  font-size: 13px;
  color: #2F281E;
  background-color: #EBE8FE;
  font-weight: 500;
  padding: 6px 10px;
  border-radius: 100px;
}
.slide-carousel .slide-item p {
  font-size: 13px;
  color: #2F281E;
}
.btn-Launched {
  background-color: transparent;
  border: 1px solid #979797;
  color: #544837;
  display: inline-block;
  font-size: 11px;
  border-radius: 100px;
  padding: 6px 30px;
  font-weight: 500;
}
.btn-Launched:hover, .btn-Launched:focus {
  background-color: #5F60E7;
  border: 1px solid #5F60E7;
  color: #fff;
}
/*** Benefits-youth ***/
.Benefits-youth {
  padding: 4rem 0 22rem
}
/*** Benefits-youth ***/
/*** Testimonial ***/
.testimonial-bg {
  position: relative;
  padding: 5rem 0;
  border-radius: 100%;
  top: -340px;
  margin-bottom: -370px;
}
.animated.pulse {
  animation-duration: 1.5s;
}
.display-7 {
  font-size: 30px;
  font-weight: 700;
}
.testimonial-item p {
  color: #415e78;
  padding: 0px 30px;
}
.testimonial-item h5 {}
.testimonial-left, .testimonial-right {
  position: relative;
}
.testimonial-left img, .testimonial-right img {
  position: absolute;
  /* padding: 5px; */
  /* border: 1px dashed var(--primary); */
  border-radius: 100%;
}
.testimonial-left img:nth-child(1), .testimonial-right img:nth-child(3) {
  width: 70px;
  height: 70px;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.testimonial-left img:nth-child(2), .testimonial-right img:nth-child(2) {
  width: 70px;
  height: 70px;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
.testimonial-left img:nth-child(3), .testimonial-right img:nth-child(1) {
  width: 70px;
  height: 70px;
  bottom: 10%;
  right: 10%;
}
.testimonial-carousel .owl-item img {
  width: 100px;
  height: 100px;
}
.testimonial-carousel .owl-nav {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next {
  margin: 0 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: #ff5400;
  border-radius: 30px;
  font-size: 14px;
  transition: .5s;
}
.testimonial-carousel .owl-nav .owl-prev:hover, .testimonial-carousel .owl-nav .owl-next:hover {
  background: #3d3eb9;
}
/*partners*/
.partners ul {
  padding: 15px 0 0 !important;
  list-style: none;
}
.partners ul li {
  font-size: 14px;
  /* font-weight: 600; */
  text-align: left;
  line-height: 15px;
  background: none;
  padding: 11px 50px 8px 0;
  border-bottom: 1px solid #eee;
  /* margin: 7px 0; */
}
.partners ul li:last-child {
  border: none;
}
/*partners*/
/*** Footer ***/
.footer {
  border-top: 0;
  background-color: #031223;
  padding-top: 12rem;
}
.footer p {
  color: #eee;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}
.footer h5 {
  color: #eee;
  font-size: 18px;
  padding-right: 3rem;
  line-height: normal;
  font-weight: 500;
}
.footer h4 {
  color: #eee;
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
}
.footer .form-control {
  font-size: 12px;
  border-radius: 5px;
  border: 0;
  padding: 10px 20px;
  float: left;
  width: 78%;
  height: 43px;
}
.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #c3c3c3;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  padding: 2px 0px;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: none;
}
/* .footer .btn.btn-link::before {



    position: relative;



    content: "\f105";



    font-family: "FontAwesome";



    font-weight: 900;



    color: #A7A8B4;



    margin-right: 10px;



} */
.footer .btn.btn-link:hover {
  color: #ff5400;
  box-shadow: none;
}
.copyedby {
  display: block;
  text-align: left;
}
.poweredby {
  display: block;
  text-align: right;
}
.footer .copyright {
  padding: 25px 0;
  font-size: 13px;
  border-top: rgb(144 166 191 / 29%) 1px solid;
  margin-top: 20px;
  color: #adadad;
}
.footer .copyright a {
  color: #0dd3f1;
}
.footer .copyright a:hover {
  color: #FFFFFF;
}
/*07-07-2023*/
/*inner banner */
.inner-page-scheme .input-group {
  width: 100%;
  margin: 0;
}
.inner-page-scheme .search-hdr .btn-search {
  background-color: #069139;
}
.inner-page-scheme .search-hdr {
  display: flex;
  align-items: center;
}
.inner-page-scheme .accordion-button:focus {
  box-shadow: none;
}
.bg-inner-header .top-back-btn .btn-primary {
  position: absolute;
  bottom: -18px;
  background: #e3751e !important;
  border: 1px solid #e3751e;
  padding: 5px 32px 5px;
  font-size: 18px;
/*  width: 15%;*/
}
.bg-inner-header .top-back-btn .btn.btn-primary:hover {
  background: #0aa1e1 !important;
  border-color: #0aa1e1 !important;
}
.bg-inner-header .top-back-btn .btn-primary img {
  margin-top: -1px
}
/*inner banner */
/*schemes*/
.inner-page-scheme .checkbox-grp {
  display: flex;
  justify-content: space-between;
}
.checkbox-grp p {
  margin: 0;
  padding: 0;
  line-height: 0
}
.inner-page-scheme .checkbox-grp p {
  font-size: 15px;
  line-height: 28px;
  padding: 0;
  margin: 0;
}
.inner-page-scheme h4 {
  font-weight: 500;
  font-size: 20px;
  border-bottom: 1px solid #939393;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.inner-page-scheme .form-select:focus {
  border-color: #80afe4;
  outline: 0;
  box-shadow: none;
}
.inner-page-scheme .form-select {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #8B8B8B;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  background-size: 16px 12px;
  border: 1px solid #E6DED1;
  border-radius: 6px;
  appearance: none;
}
.inner-page-scheme .form-check-input {
  width: 19px;
  height: 19px;
  margin-top: .25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid #BCBCBC;
  appearance: none;
  color-adjust: exact;
}
.inner-page-scheme .form-check-input:checked {
  background-color: #7b3acf !important;
  border-color: #7b3acf !important;
  box-shadow: none !important;
}
.inner-page-scheme label {
  margin: 3px 8px;
  font-size: 12px;
  font-weight: 500;
}
.checkbox-grp .form-select {
  background-color: transparent;
  border: 0px;
  border-bottom: 2px solid #dfdfdf;
  border-radius: 0px;
  color: #f1f1f1;
  font-size: 12px;
  padding: 8px 0px;
}
.filter-grp .form-select {
  background-color: transparent;
  border: 0px;
  border-bottom: 1px solid #dfdfdf;
  border-radius: 0px;
  color: #dddada;
  font-size: 12px;
  padding: 8px 10px;
  background-image: url(../img/drop-down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right;
}
.filter-grp .form-select option {
  color: #000;
  border-radius: 0;
  padding: 5px;
}
.filter-grp {
  margin-bottom: 30px;
}
.filter-grp > h5 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 0px;
  margin: 0;
}
.inner-page-scheme .btn-search {
  background-color: #069139;
  border: 0px;
  height: 61px;
  width: 61px;
  border-radius: 0px 10px 10px 0px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 0;
}
.inner-page-scheme .btn-search-list {
  background-color: transparent;
  border: 0px;
  height: 50px;
  width: 51px;
  border-radius: 0px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 0;
  border-bottom: 2px solid #b9b5af;
  padding: 0px;
  top: -10px;
  position: relative;
}
.input-group > .form-control, .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.contact-grid {
  padding-bottom: 0px;
  position: relative;
}
.contact-grid .search-hdr {
  display: flex;
  align-items: center;
}
.contact-grid .search-hdr .btn-search {
  background-color: #33a3e5;
}
.contact-grid .input-group {
  width: 100%;
  margin: 0;
}
.contact-grid .form-select {
  display: block;
  padding: .375rem 2.25rem .375rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #8B8B8B;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  background-size: 16px 12px;
  border: 1px solid #E6DED1;
  border-radius: 6px;
  appearance: none;
}
.contact-grid .btn-search {
  background-color: #76CF33;
  border: 0px;
  height: 61px;
  width: 61px;
  border-radius: 0px 10px 10px 0px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 0;
}
.inner-page-scheme .customdropdown .dropdown {
  display: flex;
}
.inner-page-scheme .form-control {
  display: block;
  width: 80%;
  padding: .375rem 1.75rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #343434;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #E6DED1;
  appearance: none;
  border-radius: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: 1px 9px 14px rgb(138 149 158 / 22%);
  height: 61px;
}
.inner-page-scheme .search-control {
  font-size: 14px;
  border-radius: 6px;
  padding: 12px 10px;
  background-color: transparent;
  border: 0px;
  box-shadow: none;
  border-bottom: 2px solid #b9b5af;
  border-radius: 0px;
  line-height: normal;
  height: 40px;
  padding-bottom: 13px;
}
.contact-ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
.contact-ul li {
  font-size: 15px;
  margin: 12px 0;
  font-weight: 500;
  color: #333;
  list-style: none;
  clear: both;
  display: block;
  line-height: normal;
}
.contact-ul i {
  font-size: 22px;
  padding: 7px 0px;
  margin-right: 10px;
  border-radius: 50%;
  float: left;
  color: #5349dd;
  width: 25px;
}
.contact-detail a {
  color: #000;
  text-decoration: none;
  float: left;
  padding: 6px;
}
.contact-ul li b:hover {
  color: #f93;
}
.form-floating .form-control {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.inner-page-scheme .top-result {
  display: flex;
  justify-content: space-between;
}
.inner-page-scheme .top-result .form-select {
  line-height: normal;
  color: #8B8B8B;
  appearance: none;
  font-size: 13px;
  background-color: transparent;
  border: 0px;
  box-shadow: none;
  border-bottom: 2px solid #b9b5af;
  border-radius: 0px;
  padding: 0px 0px;
  margin-left: 10px !important;
  background-position: right 0rem center;
}
.inner-page-scheme .top-result label {
  margin: 8px 12px;
  font-size: 14px;
}
.inner-page-scheme .result-block {
  box-shadow: 1px 9px 14px rgb(138 149 158/ 22%);
  padding: 10px 15px;
  border-radius: 6px;
  border: 1px solid #D2D2D2;
  margin-bottom: 38px;
}
.inner-page-scheme .result-block .badge {
  display: inline-block;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 6px !important;
  position: relative;
  z-index: 1;
  top: -23px;
  left: -40px;
  margin: 0 8px;
  border: 1px solid #783fd5;
}
.result-cont-wrapper {
  padding: 5px 10px;
}
.inner-page-scheme .result-block .mid-bage-wrapper .badge {
  display: inline-block;
  padding: 7px 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 6px !important;
  position: relative;
  margin: 0 8px 0 0;
  left: 0;
  top: 0;
}
.inner-page-scheme .result-block .mid-bage-wrapper .bg-light {
  background-color: #EDE9FC !important;
  border: 1px solid #E6DED1;
  color: #343434 !important;
  padding: 3px 5px;
  font-size: 11px;
}
.inner-page-scheme .result-block .result-cont-wrapper h6 {
  font-size: 16px;
  font-weight: 500;
  color: #343434;
  width: 91%;
}
.inner-page-scheme .result-block .result-cont-wrapper p {
  font-size: 15px;
  font-weight: 400;
  color: #343434;
  line-height: 26px;
  margin: 8px 0;
}
.inner-page-scheme .result-block .result-cont-wrapper .btn.btn-primary:hover {
  color: #fff;
  background-color: #FF9900 !important;
  border-color: #FF9900 !important;
}
.inner-page-scheme .result-block .bg-primary {
  background-color: #783FD5 !important;
  font-weight: 500 !important;
}
.inner-page-scheme .result-block .bg-light {
  background-color: #e3751e !important;
  border: 1px solid #e3751e;
  color: #fff;
  white-space: inherit;
  line-height: 16px;
}
.inner-page-scheme .result-block .bg-primary img {
  max-width: 16px;
  top: -1px;
  position: relative;
}
.inner-page-scheme .result-block .btn-primary, .inner-page-scheme .result-block .btn-primary, .inner-page-scheme .eligiblity .btn-primary {
  background: #9c60ff;
  border-color: #cdcdcd;
  border-radius: 8px;
  padding: 5px 24px;
}
.result-cont-wrapper .btn-primary {
  background: #58BB16 !important;
  border-color: #58BB16 !important;
  border-radius: 4px !important;
  padding: 2px 15px !important;
  float: right;
  margin: -15px 0;
}
.inner-page-scheme .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: end;
}
.inner-page-scheme .pagination li {
  margin-right: 2px;
}
.inner-page-scheme .page-link {
  position: relative;
  display: block;
  color: #858484;
  background-color: #fff;
  border: 0px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 8px 15px;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
}
.inner-page-scheme .page-item:first-child .page-link {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.inner-page-scheme .page-item:last-child .page-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.inner-page-scheme .page-link:focus {
  box-shadow: none;
}
.inner-page-scheme .page-item.active .page-link {
  color: #fff;
  background-color: #656BFF;
  border-color: #dee2e6;
}
.inner-page-scheme .pagination .page-link:hover {
  z-index: 2;
  color: #999898;
  background-color: #e7e4f2;
  border-color: #dee2e6;
}
/*schemes*/
/*schemes details*/
.inner-page-scheme .eligiblity .bg-light {
  background-color: #ffffff !important;
  /* border: 1px solid #E6DED1; */
}
.inner-page-scheme .eligiblity .badge {
  display: inline-block;
  padding: 12px 85px 12px 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 6px !important;
  /* top: -23px; */
  /* left: -45px; */
  margin: 6px 1px;
}
.inner-page-scheme .eligiblity .mid-bage-wrapper .bg-light {
  background-color: #F5F5F5 !important;
  border: none;
  color: #343434 !important;
  padding: 8px 20px;
  font-size: 13px;
  line-height: normal;
  white-space: inherit;
}
.inner-page-scheme .rating-block {
  margin-top: 14px;
}

.inner-page-scheme .rating-block .rating{

}

.inner-page-scheme .rating-block .btn-primary {
  background: #5F60E7 !important;
  border-color: #5F60E7 !important;
  border-radius: 6px;
  padding: 7px 45px;
  margin-top: 10px;
}
.inner-page-scheme .rating-block .btn-primary:hover {
  background: #FF9900;
  border-color: #FF9900;
}
.eligiblity-rightbar .btn-primary {
  background: #5A9F2C;
  border-color: #5A9F2C;
  border-radius: 6px;
  padding: 8px 0;
  font-size: 19px;
  width: 100%;
}

.inner-page-scheme ul.bullet1 {
  padding: 12px 0 1px;
  list-style: none;
}
.inner-page-scheme ul.bullet1 li {
  font-size: 15px;
  text-align: left;
  line-height: 26px;
  background: url("../img/bullet-arrow.png") no-repeat left 0px;
  padding: 3px 30px 10px;
}
.inner-page-scheme .application {
  border: 1px solid #D2D2D2;
  background: #F8F8F8;
  padding: 20px 25px;
  border-radius: 6px;
}
.inner-page-scheme .rightbar-btn {
  background: #746a8a;
  padding: 20px 20px;
  border-radius: 6px;
  margin: 25px 0;
}
.inner-page-scheme .rightbar-btn .btn-primary {
  background: #fff;
  border-color: #E3E3E3;
  border-radius: 6px;
  padding: 8px 0;
  padding-left: 50px;
  text-align: left;
  font-size: 19px;
  width: 100%;
  font-weight: 500;
  color: #707070;
  font-size: 15px;
  margin-bottom: 9px;
  background: url(../img/btn-arrow.png)#fff no-repeat left;
  background-position: 18px 14px;
}
.inner-page-scheme .rightbar-btn .btn-primary:hover, .inner-page-scheme .rightbar-btn .btn-primary:focus {
  border-color: #fe892d !important;
  color: #fff !important;
  background: url(../img/btn-arrow-w.png)#fe892d no-repeat left;
  background-position: 12px 14px;
}
.inner-page-scheme .application .bg-light {
  background-color: #fff !important;
  border: 1px solid #E6DED1;
  color: #343434 !important;
  padding: 7px 24px;
  font-size: 11px;
  font-weight: 500;
}
.inner-page-scheme .accordion-button:not(.collapsed) {
  color: #616161;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.inner-page-scheme .requirements {
  columns: 2
}


/*-------------------*/
.inner-page-scheme .forum {
  margin-bottom: 3rem;
}
.inner-page-scheme .forum .blog-Subtitle {
  display: flex;
  margin-top: 10px;
}
.inner-page-scheme .forum .blog-Subtitle span {
  font-weight: 600;
  color: #e3751e;
}
.inner-page-scheme .forum .blog-Subtitle p {
  margin-right: 8px
}
.inner-page-scheme .forum .blog-Subtitle > .small {
  margin: 0px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
}
.inner-page-scheme .forum-block h4 {
  font-weight: 700;
  font-size: 27px;
  padding: 31px 0 0;
  margin-bottom: 0px;
  border: none;
}
.inner-page-scheme .forum-block p {
  margin-top: 0;
  margin: 20px 0px;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
}
.inner-page-scheme .forum-block h6 {
  font-size: 20px !important;
  font-weight: 500;
  margin: 63px 0 -10px;
}

.inner-page-scheme .eligiblity h6 {
  font-size: 20px !important;
  font-weight: 600;
  color: #4507ab;
  margin: 10px 0 0px;
  margin-bottom: 10px;
}
.inner-page-scheme .eligiblity {
  font-size: 15px;
  line-height: 26px;
}


.customdropdown .btn-search {
  background-color: #069139;
  border: 0px;
  height: 48px;
  width: 61px;
}
.customdropdown .btn-secondary {
  display: block;
  width: 100%;
  padding: 10px 40px;
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
  color: #8B8B8B;
  background-color: #fff;
  background-size: 16px 12px;
  border: 1px solid #E6DED1;
  border-radius: 6px 0 0 6px;
  appearance: none;
}
.customdropdown .btn-secondary:hover {
  background: #fff;
  border-color: initial;
}
.customdropdown .dropdown-menu img {
  height: 25px;
  width: auto;
  margin: 0px 10px 0 0;
}
.customdropdown .dropdown-menu {
  padding: 13px 20px;
  font-size: 14px;
  color: #6c757d;
  text-align: left;
  width: 100%;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  z-index: 999;
  box-shadow: 0px 6px 10px #ccc;
  transform: translate(0px, 57px) !important;
}
.customdropdown .dropdown-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  margin-top: -16px;
  margin-left: 0px;
  top: 0px;
  left: 14%;
}
.customdropdown .dropdown-menu > li {
  border-bottom: 1px solid #ececec;
}
.customdropdown .dropdown-menu > li:last-child {
  border-bottom: 0px;
}
.customdropdown .dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  padding: 10px 0px;
  clear: both;
  font-weight: 400;
  color: #282828;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 13px;
}
.customdropdown .dropdown-menu .dropdown-item img {
  transition: .5s;
  transform: rotateY(0deg);
}
.customdropdown .dropdown-menu .dropdown-item:hover img {
  transform: rotateY(180deg);
}
.customdropdown .dropdown-menu .dropdown-item:hover, .inner-page-scheme .customdropdown .dropdown-menu .dropdown-item:focus {
  color: #fc9633;
  background-color: transparent;
}
.scheme-youth {
  border-radius: 5px;
  font-size: 14px;
  height: 45px;
}
.scheme-youth:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
  border: 1px solid #ced4da;
}
.youth-d-grid {
  padding: 0px 20px;
  display: block;
  border-radius: 5px;
  width: 100%;
  height: 46px;
  color: #fff;
  font-size: 16px;
  background-color: #60b420;
  border: 0px;
  margin-top: 28px;
  transition: linear 0.2s;
}
.youth-d-grid:hover {
  transform: scale(1.10);
  box-shadow: 0px 8px 40px #b9b9b9;
}
.youth-d-grid > img {
  height: 15px;
}
.grid {
  position: relative;
  clear: both;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  z-index: 1;
  border: 5px solid rgb(255 255 255);
  box-shadow: rgb(50 50 93 / 51%) 0px 30px 40px -20px, rgb(0 0 0 / 65%) 0px 20px 30px -30px;
  border-radius: 10px;
  overflow: hidden;
}
.grid > h2 {
  color: #681484;
  font-size: 23px;
  text-align: center;
  margin: 0px;
  font-weight: 700;
  background: #ffffff;
  padding: 15px 5px;
  height: 60px;
  /* text-transform: uppercase; */
}
.grid figure {
  position: relative;
  overflow: hidden;
  min-width: 100%;
  max-width: 100%;
  max-height: 260px;
  width: 100%;
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
  margin: 0px;
}
.grid figure figcaption, .grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*---------------*/
/***** Ming *****/
/*---------------*/
figure.effect-ming {
  background: transparent;
}
figure.effect-ming img {
 
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.effect-ming figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid rgb(255 255 255 / 55%);
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1);
}
figure.effect-ming h2 {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
figure.effect-ming p {
  padding: 1em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  position: absolute;
  right: 0px;
  left: 0px;
  top: 45%;
  margin: auto;
    text-align: center;
}
figure.effect-ming p span {
  color: #fff;
  background: #ff5400;
  padding: 8px 20px;
  border-radius: 5px;
}
figure.effect-ming:hover h2 {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
figure.effect-ming:hover figcaption::before, figure.effect-ming:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
figure.effect-ming:hover figcaption {
  background-color: rgba(58, 52, 42, 0);
}
figure.effect-ming:hover img {
  opacity: 0.4;
}
.gov-logo {
  margin: auto;
  text-align: center;
  padding-bottom: 20px;
  display: block;
}
.gov-logo > img {
  height: 40px;
}
.youth-schemes {
  font-size: 16px;
  margin-top: 3px;
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding-bottom: 14px;
}
.about-photo-grid {
  background-color: #f3f3f3;
  padding: 16px;
  padding-bottom: 5px;
}
.about-photo-grid > img {
  margin: auto;
  display: block;
  width: 100%;
  border: 1px solid #997a79;
  background-color: #997a79;
}
.about-photo-grid > h3 {
  background: #f3f3f3;
  padding: 10px 10px;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  font-weight: 700;
  /* height: 86px; */
  line-height: normal;
  color: #662200;
}
.about-photo-grid > h3 > span {
  font-size: 12px;
  display: block;
  margin-top: 3px;
  font-weight: 500;
}
.modal-check-eligiblity {
  padding: 40px;
}
.modal-check-eligiblity > h5 {}
.modal-check-eligiblity > h5 > img {
  width: 100px;
  margin: auto;
  display: block;
}
.modal-check-eligiblity > h5 > span {
  display: block;
  text-align: center;
  color: #00ba00;
  font-size: 30px;
  font-weight: 800;
  margin-top: 5px;
}
.modal-check-eligiblity > p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 24px;
  text-align: justify;
}
.modal-check-eligiblity > p > i {
  color: #ffb73a;
  font-size: 40px;
  padding: 12px 0px;
}
.modal-check-eligiblity > p > .form-check-label {
  margin: 0px 8px;
  font-size: 15px;
}
.btn-check-eligiblity-close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 99;
}
.applyfor-scheme {
  display: inline-block;
  padding: 10px 40px;
  font-size: 16px;
  margin-top: 20px;
}
.profile-left-menu {
  background: #160c40;
  padding: 30px;
  border-radius: 10px;
}
.profile-left-menu > li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid rgb(204 204 204 / 25%);
}
.profile-left-menu > li:last-child {
  border-bottom: 0;
}
.profile-left-menu > li > a {
  color: #dbdbdb;
  padding: 10px 10px;
  display: block;
  border-radius: 5px;
}
.profile-left-menu > li > i {
  float: left;
  padding: 11px;
  color: #fff;
}
.profile-left-menu > li > a > i {
  float: right;
  padding: 3px;
}
.profile-left-menu > li > a:hover {
  color: #ff884d;
}
.profile-right-text {
  background: #f7f7f7;
  width: 100%;
  height: 500px;
  border-radius: 10px;
  padding: 20px;
}
.profile-right-text p {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: normal;
}
.avatar-upload {
  position: relative;
  max-width: 195px;
  float: left;
  margin-right: 40px;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: "FontAwesome";
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 152px;
  height: 152px;
  position: relative;
  border-radius: 100%;
  border: 1px solid #a7a7a7;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.road-map-main {
  margin: 50px 0 51px;
}
.road-map-main .road-map-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 126px;
}
.road-map-main .road-map-wrapper::before {
  content: "";
  width: 100%;
  clear: both;
  display: block;
}
.road-map-main .road-map-wrapper::after {
  content: "";
  width: 100%;
  clear: both;
  display: block;
}
.road-map-main .road-map-wrapper .road-map-circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #76a90c;
  border-right-color: #76a90c;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.road-map-main .road-map-wrapper .road-map-circle .road-map-circle-text {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 30px;
  border: 2px solid #73a50c;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
  color: rgb(74 74 74 / 58%);
  box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 13%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
}
.road-map-main .road-map-wrapper .road-map-card {
  width: 39%;
  padding: 10px 20px;
  /* z-index: 1; */
  position: absolute;
  right: 0;
  border-radius: 10px;
  background-color: #fbfdf7;
  top: 0px;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: left;
  border: 1px solid #76a90c;
}
.road-map-main .road-map-wrapper .road-map-card::before {
  display: none;
}
.road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card::before {
  right: 0px;
  left: inherit;
}
.road-map-main .road-map-wrapper .road-map-card .card-head {
  font-size: 20px;
  /* font-weight: 600; */
  text-transform: capitalize;
  /* margin: 0 0 17px; */
  color: #fff;
  /* position: absolute; */
  width: 70px;
  /* background: #ffffff; */
  height: 70px;
  border-radius: 100px;
  padding: 0px 0px;
  /* top: -55px; */
  /* border: 2px solid rgb(196 196 196); */
  /* left: -30px; */
  /* box-shadow: 0px 3px 10px rgb(0 0 0 / 30%); */
}
.road-map-main .road-map-wrapper .road-map-card .card-head img {
  width: 100%;
}
.menu_toggler {
  display: none;
}
.road-map-main .road-map-wrapper .road-map-card .card-text {
  /* margin: 0; */
  /* display: -webkit-box; */
  /* -webkit-line-clamp: 5; */
  /* -webkit-box-orient: vertical; */
  overflow: hidden;
  padding-left: 10px;
  width: 86%;
  padding-right: 0px;
  font-size: 17px;
  font-weight: 600;
  color: #000;
}
.road-map-main .road-map-wrapper:nth-of-type(even) .road-map-circle {
  border-bottom-color: #76a90c;
  border-left-color: #76a90c;
  border-top-color: transparent;
  border-right-color: transparent;
}
.road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card {
  left: 0;
}
.road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card::before {
  right: -15%;
  left: unset;
}
.olcards, .olcards * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.olcards {
  list-style: none;
  counter-reset: cardCount;
  display: flex;
  flex-direction: column;
  --cardsGap: 1rem;
  gap: var(--cardsGap);
  padding-bottom: var(--cardsGap);
  margin-top: 3rem;
}
.olcards li {
  counter-increment: cardCount;
  display: flex;
  color: white;
  --labelOffset: 1rem;
  --arrowClipSize: 1.5rem;
  margin-top: var(--labelOffset);
}
.olcards li::before {
  content: counter(cardCount, decimal-leading-zero);
  background: #f1f0f0;
  color: #555555;
  font-size: 24px;
  font-weight: 700;
  transform: translateY(calc(-1 * var(--labelOffset)));
  margin-right: calc(-1 * var(--labelOffset));
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 11px;
}
.olcards li .content {
  background-color: #555555;
  --inlinePadding: 1em;
  --boxPadding: 0.5em;
  display: grid;
  padding: var(--boxPadding) calc(var(--inlinePadding) + var(--arrowClipSize)) var(--boxPadding) calc(var(--inlinePadding) + var(--labelOffset));
  grid-template-areas:
    "icon title"
    "icon text";
  gap: 0px;
  clip-path: polygon(0 0, calc(100% - var(--arrowClipSize)) 0, 100% 50%, calc(100% - var(--arrowClipSize)) 100%, calc(100% - var(--arrowClipSize)) calc(100% + var(--cardsGap)), 0 calc(100% + var(--cardsGap)));
  position: relative;
}
.olcards li .content::before {
  content: "";
  position: absolute;
  width: var(--labelOffset);
  height: var(--labelOffset);
  background: #555555;
  left: 0;
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  filter: brightness(0.75);
}
.olcards li .content::after {
  content: "";
  position: absolute;
  height: var(--cardsGap);
  width: var(--cardsGap);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), transparent 50%);
  left: 0;
  top: 100%;
}
.olcards li .content .title {
  grid-area: title;
  font-size: 18px;
  font-weight: 500;
}
.youth-welfare {
  /* width: min(400px, 100% - 2rem); */
  margin-inline: auto;
  list-style: none;
  display: grid;
  /* font-family: system-ui, sans-serif; */
  color: #fff;
  counter-reset: liCount;
  margin: 0px;
  padding: 0px;
}
.youth-welfare > li {
  --number-size: 3rem;
  --padding-inline: 2.5rem;
  --padding-block: 1rem;
  padding: var(--padding-block) var(--padding-inline);
  background-color: var(--accent-color);
  display: grid;
  grid-template-columns: auto 1fr;
  grid-auto-flow: dense;
  align-items: center;
  gap: calc(0.1rem + var(--padding-block));
  border-radius: 1vmax;
/*  box-shadow: inset 0.15rem 0.15rem hsl(0deg 0% 0% / 11%), inset 0.5rem 0.5rem 1rem hsl(0deg 0% 0% / 31%), inset -0.15rem -0.15rem hsl(0deg 0% 100% / 65%);*/
  position: relative;
  isolation: isolate;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  counter-increment: liCount;
  background-color: transparent;
  border: 1px solid #d9d9d9;
  color: #160c40;
}
.youth-welfare > li::before {
  content: counter(liCount);
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 100vmax;
  background-color: #069139;
  /* box-shadow: inset 0.05rem 0.05rem hsl(0 0% 100% / 0.75),

     0.25rem 0.25rem 0.5rem hsl(0 0% 0% / 0.5),

     inset -0.05rem -0.05rem hsl(0 0% 0% / 0.125); */
  color: #000;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.youth-welfare > li::after {
  content: "";
  position: absolute;
  z-index: -1;
  --size: calc(var(--number-size) + var(--padding-block) * 4);
  width: var(--size);
  aspect-ratio: 1;
  inset-block-start: calc(var(--padding-block) * -1);
  --inset-inline: calc(var(--padding-inline) - var(--padding-block) * 2);
  inset-inline: var(--inset-inline) auto;
  border-radius: 100vmax;
}
/* .youth-welfare > li:nth-child(even) {

    grid-template-columns: 1fr auto;

   }

   

   .youth-welfare > li:nth-child(even)::before {

    grid-column: 2;

   }

   

   .youth-welfare > li:nth-child(even)::after {

    inset-inline: auto var(--inset-inline);

   } */
.box-tab {
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.box-tab .effect {
  position: relative;
  overflow: hidden;
  max-height: 240px;
  max-width: 100%;
  background: #160c40;
  text-align: center;
  cursor: pointer;
}
.box-tab .effect .tab-text {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box-tab .tab-text h2 {
  padding: 15px 15px;
  font-size: 16px;
  text-align: center;
  background: rgb(22 12 64);
  color: #fff;
/*
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
*/
}
.box-tab .effect img {
  transition: linear 0.1s;
}
.box-tab:hover img {
  opacity: .7;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0) scale(1.1, 1.1);
}
.thoughts-grid {
  background-color: #fbfbfb;
  border: 1px solid #eee;
  margin-top: 2rem;
  padding: 30px;
}
.thoughts-grid h3 {
  font-size: 20px;
  font-weight: 700;
}
.thoughts-grid ul {
  display: flex;
  margin: 0px 0px;
  padding: 0px;
  margin-bottom: 0px;
}
.thoughts-grid ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.thoughts-grid ul li:last-child {
  padding: 10px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}
.thoughts-grid ul li img {
  border-radius: 100px;
  padding: 10px 10px;
}
.thoughts-grid ul li span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #838383;
  text-transform: capitalize;
}
.thoughts-grid p {
  margin-left: 5rem;
}



.replythoughts-grid {
  background-color: #ffffff;
  border: 1px solid #eee;
  margin-left: 5rem;
  padding: 20px 20px;
  border-radius: 5px;
}
.replythoughts-grid > h3 {
  font-size: 20px;
  font-weight: 700;
}
.replythoughts-grid > ul {
  display: flex;
  margin: 0px 0px;
  padding: 0px;
  margin-bottom: 0px;
}
.replythoughts-grid > ul > li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.replythoughts-grid > ul > li:last-child {
  padding: 10px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}
.replythoughts-grid > ul > li > img {
  border-radius: 100px;
  padding: 10px 10px;
}
.replythoughts-grid > ul > li > span {
  display: block;
  font-size: 15px;
  font-weight: 500;
}
.replythoughts-grid > p {
  margin-left: 5rem;
}




















.thought-form {
  padding: 3rem 3rem;
}
.thought-form > h2 {
  font-size: 26px;
}
.thought-form > p {}
.comment-form > input[type="checkbox"] {
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 0px;
  padding: initial;
  border: initial;
  position: relative;
  top: 1px;
}
.form-floating > label {
  font-size: 14px !important;
}
.comment-form > label {
  font-size: 15px;
}
#myBtn {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 100px;
  font-size: 16px;
  padding: 4px 20px;
  font-weight: 500;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#myBtn:hover, #myBtn:focus {
  color: #fff;
  background: #5F60E7;
  border-color: #5F60E7;
}
#more {
  display: none;
}
.previous-next-btn {
  color: #fff;
  font-size: 18px;
  padding: 6px 30px;
  display: inline-block;
  margin-bottom: 4rem;
  background: #76a90c;
  line-height: normal;
  border-radius: 100px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.previous-next-btn:hover {
  color: #fff;
  background: #659503;
}
.img-full-title {
  position: absolute;
  background: #e3751e;
  color: #fff;
  padding: 5px 14px;
  font-size: 16px;
  margin-top: -36px;
}
.img-full-title > span {}



.card-img-forum {
    border-radius: 8px;
    margin-bottom: 1rem;
    margin-top: 3rem;
}
.forum-title {
    font-weight: 700;
    font-size: 20px;
    padding: 15px 0px;
    margin-bottom: 0px;
    border: none;
}
.forum-text {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #000;
  line-height: 25px;
}

.btn-forum {
  background: #ff5400;
  font-size: 14px;
  border-radius: 5px;
  padding: 10px 25px;
  font-weight: 400;
  border: none;
  margin-top: 10px;
  display: inline-block;
  color: #fff;
}
.btn-forum:hover {
  color: #fff;
  background: #5F60E7;
}

.address-logo{

}
.address-logo > img{
  width: 100%;
}

.Schemesearch-results {
  position: absolute;
  width: 81%;
  background-color: #f9f9f9;
  padding: 0px;
  border-top: 1px solid #e7e5e5;
  border-bottom: 1px solid #e7e5e5;
  margin-top: 8px;
  max-height: 350px;
  overflow: auto;
}


.Schemesearch-results > li {
  list-style: none;
  border: 1px solid #e7e5e5;
  margin: 0px 0px;
  border-top: 0px;
}
.Schemesearch-results > li > a {
  padding: 5px 16px;
  color: #000;
  display: block;
  line-height: normal;
	    font-size: 13px;
}





.Schemesearch-results-inner {
    position: absolute;
    width: 100%;
    background-color: #f9f9f9;
    padding: 0px;
    border-top: 1px solid #e7e5e5;
    border-bottom: 1px solid #e7e5e5;
    margin-top: 40px;
    max-height: 350px;
    overflow: auto;
    z-index: 9;
    left: 2px;
}

.Schemesearch-results-inner > li {
  list-style: none;
  border: 1px solid #e7e5e5;
  margin: 0px 0px;
  border-top: 0px;
}
.Schemesearch-results-inner > li > a {
  padding: 5px 16px;
  color: #000;
  display: block;
  line-height: normal;
	    font-size: 13px;
}


.discussion_topics{
  font-size: 14px;
  border-radius: 5px;
  padding: 10px 25px;
  font-weight: 400;
  border: none;

}
.discussion_topics:hover{
  color: #fff;
  background-color: #ff5400;
  border-color: #ff5400;
}








.video-play-button {
  position: absolute;
  z-index: 10;
  bottom: -60px;
  right: 0px;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #ff5400;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #ff5400;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#ff5400, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  top: 7px;
  left: 5px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-play-banner {
  bottom: -110px;
  right: -60px;
  left: 0px;
  margin: auto;
}

.mobile-video-play-button{
  display: none;
}
.modal {
  background-color: rgb(0 0 0 / 86%);
}
.modal-body {
  padding: 0px;
  background-color: transparent;
}
.modal-content {
  background-color: transparent;
}

.btn-close {
  border-radius: 100px;
  opacity: .9;
  position: absolute;
  background-color: #fff;
  right: 10px;
  padding: 6px;
  top: 10px;
  z-index: 99;
}

.video-box {
  overflow: hidden;
  width: 100%;
  height: 201px;
  border: 1px solid #979797;
  background: #000000;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 40px -20px, rgba(0, 0, 0, 0.3) 0px 20px 30px -30px;
}
.video-box > iframe {
  width: 100%;
  height: 201px;
}

.owl-carousel .owl-stage-outer {
  padding-bottom: 4rem;
}

.tag_recentpost{
  position: relative;
}
.relatedpost {
  border-bottom: 1px solid rgb(204 204 204 / 43%);
  padding-bottom: 18px;
}

.tag_recentpost > small {
  color: #7a7a7a;
  font-size: 12px;
  margin-top: 8px;
}

.tag_recentpost > small > i{

}
.tag_recentpost > p {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px;
  font-weight: 600;
}

.alert-warning {
  color: #000000;
  background-color: #ffc5a9;
  border-color: #fdc9b0;
}

.alert {
  position: relative;
  padding: 10px 10px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 10px;
  margin-top: 1rem;
}
/*anujgupta07-07-2023*/

/*Tauheed 01-12-2023*/
.left-img-srl {
    position: absolute;
    bottom: -185px;
    height: 430px;
}
.rsl-registration-inner-page-bg{
  background-color: #fff;
}

.rsl-about-registration{
  background: url(../img/UPRSL-Logo-bg.png) no-repeat 45% 19%;
  background-size: 35%;
  
}
.rsl-back-brn {
    width: 40%;
    font-size: 20px;
    padding: 18px;
    margin: 60px;
}
.rsl-bg-inner-registration {
    background-color: #ee7745;
    padding: 0px;
    color: #fff;
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}
.rsl-btn.btn.btn-primary {
    background: #eaeaea;
    border: none;
    font-size: 16px!important;
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 5px 10px;
}

.rsl-btn.btn.btn-primary span {
    line-height: 0;
    margin: auto;
    margin-bottom: 24px;
}

.rsl-btn-home.btn.btn-primary {
    background: #eaeaea;
    border: none;
    font-size: 16px!important;
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 5px 10px;
}

.rsl-btn-home.btn.btn-primary span {
    line-height: 0;
    margin: auto;
    margin-bottom: 24px;
}

#blink {
    padding: 7px 12px !important;
    color: #fff !important;
    font-size: 13px !important;
    line-height: normal !important;
    display: inline-block;
    /* height: 28px; */
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-left: 3px;
    animation: blinking 1s infinite;
    border-radius: 7px;
}

 @keyframes blinking {
        0% {
          background-color: #5F60E7;
          
        }
        100% {
          background-color: #ff5400;
          
        }
      }
.azadi-logo-rsl {
    position: relative;
    width: 45%;
    padding: 17px 0px;
    float: right;
    border-radius: 7px;
}

.appstore-grid{

}
.appstore-grid a {
  display: block;
  margin-top: 16px;
}
.appstore-grid a img{
  
}
.qr-code-text{
text-align: center;
}
.qr-code-text span {
  display: block;
  color: #000;
  font-weight: 600;
  width: 220px;
  font-size: 16px;
  margin: auto;
  margin-top: 10px;
}
.qr-code-text img{

}
.mobile-app {
  position: absolute;
  bottom: -125px;
  height: 500px;
}

.job-img {
  width: 100%; 
  height: auto; 
  max-height: 200px;
  margin-bottom: 20px;
}
.employ-card-grid {
  min-height: 180px;
  display: flex;
  background-color: #f4f4f4;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  padding: 1rem 1.5rem;
  border: 2px solid #e8e7e7;
  border-radius: 5px;
  flex-direction: column;
}
.employ-card-grid a {
  display: block;
  transition: .5s;
}
.employ-card-grid a:hover{
  transform: scale(1.1);
}
.employ-card-grid a .job-img {
  min-height: 23px;
  width: auto;
  max-height: 65px;
}
.employ-card-grid h3 {
  font-size: 16px;
  margin: 0;
  line-height: normal;
}