
* { font-family: Helvetica, 'sans-serif'; }
/*Css added by rohan*/

@font-face {
    font-family: 'Mulish-SemiBold';
    src: url('./fonts/Mulish-Bold.eot');
    src: url('./fonts/Mulish-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Mulish-SemiBold.woff2') format('woff2'),
        url('./fonts/Mulish-SemiBold.woff') format('woff'),
        url('./fonts/Mulish-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish-ExtraBold';
    src: url('./fonts/Mulish-ExtraBold.eot');
    src: url('./fonts/Mulish-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Mulish-ExtraBold.woff2') format('woff2'),
        url('./fonts/Mulish-ExtraBold.woff') format('woff'),
        url('./fonts/Mulish-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish-Light';
    src: url('./fonts/Mulish-Light.eot');
    src: url('./fonts/Mulish-Light.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Mulish-Light.woff2') format('woff2'),
        url('./fonts/Mulish-Light.woff') format('woff'),
        url('./fonts/Mulish-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish-Regular';
    src: url('./fonts/Mulish-Regular.eot');
    src: url('./fonts/Mulish-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Mulish-Regular.woff2') format('woff2'),
        url('./fonts/Mulish-Regular.woff') format('woff'),
        url('./fonts/Mulish-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish-Medium';
    src: url('./fonts/Mulish-Medium.eot');
    src: url('./fonts/Mulish-Medium.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Mulish-Medium.woff2') format('woff2'),
        url('./fonts/Mulish-Medium.woff') format('woff'),
        url('./fonts/Mulish-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish-Bold';
    src: url('./fonts/Mulish-Bold.eot');
    src: url('./fonts/Mulish-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Mulish-Bold.woff2') format('woff2'),
        url('./fonts/Mulish-Bold.woff') format('woff'),
        url('./fonts/Mulish-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}]
  ul#menu li a {
         font-family: 'Mulish-Bold';
        }
/*Css added by rohan*/
.MainContainer {
  width: 100%;
  height: 1000px;
  text-align: center;
  background: url("http://phandroid.s3.amazonaws.com/wp-content/uploads/2014/10/mountains.jpg") no-repeat center center/cover;
}

.is-blurred {
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

.MainHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  margin-bottom: 30px;
  padding: 10px 0;
  background-color: #fff;
}

.Heading {
  font-size: 34px;
  font-weight: bold;
}

.btn {
  width: 150px;
  height: 50px;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  color: #fff;
  background-color: #4eaadd;
  cursor: pointer;
}

.btn:hover { background-color: #54b6ea; }

/* Overlay */

.Modal {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.5s;
  overflow: auto;
  transition: all 0.3s linear;
}


.Modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border-radius: 4px;
  max-width: 300px;
  height: 450px;
}

.ModalOpen { overflow: hidden; }

.is-hidden { display: none; }

.is-visuallyHidden { opacity: 0; }

/* The Close Button */

.Close {
  color: #aaaaaa;
  float: right;
  font-size: 16px;
}

.Close:hover, .Close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.subContent {
        background-color: #efeeef;
    padding: 1%;
    box-shadow: 0 1px 5px 0 #efeeef;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.featureContent {
        box-shadow: 0 1px 5px 0 #7ac0da;
}

.btncss {
    text-align: center;
    width: 106px !important;
    margin: 11px;
    padding: 5px !important;
    background-color: #04315f  !important;
    border: 1px solid #2367ab !important;
    border-radius: 15px;
    color: white;
    font-size: 16px !important;
    font-weight: 700 !important;
    box-shadow: 0 1px 5px 0 #2367ab;
}

select {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
    border-radius: 5px;
}
.dvsubhead {
    border-bottom: 2px solid white;
    font-size: 18px;
    font-weight: 600;
    color: white;
}

.Accountcss:before {
content:'Account-';
}
.ClassicStyle {
 color:black !important;
}

.AccountDetails {
background-color: #e81e35;
    border: 2px solid #ff001e;
    padding: 5px 0px 4px 16px;
    border-radius: 0px;
}

#gridviewallsearch th {
    text-align:center;
}

.featured p {
    color:white;
}


select.entry {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}