body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, label, p, blockquote, table, th, td, embed, object, button, hr {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 15px;
}

html, body {
    height: 100%;
}

fieldset, img, abbr {
    border: 0;
}

img {
    display: block;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
    list-style-type: none;
}

body {
    color: #002c55;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    line-height: normal;
    width: 100%;
    background: #fff;
}

a {
    color: #fff;
    text-decoration: none;
    outline: none;
}

    a:hover {
        color: #fff;
        text-decoration: none;
    }

    a:focus {
        outline: none;
        text-decoration: none;
        color: #fff;
    }

input, textarea, select {
    border: 1px solid #9cabba;
    font-family: 'Raleway',Arial, sans-serif;
    font-style: normal;
    font-size: 14px;
    padding: 8px 7px 7px;
    color: #1f1f1f;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0 0 8px 0;
    width: 100%;
}

p {
    padding: 0 0 20px 0;
}

input::-ms-clear {
    display: none;
}

input[type="checkbox"], input[type="radio"] {
    outline: 0;
    border: 0px;
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
}

input[type="submit"], input[type="button"] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

button {
    border: none;
    color: #fff;
    background: #0d2b0d;
    padding: 8px;
    border-radius: 6px;
    display: block;
    width: 100%;
    border: 1px solid #d0d0d0;
    font-weight: bold;
    transition: ease-in-out 0.5s all;
    font-size: 20px;
}

*:focus {
    outline: 0;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
}

:before, :after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
}

/* Webkit */
::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;
    font-size: 12px;
}

/* Firefox 4-18 */
:-moz-placeholder {
    color: #ccc;
    opacity: 1;
    font-size: 12px;
}

/* Firefox 19+ */
::-moz-placeholder {
    color: #ccc;
    opacity: 1;
    font-size: 12px;
}

/* IE10+ */
:-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
    font-size: 12px;
}

.fa.fa-skype, .fa.fa-whatsapp {
    font-size: 33px;
    color: #46C656;
    margin-top: 15px;
    margin-right: 10px;
}

.fa.fa-skype {
    color: #00AFF0;
}

.header-call-us {
    padding-top: 15px;
}

    .header-call-us span {
        font-size: 13px;
        display: block;
        width: 100%;
        text-align: center;
        color: #0089ff;
        text-decoration: underline;
    }

.modal {
    background: rgba(0,0,0,0.5);
}

#enquirypopup .modal-dialog {
    width: 400px;
    padding: 0px;
    position: relative;
}

    #enquirypopup .modal-dialog:before {
        content: '';
        height: 0px;
        width: 0px;
        border-left: 50px solid #17B6BB;
        border-right: 50px solid transparent;
        border-bottom: 50px solid transparent;
        position: absolute;
        top: 1px;
        left: 0px;
        z-index: 99;
    }

.custom-modal-header {
    text-align: center;
    color: #17b6bb;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-top: 4px solid;
}

#enquirypopup .modal-dialog .close {
    z-index: 99999999;
    color: white;
    text-shadow: 0px 0px 0px;
    font-weight: normal;
    top: 4px;
    right: 18px;
    position: absolute;
    opacity: 1;
    width: auto;
}

.custom-modal-header .modal-title {
    font-size: 18px;
}

#enquirypopup .modal-dialog:after {
    content: '';
    height: 0px;
    width: 0px;
    border-right: 50px solid #17b6bb;
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 1px;
    right: 0px;
    z-index: 999999;
}

.form-group {
    margin-bottom: 5px !important;
}

.form-inline .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

#ui-datepicker-div {
    z-index: 10051 !important;
}

.main-header span {
    float: right;
    background: #7C0D04;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px;
    margin-top: -10px;
    cursor: pointer;
}

    .main-header span strong {
        color: yellow;
    }
.inc_css{     font-size: 15px;
    vertical-align: middle;
    color: #0d8957;
    font-weight: bold;
    text-transform: uppercase; }

@media screen and (max-width: 1024px) {
    input, textarea {
        -webkit-appearance: none;
    }
}

@media screen and (max-width: 768px) {
    input, textarea {
        -webkit-appearance: none;
    }
}

@media screen and (max-width: 620px) {
    html, body {
        -webkit-text-size-adjust: none;
    }

    input, textarea {
        -webkit-appearance: none;
    }
}

@media screen and (max-width: 600px) {
    .c2a-panel {
        height: auto  !important;
    }

        .c2a-panel img {
            height: 180px !important;
        }
		.listing-details ul li:first-child{ width:100%;}
}
