body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: regular;
    line-height: 22px;
    color: #666666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #242e2e;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

ul/ol {
    margin: 0 0 0 10px;
}

li {
    margin: 0 0 10px 0;
}

button {
    display: block;
}

a {
    text-decoration: none;
}

/* ============== Home Page Css starts ============== --*/

.header-top {
    background: #1ba7e5;
    padding: 10px 0;
}

.header-top a {
    text-decoration: none;
    color: #fff;
}

.header-top a:hover {
    color: #127cae;
}

.header-top i.fa {
    padding: 0 5px 0 0;
}

.logo-header {
    padding: 10px 0;
}

.navbar-brand {
    padding: 0;
}

.menu {
    padding: 0;
}

.navbar-default {
    border-radius: 0;
    border: none;
    background: none;
    margin: 0;
}

.menu ul {
    margin: 45px 0 0 0;
}

.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    color: #333;
    font-size: 14px;
    padding: 18px;
    font-weight: 600;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #127cae;
}

.navbar-nav>li {
    margin: 0;
}

.social-media ul {
    padding: 0;
    margin: 0;
}

.social-media {
    text-align: right;
}

.social-media ul li {
    display: inline-block;
    margin: 0 5px 0 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
    background: #fff;
}

.social-media ul li a {
    color: #333;
}

.social-media i.fa {
    padding: 0;
}

.banner .carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 100%;

}

.banner .carousel-control {
    opacity: 1;
    background: none;
    top: 165px;
}

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

.banner .carousel-indicators .active {
    background-color: #127cae;
    border: 1px solid #127cae;
}

#fade-carousel p {
    background: #f1f6fa;
    padding: 50px 150px 40px;
    font-size: 17px;
    color: #5e5b5b;
}

#fade-carousel p span {
    font-size: 15px;
    color: #333;
    margin: 10px 0;
    display: inline-block;
}

#fade-carousel .carousel-control {
    font-size: 30px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: initial;
    background: #27617a;
    border-radius: 50%;
    top: 55%;
    margin: 0 20px;
    opacity: 1;
}

.profile-circle {
    margin: 0 0 -40px;
}

.profile-circle img {
    width: 8%;
    border-radius: 50%;
}

.testimonial h2 {
    font-size: 35px;
    color: #fff;
    margin: 0px;
}

.common-space {
    padding: 40px 0;
}

.welcome-text {
    background: #f5f5f5;
}

.welcome-text h3 {
    margin: 0 0 10px 0;
}

.welcome-text p {
    font-size: 16px;
    line-height: 24px;
    width: 57%;
    margin: 0 auto;
}

.service-img img {
    width: 100%;
    height: 160px !important;
}

.service-wrapper h3 {
    margin: 0 0 20px 0;
}

.service-block {
    overflow: hidden;
    margin: 0 0 20px 0;
}

.thumbnail {
    box-shadow: 1px 5px 6px #ccc;
}

.more-btn {
    margin: 0 0 8px 0;
}

.more-btn button.btn.btn-default {
    background: none;
    border: 1px solid #ce050e;
    color: #333;
}

.more-btn button.btn.btn-default:hover {
    background: #333;
    color: #fff;
    border: 1px solid #333;
}

.shipping-block {
    background: #ddd;
}

.shipping-block h4 {
    margin: 0 0 15px 0;
}

.pricing-table-header {
  background-color: #0f3783;
  color: #fff;
  padding-top: 129px;
  padding-bottom: 110px; }

.pricing-table-title {
  font-weight: bold;
  margin-bottom: 30px; }

.pricing-plans-tab {
  -webkit-box-pack: center;
          justify-content: center; }
  .pricing-plans-tab .list-group-item-action {
    width: auto;
    border: solid 1px #fff;
    background-color: #fff;
    color: #082357;
    font-size: 14px; }
    .pricing-plans-tab .list-group-item-action.active {
      background-color: #0f3783;
      color: #fff; }

.pricing-tab-content {
  margin-top: -60px; }
  .pricing-tab-content .tab-pane.active {
    -webkit-animation: slide-down 0.6s ease-in-out;
            animation: slide-down 0.6s ease-in-out; }

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.pricing-card {
  border: none;
  border-radius: 4px;
  margin-bottom: 28px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s; }
  .pricing-card .card-header {
    background-color: #0147cd;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 36px; }
  .pricing-card .card-body {
    padding: 22px 35px 27px; }

.pricing-plan-title {
  font-size: 20px;
  color: inherit;
  margin-bottom: 0;
  font-weight: normal; }

.pricing-plan-cost {
  font-size: 28px;
  font-weight: bold; }

.pricing-plan-features {
  list-style: none;
  padding-left: 0;
  color: #303132;
  font-size: 14px;
  line-height: 2.86;
  margin-bottom: 16px; }
  .pricing-plan-features li {
    border-bottom: 1px solid #e3e3e3; }
    .pricing-plan-features li:last-child {
      border-bottom: none; }

.pricing-plan-purchase-btn {
  color: #fff;
  background-color: #22c091;
  border-color: #22c091;
  font-size: 14px;
  font-weight: bold;
  padding: 13px 20px;
  border-radius: 6px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative; }
  .pricing-plan-purchase-btn:hover {
    border: 1px solid #22c091;
    background-color: #fff;
    color: #22c091; }

.pricing-table-footer {
  padding-top: 72px;
  padding-bottom: 71px;
  text-align: center;
  color: #a5a5a5;
  font-size: 16px; }
  .pricing-table-footer a {
    color: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .pricing-table-footer a:hover {
      color: #333;
      text-decoration: none; }
.shipping-block .btn-default {
    background: #ce050e;
    color: #fff;
}

.shipping-block .btn-default:hover {
    background: #333;
}

.shipping-block input.form-control {
    border-radius: 0;
    height: 40px;
}

.service-detail h6 {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.service-detail a {
    text-decoration: none;
}

.service-detail a h6:hover {
    color: #ce050e;
}

.service-detail p {
    font-size: 13px;
}

.footer-bottom {
    background: #333;
    padding: 10px 0;
}

.footer-bottom ul {
    list-style: none;
}

.footer-bottom ul li {
    display: inline-block;
    float: none;
    margin: 0 8px 0 0;
}

.footer-bottom ul li a {
    color: #fff;
    font-size: 15px;
}

.footer-bottom ul li a:hover {
    color: #ce050e;
}

.footer-bottom p {
    color: #fff;
    font-size: 15px;
    margin: 0;
}

.powered a {
    color: #6e6efd;
    text-decoration: none;
}

.powered a:hover {
    color: #ce050e;
}

.powered p {
    float: right;
}

.testimonial {
    background: url(../images/testimonial.png);
    background-size: cover;
}

.main_title {
    font-family: "Oswald";
    font-size: 44px;
    padding-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    line-height: 65px;
    text-transform: uppercase;
    color: #2b2b2b;
}

.main_title span {
    border-bottom: 1px solid #666;
}

.box {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 20px;

    background: #fff;

}

.box-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 35px;
}

.info h4 {
    color: #555454;
    font-size: 22px;
    margin: 0px;

    font-weight: 500;
    padding: 10px 0px;

}

.info>p {
    color: #717171;
    font-size: 16px;
    text-align: center;
}

.box>.box-icon {
    border: 2px solid #127cae;
}

.box-icon {
    background-color: #127cae;
    border-radius: 50%;
    display: table;
    height: 120px;
    margin: 0 auto;
    width: 120px;
    /*margin-top: -61px;*/
}

.my-list {
    width: 100%;
    padding: 10px;
    border: 1px solid #f5efef;
    float: left;
    margin: 15px 0 0 0;


    position: relative;
    overflow: hidden;
}

.my-list h3 {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #ccc4c4;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.my-list .offer {
    font-size: 16px;
    margin: 5px 0;
    border-top: 1px solid #ccc4c4;
    margin-top: 5px;
    text-align: center;
    color: #333;
    border-bottom: 1px solid #ccc4c4;
}

.detail {
    position: absolute;
    top: -100%;
    left: 0;
    text-align: center;
    background: #fff;
    height: 100%;
    width: 100%;

}

.my-list .offer a {
    text-decoration: none;
}

.offer {
    clear: both;
    background: #127cae;
    padding: 6px;
    text-align: center;

}

.offer a {
    color: #fff;
    text-decoration: none;
}

.categories img {
    width: 100%;
}

.service-wrapper {
    background: #f5f5f5;
}

.quote-block {
    background-image: linear-gradient(180deg, #2b87da 0%, #29c4a9 100%);
}

.quote-block h2,
.quote-block p {
    color: #fff;
    margin: 0 0 10px 0;
}

.common-btn a.btn.btn-default,
.common-btn button.btn.btn-default,
.common-btn input {
    background: #127cae;
    color: #fff;
}

.top-footer {
    background: #272b33;
    padding: 30px 0 15px 0;
}

.footer-head h5 {
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    margin: 0 0 25px 0;
}

.footer-list ul {
    padding: 0;
}

.footer-list p {
    color: #fff;
}

.footer-list ul li {
    margin: 0 0 12px 0;
    list-style: none;
}

.footer-list ul li a {
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}
.footer-list ul li a:hover{
  color:#127cae;
}
.common-icon i.fa {
    padding: 0 8px 0 0;
}

.email-part button.btn.btn-primary.search-btn {
    background: #127cae;
    border: 1px solid #127cae;
    border-radius: 0;
}

.footer-bottom {
    background: #1f2329;
    padding: 10px 0;
}

.email-part .input-group {
    width: 270px;
}

.navbar-nav>li>.dropdown-menu li:hover {
    background: #fff;

}

.dropdown-menu {
    background: #127cae;
    padding: 0;
}

.navbar-nav>li>.dropdown-menu li {
    background: #127cae;
    padding: 5px;
    margin-bottom: 1px;
    border-bottom: 1px solid #fff;
}

.navbar-nav>li>.dropdown-menu li:last-child {
    border-bottom: none;
}

.navbar-nav>li>.dropdown-menu li a {
    color: #fff;
    font-weight: 500;
}

.navbar-nav>li>.dropdown-menu li a:hover,
.navbar-nav>li>.dropdown-menu li a:focus {
    background: #fff;
    color: #127cae;
}

.navbar-nav>li>.dropdown-menu li a:hover {
    color: #306577 !important;

}

.navbar-nav>li>.dropdown-menu li a {
    color: #fff;
    font-weight: 500;
}

.navbar-nav>li>.dropdown-menu li a:hover,
.navbar-nav>li>.dropdown-menu li a:focus {
    background: none;
    color: #fff;

}
.contact-map{
    margin-top: 20px;
}
/* ============== Home Page Css ends ============== --*/
/* ============== Contact Page Css starts ============== --*/
.breadcrumb>li {
    margin: 0;
}

.bloc_left_price {
    color: #c01508;
    text-align: center;
    font-weight: bold;
    font-size: 150%;
}
.category_block li:hover {
    background-color: #007bff;
}
.category_block li:hover a {
    color: #ffffff;
}
.category_block li a {
    color: #343a40;
}
.add_to_cart_block .price {
    color: #c01508;
    text-align: center;
    font-weight: bold;
    font-size: 200%;
    margin-bottom: 0;
}
.add_to_cart_block .price_discounted {
    color: #343a40;
    text-align: center;
    text-decoration: line-through;
    font-size: 140%;
}
.product_rassurance {
    padding: 10px;
    margin-top: 15px;
    background: #ffffff;
    border: 1px solid #6c757d;
    color: #6c757d;
}
.product_rassurance .list-inline {
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
}
.product_rassurance .list-inline li:hover {
    color: #343a40;
}
.reviews_product .fa-star {
    color: gold;
}
.contact-block .card-header.bg-primary.text-white{
    padding: 10px;
}
.contact-block .card-body{
    padding: 20px;
    border: 1px solid #ccc;
    background:#fff;
}
.contact-block{
    background:#f5f5f5;
}
.card-header.bg-success.text-white.text-uppercase{
    padding: 10px;
    background:#3e8820;
    color: #fff;
}
.contact-list ul li a{
  color: #333;
}
/* ============== Contact Page Css ends ============== --*/
/* ============== Product-listing Page Css starts ============== --*/
.sidebar .panel-heading{
    background:#127cae;
    color: #fff;
    text-transform: uppercase;
}
.sidebar ul li a{
    text-decoration: none;
    color: #000;
}
.sidebar ul li a:hover{
    color: #127cae;
}
.innerpage img{
    width: 100%;
}
.inner-text {
    position: absolute;
    bottom: 0;
    text-align: center;
    
    z-index: 2;
}
.inner-text h3 {
    color: #fff;
    margin: 0;
}
.breadcrumb {
    background: none;
}
.breadcrumb>li a {
    color: #fff;
}
.breadcrumb>.active {
    color: #00bfff;
}
.sidebar-img img{
    width: 100%;
}
.sidebar{
    margin-top: 14px;
}
/* ============== Product-listing Page Css ends ============== --*/

/* ============== Responsive Page Css starts ============== --*/
@media only screen and (max-width: 767px) {
    .nav-pills>li {
        float: none;
    }

    .navbar-default .navbar-toggle,
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: #127cae;
        border: 1px solid #127cae;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .header-top {
        display: none;
        clear: both;
        overflow: hidden;
    }

    .menu ul {
        float: left !important;
        margin: 0;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 10px;
    }

    .navbar-toggle {
        margin-top: 40px;
    }

    .banner .carousel-control {
        top: 25px;
    }

    .welcome-text p {
        width: 100%;
    }

    .service-wrapper .col-md-4 {
        margin-bottom: 20px;
    }

    .profile-circle img {
        width: 30%;
    }

    #fade-carousel p {
        padding: 45px 20px;
    }

    .copywrite-info {
        text-align: left;
    }

    .footer-bottom p {
        font-size: 14px;
    }

    .common-space {
        overflow: hidden;
    }

    .categories h3 {
        margin: 0;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }

    .navbar-nav>li>.dropdown-menu li:hover {
        background: #fff;
        color: #127cae;
    }
    .header-bottom{
      padding: 10px 0;
    }
    .inner-text{
        display: none;
    }
    .contact-block .col-xs-12.col-sm-8{
        margin-bottom: 20px;
    }
}

/* ============== Responsive Page Css ends ============== --*/