﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

i {
    margin: 0 5px 0 0;
}

.clear {
    clear: both;
}

.p-60 {
    margin: 60px auto 0 !important;
}

.p-120 {
    margin: 120px auto 10px !important;
}

h1, h2, h3, h4, h5, h6, li, p, body, pre-header {
    width: 100%;
    margin: 0;
    padding: 0;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-center {
    text-align: center !important;
}

body {
    color: #24273e;
    font-weight: 300;
    background-image: url('../images/transp_bg.png');
}

.container {
    width: 90%;
    height: 100%;
    min-width: 1000px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

/* Index page service table Starts Here */
.table-primary {
    width: 100%;
    margin: 0 0 18px;
    border-collapse: collapse;
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.1),-2px -2px 3px rgba(0,0,0,0.1);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1),-2px -2px 3px rgba(0,0,0,0.1);
}

    .table-primary td, .table th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    .table-primary tr {
        background: #fafafa;
    }
/*  Define the background color for all the ODD background rows  */

.table tr:nth-child(odd) {
    background: #FBFBFB;
}
/*  Define the background color for all the EVEN background rows  */

.table tr:nth-child(even) {
    background: #f7f7f7;
}

.table-primary tr .subhead {
    background-color: #ededed;
}

.table-primary tr:nth-child(odd) {
    background: #FBFBFB;
}
/*  Define the background color for all the EVEN background rows  */

.table-primary tr:nth-child(even) {
    background: #f7f7f7;
}
/*.table-primary tr:nth-child(even){background-color: #f2f2f2;}*/

.table-primary th {
    font-size: 16px;
    font-weight: lighter;
    vertical-align: middle;
    text-transform: uppercase;
    line-height: 1.2;
    padding: 8px;
    text-align: left;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
    background-color: #707599;
    color: #fff;
}

.table-primary td strong {
    font-size: 16px;
    font-weight: 600;
}

.btn-prop {
    background-color: #fe9b47;
    border: 1px solid #fe9b47;
    border-radius: 5px;
    color: #fe9b47;
    font-weight: 600;
    margin: 0;
    padding: 7px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}

    .btn-prop:hover {
        background-color: transparent;
        color: #fe9b47;
        cursor: pointer;
    }
/* Index page service table Ends Here */

@media screen and (max-width: 1000px) {
    .sticker {
        position: relative;
    }

    .banner-area {
        min-width: 1000px;
        margin: 0;
    }
}
/* Table */
/* Form Page Heading */
.form-heading {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-color: #818181;
}

.form-main-heading {
    min-width: 1000px;
    height: 100px;
    line-height: 100px;
    padding: 5px;
    background-image: url('../images/formhead.jpg');
    background-attachment: fixed;
    border-bottom: 1px solid #eee;
}

    .form-main-heading h3 {
        font-size: 26px;
        font-weight: lighter;
        color: #fff;
        text-transform: uppercase;
    }
/* Form Table Style */
.table {
    width: 100%;
    margin: 0 0 10px;
    border-collapse: collapse;
}

    .table td, .table th {
        border: 1px solid #ddd;
        padding: 5px;
    }

    .table tr {
        background-color: #fcfcfc;
    }

        .table tr:nth-child(even) {
            background-color: #fcfcfc;
        }

    .table th {
        padding: 5px;      
        text-align: left;
        background-color: #aed2bb;
        color: #000;
    }
    /* Table fields */
    .table td input[type="text"], textarea, select {
        background-color: #fff;
        border: 1px solid #eee;
        padding: 2px;
        color: #000;
        width: 98%;
        border-radius: 5px; height:40px;
    }

        .table td input[type="text"]:focus, textarea:focus, select:focus {
            border: 1px solid #dadada;
            box-shadow: 0 0 4px #ddd;
            color: #3e3e3e;
        }

    .table td input[type="text"], textarea, select {
        margin: 0;
        
    }
/* table fixed td size */
.table-4 td {
    width: 25%;
}

.btn-col {
    width: 100%;
    padding: 10px;
    text-align: center;
}

.btn-submit {
    color: #fff;
    background-color: #d47530;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border: none;
    padding: 7px 10px;
    transition: all 0.5s ease 0s;
}

    .btn-submit:hover {
        cursor: pointer;
        background-color: #24273e;
        margin: 0 0 0 10px;
    }
    @media only screen and (max-width: 767px) and (min-width: 320px){
.table td span{
display:block;
}
}
