/*phpstyle.css*/

@import url(http://fonts.googleapis.com/css?family=Lora);
@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans);

body {
    background: #008fb3;
    font-family: 'Merriweather Sans', sans-serif;
    background-repeat: no-repeat;
    font-size: 12px;
}

hr {
    border-top: 1px solid #000;
}

.nav>li>a {
    padding: 10px 35px;
}

.navbar-default .navbar-collapse {
    border-color: #e7e7e7;
    /*margin-bottom: -10px;*/
}

.navbar {
    height: 50px;
}

.navbar-brand {
    height: 50px;
}

.navbar-nav>li :hover {
    background: rgba(255, 102, 0, 1) !important;
    border-radius: 10px;
    margin-top: 2px;
}

.active {
    background: rgba(255, 102, 0, 1) !important;
    border-radius: 10px;
    margin-top: 2px;
}

.container-fluid {
    /*margin-top: 10px;*/
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 7px;
        /*text-transform:uppercase;*/
    }
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #ffcc00;

    background-color: transparent;
}

.navbar-nav {
    background-color: #e45800;
}

.englogo {
    font-size: 40px;
    text-transform: uppercase;
    /*font-weight:bold;*/
    padding: 15px;
    font-family: 'Lora', serif;
    line-height: 40px;
}

.englogo span {
    font-size: 25px;
}

a {
    color: #634025;
}

a:hover {
    color: #000;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    . -webkit-box-shadow: 0px 0px 30px 0px rgba(97, 24, 1, 1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(97, 24, 1, 1);
    box-shadow: 0px 0px 30px 0px rgba(97, 24, 1, 1);
}

.content {}

.nav>li {
    z-index: 9999;
}

.maincon {
    padding: 50px;
    font-family: 'Merriweather Sans', sans-serif;
    min-height: 400px;
    padding-top: 10px;
    overflow: hidden;
    height: auto;

}

.centeralign {
    text-align: center;
}

.centeralign h1 {
    padding: 100px;
    text-align: center;
}

.widthi {
    width: 100%;
}

.englogo img {
    float: left;
    padding-right: 10px;
}

.contheight {
    background-color: #fff;
    min-height: 400px;
    overflow: hidden;
}

.contheight1 {
    background-color: #fff;
    min-height: 800px;
    overflow: hidden;
}

.navbar-default {
    //background: rgba(255,113,18,1);
    //background: -moz-linear-gradient(top, rgba(255,113,18,1) 0%, rgba(122,33,0,1) 53%, rgba(255,102,0,1) 100%);
    //background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,113,18,1)), color-stop(53%, rgba(122,33,0,1)), color-stop(100%, rgba(255,102,0,1)));
    //background: -webkit-linear-gradient(top, rgba(255,113,18,1) 0%, rgba(122,33,0,1) 53%, rgba(255,102,0,1) 100%);
    //background: -o-linear-gradient(top, rgba(255,113,18,1) 0%, rgba(122,33,0,1) 53%, rgba(255,102,0,1) 100%);
    //background: -ms-linear-gradient(top, rgba(255,113,18,1) 0%, rgba(122,33,0,1) 53%, rgba(255,102,0,1) 100%);
    //background: linear-gradient(to bottom, rgba(255,113,18,1) 0%, rgba(122,33,0,1) 53%, rgba(255,102,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7112', endColorstr='#ff6600', GradientType=0);
    border-color: transparent;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    z-index: 1;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 18px;
    /*text-transform: uppercase;*/

}

.active {
    //color: #ffcc00;
    //font-weight: bold;

}

.navbar-default .navbar-nav>li:hover {}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }

    .maincon {
        min-height: 450px;
        color: rgba(122, 33, 0, 1);
        height: auto;
        overflow: hidden;
    }

    .navbar-nav {
        background: none;
    }

    .product {
        width: 100%;

    }

    .slider img {
        width: 100%;
    }

}

.slider img {
    width: 100%;
}

@media (min-width: 360px) {
    .navbar-nav {
        padding-left: 70px;
        padding-top: 7px;
        background: rgba(255, 113, 18, 1);
        background: -moz-linear-gradient(top, rgba(255, 113, 18, 1) 0%, rgba(122, 33, 0, 1) 53%, rgba(255, 102, 0, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 113, 18, 1)), color-stop(53%, rgba(122, 33, 0, 1)), color-stop(100%, rgba(255, 102, 0, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 113, 18, 1) 0%, rgba(122, 33, 0, 1) 53%, rgba(255, 102, 0, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 113, 18, 1) 0%, rgba(122, 33, 0, 1) 53%, rgba(255, 102, 0, 1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 113, 18, 1) 0%, rgba(122, 33, 0, 1) 53%, rgba(255, 102, 0, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 113, 18, 1) 0%, rgba(122, 33, 0, 1) 53%, rgba(255, 102, 0, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7112', endColorstr='#ff6600', GradientType=0);

    }

}

@media (min-width: 770px) {
    .navbar-nav {
        background: none;
    }
}

@media (min-width: 992px) {
    .container {
        width: 1100px;
    }

    .navbar-nav {
        background: none;
    }

    .product {
        width: 100%;

    }

    .slider img {
        width: 100%;
    }
}

.product {
    margin-right: 20px;
    text-align: center;

}

.product ul {
    list-style: none;
}

.copy p {
    text-align: center;
    color: #000;
}

.alert-group>.alert:first-child:not(:last-child) {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0
}

.alert-group>.alert:not(:first-child):not(:last-child) {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-top: 0;
    margin-bottom: 0
}

.alert-group>.alert:last-child:not(:first-child) {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top: 0
}

.txt {
    width: 100px;
}

#datepic {
    margin-top: 30px;
}

#datepic1 {
    margin-top: 30px;
}

#datepic2 {
    margin-top: 30px;
}

#datepic3 {
    margin-top: 30px;
}

.msg {
    margin-bottom: 20px;
    font-size: 18px;
    color: #F00;
}

.claim-font {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 25px;
}

#error-messagecode {
    color: #F00;
    width: 50%;
    font-size: 15px;
    font-weight: bold;
    margin: auto;
}

@media screen and (max-width: 320px) {
    .maincon {
        padding: 0px;
        font-family: 'Merriweather Sans', sans-serif;
        height: auto;
        padding-top: 10px;
    }

    .englogo {
        font-size: 35px !important;
        text-transform: uppercase;
        /*font-weight:bold;*/
        padding: 15px;
        font-family: 'Lora', serif;
        line-height: 40px;
    }

    .englogo span {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 360px) {
    .maincon {
        padding: 0px;
        font-family: 'Merriweather Sans', sans-serif;
        height: auto;
        padding-top: 10px;
    }

    .englogo {
        font-size: 36px !important;
        text-transform: uppercase;
        /*font-weight:bold;*/
        padding: 15px;
        font-family: 'Lora', serif;
        line-height: 40px;
    }

    .englogo span {
        font-size: 22px !important;
    }
}

@media screen and (max-width: 768px) {
    .navbar-nav {
        padding-left: 0px !important;
        padding-top: 7px;
        background: rgba(255, 113, 18, 1);
        background: -moz-linear-gradient(top, rgba(255, 113, 18, 1) 0%, rgba(122, 33, 0, 1) 53%, rgba(255, 102, 0, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 113, 18, 1)), color-stop(53%, rgba(122, 33, 0, 1)), color-stop(100%, rgba(255, 102, 0, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 113, 18, 1) 0%, rgba(122, 33, 0, 1) 53%, rgba(255, 102, 0, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 113, 18, 1) 0%, rgba(122, 33, 0, 1) 53%, rgba(255, 102, 0, 1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 113, 18, 1) 0%, rgba(122, 33, 0, 1) 53%, rgba(255, 102, 0, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 113, 18, 1) 0%, rgba(122, 33, 0, 1) 53%, rgba(255, 102, 0, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7112', endColorstr='#ff6600', GradientType=0);
    }

    .nav>li>a {
        padding: 10px 24px !important;
    }
}

@media screen and (max-width: 800px) {
    .navbar-nav {
        padding-left: 0px !important;
        padding-top: 7px;
        background: rgba(255, 113, 18, 1);
        background: -moz-linear-gradient(top, rgba(255, 113, 18, 1) 0%, rgba(122, 33, 0, 1) 53%, rgba(255, 102, 0, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 113, 18, 1)), color-stop(53%, rgba(122, 33, 0, 1)), color-stop(100%, rgba(255, 102, 0, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 113, 18, 1) 0%, rgba(122, 33, 0, 1) 53%, rgba(255, 102, 0, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 113, 18, 1) 0%, rgba(122, 33, 0, 1) 53%, rgba(255, 102, 0, 1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 113, 18, 1) 0%, rgba(122, 33, 0, 1) 53%, rgba(255, 102, 0, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 113, 18, 1) 0%, rgba(122, 33, 0, 1) 53%, rgba(255, 102, 0, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7112', endColorstr='#ff6600', GradientType=0);
    }

    .nav>li>a {
        padding: 10px 24px !important;
    }
}

@media screen and (max-width: 1024px) {
    .navbar-nav {
        padding-left: 0px !important;
        padding-top: 7px;
        // background: rgba(255,113,18,1);
        // background: -moz-linear-gradient(top, rgba(255,113,18,1) 0%, rgba(122,33,0,1) 53%, rgba(255,102,0,1) 100%);
        // background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,113,18,1)), color-stop(53%, rgba(122,33,0,1)), color-stop(100%, rgba(255,102,0,1)));
        // background: -webkit-linear-gradient(top, rgba(255,113,18,1) 0%, rgba(122,33,0,1) 53%, rgba(255,102,0,1) 100%);
        // background: -o-linear-gradient(top, rgba(255,113,18,1) 0%, rgba(122,33,0,1) 53%, rgba(255,102,0,1) 100%);
        // background: -ms-linear-gradient(top, rgba(255,113,18,1) 0%, rgba(122,33,0,1) 53%, rgba(255,102,0,1) 100%);
        background: #337ab7;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7112', endColorstr='#ff6600', GradientType=0);
    }

    .nav>li>a {
        padding: 10px 24px !important;
    }

    .container {
        width: 100%;
    }
}

.oldresult_cont {
    border: 1px solid;
    border-radius: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    padding-bottom: 25px;
}