@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");
/*IE only*/
/*Fonts*/
/*colors*/
body {
  margin: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  scrollbar-width: none;
  padding: 0 !important;
  color: #1a1a18;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
}

body::-webkit-scrollbar {
  display: none;
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: inherit;
  transition: 600ms;
  -webkit-transition: 600ms;
  -o-transition: 600ms;
  -moz-transition: 600ms;
  -ms-transition: 600ms;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  line-height: 1.2;
  color: #000000;
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 55px;
  font-weight: 600;
}

@media (max-width: 991px) {
  h1 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 46px;
}

@media (max-width: 991px) {
  h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 40px;
}

@media (max-width: 991px) {
  h3 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 36px;
}

@media (max-width: 991px) {
  h4 {
    font-size: 30px;
  }
}

section,
div,
footer {
  scroll-margin-top: 150px;
}

h5 {
  font-size: 30px;
}

@media (max-width: 991px) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 20px;
  font-weight: 400;
}

.preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}

.preloader img {
  width: 50px;
  margin: auto;
}

.header {
  padding: 0 100px;
  z-index: 9;
  z-index: 99;
  transition: 600ms;
  -webkit-transition: 600ms;
  -o-transition: 600ms;
  -moz-transition: 600ms;
  -ms-transition: 600ms;
}

@media (max-width: 1450px) {
  .header {
    padding: 0 50px;
  }
}

@media (max-width: 1199px) {
  .header {
    padding: 0 30px;
  }
}

@media (max-width: 991px) {
  .header {
    padding: 0 12px;
    width: 100%;
    background-color: #ffffff;
  }
}

@media (max-width: 767px) {
  .header {
    padding: 0 12px;
  }
}

.header::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 0;
  z-index: 1;
  background: #ffffff;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

.header .head-top {
  width: 100%;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: space-between;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

@media (max-width: 767px) {
  .header .head-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .header .head-top .logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
}

.header .head-top .logo a {
  display: inline-block;
}

@media (max-width: 575px) {
  .header .head-top .logo a {
    margin: auto;
  }
}

@media (max-width: 1199px) {
  .header .head-top .logo a img {
    width: 250px;
  }
}

@media (max-width: 991px) {
  .header .head-top .logo a img {
    width: 230px;
  }
}

@media (max-width: 767px) {
  .header .head-top .logo a img {
    width: 200px;
  }
}

@media (max-width: 575px) {
  .header .head-top .logo a img {
    width: 250px;
  }
}

.header .head-top-right {
  margin-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 991px) {
  .header .head-top-right {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .header .head-top-right {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header .head-top-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .head-top-right ul li {
  margin-right: 30px;
}

@media (max-width: 1360px) {
  .header .head-top-right ul li {
    margin-right: 15px;
  }
}

@media (max-width: 991px) {
  .header .head-top-right ul li {
    margin-right: 10px;
  }
}

@media (max-width: 575px) {
  .header .head-top-right ul li {
    margin-right: 5px;
  }
}

.header .head-top-right ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .head-top-right ul li a i {
  background: #ffdacc;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #e15524;
  border-radius: 6px;
  margin-right: 10px;
}

@media (max-width: 1320px) {
  .header .head-top-right ul li a i {
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .header .head-top-right ul li a i {
    width: 40px;
    height: 40px;
    margin-right: 0;
  }
}

.header .head-top-right ul li a.apply {
  background-color: #ff5200;
  height: 100%;
  padding: 10px 20px;
  border-radius: 6px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}

@media (max-width: 575px) {
  .header .head-top-right ul li a.apply {
    padding: 7px 10px;
  }
}

.header .head-top-right ul li a.download {
  background-color: #1a1a18;
  height: 100%;
  padding: 10px 20px;
  border-radius: 6px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}

@media (max-width: 575px) {
  .header .head-top-right ul li a.download {
    padding: 7px 10px;
  }
}

@media (max-width: 1320px) {
  .header .head-top-right ul li div {
    display: none;
  }
}

.header .head-top-right ul li h6 {
  font-size: 14px;
  padding: 2px 5px;
  display: inline-block;
  font-weight: 400;
}

@media (max-width: 575px) {
  .header .head-top-right ul li h6 {
    padding: 13px 10px;
    border-radius: 0;
    font-size: 0;
  }
}

@media (max-width: 575px) {
  .header .head-top-right ul li h6 i {
    display: block;
    font-size: 14px;
  }
}

.header .head-top-right ul li:last-child {
  margin-right: 0;
}

@media (max-width: 991px) {
  .header .head-top-right ul li.mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header .head-top-right ul li.mail p {
  margin-bottom: 0;
  font-weight: 600;
}

@media (max-width: 767px) {
  .header .head-top-right ul li.mail p {
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .header .head-top-right ul li.mail p {
    display: none;
  }
}

@media (max-width: 991px) {
  .header .head-top-right ul li.call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header .head-top-right ul li.call p {
  margin-bottom: 0;
  font-weight: 600;
}

@media (max-width: 767px) {
  .header .head-top-right ul li.call p {
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .header .head-top-right ul li.call p {
    display: none;
  }
}

.banner {
  height: 70vh;
  background: url(../images/nursing-banner-new-year.webp) no-repeat right top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 575px) {
  .banner {
    background-position-x: -600px;
  }
}

@media (max-width: 400px) {
  .banner {
    background-position-x: -700px;
  }
}

.banner h1 {
  color: #ffffff;
}

@media (max-width: 575px) {
  .banner h1 {
    text-align: center;
  }
}

.overview {
  padding: 120px 0;
}

@media (max-width: 991px) {
  .overview {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .overview {
    padding: 70px 0;
  }
}

@media (max-width: 575px) {
  .overview {
    padding: 50px 0;
  }
}

.overview .overview-left .inner {
  border-radius: 15px;
  overflow: hidden;
}

.overview .overview-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.overview .overview-right .inner {
  padding-left: 80px;
}

@media (max-width: 991px) {
  .overview .overview-right .inner {
    padding-left: 0px;
    margin-top: 30px;
  }
}

.overview .overview-right .inner h6 {
  opacity: 0.5;
  margin-bottom: 10px;
}

.overview .overview-right .inner h4 {
  margin-bottom: 20px;
}

.message {
  padding: 120px 0;
  position: relative;
}

@media (max-width: 991px) {
  .message {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .message {
    padding: 70px 0;
  }
}

@media (max-width: 575px) {
  .message {
    padding: 50px 0;
  }
}

.message::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 80%;
  height: 100%;
  background-color: rgba(255, 82, 0, 0.9);
}

@media (max-width: 767px) {
  .message::after {
    width: 100%;
  }
}

.message::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 80%;
  height: 100%;
  background-image: url(../images/in-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .message::before {
    width: 100%;
  }
}

.message .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .message .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.message .container .message-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.message .container .message-right .inner {
  border-radius: 15px;
  overflow: hidden;
}

.message .container .message-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.message .container .message-left .inner {
  padding-right: 80px;
}

@media (max-width: 767px) {
  .message .container .message-left .inner {
    padding-right: 0px;
    margin-top: 30px;
  }
}

.message .container .message-left .inner h4 {
  margin-bottom: 20px;
  color: #ffffff;
  padding-bottom: 15px;
  border-bottom: 2px dashed #ffffff;
}

.message .container .message-left .inner h4 i {
  float: left;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .message .container .message-left .inner h4 i {
    margin-right: 15px;
  }
}

.message .container .message-left .inner p {
  color: #ffffff;
}

.vsn-msn {
  padding: 120px 0;
}

@media (max-width: 991px) {
  .vsn-msn {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .vsn-msn {
    padding: 70px 0;
  }
}

@media (max-width: 575px) {
  .vsn-msn {
    padding: 50px 0;
  }
}

.vsn-msn .Philosophy-left .inner {
  border-radius: 15px;
  overflow: hidden;
}

.vsn-msn .Philosophy-right .inner {
  padding-left: 50px;
}

@media (max-width: 991px) {
  .vsn-msn .Philosophy-right .inner {
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .vsn-msn .Philosophy-right .inner {
    margin-top: 30px;
  }
}

.vsn-msn .Philosophy-right .inner h5 {
  margin-bottom: 15px;
}

.vsn-msn .box {
  margin-top: 24px;
}

.vsn-msn .box .inner {
  border: 1px solid #ffffff;
  border-radius: 15px;
  padding: 30px;
  background-color: #ffeae2;
}

@media (max-width: 767px) {
  .vsn-msn .box .inner {
    padding: 20px;
  }
}

.vsn-msn .box .inner h5 {
  margin-bottom: 15px;
}

.seats {
  padding: 120px 0;
  background-color: #ff5200;
  position: relative;
}

@media (max-width: 991px) {
  .seats {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .seats {
    padding: 70px 0;
  }
}

@media (max-width: 575px) {
  .seats {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}

.seats::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  background-color: #ffffff;
}

@media (max-width: 991px) {
  .seats::after {
    height: 30%;
  }
}

@media (max-width: 575px) {
  .seats::after {
    height: 0;
  }
}

.seats .container {
  position: relative;
  z-index: 1;
}

.seats .container .seat-box .inner {
  border: 1px solid #efefef;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 15px;
  height: 100%;
}

@media (max-width: 767px) {
  .seats .container .seat-box .inner {
    padding: 20px;
  }
}

.seats .container .seat-box .inner h5 {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .seats .container .seat-box:first-child {
    margin-bottom: 24px;
  }
}

.eligibility {
  padding: 0 0 120px;
}

@media (max-width: 991px) {
  .eligibility {
    padding: 0 0 100px;
  }
}

@media (max-width: 767px) {
  .eligibility {
    padding: 0 0 70px;
  }
}

@media (max-width: 575px) {
  .eligibility {
    padding: 0 0 50px;
  }
}

.eligibility .eligibility-box {
  margin-top: 24px;
}

.eligibility .eligibility-box .inner {
  background-color: #f7f7f7;
  border: 1px solid #ececec;
  padding: 30px;
  border-radius: 15px;
}

@media (max-width: 767px) {
  .eligibility .eligibility-box .inner {
    padding: 20px;
  }
}

.eligibility .eligibility-box .inner h6 {
  margin-bottom: 15px;
}

/*==================Form====================*/
.form-page {
  padding: 60px 0;
}

@media (max-width: 767px) {
  .form-page {
    padding: 50px 0;
  }
}

@media (max-width: 575px) {
  .form-page {
    padding: 10px 0;
  }
}

.form-page .form-box .form-inner {
  padding: 0px;
}

.form-page .form-box .form-inner .head {
  text-align: center;
  padding: 50px;
  background-color: #f7f7f7;
}

@media (max-width: 767px) {
  .form-page .form-box .form-inner .head {
    padding: 25px;
  }
}

@media (max-width: 575px) {
  .form-page .form-box .form-inner .head {
    padding: 20px;
  }
}

.form-page .form-box .form-inner .head h6 {
  text-align: center;
  margin-bottom: 50px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 575px) {
  .form-page .form-box .form-inner .head h6 {
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .form-page .form-box .form-inner .head h6 br {
    display: none;
  }
}

.form-page .form-box .form-inner .head h5 {
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 30px;
}

.form-page .form-box .form-inner .head h5 span {
  font-size: 20px;
}

.form-page .form-box .form-inner .head p {
  font-weight: 600;
  color: #000000;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .form-page .form-box .form-inner .head p br {
    display: none;
  }
}

.form-page .form-box .form-inner form {
  margin-top: 50px;
}

@media (max-width: 575px) {
  .form-page .form-box .form-inner form {
    margin-top: 20px;
  }
}

.form-page .form-box .form-inner form textarea.form-control {
  border-radius: 0;
  border: 1px solid #ced4da;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none !important;
  height: 120px;
}

.form-page .form-box .form-inner form h6 {
  margin: auto;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333333;
}

.form-page .form-box .form-inner form ul li {
  font-size: 14px;
  line-height: 30px;
}

.form-page .form-box .form-inner form p {
  font-size: 14px;
}

.form-page .form-box .form-inner form .radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-page .form-box .form-inner form .radio-wrap .form-check:first-child {
  padding-right: 15px;
}

.form-page .form-box .form-inner form .radio-wrap .form-check input {
  padding: 0;
}

.form-page .form-box .form-inner form label {
  margin-bottom: 5px;
  color: #000000;
  line-height: 30px;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
}

.form-page .form-box .form-inner form label span {
  font-size: 12px;
  font-weight: 500;
}

.form-page .form-box .form-inner form .photo-row {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .form-page .form-box .form-inner form .photo-row {
    margin-bottom: 15px;
  }
}

.form-page .form-box .form-inner form .form-no label {
  font-weight: 600;
  font-size: 18px;
}

.form-page .form-box .form-inner form .upload .inner .box {
  display: block;
  min-width: 150px;
  height: 190px;
  width: 150px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #ced4da;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
  border-radius: 0;
}

.form-page .form-box .form-inner form .upload .inner .upload-options {
  position: relative;
  height: 40px;
  background-color: #ff5200;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  -webkit-transition: background-color ease-in-out 150ms;
  transition: background-color ease-in-out 150ms;
}

.form-page .form-box .form-inner form .upload .inner .upload-options:hover {
  background-color: #000000;
}

.form-page .form-box .form-inner form .upload .inner .upload-options input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.form-page .form-box .form-inner form .upload .inner .upload-options label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
}

.form-page .form-box .form-inner form .upload .inner .upload-options label::after {
  content: "Select Photo";
  position: absolute;
  font-size: 14px;
  color: #ffffff;
  top: 5px;
  left: 0;
  right: 0;
  z-index: 0;
}

.form-page .form-box .form-inner form .upload .inner .upload-options label span {
  display: inline-block;
  width: 50%;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}

.form-page .form-box .form-inner form .upload .inner .upload-options label span:hover i.material-icons {
  color: lightgray;
}

.form-page .form-box .form-inner form .upload .inner .js--image-preview {
  height: calc(100% - 40px);
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: url("");
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-page .form-box .form-inner form .upload .inner .js--image-preview::after {
  content: "150px X 190px";
  font-family: "Material Icons";
  position: relative;
  font-size: 16px;
  color: #e6e6e6;
  top: 43%;
  left: 0;
  z-index: 0;
  right: 0;
  text-align: center;
  position: absolute;
}

.form-page .form-box .form-inner form .upload .inner .js--image-preview.js--no-default::after {
  display: none;
}

.form-page .form-box .form-inner form .upload .inner .js--image-preview:nth-child(2) {
  background-image: url("http://bastianandre.at/giphy.gif");
}

.form-page .form-box .form-inner form .upload .inner i.material-icons {
  -webkit-transition: color 100ms ease-in-out;
  transition: color 100ms ease-in-out;
  font-size: 2.25em;
  line-height: 55px;
  color: white;
  display: block;
}

.form-page .form-box .form-inner form .upload .inner .animate {
  -webkit-animation: ripple 0.4s linear;
          animation: ripple 0.4s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}

.form-page .form-box .form-inner form .full input {
  width: 100%;
}

.form-page .form-box .form-inner form .mr-bt {
  margin-bottom: 15px;
}

.form-page .form-box .form-inner form table thead tr th {
  font-size: 14px;
  font-weight: 500;
}

.form-page .form-box .form-inner form .add-btn-row {
  margin-top: 15px;
  text-align: right;
}

.form-page .form-box .form-inner form .add-btn {
  background-color: #1a1a18;
  color: #ffffff;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 30px;
  line-height: normal;
}

.form-page .form-box .form-inner form #datepicker {
  position: relative;
}

.form-page .form-box .form-inner form #datepicker input {
  border-radius: 0;
}

.form-page .form-box .form-inner form #datepicker span {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}

.form-page .form-box .form-inner form .form-control {
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 45px;
  border: 1px solid #ced4da;
}

.form-page .form-box .form-inner form .form-control:focus, .form-page .form-box .form-inner form .form-control:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-page .form-box .form-inner form .form-select {
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 45px;
  border: 1px solid #ced4da;
}

.form-page .form-box .form-inner form .form-select:focus, .form-page .form-box .form-inner form .form-select:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-page .form-box .form-inner form .file-label {
  font-size: 13px;
  margin-bottom: 10px;
}

.form-page .form-box .form-inner form .file-uploader {
  border-radius: 0;
}

.form-page .form-box .form-inner form .file-uploader::file-selector-button {
  font-size: 14px;
  padding: 10px 15px;
  border: none;
  border-radius: 0px;
  height: 45px;
}

.form-page .form-box .form-inner form .form-check-input {
  border-radius: 0;
}

.form-page .form-box .form-inner form .btn-box {
  text-align: right;
  margin-top: 30px;
}

.form-page .form-box .form-inner form .btn-primary {
  background-color: #ff5200;
  padding: 10px 30px;
  border-radius: 0px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-title {
  background: url(../images/pagetitle.jpg) no-repeat center center;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.page-title::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 24, 0.9);
  z-index: -1;
}

.page-title h1 {
  text-align: center;
  font-size: 30px;
  padding: 0;
  margin: 0 auto;
  font-weight: 600;
  color: #ffffff;
}

@media screen and (max-width: 1280px) {
  .page-title {
    padding: 50px 0;
  }
  .page-title h1 {
    font-size: 20px;
  }
}

.download {
  padding: 100px 0;
}

.download .download-form .form-control {
  border-radius: 0;
  height: 50px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.download .download-form .form-control:focus, .download .download-form .form-control:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.download .download-form .btn-submit {
  background-color: #e15524;
  color: #fff;
  border-radius: 0;
  padding: 10px 30px;
}

@media screen and (max-width: 1280px) {
  .download {
    padding: 50px 0;
  }
}

footer {
  padding: 20px 0;
  background-color: #cfcfcf;
}

footer.fixed-footer {
  position: fixed;
  width: 100%;
  bottom: 0;
}

footer p {
  margin-bottom: 0;
  text-align: center;
  color: #1a1a18;
}

.error {
  border-bottom: 1px solid #c41e1e !important;
}

.error-text {
  margin-top: 5px;
  color: #c41e1e;
  display: block;
}

.respondes {
  display: block;
  width: 100%;
  margin-top: 50px;
}

.respondes .error-message {
  text-align: center;
  width: 100%;
  display: block;
  padding: 15px 15px;
  background-color: rgba(196, 30, 30, 0.15);
  color: #c41e1e;
  font-weight: 700;
}

.respondes .success-message {
  text-align: center;
  width: 100%;
  display: block;
  padding: 15px 15px;
  background-color: rgba(6, 122, 78, 0.15);
  color: #067a4e;
  font-weight: 700;
}

.about-page {
  padding: 120px 0;
}

.about-page .about-content-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-page .about-img {
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .about-page .about-img {
    margin-bottom: 30px;
  }
}

.about-page .about-content {
  padding-left: 50px;
}

.about-page .about-content h3 {
  font-size: 24px;
  color: #ff5200;
  font-weight: 700;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .about-page .about-content h3 {
    font-size: 20px;
  }
}

.about-page .about-content p {
  font-size: 14px;
  line-height: 30px;
  color: #696969;
}

@media screen and (max-width: 992px) {
  .about-page .about-content {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .about-page .about-content {
    text-align: center;
  }
}

.about-page .line {
  width: 100%;
  height: 1px;
  background-color: rgba(232, 232, 232, 0.9);
  margin: 50px auto;
}

.about-page .line-in {
  width: 100%;
  height: 1px;
  background-color: rgba(232, 232, 232, 0.9);
  margin: 30px auto;
}

.about-page .section-title h4 {
  font-size: 24px;
  color: #131d3b;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about-page .section-title h4 {
    font-size: 20px;
  }
}

.about-page .committee-wrapper {
  text-align: center;
  background-color: #ffffff;
  padding: 5px;
  border: 1px solid #e8e8e8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.about-page .committee-wrapper .committee-thumb {
  overflow: hidden;
}

.about-page .committee-wrapper .committee-thumb img {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.about-page .committee-wrapper .committee-info {
  margin: 15px auto;
}

.about-page .committee-wrapper .committee-info h3 {
  font-size: 18px;
  color: #131d3b;
  font-weight: 600;
  margin-bottom: 10px;
}

.about-page .committee-wrapper .committee-info h6 {
  color: #ff5200;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.about-page .committee-wrapper:hover {
  border-color: #ff5200;
}

.about-page .committee-wrapper:hover .committee-thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.about-page .committee-wrapper:hover .committee-info h3 {
  color: #ff5200;
}

.about-page .committee-wrapper:hover .committee-info h6 {
  color: #131d3b;
}

.about-page .committee-wrapper:hover .committee-info p {
  color: #4e4e4e;
  font-size: 16px;
}

.about-page .administration-block {
  /* Desktop - custom hollow circle bullet */
  /* Adjust for mobile so bullet stays aligned */
}

.about-page .administration-block h4 {
  font-size: 24px;
  color: #131d3b;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .about-page .administration-block h4 {
    font-size: 20px;
    text-align: center;
  }
}

.about-page .administration-block p {
  font-size: 14px;
  line-height: 30px;
  color: #696969;
}

@media screen and (max-width: 767px) {
  .about-page .administration-block p {
    text-align: center;
  }
}

.about-page .administration-block h5 {
  font-size: 18px;
  color: #ff5200;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .about-page .administration-block h5 {
    text-align: center;
  }
}

.about-page .administration-block .small-circle-list {
  margin: 0;
  /* remove default list margin */
  padding: 0;
  /* remove default list padding */
}

.about-page .administration-block .small-circle-list li {
  list-style: none;
  /* remove default */
  position: relative;
  padding-left: 1.5em;
  color: #696969;
  font-size: 14px;
}

.about-page .administration-block .small-circle-list li::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border: 2px solid #ff5200;
  /* hollow circle */
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* perfectly centered */
}

@media (max-width: 767px) {
  .about-page .administration-block .small-circle-list li {
    padding-left: 1.3em;
    /* slightly less space on mobile */
  }
  .about-page .administration-block .small-circle-list li::before {
    width: 0.5em;
    height: 0.5em;
    border-width: 1.5px;
    /* thinner border for small screens */
    top: 0.8em;
    /* better vertical alignment for smaller font size */
  }
}

.about-page .infrastructure-block .main-title h4 {
  font-size: 24px;
  color: #131d3b;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .about-page .infrastructure-block .main-title h4 {
    font-size: 20px;
    text-align: center;
  }
}

.about-page .infrastructure-block .text-block p {
  font-size: 14px;
  line-height: 30px;
  color: #696969;
}

.about-page .infrastructure-block .text-block p b {
  display: block;
  font-weight: 700;
  color: #ff5200;
}

@media screen and (max-width: 767px) {
  .about-page .infrastructure-block .text-block p {
    text-align: center;
  }
}

@media screen and (max-width: 1400px) {
  .about-page {
    padding: 100px 0;
  }
}

@media screen and (max-width: 1280px) {
  .about-page {
    padding: 80px 0;
  }
}

@media screen and (max-width: 992px) {
  .about-page {
    padding: 50px 0;
  }
}

.departments-page {
  padding: 120px 0;
}

.departments-page h5 {
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  line-height: 1.5;
  position: relative;
}

.departments-page h5::before {
  position: absolute;
  left: 0;
  content: '';
  bottom: 0;
  width: 80px;
  height: 2px;
  background-color: #ff5200;
  z-index: 1;
}

.departments-page h5::after {
  position: absolute;
  left: 0;
  content: '';
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(178, 178, 178, 0.4);
}

.departments-page .doctors-slider .inner-content {
  border: 1px solid #E3E3E3;
  padding: 15px;
}

.departments-page .doctors-slider .inner-content img {
  margin-bottom: 25px;
}

.departments-page .doctors-slider .inner-content .title {
  font-size: 16px;
  color: #dd5309;
  line-height: 1.1;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

.departments-page .doctors-slider .inner-content h5 {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.departments-page .doctors-slider .inner-content h6 {
  font-size: 14px;
  color: #B12936;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.1;
  text-transform: capitalize;
}

.departments-page .doctors-slider .inner-content p {
  text-align: center;
  font-style: italic;
  line-height: 26px;
  font-size: 14px;
}

.departments-page .doctors-slider .owl-nav {
  position: relative;
  width: 100px;
  margin: auto;
  margin-top: 50px;
  text-align: center;
}

.departments-page .doctors-slider .owl-nav [class*='owl-'] {
  background: transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  margin: auto;
  margin-right: 20px;
  display: inline-block;
  width: 29px;
  height: 9px;
  background-repeat: no-repeat;
  border: none;
}

.departments-page .doctors-slider .owl-nav [class*='owl-'] span {
  display: none;
}

.departments-page .doctors-slider .owl-nav [class*='owl-'].owl-prev {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiMxMzFkM2IiIHdpZHRoPSIyOSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMjkgOSI+PHBhdGggZD0iTTI5LDhIN1Y3SDI5VjNsNyw0LjVMMjksMTJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNiAxMikgcm90YXRlKDE4MCkiLz48L3N2Zz4=);
  position: relative;
}

.departments-page .doctors-slider .owl-nav [class*='owl-'].owl-next {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiMxMzFkM2IiIHdpZHRoPSIyOSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMjkgOSI+PHBhdGggZD0iTTI5LDhIN1Y3SDI5VjNsNyw0LjVMMjksMTJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNyAtMykiLz48L3N2Zz4=);
  position: relative;
  margin-right: 0;
}

.departments-page .doctors-slider .owl-nav [class*='owl-']:hover.owl-prev::before, .departments-page .doctors-slider .owl-nav [class*='owl-']:hover.owl-next::before {
  opacity: 0;
}

.departments-page .doctors-slider .owl-nav [class*='owl-']:hover.owl-prev {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNmZjRmMDEiIHdpZHRoPSIyOSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMjkgOSI+PHBhdGggZD0iTTI5LDhIN1Y3SDI5VjNsNyw0LjVMMjksMTJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNiAxMikgcm90YXRlKDE4MCkiLz48L3N2Zz4=);
  position: relative;
}

.departments-page .doctors-slider .owl-nav [class*='owl-']:hover.owl-next {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNmZjRmMDEiIHdpZHRoPSIyOSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMjkgOSI+PHBhdGggZD0iTTI5LDhIN1Y3SDI5VjNsNyw0LjVMMjksMTJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNyAtMykiLz48L3N2Zz4=);
  position: relative;
  margin-right: 0;
}

.departments-page .line {
  width: 100%;
  height: 1px;
  background-color: rgba(232, 232, 232, 0.9);
  margin: 50px auto;
}

.departments-page .departments-main-block h3 {
  font-size: 24px;
  color: #ff5200;
  font-weight: 700;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .departments-page .departments-main-block h3 {
    font-size: 20px;
    text-align: center;
  }
}

.departments-page .departments-main-block p {
  font-size: 14px;
  line-height: 30px;
  color: #696969;
}

@media screen and (max-width: 767px) {
  .departments-page .departments-main-block {
    text-align: center;
  }
}

.departments-page .img-box {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
  .departments-page .img-box {
    margin-bottom: 30px;
    min-height: 450px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .departments-page .img-box {
    min-height: 300px;
  }
}

@media screen and (max-width: 560px) {
  .departments-page .img-box {
    min-height: 200px;
  }
}

.departments-page .text-block {
  padding: 50px 50px;
}

.departments-page .text-block h4 {
  font-size: 20px;
  color: #131d3b;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .departments-page .text-block h4 {
    font-size: 18px;
    text-align: center;
  }
}

.departments-page .text-block p {
  font-size: 14px;
  line-height: 30px;
  color: #696969;
  text-align: justify;
}

.departments-page .text-block p:last-child {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .departments-page .text-block p {
    text-align-last: center;
  }
}

@media screen and (max-width: 1280px) {
  .departments-page .text-block {
    padding: 30px 30px;
  }
}

@media screen and (max-width: 992px) {
  .departments-page .text-block {
    padding: 0px;
  }
}

.departments-page .departments-details .text-block {
  padding-right: 0;
}

.departments-page .departments-details-full .text-block {
  padding: 0;
}

.departments-page .departments-details-flip {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.departments-page .departments-details-flip .text-block {
  padding-left: 0;
}

@media screen and (max-width: 1400px) {
  .departments-page {
    padding: 100px 0;
  }
}

@media screen and (max-width: 1280px) {
  .departments-page {
    padding: 80px 0;
  }
}

@media screen and (max-width: 992px) {
  .departments-page {
    padding: 50px 0;
  }
}

.admission-page {
  padding: 120px 0;
}

@media screen and (max-width: 1400px) {
  .admission-page {
    padding: 100px 0;
  }
}

@media screen and (max-width: 1280px) {
  .admission-page {
    padding: 80px 0;
  }
}

@media screen and (max-width: 992px) {
  .admission-page {
    padding: 50px 0;
  }
}

.admission-page .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.admission-page .admission-list .admission-cont {
  border: 1px solid #ddebf6;
  margin: 15px 0 15px;
  background: #ddebf638;
  text-align: center;
  width: 100%;
}

.admission-page .admission-list .admission-cont figure {
  margin: 0;
  padding: 15px;
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.admission-page .admission-list .admission-cont figure img {
  width: 20%;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.admission-page .admission-list .admission-cont .title {
  background: #ff5200;
  position: relative;
  z-index: 9;
}

.admission-page .admission-list .admission-cont .title h4 {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 25px 15px 15px;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}

.admission-page .admission-list .admission-cont:hover figure img {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.contact-content {
  padding: 100px 15px;
}

@media screen and (max-width: 992px) {
  .contact-content .contact-details {
    margin-bottom: 50px;
  }
}

.contact-content .contact-details .main-title h6 {
  font-size: 18px;
  color: #ff5200;
  font-weight: 700;
  margin-bottom: 15px;
}

.contact-content .contact-details .main-title h4 {
  color: #223645;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: normal;
}

@media screen and (max-width: 1400px) {
  .contact-content .contact-details .main-title h4 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1200px) {
  .contact-content .contact-details .main-title h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 992px) {
  .contact-content .contact-details .main-title h4 {
    font-size: 26px;
  }
}

@media screen and (max-width: 400px) {
  .contact-content .contact-details .main-title h4 {
    font-size: 20px;
  }
}

.contact-content .contact-details .main-title .contact-list li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 15px;
  font-size: 18px;
}

.contact-content .contact-details .main-title .contact-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  color: #131d3b;
  font-family: "FontAwesome";
}

.contact-content .contact-details .main-title .contact-list li:nth-child(1)::before {
  content: "\f095";
}

.contact-content .contact-details .main-title .contact-list li:nth-child(2)::before {
  content: "\f003";
}

.contact-content .contact-details .main-title .contact-list li:nth-child(3)::before {
  content: "\f041";
}

.contact-content .contact-details .main-title .contact-list li a {
  color: #223645;
}

.contact-content .contact-details .main-title .contact-list li:hover a {
  color: #ff5200;
}

.contact-content .contact-details .main-title h5 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 15px;
  position: relative;
  display: inline-block;
}

.contact-content .contact-details .main-title h5::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #707070;
  content: "";
}

.contact-content .contact-details .main-title h5::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #ff5200;
  content: "";
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-content .contact-details .main-title h5:hover::after {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .contact-content .contact-form {
    padding-left: 50px;
  }
}

.contact-content .contact-form .input-group {
  display: block;
}

.contact-content .contact-form .input-group .form-label {
  display: block;
}

.contact-content .contact-form .input-group .form-label span {
  color: #ff5200;
}

.contact-content .contact-form .input-group input.form-control {
  width: 100%;
  background: 0 0;
  border: 0;
  border: 1px solid #e3e3e3;
  outline: none !important;
  color: #223645;
  padding: 10px 15px;
  font-size: 15px;
  height: 50px;
  border-radius: 0;
}

.contact-content .contact-form .input-group input.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-content .contact-form .input-group textarea.form-control {
  width: 100%;
  background: 0 0;
  border: 0;
  border: 1px solid #e3e3e3;
  outline: none !important;
  color: #223645;
  padding: 10px 15px;
  font-size: 15px;
  height: 120px;
  border-radius: 0;
}

.contact-content .contact-form .input-group textarea.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-content .contact-form .input-group.submit-btn input {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 15px 30px;
  border-radius: 0px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #131d3b;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  z-index: 1;
}

.contact-content .contact-form .input-group.submit-btn input:hover {
  background-color: #ff5200;
}

@media screen and (max-width: 1400px) {
  .contact-content .contact-form .input-group.submit-btn input {
    padding: 10px 30px;
  }
}

.contact-content .google-map iframe {
  width: 100%;
  height: 350px;
  border: 5px solid #e8e8e8;
}
/*# sourceMappingURL=main_style.css.map */