html input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="date"] {
  height: 40px;
}

#tab1 {
  background-color: #FFFFFF !important;
  color: #000000 !important;
}

.searchtext1 {
  padding-top: 270px !important;
}

#myModal {
  margin-left: 300px;
  width: 800px;
  height: 500px;
  background-color: transparent;
}

#myModal>.modal-content {
  width: 798px;
  height: 498px;
}

#deleteModal>.modal-content {
  width: auto;
  height: auto;
}

#deleteModal {
  margin-left: 30%;
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.sidenav-items {
  height: 100%;
}

#tab2 {
  background-color: #FFFFFF !important;
  color: #000000 !important;
}

#tab3 {
  background-color: #FFFFFF !important;
  color: #000000 !important;
}

#tab4 {
  background-color: #FFFFFF !important;
  color: #000000 !important;
}

.dropdown-menu li a:hover {
  color: #FFFFFF !important;
}

.dropdown-menu li a {
  color: #000000 !important;
}

body {
  font-family: 'Open Sans', sans-serif;
}

.banar-text {
  width: 70%;
  margin: 1% auto;
  padding-top: 15%;
  color: white;
}

.banar-caption {
  width: 70%;
  margin: 1% auto;
  color: white;
}

.fb-profile img.fb-image-lg {
  z-index: 0;
  width: 100%;
  margin-bottom: 10px;
}

.fb-image-profile {
  margin: -90px 10px 0px 50px;
  z-index: 9;
  width: 20%;
}

@media (max-width:768px) {

  .fb-profile-text>h1 {
    font-weight: 700;
    font-size: 16px;
  }

  .fb-image-profile {
    margin: -45px 10px 0px 25px;
    z-index: 9;
    width: 20%;
  }
}

.card {
  margin-top: 20px;
  padding: 30px;
  background-color: rgba(214, 224, 226, 0.2);
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.card.hovercard {
  position: relative;
  padding-top: 0;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 1);
}

.card.hovercard .card-background {
  height: 130px;
}

.card-background img {
  -webkit-filter: blur(25px);
  -moz-filter: blur(25px);
  -o-filter: blur(25px);
  -ms-filter: blur(25px);
  filter: blur(25px);
  margin-left: -100px;
  margin-top: -200px;
  min-width: 130%;
}

.card.hovercard .useravatar {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
}

.card.hovercard .useravatar img {
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.5);
}

.card.hovercard .card-info {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
}

.card.hovercard .card-info .card-title {
  padding: 0 5px;
  font-size: 20px;
  line-height: 1;
  color: #262626;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.card.hovercard .card-info {
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  color: #737373;
  text-overflow: ellipsis;
}

.card.hovercard .bottom {
  padding: 0 20px;
  margin-bottom: 17px;
}

.btn-pref .btn {
  -webkit-border-radius: 0 !important;
}


#navbar {
  border-radius: 0px;
  position: fixed;
  z-index: 3;
  width: 100%;
  padding-top: 1.5%;
  padding-bottom: 1%;
  background: rgba(255, 255, 255, 1);
}

#navbar li {
  line-height: 2em;
  width: 105px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

#navbar a:hover,
#navbar a:focus {
  background-color: #169B62 !important;
  transition: 0.4s;
  color: #fff !important;
  border-radius: 5px;
}

.mygreen {
  background: #169B62;
}

#navbarFixed {
  position: fixed;
  border-radius: 0px;
  z-index: 3;
  width: 100%;
  padding-top: 1%;
  padding-bottom: 1%;
  background: #fff;
  box-shadow: 0 5px 4px rgba(0, 0, 0, .22);
}

#navbarFixed li {
  line-height: 2em;
  width: 100px;
  text-align: center;
}

#navbarFixed a:hover,
#navbarFixed a:focus {
  transition: 0.4s;
  background-color: #169B62 !important;
  color: #fff !important;
  border-radius: 5px;
}






#searchContainer {

  height: 100vh;
  background-image: url("../images/getpakjob-banner.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

#overlay {
  margin-top: 7%;
  background: black;
  background-color: rgba(1, 143, 218, 0.1);
  box-shadow: 0px 0px 20px 10px rgba(1, 143, 218, 0.1);
}

#loginContainer {

  margin-top: -20px;
  width: 100%;
  height: 100%;
  /*background-image: linear-gradient(to bottom, #ffffff 3%, #169B62 100%);*/

}

.myContainerLogin {
  margin-top: -10px;
  padding-top: 7%;
  height: 120%;
  background-image: url("../images/mouse-job.jpg");
  background-size: cover;
}

#searchBanner {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}

.loginBanner {
  background: rgba(0, 0, 0, 0.00);
  padding: 2%;
  border-radius: 10px;
}

.popup {
  position: fixed;
  /* Stay in place */
  z-index: 3;
  /* Sit on top */
  top: 13%;
  left: 78%;
  width: 24%;
  height: 12%;
  width: auto;
}

#mytitle {
  background-color: #169B62;
  color: #fff;
  height: 40px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.pagination-links {
  margin: 30px 0;
}

.pagination-links strong {
  padding: 8px 13px;
  margin: 5px;
  color: white;
  background: #169B62;
  border: 1px #ccc solid;
}

a.pagination-link {
  padding: 8px 13px;
  margin: 5px;
  background: #f4f4f4;
  border: 1px #ccc solid;
}

a.pagination-link:hover {
  transition: 0.4s;
  padding: 8px 13px;
  border-radius: 5px;
  margin: 5px;
  color: white;
  background: #169B62;
  border: 1px #ccc solid;
  text-decoration: none;
}

.pageContainer {
  margin-left: 3%;
  margin-right: 3%;
  padding-top: 7%;
}

#industryFacets {
  height: 200px;
  overflow: auto;
}

.myContainer {
  padding-top: 7%;
  height: 100%;
}

#objectives {
  height: 30%;
}

#educations {
  background-image: linear-gradient(rgba(255, 255, 255, 0.45),
      rgba(255, 255, 255, 0.45)), url("../images/education_background.jpg");
  height: 100%;
  margin-top: -20px;
  padding-top: 20px;
}

#projects {
  background-image: linear-gradient(rgba(255, 255, 255, 0.45),
      rgba(255, 255, 255, 0.45)), url("../images/project.jpeg");
  height: 100%;
  margin-top: -20px;
  padding-top: 20px;
}

#experiences {
  background-image: linear-gradient(rgba(255, 255, 255, 0.45),
      rgba(255, 255, 255, 0.45)), url("../images/experience.jpg");
  height: 100%;
  margin-top: -25px;
  padding-top: 25px;
}

#cvs {
  background-image: linear-gradient(rgba(255, 255, 255, 0.45),
      rgba(255, 255, 255, 0.45)), url("../images/education_background.jpg");
  height: 100%;
  margin-top: -20px;
  padding-top: 20px;
}

#jobs {
  background-image: linear-gradient(rgba(255, 255, 255, 0.45),
      rgba(255, 255, 255, 0.45)), url("../images/education_background.jpg");
  height: 100%;
  margin-top: -20px;
  padding-top: 20px;
}

#applications {
  background-image: linear-gradient(rgba(255, 255, 255, 0.45),
      rgba(255, 255, 255, 0.45)), url("../images/education_background.jpg");
  height: 100%;
  margin-top: -20px;
  padding-top: 20px;
}

#alerts {
  background-image: linear-gradient(rgba(255, 255, 255, 0.45),
      rgba(255, 255, 255, 0.45)), url("../images/education_background.jpg");
  height: 100%;
  margin-top: -20px;
  padding-top: 20px;
}

.jobBanner {
  border-left: 1px solid #E9E9E9;
  box-shadow: 3px 3px 3px #DCDCDC;
  margin-bottom: 20px;
  margin: 2%;
}

@media only screen and (max-width:991px) {
  #navbar {
    background: #fff !important;
  }

  .myContainer {
    padding-top: 10% !important;
  }

  .myContainerLogin {
    padding-top: 10% !important;
  }
}

.navbar-toggler-icon {
  background-color: #169B62 !important;
}

.navbar-toggler {
  background-color: #169B62 !important;
}

@media only screen and (max-width: 768px) {

  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }

  .myContainer {
    padding-top: 12% !important;
    font-size: 90%;
  }

  .myContainerLogin {
    padding-top: 12% !important;
    font-size: 90%;
  }

  .navbar-toggler {
    margin-right: 40px;
  }

  .table {
    font-size: 90%;
  }

  .btn {
    font-size: 90%;
  }

  .h1 {
    font-size: 90%;
  }

  .h2 {
    font-size: 90%;
  }

  .h3 {
    font-size: 90%;
  }

  .h4 {
    font-size: 90%;
  }
}


@media screen and (max-width:575px) {
  .myContainer {
    padding-top: 14% !important;
    font-size: 90%;
  }

  .myContainerLogin {
    padding-top: 14% !important;
    font-size: 90%;
  }

  .loginBanner {
    margin-top: 5%;
    background: rgba(0, 0, 0, 0);
  }

  #loginContainer {
    height: auto;
  }

  #navbar {
    width: 100% !important;
  }

  .display-4 {
    margin-top: 10%;
    font-size: 30px !important;
  }

  .banar-caption {
    font-size: 18px !important;
  }

  .table {
    font-size: 90%;
  }

  .btn {
    font-size: 90%;
  }

  .h1 {
    font-size: 90%;
  }

  .h2 {
    font-size: 90%;
  }

  .h3 {
    font-size: 90%;
  }

  .h4 {
    font-size: 90%;
  }
}

#contact {
  padding-bottom: 3%;
}

.profilePicture {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin-left: 5px;
}

.nav-link.dropdown-toggle {
  width: 150px;
  padding-left: -7.500;
  padding-left: 0px;
  margin-left: -60px;
}

.nav-link {
  color: #169B62 !important;
}

.nav-link::hover {
  color: #fff !important;
}

.btn-success {
  background-color: #169B62 !important;
  background: #169B62 !important;
  border: 1px solid #169B62 !important;
}

.btn-secondary {
  color: white;
  background-color: #FF9511 !important;
  background: #FF9511 !important;
  border: 1px solid #FF9511 !important;
}

.btn-secondary:hover {
  color: white;
}

.btn-primary {
  background-color: #169B62 !important;
  background: #169B62 !important;
  border: 1px solid #169B62 !important;
}

.btn-danger {
  background-color: #E73410 !important;
  background: #E73410 !important;
  border: 1px solid #E73410 !important;
}

.footer-cyne {
  background-color: #169B62 !important;
}

.text-success {
  color: #169B62 !important;
}

.text-orange {
  color: #169B62 !important;
}

.active {
  color: #fff !important;
  background-color: #169B62 !important;
  border-radius: 5px;
}

.active:hover,
.active:focus {
  color: #fff !important;
  background-color: #169B62 !important;
}

.my-red {
  color: #fff !important;
  background-color: #E73410 !important;
}

.w3-button {
  text-decoration: none !important;
}

.dropdown-menu a {
  color: #169B62 !important;
}


@media screen and (max-width:768px) {
  #navbar {
    margin-top: 11px !important;
  }

  .display-4 {
    margin-top: 10%;
    font-size: 40px !important;
  }

  .banar-caption {
    font-size: 24px !important;
  }

  body {
    padding: 0;
  }

  .searchtext2 {
    margin-bottom: 8%;
  }

  .searchButton {
    margin-top: 12%;
  }

  .citySelector {
    margin-top: 12%;
  }

  #searchContainer {
    max-height: 90%;
  }

  h4 {
    font-size: 14px !important;
  }

  h5 {
    font-size: 12px !important;
  }

  .myContainer h1 {
    margin-top: 10%;
    font-size: 20px !important;
  }

  .myContainerLogin h1 {
    margin-top: 10%;
    font-size: 20px !important;
  }

  .myContainerLogin {
    margin-top: -20px;
  }

  .text-left {
    text-align: left !important;
  }

  #jobType {
    float: none !important;
  }

  #mytitle {
    height: auto;
  }

  #nav li {
    position: relative;
    display: relative;
    width: 100%;
    margin-bottom: 2px !important;
    border-top: 1px solid #c8c8c8;
  }

  .glyphicon-menu-hamburger {
    color: white;
  }

  .sidenav-items {
    height: auto;
  }

  .g-signin2 {
    padding: 0 75px;
  }

  #myModal {
    margin-left: 15px;
    width: 320px;
    height: 700px;
    background-color: transparent;
  }

  #myModal>.modal-content {
    width: 318px;
    height: 698px;
  }

  #deleteModal {
    margin-left: 0;
  }

  .searchtext1 {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 425px) {
  body {
    padding: 0;
  }

  #navbar {
    margin-top: 4% !important;
    width: 100%;

  }

  #navbarFixed {
    width: 100%;
    height: 7%;
  }

  .display-4 {
    margin-top: 20%;
    font-size: 30px !important;
  }

  .banar-caption {
    font-size: 18px !important;
  }

  .searchtext2 {
    margin-bottom: 8%;
  }

  .searchButton {
    margin-top: 12%;
  }

  .citySelector {
    margin-top: 12%;
  }

  #searchContainer {
    max-height: 90%;
  }

  h4 {
    font-size: 14px !important;
  }

  h5 {
    font-size: 12px !important;
  }

  .myContainer h1 {
    margin-top: 10%;
    font-size: 20px !important;
  }

  .myContainerLogin h1 {
    margin-top: 10%;
    font-size: 20px !important;
  }

  .myContainerLogin {
    margin-top: -20px;
  }

  .text-left {
    text-align: left !important;
  }

  #jobType {
    float: none !important;
  }

  #mytitle {
    height: auto;
  }

  #nav li {
    position: relative;
    display: relative;
    width: 100%;
    margin-bottom: 2px !important;
    border-top: 1px solid #c8c8c8;
  }

  .glyphicon-menu-hamburger {
    color: white;
  }

  .sidenav-items {
    height: auto;
  }

  .g-signin2 {
    padding: 0 75px;
  }

  #myModal {
    margin-left: 15px;
    width: 320px;
    height: 700px;
    background-color: transparent;
  }

  #myModal>.modal-content {
    width: 318px;
    height: 698px;
  }

  .searchtext1 {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 325px) {
  #navbar {
    margin-top: 11px !important;
  }

  .display-4 {
    margin-top: 10%;
    font-size: 20px !important;
  }

  .banar-caption {
    font-size: 14px !important;
  }

  .searchButton {
    margin-top: 10%;
  }

  .citySelector {
    margin-top: 10%;
  }

  #nav li {
    position: relative;
    display: relative;
    width: 100%;
    margin-bottom: 2px !important;
  }

  .sidenav-items {
    height: 50% !important;
  }

  .g-signin2 {
    padding: 0 75px;
  }

  #myModal {
    margin-left: 15px;
    width: 320px;
    height: 700px;
    background-color: transparent;
  }

  #myModal>.modal-content {
    width: 318px;
    height: 698px;
  }

  .searchtext1 {
    padding-top: 70px !important;
  }
}

.navbar-nav .open .dropdown-menu>li>a {
  width: 150%;
  text-align: left;
}

.text-white {
  color: white !important;
}

.clickable {
  cursor: pointer !important;
}

.mandatory {
  color: #E73410;
}

.search-title>h1 {
  font-size: 24px !important;
  margin-top: 50px;
}

.display-4 {
  font-size: 5.2rem;
  font-weight: 300;
  line-height: 1.2;
}

.footer {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.footer a {
  color: #9c9c9c !important;
}

.footer .text {
  margin-top: 14px !important;
  font-size: 16px !important;
}

.in {
  background-color: white;
}

.in>li {
  width: 100%;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page-short-boxes {
  padding: 100px 0;
}

.contact-info ul {
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  color: #828282;
}

.contact-info ul li {
  margin-top: 20px;
  margin-bottom: 12px;
  font-weight: 500;
}

.contact-info ul li span {
  display: inline-block;
  color: #404040;
}

.contact-info ul li span {
  width: 64px;
}

.contact-page-short-boxes .opening-hours ul li {
  margin-top: 20px;
}

.contact-page-short-boxes .emergency-box {
  padding: 32px;
}

.contact-page-short-boxes .emergency-box .button {
  max-width: 220px;
  padding: 6px 10px 4px;
  margin: 0 auto 24px;
}

.contact-form {
  margin-bottom: 100px;
}

.contact-form h2 {
  margin-bottom: 24px;
  background: #fff;
  font-size: 24px;
  font-weight: 600;
  color: #404040;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%;
  padding: 15px 20px;
  margin-top: 30px;
  border: 0;
  background: #f0f4f8;
  outline: none;
  font-size: 12px;
  line-height: 1;
  font-style: italic;
  color: #828282;
}

.contact-form input[type="submit"] {
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
  cursor: pointer;
}

.contact-page-map {
  margin-bottom: 100px;
}

.contact-page-map iframe {
  display: block;
  width: 100%;
  height: 560px;
}

/*
# Button
----------------------------------*/
.button {
  padding: 12px 50px 10px;
  margin-right: 32px;
  border: 0;
  border-bottom: 3px solid #18a3eb;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #404040;
  outline: none;
  background: #f0f4f8;
  text-decoration: none !important;
}

.button:focus {
  outline: none;
  box-shadow: none;
}

.button.dark {
  border-color: transparent;
  color: #fff;
  background: #18a3eb;
}

.button.gradient-bg {
  border-color: transparent;
  background: -moz-linear-gradient(180deg, rgba(50, 200, 250, 1) 0%, rgba(88, 125, 228, 1) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(50, 200, 250, 1)), color-stop(100%, rgba(88, 125, 228, 1)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(180deg, rgba(50, 200, 250, 1) 0%, rgba(88, 125, 228, 1) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(180deg, rgba(50, 200, 250, 1) 0%, rgba(88, 125, 228, 1) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(180deg, rgba(50, 200, 250, 1) 0%, rgba(88, 125, 228, 1) 100%);
  /* ie10+ */
  background: linear-gradient(270deg, rgba(50, 200, 250, 1) 0%, rgba(88, 125, 228, 1) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18a3eb', endColorstr='#587de4', GradientType=1);
  /* ie6-9 */
  color: #fff;
}

/*
# Subscribe Banner
--------------------------------*/
.subscribe-banner {
  padding: 80px 0;
  background: url("../images/isb-monument.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
}

.subscribe-banner h2 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}

.subscribe-banner input[type="email"] {
  width: 100%;
  padding: 8px 24px;
  border: 0;
  margin-top: 24px;
  font-size: 12px;
  font-style: italic;
  color: #404040;
  background: #fff;
  text-align: left;
}

.subscribe-banner input[type="submit"] {
  margin-top: 32px;
  margin-right: 0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/
.med-history {
  padding: 50px 0;
}

.med-history h2 {
  margin-bottom: 48px;
  font-size: 48px;
  font-weight: 600;
  color: #404040;
}

.med-history p {
  font-size: 14px;
  color: #828282;
}

.med-history .button {
  margin-top: 24px;
}