@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.banner-area{
 	display: none;
}
.application-form h2{
	font-size: 24px;
}
.col-sm-6{
 max-width: 50%;
}
#largemenu{
  display: none;
}
#smallmenu{
  display: block;
}
tr,th{
            line-height: 19px;
    }
    .chat{
    width: 100%;
    position: fixed;
    bottom: 0px;
    right: 0px;

    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.application-form{
	margin-top: -76px;
}
tr,th{
            line-height: 19px;
    }
    .chat{

    width: 100%;
    position: fixed;
    bottom: 0px;
    right: 0px;

    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.application-form{
	margin-top: -76px;
}
tr,th{
            line-height: 19px;
    }
      .chat{
    width: 100%;
    position: fixed;
    bottom: 0px;
    right: 0px;

    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.application-form{
	
	width: 700px;margin: 0 auto;
	margin-top: -76px;
}
.featured-company{
	height: 400px;
	overflow-x: scroll;
}
#largemenu{
  display: block;
}
#smallmenu{
  display: none;
}
tr,th{
            line-height: 19px;
    }
    .chat{
    width: 300px;
    position: fixed;
    bottom: 0px;
    right: 0px;

    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

	.padding-large{
	padding-left: 100px;padding-right: 100px;
}
.application-form{
	
	width: 700px;margin: 0 auto;
	margin-top: -76px;
}
.featured-company{
	height: 400px;
	overflow-x: scroll;
}
#largemenu{
  display: block;
}
#smallmenu{
  display: none;
}
tr,th{
            line-height: 1px;
    }
.chat{
    width: 300px;
    position: fixed;
    bottom: 0px;
    right: 0px;

    }
}

body{

  font-family: 'Oswald', sans-serif;
	background-color: #fff;
}
.header{
	padding-top: 15px;
    position: fixed;
    top: 0px;
    z-index: 2;
    width: 100%;
    background: #fbfdff;
}
.banner-area{
  background-image: url("../img/bannerImage.png");
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 300px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
  color: #fff;
}

.application-form{
		box-shadow: 0px 0px 16px -1px #c1c1c1;;
    background-color: #fff;
    border-radius: 7px;
    padding: 20px 15px;
}
.form-field{
	margin-top: 50px;
}
.form-padding
{
	padding-bottom: 20px;
}
.selected{
	background: #007bff;
	border-color:#007bff;
	color: #fff;
}
.btn-default{
	border: 1px solid #123;
	margin-bottom: 5px;
}
.featured-compaby{
		width: 100%;
    overflow: hidden;
    padding: 10px;
    box-shadow: 0px 0px 16px -1px #c1c1c1;;
    background-color: #fff;
    margin-top: 20px;
}

.featured-call{
	width: 100%;
    overflow: hidden;
    padding: 10px;
    box-shadow: 0px 0px 16px -1px #c1c1c1;;
    background-color: #fff;
    margin-top: 20px;
    border: 1px solid #123;
    text-align: center;
    border-radius: 7px;
    min-height: 198px;
}
.featured-call img{
	max-height: 30px;
	display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.featured-call p{
margin-top: 20px;
}
.featured-call button a{
color: #fff;
text-decoration: none;
}

.featured-call button{
margin-top: 15px;
background: #333333;
color: #fff;
font-size: 12px;
padding: 5px;
border-radius: 5px;
margin-bottom: 10px;
}

.featured-call a{

text-decoration: underline;
font-weight: bold;
}
.center{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;

}
.alert-success {
	display: none;
  padding: 20px;
  background-color: green;
  color: white;
  position: absolute;
  top: 100px;
  z-index: 1;
}
.alert-danger {
	display: none;
  padding: 20px;
  background-color: #f44336;
  color: white;
  position: absolute;
  top: 100px;
  z-index: 1;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}
.theme-button{
	background-color: #007bff;
	border: #007bff;
}
.logo{
	width: 205px;
}
.signup-area{
	float: right;
}
.after-login{
  float: right;
}
.show-hide{
  display: none;
}
.application{
  background-color: #E5E5E5;
}
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -34px;
  background-color: #102f51;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #314690;
  color: white;
  padding: 10px 15px;
  border: none;
  float: right;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}
.questions{
    background-color: #f7f5f5;
    margin-right: 5px;
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 0px;
}
.questions p{
    color: #1745f3;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #000;
    color: #fff;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 4px 6px;
    text-decoration: none;
    text-align: center;
}
.nav li a.active
{
  background-color:#007bff;
}

.nav-tabs>li.active>a, .nav-tabs>li>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #007bff;
    border: 1px solid #ddd0;
    border-bottom-color: transparent;

}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd0;
    padding-top: 13px;
    padding-bottom: 12px;
    background: #383535;
    margin-top: 6px;
    margin-bottom: 6px;
    border-radius: 10px;
    padding-left: 12px;
    padding-right: 12px;
}

.nav-tabs>li {
    float: left;
    flex: 1 1 auto;
    margin: 4px;
}
.tab-content {
    display: block;
    padding: 12px;
    border-radius: 10px;
}
.success{
background: green;color: #fff;
padding: 5px;
}
.danger{
background: red;color: #fff;
padding: 5px;

}