html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}
/*fonts*/
html,body{
    scroll-behavior: smooth;
}
#wrapper{
  min-width: 100%;
  min-height: 100%;
}
.container{
  width: 1470px;
  margin: 0 auto;
  padding: 0 15px;
}
body{
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #000;
}
ul{
  list-style: none;
}
a{
  color: #f07b22;
  text-decoration: none;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  font-weight: 500;
}
a:focus,
a:hover{
  outline: none;
  color: #031951;
}
img{
  display: block;
  max-width: 100%;
}
h1,.h1{
  font-family: "Alfa Slab One", serif;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 400;
}
h2{
  font-family: "Alfa Slab One", serif;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 400;
}
h2 b{
  font-weight: bold;
}
h3{
  font-family: "Alfa Slab One", serif;
  font-size: 30px;
  line-height: 1.2;
}
h4{
  font-size: 20px;
}
h5{
  font-size: 18px;
}
h5{
  font-size: 15px;
}
.btn {
  background: #fff;
  color: #f07b22;
  cursor: pointer;
  border: 1px solid #f07b22;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px;
  line-height: 52px;
  text-align: center;
  border-radius: 6px;
  font-weight: 600;
  min-width: 150px;
  text-transform: capitalize;
}
.nt_nav .btn.active,
.btn:hover{
  background: #f07b22;
  border-color: #f07b22;
  color: #fff;
}
.btn2{
  background: #f07b22;
  color: #fff;
}
.btn2:hover{
  background: #fff;
  color: #f07b22;
}
.form_group {
  margin-bottom: 10px;
}
.form_control {
  width: 100%;
  display: block;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  height: 54px;
  padding: 0 20px;
  font-family: "Geist", sans-serif;
  font-size: 16px;
  line-height: 52px;
  font-weight: 400;
  color: #000;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.form_group label{
  font-size: 15px;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
.form_control:focus{
  outline: none;
  border: 1px solid #f07b22;
}
.form_control.btn{
  min-width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  max-width: 110px;
  border-radius: 0;
}
.form_row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.w_50{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.w_100{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.input_group .form_control:focus,
.form_control:focus{
  outline: none;
  border-color: #f07b22;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #717171;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #717171;
  -moz-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #717171;
  -ms-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
:-moz-placeholder { /* Firefox 18- */
  color: #717171;
  -moz-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

.form_control:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: transparent;
}
.form_control:focus::-moz-placeholder { /* Firefox 19+ */
  color: transparent;
}
.form_control:focus:-ms-input-placeholder { /* IE 10+ */
  color: transparent;
}
.form_control:focus:-moz-placeholder { /* Firefox 18- */
  color: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type=number]{
    -moz-appearance: textfield;
}
label.error {
    display: none !important;
}
.form_control.error{
  border-color: red !important;
  color: red;
}
label.error{
  display: none !important;
}
.form_control.error::-webkit-input-placeholder{
  color: red;
}
.form_control.error::-moz-placeholder{
  color: red;
}
.form_control.error:-ms-input-placeholder{
  color: red;
}
.form_control.error::-ms-input-placeholder{
  color: red;
}
.form_control.error::placeholder{
  color: red;
}
textarea.form_control{
  height: 162px;
  resize: none;
}

/*menu toggle*/
.menu_toggle {
  position: relative;
  display:  inline-block;
  width: 30px;
  height: 30px;
  margin: 0 0 0 20px;
  display: none;
}
.menu_toggle span {
  margin: 0 auto;
  position: relative;
  top: 15px;
}
.menu_toggle span:before, .menu_toggle span:after {
  position: absolute;
  content: '';
}
.menu_toggle span, .menu_toggle span:before, .menu_toggle span:after {
  width: 100%;
  height: 2px;
  background-color: #f07b22;
  display: block;
}
.menu_toggle span:before {
  margin-top: 10px;
}
.menu_toggle span:after {
  margin-top: -10px;
}
/* --- btn --- */
.menu_toggle span {
  -webkit-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s;
  -webkit-transition-delay: 0.2s; -o-transition-delay: 0.2s; transition-delay: 0.2s;
}
.menu_toggle.active span {
  background-color: rgba(0,0,0,0.0);
  -webkit-transition-delay: 0.2s; -o-transition-delay: 0.2s; transition-delay: 0.2s;
}


.menu_toggle span:before {
  -webkit-transition-property: margin, -webkit-transform; transition-property: margin, -webkit-transform; -o-transition-property: margin, transform; transition-property: margin, transform; transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s; -o-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
}
.menu_toggle.active span:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s; -o-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}
.menu_toggle span:after {
  -webkit-transition-property: margin, -webkit-transform; transition-property: margin, -webkit-transform; -o-transition-property: margin, transform; transition-property: margin, transform; transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s; -o-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
}
.menu_toggle.active span:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s; -o-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}
.slick-dots li button:before {
  font-size: 50px;
  opacity: 1;
  color: #fff;
}
.slick-dots li.slick-active button:before {
  font-size: 50px;
  opacity: 1;
  color: #0a238b;
}
.slick-arrow {
  width: 30px;
  height: 30px;
  background: url(../images/chevron_lft.png) no-repeat center !important;
  z-index: 99;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(calc(50% - 50px));
      -ms-transform: translateX(calc(50% - 50px));
          transform: translateX(calc(50% - 50px));
  top: auto;
  bottom: -60px;
}
.slick-next {
  background-image: url(../images/chevron_right.png) !important;
  -webkit-transform: translateX(calc(50% - 10px));
      -ms-transform: translateX(calc(50% - 10px));
          transform: translateX(calc(50% - 10px));
}
.slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.slick-prev:before, .slick-next:before{
  display: none;
}
.mobile_nav{
  display: none;
}
header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 99;
  border-bottom: 1px solid #cdcdcc;
}
.dropdown2:after,
.dropdown:after {
  content: url(../images/arrow_black.png);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.banner_slider{
  height: 750px;
  background: #f07b22;
  color: #fff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  overflow: hidden;
}
.banner_img{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.banner_img img{
  width: 100%;
  height: 100%;
  max-width: 100%;
  opacity: 1 !important;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.banner_img [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-transition: all 0.5s ease-in-out 0.3s;
  -o-transition: all 0.5s ease-in-out 0.3s;
  transition: all 0.5s ease-in-out 0.3s;
}
/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
}

.zoomInImage {
  -webkit-animation-name: zoomInImage;
          animation-name: zoomInImage;
  -webkit-animation-direction: revert;
          animation-direction: revert;
}

@-webkit-keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
          animation-name: zoomOutImage;
  -webkit-animation-direction: revert;
          animation-direction: revert;
}
b{
  font-weight: 700;
}
.dropdown_menu{
  z-index: 999;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  max-width: none;
  background: #fff;
  border-radius: 0;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 18px, 0);
          transform: translate3d(0, 18px, 0);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
.dropdown_menu li{
  margin: 0;
  padding: 0 !important;
}
.dropdown_menu li a{
  padding: 15px 20px;
  height: auto;
  color: #000;
  text-align: left;
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  border-radius: 0;
  background: none;
  min-height: auto !important;
  text-transform: capitalize;
}
.dropdown_menu li + li{
  border-top: 1px solid #c2c2c5;
}
.dropdown_menu li a:before{
  display: none !important;
}
.dropdown_menu li:hover > a{
  background: #fff;
  color: #000;
}
.dropdown_menu .dropdown2:after,
.dropdown_menu .dropdown:after{
  content: url(../images/arrow_black.png);
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  top: 50%;
  right: 15px;
}
.dropdown_menu li a:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: #05247b;
  display: block;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.dropdown_menu li:hover > a:before{
  width: 5px;
}

.dropdown_menu .dropdown2:hover:after,
.dropdown_menu .dropdown:hover:after{
  content: url(../images/arrow.png) !important;
}
.dropdown_menu li a:hover{
  background: #f07b22;
  color: #fff;
}
.dropdown_menu li a span{
  line-height: 1.2;
  display: block;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.dropdown_menu .dropdown_menu {
  left: 100%;
  right: auto;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.dropdown_menu li:hover > a span{
  /*-webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);*/
}
header nav ul li:hover > .dropdown_menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
header nav li:hover > a:after{
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
} 
.header_in{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.header_nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header_nav li{
  position: relative;
}
.header_nav > li > a{
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
  display: block;
  line-height: 114px;
}
.header_nav > li:hover > a{
  color:#f07b22;
}
.header_nav > li.active > a{
  font-weight: 600;
  color:#f07b22;
}
.header_rht{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.pvnrt_founder{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  max-width: 80px;
  height: 80px;
  background: #000;
  border-radius: 50%;
  overflow: hidden;
}
.pvnrt_founder img{
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header_nav > li > a.dropdown2,
.header_nav > li > a.dropdown {
  position: relative;
  padding: 0 20px 0 0;
}
.experience_badge{
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
}

footer{
  background: -o-linear-gradient(#0e5099, #021546);
  background: -webkit-gradient(linear, left top, left bottom, from(#0e5099), to(#021546));
  background: linear-gradient(#0e5099, #021546);
  color: #fff;
  padding: 60px 0;
  overflow: hidden;
}
footer a{
  color: #fff;
}
footer a:hover{
  color: #f07b22;
}
footer h6{
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.footer_in{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_links ul li{
  margin-bottom: 8px;
}
footer .input_group{
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .input_group .btn{
  background: #000;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52px;
          flex: 0 0 52px;
  max-width: 52px;
  min-width: auto;
  width: 52px;
  border-color: #000;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
  border: none;
}
footer .input_group .btn:hover{
  background: #f07b22;
}
.input_group{
  margin-bottom: 20px;
}
address h5{
  font-weight: bold;
  margin-bottom: 15px;
}
header .btn{
  border: none;
}
.banner2{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background: #f07b22;
  position: relative;
}
.banner2:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #f07b22;
  opacity: 0.6;
}
.banner2_in{
  position: relative;
  z-index: 1;
  color: #fff;
  min-height: 240px;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.banner2_in .btn{
  min-width: 110px;
  border: 1px solid #fff;
  margin-left: 10px;
}
.page_allumni{
  min-height: 60vh;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page_allumni h3{
  font-family: "Geist", sans-serif;
  color: #f07b22;
  margin-bottom: 10px;
}
.page_records tr + tr{
  border-top: 1px solid #b7b7b7;
}
.page_records th,.page_records td{
  padding: 5px 15px;
}
.page_records table{
  width: 100%;
}
.table_responisve{
  border: 1px solid #b7b7b7;
  border-radius: 8px;
  max-width: 100%;
  overflow: auto;
  margin-bottom: 20px;
}
.page_records tr{
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.page_records th:first-child{
  border-radius: 12px 0 0 0;
}
.page_records th:last-child{
  border-radius: 0 12px 0 0;
}
.page_records tr:last-child td:first-child{
  border-radius: 0 0 0 12px;
}
.page_records tr:last-child td:last-child{
  border-radius: 0 0 12px 0;
}
.page_records th:last-child,
.page_records td:last-child{
  text-align: center;
}
.page_records td:nth-child(3){
  color: #0e4e97;
}
.page_records tr:hover:not(:first-child),
.page_records tr:nth-child(even){
  background: #ffeee1;
}
.action_btns{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
}
.action_btns a{
  opacity: 1;
}
.page_records th{
  font-weight: 600;
  color: #f07b22;
  text-transform: capitalize;
}
.page_records td:first-child{
  text-transform: capitalize;
}
.page_dashboard p{
  font-size: 20px;
}
.page_dashboard p b{
  color: #f07b22;
  display: inline-block;
}
.page_dashboard{
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.page_login{
  max-width: 1050px;
  margin: auto;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 540px;
  overflow: hidden;
}
.page_login h4{
  font-size: 20px;
  color: #f07b22;
}
.pl_lft{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.pl_lft img{
  width: 100%;
  height: 100%;
}
.pl_rht{
  width: 100%;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.login_form{
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form_group{
  margin-bottom: 15px;
}
.form_group .btn{
  width: 100%;
  display: block;
}
.form_group label{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sigup{
  text-align: center;
  margin: 0;
}
.password-wrapper {
  position: relative;
}
.toggle-button{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
.toggle-button span{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: unset;
  right: 12px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.eye-icon {
  width: 20px;
  height: 20px;
}
.hide{
  display: none;
}

.page_register{
  max-width: 1050px;
  margin: auto;
  border: 1px solid #d7d7d7;
  padding: 50px 0;
}
.pr_in{
  padding: 0 50px;
}
.confirm label{
  font-weight: 600;
  color: #717171;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  line-height: 20px;
}
input[type='checkbox']{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  max-width: 20px;
  width: 20px;
  height: 20px;
}
input:checked + p {
  color: #000;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  -o-text-overflow: '';
     text-overflow: '';
  background: url(../images/arrow_black.png) no-repeat right 20px center / 10px;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}


  /*datepicker custom css*/
.ui.icon.input>i.icon{
  display: none;
}
.ui[class*="left icon"].input>input {
  padding: 0 !important;
  width: 140px;
  text-align: center;
  color: #fff;
  background: transparent;
  font-weight: 400;
  font-family: "Geist", sans-serif;
  font-size: 20px;
  border: none;
}
.ui[class*="left icon"].input>input::-webkit-input-placeholder{
  color: #fff;
}
.ui[class*="left icon"].input>input::-moz-placeholder{
  color: #fff;
}
.ui[class*="left icon"].input>input:-ms-input-placeholder{
  color: #fff;
}
.ui[class*="left icon"].input>input::-ms-input-placeholder{
  color: #fff;
}
.ui[class*="left icon"].input>input::placeholder{
  color: #fff;
}
.ui.calendar .ui.table tr td.today,
.ui.calendar .ui.table tr .link:hover,
.ui.calendar .ui.table tr .link:focus{
  background: #f07b22;
  color: #fff;
  border:  none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.ui.celled.table tr td, .ui.celled.table tr th,
.ui.table{
  border:  none !important;
}
.availabilty .ui.calendar{
  display: block;
  visibility: visible;
}
.availabilty .form_group > label{
  display: none;
}
.form_group3{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.ui.input{
  width: 100%;
}
span.icon {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ui.input input{
  height: 54px;
  font-family : "Geist", sans-serif;
  font-size: 16px;
}

select.form_control:required:invalid {
  color: #717171;
}
select.form_control option[value=""][disabled] {
  display: none;
}
.pr_in + .pr_in{
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d7d7d7;
}