﻿.panel-heading {
    padding: 4px 15px;
    border-bottom: 1px solid transparent;
}

.panel-body {
    padding: 14px;
}


.form-group {
    margin-bottom: 15px;
}

.bg-well {
    background:#0078ba !important;
    color:#fff;
}

.well-sm {
padding:12px !important;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0px;
    font-weight: 400;
    cursor: pointer;
}
.div-padding{
     padding-top:2%;
     padding-bottom:5%;

}
  .top1 {
        margin-top: 20px;
    }
  .top {
        margin-top: 10px;
    }

    .logo-rr {
        width: 98%;
        height: 0px;
    }

    .navbar-brand {
        float: left;
        height: 40px;
        padding: 5px 3px;
        font-size: 18px;
        line-height: 0px;
    }

    .mtop {
        padding-top: 4%;
    }
    .ptop {
    margin-top: 20px;
}
    .img-hover:hover {
    
    cursor: pointer;
   
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
    /* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 12px 15px 12px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

.bottom-border {
    border-bottom: 2px solid #919191;
}

.border {
    border: 1px solid #E0E0E0;
}

/*.border-brown {
    border: 1px solid #f3da6d !important;
}

.panel-bg {
    background-color: #f3da6d !important;
    color: #fff;
}*/


@media (max-width:320px) {


    .panel-heading {
        padding: 2px 15px;
        border-bottom: 1px solid transparent;
    }

    .panel-body {
        padding: 10px;
    }

    .form-group {
        margin-bottom: 0px;
    }

    label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 700;
        font-size: 12px;
    }

    .form-control {
        display: block;
        width: 100%;
        height: 22px;
        padding: 3px 12px;
        font-size: 14px;
        line-height: 1.42857;
        color: #555;
        background-color: #FFF;
        background-image: none;
        border: 1px solid #CCC;
        border-radius: 4px;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    }

    .checkbox, .radio {
        position: relative;
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 10px;
    }

    .panel-footer {
        padding: 2px 0px;
        background-color: #F5F5F5;
        border-top: 1px solid #DDD;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .timing {
        background: #D4D4D4 none repeat scroll 0% 0%;
        font-size: 11px;
        padding: 2px;
        font-weight: bold;
    }

    .p-bottom {
        margin-bottom: 2px;
    }

    .navbar-brand {
        float: left;
        height: 50px;
        padding: 4px 3px;
        font-size: 18px;
        line-height: 20px;
    }

    .logo-r {
        width: 150px;
        height: 40px;
    }

    .logo-rr {
        width: 100px;
        height: 40px;
    }

    .trp {
        margin-top: 10px;
        width: 160px;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .container {
        padding-right: 0px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .container-fluid {
        padding-right: 0px;
        padding-left: 5px;
        margin-right: auto;
        margin-left: auto;
    }

    .padding {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width:480px) {
    .top {
        margin-top: 5px;
    }

    .logo-rr {
        width: 100px;
        height: 40px;
    }

    .navbar-brand {
        float: left;
        height: 50px;
        padding: 4px 3px;
        font-size: 18px;
        line-height: 0px;
    }
}


@media (max-width:767px) {

    .top {
        margin-top: 10px;
    }

    .logo-rr {
        width: 34%;
        height: 0px;
    }

    .navbar-brand {
        float: left;
        height: 40px;
        padding: 4px 3px;
        font-size: 18px;
        line-height: 0px;
    }

    .mtop {
        padding-top: 6%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .top {
        margin-top: 5px;
    }

    .logo-rr {
        width: 98%;
        height: 40px;
    }

    .mtop {
        padding-top: 4%;
    }

    .panel-heading {
        padding: 2px 15px;
        border-bottom: 1px solid transparent;
    }

    .panel-body {
        padding: 10px;
    }

    .form-group {
        margin-bottom: 0px;
    }

    label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 700;
        font-size: 12px;
    }

    .form-control {
        display: block;
        width: 100%;
        height: 22px;
        padding: 3px 12px;
        font-size: 14px;
        line-height: 1.42857;
        color: #555;
        background-color: #FFF;
        background-image: none;
        border: 1px solid #CCC;
        border-radius: 4px;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    }

    .checkbox, .radio {
        position: relative;
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 10px;
    }

    .panel-footer {
        padding: 2px 0px;
        background-color: #F5F5F5;
        border-top: 1px solid #DDD;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .timing {
        background: #D4D4D4 none repeat scroll 0% 0%;
        font-size: 11px;
        padding: 2px;
        font-weight: bold;
    }

    .p-bottom {
        margin-bottom: 2px;
    }

    .navbar-brand {
        float: left;
        height: 50px;
        padding: 4px 3px;
        font-size: 18px;
        line-height: 20px;
    }

    .logo-r {
        width: 155px;
        height: 40px;
    }

    .trp {
        margin-top: 10px;
        margin-right: 0px;
        margin-bottom: 15px;
    }
}

@media (min-width:992px) and (max-width:1199px) {

    .top {
        margin-top: 10px;
    }

    .logo-rr {
        width: 223px;
        height: 0px;
    }

    .navbar-brand {
        float: left;
        height: 40px;
        padding: 0px 3px;
        font-size: 18px;
        line-height: 0px;
    }

    .mtop {
        padding-top: 4%;
    }
}

@media (min-width:1200px) and (max-width:1300px) {

    .top {
        margin-top: 10px;
    }

    .logo-rr {
        width: 273px;
        height: 0px;
    }

    .navbar-brand {
        float: left;
        height: 40px;
        padding: 0px 3px;
        font-size: 18px;
        line-height: 0px;
    }

    .mtop {
        padding-top: 4%;
    }
}

@media (min-width:1900px) and (max-width:2000px) {

    .top {
        margin-top: 10px;
    }

    .logo-rr {
        width: 273px;
        height: 0px;
    }

    .navbar-brand {
        float: left;
        height: 40px;
        padding: 0px 3px;
        font-size: 18px;
        line-height: 0px;
    }

    .mtop {
        padding-top: 4%;
    }
}

.footer-container {
    padding: 30px 0px 30px 0px;
    background-color: #252525;
}

    .footer-container h4 {
        margin-top: 0px;
        margin-bottom: 15px;
        text-align: left;
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-size: 15px;
        margin-left: 6px;
        font-weight: normal;
        color: #fff;
    }

    .footer-container h6 {
        margin-top: 0px;
        margin-bottom: 10px;
        text-align: justify;
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-size: 12px;
        margin-left: 6px;
        font-weight: normal;
        color: #fff;
    }

    .footer-container p {
        margin-top: 0px;
        margin-bottom: 25px;
        text-align: left;
        line-height: 24px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: #ccc;
        font-size: 15px;
    }

.fa-angle-right:before {
    margin-right: 6px;
}

.footer-container ul.list {
    padding: 0px;
    margin: 0px;
}

.footer-container .list li {
    padding: 0px;
    margin: 0px;
    line-height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #666;
    font-size: 15px;
}

    .footer-container .list li a {
        padding: 0px;
        margin: 0px;
        line-height: 30px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: #ccc;
        font-size: 15px;
    }

        .footer-container .list li a:hover {
            padding: 0px;
            margin: 0px;
            line-height: 30px;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: normal;
            color: rosybrown;
            font-size: 15px;
            text-decoration: none;
            margin-left: 2px;
        }

.footer-container ul li {
    list-style: none;
}



.footer-bottom {
    padding: 30px 0px 30px 0px;
    background-color: #333;
}

    .footer-bottom p {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: #ccc;
        font-size: 15px;
        margin: 7px 0 7px 0px;
    }

.pull-left a {
    padding-right: 10px;
}
