@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900');

html,
body {
    height: 100%;
    min-height: 100%
}

body {
    color: #231f20;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    font-family: 'Raleway', sans-serif;
    background: #fff;
    transition: all .5s ease;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*==Global css starts==*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 30px;
    font-weight: 700;
    line-height: normal;
    outline: none;
    margin-top: 0;
}

p {
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 21px;
    font-size: 13px;
}

p:last-child {
    margin-bottom: 0
}

a,
button {
    outline: none;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease
}

input,
textarea {
    outline: none
}

img {
    max-width: 100%
}

ul,
ol {
    padding-left: 20px
}

ul li,
ol li {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px
}

a {
    color: #231f20;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

a:hover {
    text-decoration: none;
    color: #000;
}

a:focus {
    text-decoration: none;
    outline: none;
    color: #2F6693;
}

/*header starts*/
.main-header {
    background: #00aeef;
    padding: 15px 0;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #00aeef;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 0 0px 35px rgba(0, 0, 0, .2);
}

.sidenav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidenav ul li {
    display: block;
    margin: 0;
    padding: 0;
}

.sidenav a {
    padding: 10px 20px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 45px;
    margin-left: 50px;
}

.menu-btn {
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.menu {
    float: left;
    width: 70px;
    padding-left: 15px;
    padding-top: 5px;
}

.header-right {
    float: right;
    width: calc(100% - 70px);
}

.header-right h1 {
    float: left;
    width: 45%;
    text-align: left;
    font-size: 17px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 0;
    padding: 5px 15px 0 0;
}

.header-right .user-info {
    float: right;
    width: auto;
    padding-left: 10px;
}
.header-right .hp {
    float: right;
    width: auto;
    border-right: #FFFFFF;
    border-right-style: solid;
    border-right-width: 1px;
    padding-right: 20px;
    padding-top: 4px;
}

.header-right .user-info button {
    background: transparent !important;
    border: none;
    outline: none !important;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    float: right;
    border-radius: 0;
}

.user-info.open > .dropdown-toggle.btn-primary:focus,
.user-info.open > .dropdown-toggle.btn-primary:hover,
.user-info.open > .dropdown-toggle.btn-primary:active {
    background: transparent;
}

.user-info ul {
    left: auto;
    right: 0;
    border-radius: 0;
}

/*header ends*/
/*footer starts*/
.main-footer {
    clear: both;
    padding: 30px 0;
    text-align: center;
}

.main-footer ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.main-footer ul li {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
}

.main-footer ul li:last-child {
    margin-right: 0;
}

.main-footer ul li img {
    width: 110px;
}

/*footer ends*/
/*main-content starts*/
#main.main-content {
    padding: 0;
}

.app-intro {
    padding: 20px 15px;
    border-bottom: solid 1px rgba(147, 149, 152, .2);
}

.app-intro h2 {
    font-size: 22.61px;
    color: #1a1617;
    float: left;
    display: block;
    margin: 0;
    padding: 0;
    width: 65%;
    font-weight: 900;
}

.app-intro h5 {
    width: 35%;
    text-align: right;
    float: right;
    font-weight: 400;
    font-size: 15px;
    color: #1a1617;
    display: block;
    margin-bottom: 0;
}

.app-menu-list {
    padding: 15px 0;
    text-align: center;
}

.app-menu-list:before,
.app-menu-list:after,
.app-title-top:before,
.app-title-top:after,
.app-list-info:before,
.app-list-info:after,
.app-list-info ul:before,
.app-list-info ul:after,
.t-row:before,
.t-row:after,
.panel-title-gray:before,
.panel-title-gray:after {
    content: '';
    display: table;
    clear: both;
}

.app-menu-list ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.app-menu-list ul li {
    float: left;
    width: 33.33%;
    border-right: solid 1px #231f20;
    padding: 0px;
    margin: 0;
}

.app-menu-list ul li:last-child {
    border-right: none;
}

.app-menu-list ul li a {
    font-size: 27.88px;
    font-weight: 500;
    color: #1a1617;
    padding: 0 15px;
}

.app-menu-list ul li a img {
    display: inline-block;
    width: 35px;
    object-fit: cover;
}

.app-menu-list ul li a span {
    display: inline-block;
    padding: 0 10px;
}

.app-title {
    padding: 20px 30px;
    background: #00aeef;
}

.app-title h3 {
    font-size: 19px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}

.app-row {
    position: relative;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.app-row:before,
.app-row:after {
    content: '';
    clear: both;
    display: table;
}

.app-row:nth-child(odd) {
    background: #f1f2f2;
}

.app-row .col-left {
    float: left;
    width: 75%;
}

.app-row .col-left .circled-box {
    width: 40px;
    height: 40px;
    padding: 7px 5px;
    border-radius: 50%;
    background: #30778a;
    text-align: center;
    margin: 33px auto;
}

.app-row .col-left .circled-box img {
    object-fit: cover;
    height: 25px;
}

.app-row .col-right {
    float: right;
    width: 25%;
}

.app-row .col-left h2 {
    font-size: 21.21px;
    font-weight: 800;
    margin-bottom: 0;
}

.app-row .col-left p {
    font-size: 15.63px;
    margin-bottom: 0;
    font-weight: 500;
}

.app-row .column {
    padding: 20px 0;
    position: relative;
}

.app-row .column .info,
.app-info-detail .info {
    position: absolute;
    top: 15px;
    right: 30px;
    color: #d1d3d4;
}

.app-row .col-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-left: solid 1px rgba(0, 0, 0, 0.2);
}

.app-row .col-right ul li {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.app-row .col-right ul li a {
    display: block;
    padding: 8px 15px;
    color: #d1d3d4;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.app-row .col-right ul li a span {
    display: inline-block;
    padding: 0 5px;
}

.app-row .col-right ul li a svg {
    display: inline-block;
    width: 15px;
}

.app-row .col-right ul li:hover a,
.app-row .col-right ul li:focus a,
.app-row .col-right ul li:active a {
    background: #f1f2f2;
}

.app-row .col-right ul li.active a {
    background: #ed1c24;
    color: #fff;
}

.app-row .col-right ul li.selected a {
    background: #30778a;
    color: #fff;
}

.app-row .col-right ul li.active a svg:hover,
.app-row .col-right ul li.active a svg {
    fill: #fff !important;
}

.app-row:nth-child(odd) .col-left .circled-box {
    background: #00aeef;
}

.toggle-btn {
    width: 100%;
    background: #d1d3d4;
}

.toggle-btn button {
    background: #d1d3d4;
    outline: none;
    border: none;
    box-shadow: none;
    text-align: center;
    display: block;
    width: 100%;
    padding: 10px 20px;
}

.toggle-btn button img {
    text-align: center;
    display: block;
    width: 24px;
    margin: 0 auto;
}

.toggle-btn button:focus,
.toggle-btn button:active,
.toggle-btn button:hover {
    outline: none !important;
}

.app-info-detail {
    background: #f1f2f2;
    padding: 30px 15px;
    position: relative;
    border-bottom: none;
}

.app-info-detail .btn {
    background: none;
    outline: none;
    border: none;
    color: #00aeef;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0px 0;
    font-weight: 900;
}

.app-info-detail h2 {
    font-size: 27.18px;
    font-weight: 900;
    display: block;
    width: 100%;
    text-align: center;
}

.app-info-detail p {
    font-size: 14.95px;
    font-weight: 500;
    display: block;
    text-align: center;
}

.app-info-detail .centered-box {
    width: 50px;
    height: 50px;
    background: #30778a;
    border-radius: 50%;
    padding: 10px;
    margin: -30px auto 0 auto;
}

.app-info-detail .centered-box img {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.app-info-detail .info {
    top: 60px;
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border: none;
}

.panel-title {
    font-size: 14px;
}

.panel-title > a {
    display: block;
    padding: 15px 30px;
    font-size: 19px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #fff;
    font-size: 19px;
    border-left: solid 1px #fff;
    padding-left: 20px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
    padding: 0;
}

#headingOne {
    background: #30778a;
    color: #fff;
}

#headingTwo {
    background: #939598;
    color: #fff;
}

#headingThree {
    background: #d1d3d4;
    color: #fff;
}

.panel-group .panel + .panel {
    margin-top: 0;
}

.col-border {
    border-right: solid 1px #1a1617;
}

.col-pad {
    padding-top: 20px;
    padding-bottom: 20px;
}

.panel-body .app-row {
    padding: 20px 15px;
}

.panel-body .app-row:nth-child(even) {
    background: #f1f2f2;
}

.panel-body .app-row:nth-child(odd) {
    background: #fff;
}

.panel-body .app-row h2 {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 0;
    text-align: center;
}

.panel-body .app-row h3 {
    font-size: 15.92px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
}

.panel-body .app-row h3.light {
    font-weight: 300;
}

.panel-body .app-row h3 span {
    font-weight: 900;
}

.panel-body .app-row .notify {
    text-align: center;
    display: block;
}

.panel-body .app-row .notify img {
    height: 22px;
    margin: 0 auto;
    text-align: center;
    object-fit: cover;
}

.panel-body .app-row .notify span {
    font-size: 15px;
    display: block;
    font-weight: 700;
}

.panel-body .app-row .product-img {
    /*    height: 32px;*/
    width: 52px;
    object-fit: cover;
}

.user-icon {
    width: 30px;
    margin: 0 auto;
    text-align: center;
    object-fit: cover;
    display: block;
}

.panel-body .app-row ul.social {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.panel-body .notification-icon ul.social {
    text-align: right;
}
.panel-body .notification-icon .container, .panel-body .admin-list .container {
/*    max-width: 965px;*/
}
.panel-body .app-row ul.social li {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
}
.panel-body .app-row ul.check-list {
    display: inline-block;
}
.panel-body .app-row ul.social li:last-child {
    margin-right: 0;
}

.panel-body .app-row ul.social li a {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    background: #bcbec0;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.panel-body .app-row.notification-icon ul.social li a {
    background-color: transparent;
}
.panel-body .table-responsive {
    padding: 0;
    box-shadow: none;
        margin: 0;
}
.panel-body .app-row table{
    padding: 20px 15px;
    margin-bottom: 0;
}
.panel-body .app-row table tbody tr {
        box-shadow: 0 0 7px rgba(0, 0, 0, .2);
}
.panel-body .app-row table tbody tr:nth-child(even) {
    background-color: #f1f2f2;
}
.panel-body .app-row table tbody tr td {
   border: none;
   padding: 15px 10px;
}

.col-sm {
    float: left;
    width: 33.33333333%;
}

.col-md {
    float: left;
    width: 66.66666667%;
}

.col-div-2 {
    width: 15%;
    float: left;
}

.col-div-6 {
    float: left;
    width: 45%;
}

.col-div-5 {
    float: left;
    width: 40%;
}

.app-title-top {
    padding: 0 0 20px 0;
    border-bottom: solid 1px rgba(147, 149, 152, .3);
}

.app-title-top h2,
.app-title-btm h2 {
    text-align: left;
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 0;
}

.app-title-btm {
    padding: 20px 0 10px 0;
    border-bottom: none;
}

.app-title-btm h2 {
    text-transform: none;
}

.app-title-btm:after,
.app-list-info ul:after {
    content: '';
    width: 100%;
    height: 25px;
    background: url(../images/shadow.svg) 0% 0% no-repeat;
    background-size: cover;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
}

.app-info-detail .left-aligned {
    float: left;
    margin-right: 5px;
    margin-top: 0;
}

.app-title-top .app-subtitle {
    float: left;
    width: calc(100% - 55px);
}

.app-title-top .contact-book {
    float: right;
}

.app-title-top .contact-book img {
    width: 20px;
}

#headingFirst {
    background: #ed1c24;
}

#headingSecond {
    background: #939598;
}

#accordion2 .glyphicon-plus:before,
#accordion3 .glyphicon-plus:before {

    content: "\e260";
}

#accordion2 .glyphicon-minus:before,
#accordion3 .glyphicon-minus:before {
    content: "\e259";
}

#accordion2 .more-less,
#accordion3 .more-less {
    border: none;
}

.red {
    color: #ed1c24;
}

.full {
    width: 100%;
}

#accordion2 .panel-body .app-row h3 {
    margin-bottom: 15px;
}

#accordion2 .panel-body .app-row h3 b,
#accordion2 .panel-body .app-row h3 strong {
    font-weight: 700;
}

#accordion2 .panel-body .app-row .notify span {
    display: inline-block;
}

.app-list-info {
    padding: 0;
}

.app-list-info .row-xsm {
    margin-left: 0;
    margin-right: 0;
}

.app-list-info .col-xsm-3 {
    float: left;
    width: 35%;
    padding: 10px;
}
.app-list-info .col-xsm-2 {
    float: left;
    width: 15%;
}
.app-list-info .col-xsm-7 {
    float: left;
    width: 50%;
}
.app-list-info .col-xsm-9 {
    float: left;
    width: 65%;
}

.app-list-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    float: left;
    width: 100%;
    position: relative;
}

.app-list-info ul:after {
    top: calc(100% + 12px);
}

.app-list-info ul li {
    float: left;
    width: 50%;
    margin: 0;
    padding: 10px;
    border: solid 1px #fff;
}

.app-list-info ul li h4 {
    font-size: 11px;
    line-height: 13.2px;
    margin-bottom: 0;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

.app-list-info ul li img {
    text-align: center;
    max-width: 40px;
    margin: 0 auto;
    display: block;
}

.app-list-info ul li h4 b,
.app-list-info ul li h4 strong {
    font-weight: 700;
}

.app-list-info ul li.white-bg {
    background: #fff;
}

.app-list-info ul li.light-gray-bg {
    background: #f1f2f2;
    border-color: #f1f2f2;
}

.app-list-info ul li.red-bg {
    background: #ed1c24;
    border-color: #ed1c24;
}

.app-list-info ul li.red-bg h4 {
    color: #fff;
}

.app-list-info ul li.red-bordered-bg {
    background: #f1f2f2;
    border-color: #ed1c24;
}

.no-border {
    border: none;
    padding: 0;
}

.panel-default > .panel-heading .panel-heading-light {
    background: #f1f2f2;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
}

.panel-heading-light .panel-title > a {
    font-size: 18px;
    display: block;
    cursor: pointer;
    font-weight: 300;
    color: #231f20;
    position: relative;
    padding-left: 40px;
}

.panel-heading-light .panel-title > a:after {
    content: "\e259";
    /* fa-chevron-down */
    font-family: 'Glyphicons Halflings';
    position: absolute;
    left: 15px;
    top: 15px;
}

.panel-heading-light .panel-title > a[aria-expanded="true"]:after {
    content: "\e260";
    /* fa-chevron-up */
}

.panel-body.panel-body-white .app-row {
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    padding-left: 40px;
}

.panel-body.panel-body-white .app-row:nth-child(even),
.panel-body.panel-body-white .app-row:nth-child(odd) {
    background: #fff;
}

.panel-body.panel-body-white .app-row:nth-child(even) {
    box-shadow: none;
}

#accordion2 .panel-body.panel-body-white .app-row h3 {
    margin-bottom: 0;
}

.app-title-btm .app-subtitle p {
    text-align: left;
}

#main.white-bg .app-info-detail {
    background: #fff;
}

.app-info-wrap {
    padding: 15px 0;
}

.app-info-wrap .app-info-top {
    text-align: center;
    padding: 10px 15px 30px 15px;
}

.app-info-wrap .app-info-top ul {
    list-style: none;
    margin: 0 auto;
    max-width: 400px;
    padding: 0;
}

.app-info-wrap .app-info-top ul li {
    position: relative;
    text-align: left;
    display: block;
    padding-left: 10px;
    font-size: 14px;
    margin-bottom: 5px;
}

.app-info-wrap .app-info-top ul li:before {
    content: '\f111';
    font-size: 6px;
    color: #00aeef;
    left: 0;
    top: 0px;
    position: absolute;
    font-family: "FontAwesome";
}
.button-wrap {text-align: center;margin: 14px 0;}
.button-wrap .btn {
    background-color: #00aeef;
    border-radius: 0;
    border: none;
}
.button-wrap .btn:hover {
    background-color: #30778a;
}
.t-row {}

.t-row .t-left {
    float: left;
    width: 20px;
}

.t-row .t-right {
    float: left;
    width: calc(100% - 25px);
}

.t-row .t-right .tbold {
    font-size: 11px;
    font-weight: 700;
    display: block;
    text-align: left;
    line-height: 13.15px;
}

.t-row .t-right .t-light {
    font-size: 11px;
    display: block;
    text-align: left;
    font-weight: 400;
    line-height: 13.15px;
}

.table-item > tbody > tr > td .t-item i {
    font-size: 10px;
}

.table-item > tbody > tr:nth-child(odd) {
    background: #f1f2f2;
}

.table-item > thead > tr > td,
.table-item > tbody > tr > td {
    border-top: none;
}

.table-item > thead > tr > td {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.table-item > tbody > tr > td {
    padding-left: 0;
    padding-right: 0;
}

.table-item > thead > tr > td span,
.table-item > tbody > tr > td .t-item {
    border-left: solid 1px rgba(0, 0, 0, .1);
    padding: 0 5px;
    text-align: center;
    display: block;
}

.table-item > tbody > tr > td .t-item {
    min-height: 20px;
    text-align: center;
}

.table-item > tbody > tr > td:first-child .t-item {
    border-left: none;
}

.table-item > thead > tr > td span img {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}

.table-item > tbody > tr:nth-child(even) {
    background: #fff;
}

.table-item > thead > tr,
.table-item > tbody > tr {}

.table-item > thead > tr > td img,
.table-item > tbody > tr > td .t-item img {
    max-width: 20px;
}

.app-info-wrap .app-info-btm .table-responsive {
    margin-bottom: 0;
    border-bottom: none;
}

.panel-title-gray {
    background: #939598;
    padding: 15px 30px;
}

.panel-title-gray h2 {
    font-size: 19px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    float: left;
    width: 75%;
    margin-bottom: 0;
}

.panel-title-gray .s-list {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 25%;
}

.panel-title-gray .s-list li {
    float: left;
    display: block;
    margin: 0 15px 0 0;
}

.panel-title-gray .btn,
.panel-heading .s-list li .btn {
    float: left;
    width: 25px;
    height: 25px;
    display: block;
    padding: 0;
    border-radius: 50%;
    border: solid 1px rgba(0, 0, 0, .2);
}

.panel-title-gray .btn i,
.panel-heading .s-list li .btn i {
    font-size: 10px;
    text-align: center;
    display: block;
    padding: 0;
    line-height: 25px;
}

#accordion3 .panel-blue {
    background: #00aeef;
}

#accordion3 .app-list-info ul:after {
    display: none;
}

#accordion3 .panel-heading {
    position: relative;
}

.panel-heading .s-list {
    position: absolute;
    top: 15px;
    right: 70px;
    z-index: 2;
    list-style: none;
    margin: 0;
    padding: 0;
}

.panel-heading .s-list li {
    float: left;
    display: block;
    margin-right: 15px;
}

.panel-heading .s-list li:last-child {
    margin-right: 0;
}

/*main-content ends*/

/*=============media-query starts================*/
@media(max-width:480px) {
    .app-info-detail {
        padding: 15px 15px;
    }

    .menu {
        width: 40px;
    }

    .header-right {
        width: calc(100% - 50px);
    }

    /*.col-div-2,
    .col-div-6,
    .col-div-5 {
        width: 100%;
    }*/

    .col-sm,
    .col-md {
        float: left;
        width: 100%;
    }

    .app-info-detail .info {
        top: 65px;
    }

    .panel-body .app-row .product-img {
        margin-bottom: 5px;
    }

    .app-title-btm:after,
    .app-list-info ul:after {
        height: 15px;
    }

}

@media(max-width:414px) {
    .menu {
        padding-left: 0;
        width: 40px;
    }

    .header-right {
        width: calc(100% - 40px);
        padding-right: 0;
    }

    .header-right h1 {
        font-size: 15px;
    }

    .app-intro {
        padding-left: 0;
        padding-right: 0;
    }

    .app-intro h5 {
        font-size: 11px;
    }

    .app-title {
        padding: 20px 15px;
    }

    .app-menu-list ul li {
        min-height: 24px;
    }

    .app-row .col-left .circled-box {
        width: 30px;
        height: 30px;
    }

    .app-menu-list ul li a {
        padding: 10px 15px;
        font-size: 20px;
    }

    .app-menu-list ul li a img {
        width: 16px;
    }

    .app-row .col-left .circled-box {
        padding: 4px 5px;
    }

    .app-row .col-left .circled-box img {
        height: 18px;
    }

    .app-info-detail h2,
    .app-intro h2,
    .app-row .col-left h2 {
        font-size: 20px;
        margin-top: 5px;
    }

    .app-info-detail p,
    .app-row .col-left p {
        font-size: 13px;
        line-height: 16px;
    }

    .panel-title > a {
        padding: 15px 15px;
        font-size: 17px;
    }

    .panel-heading-light .panel-title > a {
        font-size: 14px;
        padding-left: 34px;
    }

    .panel-body.panel-body-white .app-row {
        padding-left: 34px;
    }

    .more-less {
        font-size: 17px;
    }

    .panel-body .app-row {
        padding: 15px;
    }

    .panel-body .app-row h2 {
        font-size: 18px;
    }

    .panel-body .app-row .product-img {
        margin-bottom: 10px;
    }

    .col-pad {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .panel-body .app-row h3 {
        font-size: 13px;
    }

    .panel-body .app-row h3.light {
        text-align: center;
        margin: 10px auto;
    }

    .panel-body .app-row ul.social li a {
        font-size: 12px;
    }

    .app-info-detail .info {
        right: 15px;
    }

    .app-title-top.no-border h2 {
        margin-top: 0;
    }

    .app-title-btm .app-subtitle h2 {
        font-size: 18px;
    }


}

@media(max-width:900px) {  
    .app-list-info ul li {
        min-height: 90px;
    }
}
@media(max-width:760px) {
.app-list-info ul li {
    min-height: 100px;
    width: 100%;
    float: none;
}
}

@media(max-width:640px) {
.app-list-info ul li {
    min-height: 110px;
}
.panel-body .app-row table tbody tr td:first-child {
    width:50px;
}
}
@media(max-width:480px) {
.app-list-info ul li {
    min-height: 120px;
}
}
@media(max-width:360px) {
.app-list-info ul li {
    min-height: 130px;
}
}

/*=============media-query ends================*/
