/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    background: #fff;
    padding-top: 0;
    font-family: cambria;
    font-size: 17px;

}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.jrnls-shrt {
    margin: 0px;
    bottom: 0px;
    width: 100%;
    top: 77px;
    position: relative;
}

.jrnls-shrt-issn {
    top: 31px;
}

.period {
    display: block;
    font-style: italic;
}

.logo {
    /*background:blue;*/
    display: block;
}

/* Footer Styles */
.less-pad img {
    width: 100%;
    height: 160px;
}

footer {
    background: #444548 none repeat scroll 0 0;
    color: #fff;
    margin: 8px 0;
    padding: 4px;
}

.top-img img {
    width: 100%;
    height: 326px;
}



.less-pad1 img {
    width: 100%;
    height: 120px;
}

/* Responsive Styles */

@media(max-width:991px) {

    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }

}

#cse {
    width: 31%;
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }

    #cse {
        width: 100%;
    }
    .specil-list-grop-medwin {
        float: left;
        width: 100%;
        height: auto;
        border: none !important;
        padding: 12px;
        box-shadow: none !important;
    }
    .card-pnl{
    width: 100%;
    }
}

@media (max-width:767px) {
    .jrnls-shrt-issn {
        top: 0;
    }

    .jrnls-shrt {
        bottom: 0;
        margin: 0;
        position: relative;
        top: 0;
        width: 100%;
    }

    .less-pad img {
        width: 160px;
        height: 200px;
    }

    .less-pad1 img {
        width: 150px;
        height: 185px;
    }

    .top-img img {
        width: 100%;
        height: auto;
    }

    .nav>li {
        margin: 1px 0px;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .logo {
        /*background:yellow;*/
        display: block;
    }

    .logo img {
        width: 100%;
    }

    .navbar-collapse {
        margin-top: 1px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .jrnls-shrt {
        margin: 0px;
        bottom: 0px;
        width: 100%;
        float: left;
        top: 0px;
        position: relative;
    }

    .jrnls-shrt-issn {
        top: 0;
    }

    #cse {
        width: 30%;
    }

    .less-pad img {
        width: 100%;
        height: 160px;
    }

    .less-pad1 img {
        width: 100%;
        height: 120px;
    }

    .top-img img {
        width: 100%;
        height: 326px;
    }

    .logo {
        /*background:red;*/
        display: block;
    }

}


.tab-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #ccc #ccc;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    margin: 0 1px;
    padding: 10px;
}

.img-thumbnail {
    margin: 3px 2px;
}

/* carousel */
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin: 4px;
}

/* Control buttons  */
#quote-carousel .carousel-control {
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

/* Previous button  */
#quote-carousel .carousel-control.left {
    left: -12px;
}

/* Next button  */
#quote-carousel .carousel-control.right {
    right: -12px !important;
}

/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
    background: #c0c0c0;
}

#quote-carousel .carousel-indicators .active {
    background: #333333;
}

#quote-carousel img {
    width: 250px;
    height: 100px
}

/* End carousel */
blockquote {
    padding: 3px 10px;
    font-size: 17px;
}

.item blockquote {
    border-left: none;
    margin: 0;
}


.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

.specil-list-grop-medwin {
    float: left;
    width: auto !important;
    height: 61px !important;
    border: none !important;
    padding: 12px;
    box-shadow: none !important;
max-width: 225px;
}

.spl-panel-body {
    padding: 6px;
    min-height: 65px;
    border-bottom: 1px solid #ccc;
}

.panel {
    border: none;
}

/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #quote-carousel {
        margin-bottom: 0;
        padding: 0px 6px;
    }

    .spl-panel-body {
        padding: 6px;
        min-height: 65px;
        border-bottom: 1px solid #ccc;
    }
    .authr-fnt-home{
        width: 65%;
    }
    p.text-right.sharelinksbtns-home {     
        width: 35%;
    }

}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {

    .spl-panel-body {
        padding: 6px;
        height: auto;
        border-bottom: 1px solid #ccc;
    }

    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }

    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }

    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

.panel-body {
    padding: 8px;
    border: 1px solid #ccc;
}

.spl-nav-tabs li a {
    padding: 8px 4px;
}

.our-senr-editor {
    background: #045992;
    padding: 10px;
    color: #fff !important;
}

.our-senr-editor a {
    color: #fff;
}

.our-senr-editor a:hover {
    color: #fff;
}

/* New Styles from Footer */
.tp-btm {
    background: rgb(68, 69, 72) none repeat scroll 0% 0%;
    border-top: 4px solid red;
}

.tp-btm img {
    width: 180px;
}

.tp-btm .img-thumbnail {
    height: 72px;
}

footer {
    background: #444548 none repeat scroll 0 0;
    color: #fff;
    margin: 0;
    padding: 0;
}

.form-group {
    margin-bottom: 4px;
}

form-control {
    color: #000;
}

.img-thumbnail-idxImg {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    margin: 3px 2px;
    display: inline-block;
    padding: 4px;
    line-height: 1.42857143;
    border: 1px solid #96b1c3;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.covid19-vds {
    height: 238px;
}




ul.arrow-list {
    list-style: none;
    list-style-position: inside;
    margin-left: 0px;

    padding: 0 2px;
}

ul.arrow-list li {
    border-bottom: 1px dotted #045992;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 0px;
    width: 100%;
    margin: 0px;
    text-align: left;
    font-size: 15px;
}

ul.arrow-list li a {
    color: #000;
}

ul.arrow-list li a:hover {
    color: #000;
}

ul.arrow-list li a p {
    color: #2b669a;
}

.modal-open .modal {
    overflow-x: auto;
    overflow-y: auto;
}

/* Journal Styles */
.jrnls-list {
    border: 1px solid #ccc;
    margin: 6px 12px;
    padding: 7px;
}

.mainTitle p a {
    color: #045992;
}
.editors-des-pop{
    height: 500px;
    overflow: auto;
}
.img-pop-height{
    text-align: center;
}
.img-pop-height img{
    height: 160px;
}
