
:root{
    --black: #000;
    --white: #fff;
    --yellow: #ecc841;
    --transparent: #0000;
    --theme-color:#ff7068;
    --sky-light:#cbe5f1;
    --text-black:#2b2b2b;
    --dark-blue:#048ed7;
    --mustrd:#e79951;
    --green:#33a796;

    --box-shadow:0 0 12px #000;
}

ul{
    padding: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6,a button,p,label {
    color:#4A4A4A;
}

body{
  font-family: "Jost", sans-serif;
}
img{
    width: 100%;
}
button:focus{
    outline: 0;
    border: none;
    outline: none;
    box-shadow: none;
}
button:focus:not(:focus-visible) {
    outline: 0;
    border: none;
     box-shadow: none;
}


/*header*/


.navbar-toggler-icon i {
    font-size: 26px;
}
.dep-logo img {
    width: 100%;
    max-width: 110px;
}
.Yog-text {
    color: #d7645f;
    font-weight: 600;
    font-size: 25px;
    position: relative;
    padding-right: 20px;
}
.Yog-text:hover {
	color: #E85959;
}
.links-main i {
    font-size: 18px;
    padding-right: 10px;
}

.logo-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background:#f7f5ed;
}
.dep-logo {
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.logo-cnt {
    margin: 0;
    font-size: 30px;
    color: #363636;
    font-weight: 600;
}
.mobile-view{
    display: none !important;
}

.Home-links {
    display: flex !important;
    justify-content: center;
    background: #d06862;
    box-shadow: 4px 3px 10px #959595;
}
.links-main{
	color:#fff;
	font-weight: 500;
	font-size: 18px;
	padding: 10px 15px !important;
}

.links-main:hover, .links-main:focus {
	color:#fff;
}
.yog-btn {
    background: #E85959;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    margin: 0 20px;
}
.yog-btn:hover {
	color:#fff;
}

.user-icon i {
    font-size: 30px;
    color: #000;
}
.user-icon {
    display: flex;
    align-items: center;
    padding: 0 10px;
    position: relative;
}
.user-icon:before {
    content: '';
    width: 2px;
    height: 50px;
    background-color: #545353;
    left: 0;
    top: 0;
    position: absolute;
}

.top-header {
    border-bottom: 1px solid #eee;
}
.Yog-text img {
    max-width: 80px;
}

/*toggle*/

.switch-lan {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch-lan input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-lan .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d1858c94;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch-lan .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #df5f5c;
}

input:focus + .slider {
  box-shadow: 0 0 1px #df5f5c;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.switch-lan .slider.round {
  border-radius: 34px;
}

.switch-lan .slider.round:before {
  border-radius: 50%;
}

.lan-toggle {
    display: flex;
    align-items: center;
}
.lan-text {
    padding: 10px;
    font-weight: 500;
    color: #565555;
}

/*First Section Start*/

.sec-padding {
    padding: 40px 0;
    background: #FAFAFA;
}
.page-active {
    color: #4A4A4A;
}
.page-a {
    padding-right: 13px;
    position: relative;
}
.page-a:after {
    content: '/';
    font-size: 14px;
    color: #4A4A4A;
    position: absolute;
    right: 0;
    top: 0;

}
.help-div {
    background: #42aaa2;
    padding: 30px 40px;
    border-radius: 10px;
}
.help-div .hding, .p-cont {
    color: #fff;
}
.query-div {
    padding: 0px 20px;
}
.hding {
    text-transform: capitalize;
}
.small-hding {
    font-weight: 700;
    margin-top: 26px;
}
.p-cont {
    color: #090A0A;
}
.arrow-spn img {
    width: 100%;
    max-width: 25px;
}
.query-li {
    background: #fff;
    padding: 30px 20px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
    display: block;
}
.query-icon {
    padding-right: 20px;
    min-width: 70px;
}
.query-icon img {
    width: 100%;
    max-width: 50px;
}
.querry-hding {
    color: #4A4A4A;
}
.arrow-spn {
    position: relative;
    margin-top: 10px;
    display: flex;
    justify-content: end;
}


/*grievance form*/

.grie-form{
    padding: 50px;
    border-radius: 10px;
    background-color: #fff;
    border:1px solid #eee;
}
.grie-form label {
    font-weight: 500;
}
.p-info {
    font-style: italic;
    font-size: 14px;
}
.submit, .submit:hover{
    background-color:#0267AF;   
    color: #fff;
}
.con-list {
    margin-bottom: 10px;
    box-shadow: 0 0 10px #d5d3d3;
    border-radius: 10px;
}
.con-img img {
    width: 100%;
    max-width: 70px;
}
.con-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.search-inp{
    width: 100%;
    padding: 10px;
    border-radius: 2px;
    border:1px solid #eee;
    position: relative;
}
.search-inp:after{
    content:"\f002";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 14px;
    color:#4A4A4A;
}
.next-arrow {
    width: 100%;
    max-width: 80px;
}
.con-ul {
    padding: 0 20px;
}
.faq-list {
    border-bottom: 1px solid #D9DBE9;
    font-size: 18px;
    text-transform: uppercase;
    background: #0000;
}


/*according*/
.accordion-button::after {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    margin-left: auto;
    content: "";
    background-image: url("../img/next-arrow.png");
    background-repeat: no-repeat;
    background-size: 3rem;
    transition: transform .2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("../img/next-arrow2.png");
    transform: none;
}
#gen-inner .accordion-button::after {
  background-image: url("../img/acc-2.png");
  transition: all 0.5s;
}
#gen-inner .accordion-button:not(.collapsed)::after {
  background-image: url("../img/acc-1.png");
}
#gen-inner .accordion-button::after {
  transition: all 0.5s;
}
#gen-inner .accordion-button::after {
    width: 2rem;
    height: 2rem;
    background-size: 2rem;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    border-bottom: 1px solid #eee;
}
.accordion-button:not(.collapsed) {
    color: #4A4A4A;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    font-weight: bold;
    background-color: #0000;
}
.accordion-item {
    border: none;
    background-color: #0000;
}
#gen-inner {
    background: #fff;
}


/*login*/


.yog-login.wrapper{
  overflow: hidden;
  max-width: 390px;
  background: #42aaa2;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0px 15px 20px rgba(0,0,0,0.1);
  margin: auto  ;
}
.yog-login .title-text{
  display: flex;
  width: 100%;
}
.yog-login .title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
    background: -webkit-linear-gradient(left, #df5f5c, #df5f5c, #797772, #5d5d5d);
    border-radius: 15px;
    padding: 10px 40px;
    margin: 0 auto 10px;
}
.yog-login .slide-controls{
  position: relative;
  display: flex;
  height: 50px;
  width: 100%;
  overflow: hidden;
  margin: 30px 0 10px 0;
  justify-content: space-between;
  border: 1px solid lightgrey;
  border-radius: 15px;
}
.yog-login .slide-controls .slide{
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.6s ease;
}
.yog-login .slide-controls label.signup{
  color: #000;
}
.yog-login .slider-tab{
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  z-index: 0;
  border-radius: 15px;
  background: -webkit-linear-gradient(left, #df5f5c, #df5f5c, #797772, #5d5d5d);
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.yog-login input[type="radio"]{
  display: none;
}
#signup:checked ~ .slider-tab{
  left: 50%;
}
#signup:checked ~ label.signup{
  color: #fff;
  cursor: default;
  user-select: none;
}
#signup:checked ~ label.login{
  color: #fff;
}
#login:checked ~ label.signup{
  color: #fff;
}
#login:checked ~ label.login{
  cursor: default;
  user-select: none;
}
.yog-login .form-container{
  width: 100%;
  overflow: hidden;
}
.yog-login .form-inner{
  display: flex;
  width: 200%;
}
.yog-login .form-inner form{
  width: 50%;
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.yog-login form .field{
  height: 40px;
  width: 100%;
  margin-top: 15px;
  padding-top: 0;
}
.yog-login form .field input{
  height: 100%;
  width: 100%;
  outline: none;
  padding-left: 15px;
  border-radius: 8px;
  border: 1px solid lightgrey;
  border-bottom-width: 2px;
  font-size: 17px;
  transition: all 0.3s ease;
}
.yog-login form .field input:focus{
  border-color: #1a75ff;
  /* box-shadow: inset 0 0 3px #fb6aae; */
}
.yog-loginform .field input::placeholder{
  color: #999;
  transition: all 0.3s ease;
}
.yog-login .field input:focus::placeholder{
  color: #1a75ff;
}
.yog-login form .pass-link {
    margin-top: 15px;
    text-align: center;
}
input.login-btn {
    color: #fff;
    position: relative;
    background: transparent;
    border: none !important;
    box-shadow: none;
    padding-top: 5px;
}
.yog-login form .signup-link{
  text-align: center;
  margin-top: 20px;
      color: #fff;
}
.yog-login form .pass-link a,
.yog-login form .signup-link a{
  color: #fff;
  text-decoration: none;
}
.yog-login form .pass-link a:hover,
.yog-login form .signup-link a:hover{
  text-decoration: underline;
}
.yog-login .btn{
  height: 50px;
  width: 100%;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.yog-login .btn .btn-layer{
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  background: -webkit-linear-gradient(left, #df5f5c, #df5f5c, #797772, #5d5d5d);
  border-radius: 15px;
  transition: all 0.4s ease;;
}
.yog-login .btn:hover .btn-layer{
  left: 0;
}
.yog-login .btn input[type="submit"]{
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  padding-left: 0;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}
.login-div {
    padding-top: 40px;
    height: 100vh;
}

/*registration*/

.form-box {
    box-shadow: 0 0 13px #c96b6480;
    border-radius: 10px;
}
.vec-img {
    background: #4c96d9;
    padding: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reg-form {
    padding: 20px 10px;
}
.reg-form .form-control {
    margin-bottom: 10px;
}
.img-reg {
    max-width: 450px;
}
.submit-btn, .submit-btn:hover  {
    padding: 5px 40px;
    background: #5b94d7;
    font-size: 18px;
    color: #fff;
}
.reg-butoon {
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: center;
}
.reg-butoon .form-check label{
    font-size: 20px;
    font-weight: 500;
}

.logo-div-Logout {
    padding: 10px 0;
    text-align:right;
}
    .logo-div-Logout .lan-text {
        color: #d06862;
    }