@import url('https://fonts.googleapis.com/css?family=Lato:300');
* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'Lato', sans-serif !important;
    padding-top: 0px;
}

.row-custom {
    margin-left: 0px;
    margin-right: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

.text-pink {
    color: #c30065;
}

.text-blue {
    color: #003e6d;
}

.text-red {
    color: #FF0000;
}

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

.custom-row {
    margin-right: -15px;
    margin-left: -15px;
}

.btn-custom {
    background: #9f693a !important;
    color: #fff !important;
    text-transform: uppercase;
    padding: .375rem 1.75rem !important;
    cursor: pointer;
}

.btn-custom:hover {
    background: #9f693a !important;
    color: #fff !important;
    text-decoration: none !important;
}

header {
    background: #fff;
    color: #666;
    width: 100%;
    border-bottom: 0px solid #ccc;
    /* position: sticky; */
    top: 0;
    z-index: 100000;
}

header p{ font-family: Arial, Helvetica, sans-serif; margin-bottom: 0px; font-weight: bold; font-size: 18px; color: #000;}
header p.text-red{ color: #e30310;}

.main-nav {
    background: #0054af;
    border-bottom: 2px solid #dd127b;
}

.main-nav .navbar-brand {
    font-family: blendaScript;
    font-size: 24px;
}

.main-nav ul li {
    text-transform: uppercase;
}

.customMenuRight ul li {
    text-transform: uppercase;
}

.navbar ul li a {
    color: #fff !important;
    font-weight: bold;
    font-size: 17px;
    padding-left: 18px !important;
    padding-right: 18px !important;
    transition: all 0.45s;
}

.navbar ul li a:hover {
    background: #dd127b;
}

.navbar .active {
    background: #dd127b;
}

.navbar {
    padding: 0px !important;
}

.top-email {
    font-size: 24px;
    padding-top: 15px;
    text-align: right;
}

ul.top-right-list {
    margin: 0px;
    padding: 0px;
}

ul.top-right-list li {
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    border: 1px solid #ccc;
    display: inline-block;
    margin: 25px 10px;
    padding: 0px 15px;
    line-height: 32px;
}

ul.top-right-list li span {
    font-weight: normal;
}

ul.top-right-list li:first-child {
    color: #dd127b;
    font-size: 22px;
}

ul.top-right-list li:last-child {
    color: #00a117;
}

#mainSlider {
    border-bottom: 5px solid #4474cf;
}

#mainSlider img {
    width: 100% !important;
}

.welcome-section {
    background: #d3e9f6;
}

.big-product-body {
    padding-top: 300px;
}

.big-product-body .pink-title {
    color: #79004a;
    font-weight: 600;
    font-size: 45px;
    text-transform: uppercase;
}

.testimonial-section {
    background: #9f693a;
    width: 100%;
    height: 265px;
    color: #fff;
}

.testimonial-section p {
    width: 72%;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.testimonial-section .testimonial-author {
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 10px solid #fff;
}

.gallery-section ul li {
    list-style: none;
}

.gallery-section ul li h5 {
    margin-top: 20px;
}

.queryForm .form-group {
    margin-bottom: 5px !important;
}

.queryForm .form-control {
    border-radius: 0px !important;
    line-height: 1 !important;
}

footer { padding: 25px 0px;}
footer p{ margin-bottom: 10px;}

footer .col-lg-4:nth-child(1) {
    background: #2493e9;
}

footer .col-lg-4:nth-child(1) ul.social {
    text-align: center;
    padding: 40px 0px;
}

footer ul.social li {
    list-style: none;
    display: inline;
    padding: 5px;
}

footer .col-lg-4:nth-child(2) {
    background: #1680d6;
}

footer .col-lg-4:nth-child(2) .footer-call {
    padding: 32px 0px;
}

footer .col-lg-4:nth-child(2) .footer-call img {
    float: left;
}

footer .col-lg-4:nth-child(2) .footer-call p {
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: bold;
    padding-left: 80px;
}

footer .col-lg-4:nth-child(3) {
    background: #0b6fc4;
}

footer .col-lg-4:nth-child(3) .footer-email {
    padding: 32px 0px;
}

footer .col-lg-4:nth-child(3) .footer-email img {
    float: left;
}

footer .col-lg-4:nth-child(3) .footer-email p {
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: bold;
    padding-left: 80px;
}

.copyright-section {
    background: #080808;
    padding: 10px 0px;
    color: #999;
    font-size: 14px;
}

.about-page {}

.inner-title {
    background: #f3f3f3;
    padding: 45px 0px;
    text-align: center;
}

.inner-title .pink-title {
    color: #0054af;
    font-size: 42px;
    text-transform: uppercase;
}

.inner-title .blue-title {
    color: #006db9;
    font-size: 42px;
    text-transform: uppercase;
}

.inquiry-form label {
    text-transform: uppercase;
    font-weight: bold;
}

.inquiry-form .btn-submit {
    color: #000;
    font-weight: bold !important;
}

.customMenuRight {
    width: 250px;
    height: 100%;
    background: #fff;
    border-left: 1px solid #ccc;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
    transition: all 0.45s;
    transform: translateX(500px);
    -webkit-transform: translateX(500px);
    box-shadow: 2px 4px 40px #888;
}

.logo {
    /* width: 100%; */
    display: inline;
}

.menuBtn {
    width: 15%;
    float: right;
    margin-left: 5%;
    display: none;
}

.ulList {
    margin: 0px;
    padding: 0px;
}

.ulList li {
    margin-left: 20px;
    font-size: 20px;
    line-height: 32px;
}

.product-info .product-box {
    background: #ccc;
    width: 500px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #fff;
}

.bg-surgical-instruments {
    background: #007fd8 !important;
}

.bg-medicine {
    background: #40a342 !important;
}

.bg-Hospital-Furniture {
    background: #6664b7 !important;
}

.bg-Equipments {
    background: #172881 !important;
}

.enquire-form {
    width: 100%;
    padding: 19.5px 45px;
    height: auto;
    background-color: #4f52c9;
}

.product-info ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.product-info ul li {
    list-style: none;
    display: inline-block;
    margin: 20px 5px;
}

.product-info ul li a {
    min-width: 100px;
    font-weight: bold;
}

.form-img {
    width: 100%;
}

.product-section {
    padding: 50px 0px;
}

.product-box-parent {
    margin-bottom: 30px;
    overflow: hidden;
}

.product-box-parent .product-box {
    border: 1px solid #ccc;
    border-bottom: 0px solid #ccc;
    padding: 15px;
    text-align: center;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.product-box-parent .product-box img {
    margin-top: 10px;
    max-width: 100%;
}

.product-box-parent .product-box p {
    color: #0054af;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 10px;
}

.product-box-parent .product-box span {
    color: #454545;
    font-size: 14px;
}

.product-box-parent ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.product-box-parent ul li {
    list-style: none;
    border: 1px solid #ccc;
    float: left;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    margin: 0px;
    color: #006e27;
    font-weight: 600;
}
.product-box-parent ul li a:hover{ color: #dd127b;}

.four-box-section{ margin: 32px 0px; overflow: hidden;}
.four-box-section .four-box{ width: 100%; height: 51px; display: flex; align-items: center; justify-content: center; background: #007fd8; color: #fff; font-size: 26px; font-weight: 500; transition:all 0.45s;}
.four-box-section .four-box-1{background: #40a342;}
.four-box-section .four-box-2{background: #007fd8;}
.four-box-section .four-box-3{background: #172881;}
.four-box-section .four-box-4{background: #6664b7;}
.four-box-section .four-box:hover{ background: #dd127b;}



.team-section{ text-align: center; padding: 40px 0px;}
.team-section .item{ margin:20px;}
.team-section img{ border-radius: 50%; border: 4px solid #95ceef; padding: 0px; margin: 0px;}
.team-section h2{ font-weight: bold;}
.team-section h4{ font-size: 24px; font-weight: bold; margin-top: 25px; }

.profile-page{ padding: 40px 0px;}

.product-list{ text-align: center;}
.product-list .item img{ border: 1px solid #ccc; width: 80%; margin-bottom: 25px; margin: auto;}
.product-list h2{ margin-top: 20px; font-size: 18px;
    font-weight: bold;}