body{
    margin:0px;
    padding:0px;
    background: #f7f7f7;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Raleway', sans-serif;
}
.content-area p {
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 1.2em;
    color: #5d5d5d;
    line-height: 1.7em;
}
nav{
    background-color: #cb2d2d;
    height: 85px;
    line-height: 85px;
}
nav i.left {
    float: left;
    margin-right: 0px;
    height: 85px;
    line-height: 85px;
}
.dropdown-content li>a, .dropdown-content li>span {
    font-size: 16px;
    color: #5f6160;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
}
.dropdown-content {
    background-color: #fff;
    margin: 0;
    display: none;
    min-width: 200px;
}

nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
    height: 85px;
    line-height: 85px;
}
a.brand-logo{
    margin-top:10px;
}
.row{
    margin-bottom:0px;
}
.row.padded{
    padding:80px 0px;
}
.header {
    height: 600px;
    background-image: url(../images/header.png);
    margin-bottom: 75px;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 71%);
    margin-top: -85px;
}
h2.tagline {
    padding-top: 250px;
    text-align: center;
    color: #ffffff;
    font-size: 2.7em;
}
h2.subheading {
    text-align: center;
    font-size: 2.5em;
    color: #4c4c4c;
}
p.subtext {
    text-align: center;
    font-size: 1.2em;
    color: #717171;
}
.card-panel.process-card {
    box-shadow: none;
    border: 1px solid #ececec;
    text-align: center;
}
span.card-title {
    font-size: 1.2em;
    font-weight: bold;
    color: #4c4c4c;
}
.popular-destinations span.card-title {
    background: #000000c7;
    padding: 2px 15px !important;
    margin-bottom: 20px;
    font-size: 0.9em;
    margin-left: 10px;
    border-radius: 5px;
}
.popular-destinations .card {
    border-radius: 22px 0px 22px 0px;
}
.popular-destinations .card .card-image img {
    display: block;
    border-radius: 22px 0px 22px 0px;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}
.page-header{
    height:300px;
    background-image:url('../images/page-header.png');
    margin-bottom:75px;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 57%);
}
.col.filter-area {
    border-right: 1px solid #e2e2e2;
    min-height: 50vh;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating){
    margin-right:0px !important;
}
.card-action {
    background-color: #f1f1f1 !important;
}
a.view-profile-btn {
    background: #cb2d2d;
    color: #ffffff !important;
    font-weight: 500;
    font-size: 0.8em;
    letter-spacing: 2px;
}
.card-action a {
    width: 49%;
    display: inline-block;
    padding: 13px 0px;
    text-align: center;
}
a.email-btn{
    background: #2f2f2f;
    color: #ffffff !important;
    font-weight: 500;
    font-size: 0.8em;
    letter-spacing: 2px;
}
a.call-btn{
    background: #2f2f2f;
    color: #ffffff !important;
    font-weight: 500;
    font-size: 0.8em;
    letter-spacing: 2px;
}
.user-profile-card p {
    font-size: 1em;
    line-height: 1.3em;
}
p.bold {
    font-size: 1em;
    color: #676767;
    font-weight: bold;
    background: #f4f7f5;
}
.page-header .container{
    padding-top:80px;
}
.container.search-bar {
    background: #212121;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0px 8px 16px rgb(0 0 0 / 20%);
    margin-top: 100px;
    z-index: 5;
    position: relative;
}
div#modal-phone {
    width: 400px;
    text-align: center;
}
div#modal-email{
    width:650px;
}
div#modal-phone h4, div#modal-email h4 {
    background: #cb2d2d;
    font-size: 1.2em;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px;
}
p.phone {
    font-size: 2.5em;
    font-weight: bold;
}
.filter-area a {
    display: block;
    color: #767777;
    font-size: 0.9em;
    transition: all 0.2s ease-out;
}
.filter-area a:hover{
    margin-left: 10px;
}
.page-header h2 {
    text-align: center;
    color: #ffffff;
    font-size: 2.5em;
}
.row.content-area{
    padding-bottom:100px;
}
.footer {
    background-color: #f7f7f7;
    padding: 75px 0px;
}
.footer a{
    display: block;
    line-height: 2.5em;
    color: #696969;
    transition: all 0.2s ease-out;
}
.footer p
{
    color:#696969;
}
.footer a:hover {
    padding-left:15px;
}
.footer h2 {
    font-size: 1.3em;
    color: #cb2d2d;

}
.colophon {
    background-color: #c11428;
    color: #ffffff;
    padding: 30px 0px;
}
.colophon p a{
    color:#ffffff;
}
.input-field>label {
    color: #686666;
    position: absolute;
    top: -35px;
    left: 0;
    font-size: 0.7rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
}
input {
    border: 1px solid #e0dada;
    width: 100%;
    padding: 20px;
    box-shadow:0 5px 5px rgba(0,0,0,.05)!important;
    border-radius: 5px;
}
select {
    border: 1px solid #e0dada;
    width: 100%;
    padding: 12px;
    box-shadow: 0 5px 5px rgba(0,0,0,.05)!important;
    border-radius: 5px;
    height: 57px;
}
.input-field>label:not(.label-icon).active {
    -webkit-transform: translateY(-14px) scale(0.8);
    transform: translateY(19px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.select-wrapper input.select-dropdown {
    position: relative;
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid #e0dada;
    outline: none;
    height: 4rem;
    line-height: 3rem;
    width: 100%;
    font-size: 16px;
    margin: 0 0 8px 0;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2;
    box-shadow: 0 5px 5px rgba(0,0,0,.05)!important;
    border-radius: 5px;
}
form .row{
    margin-top:20px;
}
.row.profile-header {
    margin-top: 20px;
    background: #f9f9f9;
    height: 300px;
    background-size: cover;
}
img.profile-img {
    margin-top: -150px;
    border: 6px solid #ffffff;
    box-shadow: 0px 8px 24px rgb(0 0 0 / 20%);
    height: 325px;
    width: 325px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 900;
    float: right;
    border-radius: 175px;

}
.row.user-info-section.white {
    padding-bottom: 30px;
}
a.social-link
{
    color:#383838;
}
p.user-info {
    font-size: 1em;
    line-height: 1.4em;
    color: #757575;
}
h3.username {
    line-height: 0.5em;
    font-size: 1.6em;
    font-weight: bold;
    color: #5d5d5d;
    margin-top: 30px;
}
p.contact-info {
    font-size: 1.1em;
    color: #505050;
    line-height: 3em;
}
i.tiny.material-icons {
    padding-right: 10px;
}
.card-panel {
    box-shadow: none;
    border-radius: 10px;
    overflow: auto;
}
h2.section-heading {
    font-size: 0.9em;
    color: #5f5f5f;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top:5px;
}
a#profile-dropdown {
    margin-top: 30px;
}
textarea {
    width: 100%;
    height: 10rem;
    background-color: transparent;
    padding: 15px;
    border: 1px solid #d3cfcf;
}
h4.modal-title {
    font-size: 1.5em;
    font-weight: lighter;
    padding: 15px 0px;
}
.row.infopanel{
    padding-top:30px;
}
.action i.tiny.material-icons {
    color: #cb2d2d;
    font-weight: bold;
    font-size: 1.3em;
    padding-top: 0px;
}
ul.collection {
    border: none;
    border-radius: 10px;
}
span.title {
    line-height: 45px;
}
.collection .collection-item.avatar {
    min-height: 60px;
    padding-left: 72px;
    position: relative;
}
.collection .collection-item {
    background-color: #fff;
    line-height: 1.2em;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}
.col.s12.m4.l4.info-chip {
    padding: 10px 10px;
}
i.material-icons.verification-tag {
    color: #94c534;
}
.modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fafafa;
    padding: 0;
    max-height: 70%;
    width: 55%;
    margin: auto;
    overflow-y: initial !important;
    border-radius: 2px;
    will-change: top, opacity;
}

img.profile-img-card {
    width: 300px !important;
    height: fit-content;
    object-fit: cover;
}
.alert.alert-success {
    background: #ffffff;
    padding: 10px;
    margin: 30px 0px;
    border-radius: 0px;
    border-left: 7px solid #68b750;
}
.alert.alert-error {
    background: #ffffff;
    padding: 10px;
    margin: 30px 0px;
    border-radius: 0px;
    border-left: 7px solid #d86b4e;
}
.card.horizontal.user-profile-card {
    z-index: 1;
    position: relative;
}