/*-----------------------------------------------------------------------------------
   CSS INDEX
  ===================

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

body {
    /*font-family: 'Montserrat', sans-serif; */
    font-family: 'Montserrat', sans-serif;
}

* {
    /*font-family: 'Montserrat', sans-serif; */
    font-family: 'Montserrat', sans-serif;
}

.social-mediaf img {
    border-radius: 7px !important;
}

/* html, body {
  height: 100%;
  box-sizing: border-box;
  font-size: 100%;
} */
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0px solid;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 0.5px;
    color: #444;
}

/*h1,*/
/*h2,*/
/*h3,*/
/*h4,*/
/*h5,*/
/*h6 {*/
    /*font-family: 'Montserrat', sans-serif;*/
    /*margin: 0 0 15px;*/
    /*color: #444;*/
    /*font-weight: 500;*/
/*}*/

h1 {
    font-size: 48px;
    line-height: 50px;
}

h2 {
    font-size: 38px;
    line-height: 40px;
}

h3 {
    font-size: 30px;
    line-height: 32px;
}

h4 {
    font-size: 24px;
    line-height: 26px;
}

h5 {
    font-size: 20px;
    line-height: 22px;
}

h6 {
    font-size: 16px;
    line-height: 20px;
}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: #777;
}

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

a:active,
a:hover {
    outline: 0 none;
}

/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: #3ec1d5;
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }

    .mob-resp {
        padding-left: 14px;
    }
}

.back-to-top:focus {
    background: #3ec1d5;
    color: #fff;
    outline: none;
}

.back-to-top:hover {
    background: #3cd6ed;
    color: #fff;
}

.clear {
    clear: both;
}

ul {
    list-style: outside none none;
}

input,
select,
textarea,
input[type="text"],
input[type="date"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="tel"],
button,
button[type="submit"] {
    -moz-appearance: none;
    /* box-shadow: none !important; */
}

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: #fff;
    background-image: url("../images/web/preloader.gif");
    background-repeat: no-repeat;
    background-position: center center;
    /*background-image: #fff url("../images/web/preloader.gif") no-repeat center center;*/
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    div#preloader {
        display: none;
    }
}

::-moz-selection {
    background: #3ec1d5;
    text-shadow: none;
}

::selection {
    background: #3ec1d5;
    text-shadow: none;
}

.area-padding {
    padding: 70px 0px 80px;
}

.area-padding-2 {
    padding: 70px 0px 50px;
}

.padding-2 {
    padding-bottom: 90px;
}

.section-headline h2 {
    display: inline-block;
    color: #ed1b24;
    font-size: 21px;
    font-weight: 700;
    padding: 9px 0px 0px;
    text-align: left;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    text-transform: capitalize;
}

.section-headline p {
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    color: #4c4c4c;
}

.sec-head {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

/*--------------------------------*/

/* 11. Section Tab Area
/*----------------------------------------*/

.section-tab-area {
    background: #f0f0f0 none repeat scroll 0 0;
}

.content-home {
    border: 1px solid #ccc;
    text-align: center;
    padding: 15px 35px;
    height: 470px;
    transition: all 0.4s ease 0s;
    background: #fff;
}

.quick-access-section h3 span {
    font-size: 16px;
}

.quick-access-section ol li {
    border-bottom: 1px solid #ccc;
    color: #666;
    padding: 10px 0px;
    font-size: 14px;
    /* font-family: 'Raleway', sans-serif; */
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 100%;
}

.icons-qa img {
    width: 50px;
    margin-right: 25px;
}

.quick-access-section button {
    background: #444 none repeat scroll 0 0;
    border: 1px solid #444;
    color: #fff;
    margin-bottom: 25px;
    padding: 10px 35px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    border-radius: 30px;
}

.content-home > h3 {
    color: #4e4e4e;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    padding: 10px 0px 5px;
    text-align: left;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    font-family: 'Montserrat', sans-serif;
}

.quick-access-section ol {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 23px;
}

.quick-access-section.active {
    transition: all 0.4s ease 0s;
    position: relative;
    overflow: hidden;
}

.saleon {
    background: #3ec1d5 none repeat scroll 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    left: -26px;
    padding: 2px 25px;
    position: absolute;
    text-transform: uppercase;
    top: 16px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

.quick-access-section > button:hover {
    background-color: #fff;
    border: 1px solid #333;
    color: #333;
}

.active > h3 {
    /* background: #f5f5f5 none repeat scroll 0 0; */
    color: #333;
    /* transition: all 0.4s ease 0s; */
}

.active > button {
    background: #3ec1d5 none repeat scroll 0 0;
    border: 1px solid #3ec1d5;
    color: #fff;
    transition: 0.4s;
}

.active > button:hover {
    background: #333 none repeat scroll 0 0;
    border: 1px solid #333;
    color: #fff;
    transition: 0.4s;
}

/*----------------------------------------
 12.Testimonial Area Css
----------------------------------------*/

.testimonials-area {
    background: rgba(0, 0, 0, 0) url("../img/background/slider1.jpg") no-repeat fixed center top / cover;
    height: auto;
    width: 100%;
}

.testi-inner {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}

.testi-overly {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.quate {
    border: 1px dotted #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 70px;
    line-height: 70px;
    width: 70px;
}

.quate:hover {
    color: #fff;
}

.testi-img img {
    border: 1px dotted rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    height: 80px;
    margin: 0 auto;
    padding: 5px;
    transition: background 0.6s ease-out 0s;
    width: 80px !important;
}

.testi-text p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    margin: 20px 0;
    letter-spacing: 1px;
}

.testi-text h6 {
    color: #fff;
    font-size: 20px;
}

.testimonial-carousel.owl-carousel.owl-theme
.owl-controls
.owl-dots
div.owl-dot
> span {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    height: 8px;
    width: 8px;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
    bottom: -30px;
    display: block;
    left: 50%;
    margin-left: -20px;
    position: absolute;
}

.testimonial-content {
    margin-bottom: 15px;
}

.testimonial-carousel.owl-carousel.owl-theme
.owl-controls
.owl-dots
div.owl-dot {
    display: inline-block;
    margin: 0 3px;
}

.testimonial-carousel.owl-carousel.owl-theme
.owl-controls
.owl-dots
div.owl-dot.active
span {
    background: #3ec1d5;
}

.testi-text.text-center > h6 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.guest-rev {
    color: #ddd;
    font-size: 16px;
}

.guest-rev > a {
    color: #3ec1d5;
    font-size: 14px;
}

/*--------------------------------*/

/*  13.Blog Area
/*--------------------------------*/

.blog-inner {
    padding: 15px 35px;
}

.blog-area {
    height: auto;
    width: 100%;
    background: white;
}

.blog-text h4 a {
    color: #444;
    text-decoration: none;
    font-size: 18px;
}

.blog-text h4 {
    color: #444;
    margin-bottom: 15px;
    text-align: left;
    margin: 17px; font-size: 18px;
}

.blog-text p {
    text-align: left;
    margin: 17px;
    font-size: 14px;
}

.blog-btn {
    border-bottom: 1px dotted #444;
    color: #444;
    text-decoration: none;
}

.blog-btn {
    border-bottom: 1px dotted #444;
    color: #444;
    display: inline-block;
    padding: 0 1px 5px 0;
    position: relative;
    text-decoration: none;
}

.blog-btn {
    position: relative;
}

.blog-btn::after {
    content: "\f178";
    font-family: fontawesome;
    position: absolute;
    right: -20px;
    top: 1px;
    transition: all 0.3s ease 0s;
}

.blog-btn:hover::after {
    right: -30px;
}

.blog-btn:hover {
    color: #333;
    text-decoration: none;
}

.blog_meta span.date_type i {
    margin-left: 5px;
}

.blog-meta span.comments-type {
    margin-left: 5px;
}

.blog-meta span i {
    padding-right: 10px;
}

.blog-content .blog-meta {
    border-bottom: 1px dotted #333;
}

.blog-meta {
    border-bottom: 1px dotted #fff;
    padding: 10px 0;
}

.comments-type > a,
.date-type,
.blog-meta span.comments-type {
    color: #333;
    letter-spacing: 1px;
    margin-right: 5px;
}

.blog-meta .comments-type i {
    padding-right: 0 !important;
}

.blog-content-right .comments-type > a,
.blog-content-right .date-type,
.blog-content-right .blog-meta span.comments-type,
.blog-content-right .blog-text p {
    color: #fff;
    letter-spacing: 1px;
}

.single-blog {
    background: white;
    border: 1px solid #c7c7c7;
    padding-bottom: 2rem;
}

/*------------------------------
  13. Quote area
--------------------------------*/

.suscribe-area {
    background: #3ec1d5 none repeat scroll 0 0;
    padding: 30px 0;
}

.suscribe-text {
    display: block;
    padding: 10px 0;
}

.suscribe-text h3 {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.sus-btn {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #3ec1d5;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-left: 100px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 30px;
}

.sus-btn:hover {
    background: #3ec1d5 none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #fff;
}

/*--------------------------------*/

/*  14.Contact Area
/*--------------------------------*/

.contact-area {
    height: auto;
    width: 100%;
}

.contact-content {
    padding: 100px;
    background: #000 none repeat scroll 0 0;
}

.contact-content-right {
    padding: 100px;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #444;
    height: 40px;
    margin-bottom: 16px;
    padding-left: 20px;
    width: 100%;
}

.contact-form textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #444;
    height: 140px;
    padding: 20px;
    width: 100%;
}

.contact-form button[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #444;
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
    padding: 12px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
}

.contact-form button[type="submit"]:hover {
    color: #fff;
    border: 1px solid #3ec1d5;
    background: #3ec1d5;
}

.contact-form #sendmessage {
    color: #3ec1d5;
    border: 1px solid #3ec1d5;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-form #errormessage {
    color: #ed1b24;
    display: none;
    border: 1px solid #ed1b24;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-form #sendmessage.show,
.contact-form #errormessage.show,
.contact-form .show {
    display: block;
}

#contact .form .validation {
    color: #ed1b24;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

.single-icon i {
    font-size: 24px;
    width: 50px;
    height: 50px;
    border: 1px solid #444;
    line-height: 46px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.single-icon p {
    font-size: 16px;
    line-height: 30px;
}

.contact-icon {
    margin-bottom: 40px;
}

#google-map {
    height: 370px;
    margin-bottom: 20px;
}

/*----------------------------------------*/

/*  15. Footer Area
/*----------------------------------------*/

.footer-area {
    background: #3c3c3c;
    border-bottom: 1px solid #4a4a4a;
    padding: 9px 66px;
}

.footer-head {
    display: block;
    overflow: hidden;
    float: left;
}

.footer-head p,
.footer-head a {
    color: #fff;
    text-align: left;
    font-size: 12px;
}

.top-footer-text {
    font-weight: 600;
    text-transform: uppercase;
}

.footer-head h4 {
    color: #444;
    font-size: 16px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.footer-logo {
    padding-bottom: 20px;
}

.footer-logo h2 {
    color: #222;
    padding: 0;
    margin: 0;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
}

.footer-logo h2 span {
    color: #3ec1d5;
}

.flicker-img > a {
    float: left;
    padding: 1px;
    width: 33.33%;
}

.footer-contacts p span {
    color: #3ec1d5;
    font-weight: 700;
}

.popular-tag ul li {
    display: inline-block;
}

.footer-links ul li {
    display: inline-block;
    text-align: left;
    padding-right: 15px;
}

.footer-content {
    display: block;
    overflow: hidden;
    float: left;
}

.popular-tag ul li a:hover {
    background: #3ec1d5;
    border: 1px solid #3ec1d5;
    color: #fff;
}

.popular-tag ul li a {
    border: 1px solid #444;
    border-radius: 30px;
    color: #444;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 5px 3px;
    padding: 5px 10px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    width: 70px;
    text-align: center;
}

.footer-head ul li {
    display: inline-block;
    text-align: left;
    padding-right: 15px;
}

.footer-area-bottom {
    background: #3c3c3c none repeat scroll 0 0;
    padding: 2px 66px 0px;
}

/* footer social icons */
.socialmediaicons .fa-facebook {
    background: #3b5998;
    color: white;
}

.socialmediaicons2 .fa {
    padding: 10px 13px;
    font-size: 20px;
    width: 40px;
    border-radius: 50%;
    text-decoration: none;
}

.socialmediaicons .fa-twitter {
    background: #55acee;
    color: white;
}

.socialmediaicons .fa-linkedin {
    background: #007bb5;
    color: white;
}

.socialmediaicons .fa-whatsapp {
    background: #1fd75f;
    color: white;
}

.socialmediaicons .fa-viber {
    background: #7c529d;
    color: white;
}

.socialmediaicons .fa-youtube {
    background: #bb0000;
    color: white;
}

/*----------------------------------------*/

/*----------------------------------------*/

/*  19.	Blog Details css
/*----------------------------------------*/

.single-blog .author-avatar {
    float: left;
    margin-right: 10px;
}

.single-blog .author-description h2 {
    font-size: 18px;
    margin: 0;
    padding: 0 0 5px;
}

.author-info {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin: 30px 0;
    padding: 15px;
    width: 100%;
}

.single-post-comments {
    margin-bottom: 60px;
    max-width: 650px;
}

/* Main Content - Section - Reverse Calculator Range Slider */

#ex1Slider .slider-selection {
    background: #ed1b24;
}

.slider-track-low,
.slider-track-high {
    background: #544c4a;
}

#ex1Slider {
    width: 100%;
}

.slider.slider-horizontal .slider-track {
    height: 7px;
    margin-top: -4px;
}

.slider-handle {
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #ed1b24;
    background-image: -webkit-linear-gradient(top, #ed1b24 0, #ed1b24 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: linear-gradient(to bottom, #ed1b24 0, #ed1b24 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    filter: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
    border: 0 solid transparent;
}

.apply-btn {
    position: relative;
    display: inline-block;
    outline: none;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    padding: 8px 40px;
    border-radius: 3px;
    border: none;
    text-decoration: none;
    text-align: center;
    transition: background-color 250ms, color 250ms, border-color 250ms,
    box-shadow 250ms;
    background-color: #ed1b24;
    color: #fff;
    box-shadow: 0 2px 0 #ed1b24;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    width: 100%;
}

.apply-btn:hover {
    background-color: #ed1b24;
    color: white;
    box-shadow: 0 2px 0 #ed1b24;
}

.btn-flex {
    display: flex;
    align-items: stretch;
    align-content: stretch;
}

.btn-flex .btn:first-child {
    flex-grow: 1;
    text-align: left;
}

.open > .dropdown-menu {
    display: block;
    width: auto;
}

.interested-section p {
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    font-size: 13px;
    font-weight: 600;
    color: #4c4c4c;
}

.interested-section button {
    font-size: 0.8rem;
}

.read-more {
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 2px solid #ed1b24;
    text-transform: uppercase;
    color: #525252;
    font-weight: 700;
    padding-bottom: 2px;
}

.group-drop {
    background-color: white;
    border-color: #888888;
    color: #888888;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}

.drop-sub-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    border-color: #888888;
    color: #888888;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}

.open > .drop-sub-menu {
    display: block;
    width: auto;
    width: 100%;
}

.group-drop.focus,
.group-drop:focus {
    color: #fff;
    background-color: #ed1b24;
    border-color: #ed1b24;
}

.group-drop:hover {
    color: #fff;
    background-color: #ed1b24;
    border-color: #ed1b24;
}

.group-drop.active,
.group-drop:active,
.open > .dropdown-toggle.group-drop {
    color: #fff;
    background-color: #ed1b24;
    border-color: #ed1b24;
}

.group-drop.active.focus,
.group-drop.active:focus,
.group-drop.active:hover,
.group-drop:active.focus,
.group-drop:active:focus,
.group-drop:active:hover,
.open > .dropdown-toggle.group-drop.focus,
.open > .dropdown-toggle.group-drop:focus,
.open > .dropdown-toggle.group-drop:hover {
    color: #fff;
    background-color: #ed1b24;
    border-color: #ed1b24;
}

.group-drop.active,
.group-drop:active,
.open > .dropdown-toggle.group-drop {
    background-image: none;
}

.group-drop.disabled.focus,
.group-drop.disabled:focus,
.group-drop.disabled:hover,
.group-drop[disabled].focus,
.group-drop[disabled]:focus,
.group-drop[disabled]:hover,
fieldset[disabled] .group-drop.focus,
fieldset[disabled] .group-drop:focus,
fieldset[disabled] .group-drop:hover {
    background-color: #ed1b24;
    border-color: #ed1b24;
}

.group-drop .badge {
    color: #ed1b24;
    background-color: #fff;
}

.gdrop:before {
    content: "|";
    flex: 0 !important;
}

.gdrop {
    border-left: none;
    flex: 0 !important;
}

.reverse-calc h6 {
    color: #5673a4;
    font-weight: 600;
    font-size: 15px;
}

.reverse-content span {
    width: 100%;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #4c4c4c;
}

.reverse-calc input {
    width: 95px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #4c4c4c;
}

.reverse-value p {
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #4c4c4c;
}

.reverse-value span {
    float: right;
}

/* Promotions */

.clockdiv {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 100;
    text-align: center;
    font-size: 24px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    vertical-align: bottom;
    margin: 5px 5px;
    /* transform: translate(-50%, -50%); */
}

.clockdiv > div {
    border-radius: 2px;
    background: #000000ad;
    padding: 4px 4px;
    display: inline-block;
}

.clockdiv div > span {
    padding: 8px 7px;
    background: #ed1b24;
    display: inline-block; width: 45px;
    width: 50px;
}

.smalltext {
    font-size: 12px;
}

/*----------------------------------------
 .End CSS
----------------------------------------*/
.clockdivt {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 100;
    text-align: center;
    font-size: 24px;
    position: absolute;
    top: 54%;
    left: 31%;
    transform: translate(-50%, -50%);
}

.clockdivt > div {
    border-radius: 2px;
    background: #000000ad;
    padding: 4px 4px;
    display: inline-block;
}

.clockdivt div > span {
    padding: 8px 7px;
    background: #ed1b24;
    display: inline-block;
}

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.social-mediaf {
    position: fixed;
    z-index: 1111;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Style the icon bar links */
.social-mediaf a {
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

/*////////////// MEDIUM DEVICES LAPTOPS //////////////*/
@media (min-width: 992px) and (max-width: 1199px) {
    .quickview-main h2 {
        color: #ed1b24;
        text-shadow: 0 1px 1px #ed1b24;
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-size: 3vw;
        line-height: 1.16667;
    }

    .carousel-control .glyphicon-chevron-left,
    .fa-angle-left,
    .carousel-control .glyphicon-chevron-right,
    .fa-angle-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px;
        font-size: 20px;
        background: black;
        padding: 10px;
        width: 40px;
        height: 40px;
        line-height: 10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .fa-angle-right,
    .carousel-control .icon-next {
        right: 30%;
        margin-right: -10px;
    }

    .carousel-control .glyphicon-chevron-left,
    .fa-angle-left,
    .carousel-control .icon-next {
        left: 30%;
        margin-left: -10px;
    }
}

/* Slider Quickview */

.nav-mob {
    width: 100% !important;
}

.quickview-main h2 {
    color: #ed1b24;
    text-shadow: 0 1px 1px #ed1b24;
    font-family: 'Montserrat', sans-serif;

    font-weight: 300;
    font-size: 2.1875rem;
    line-height: 1.16667;
}

h3.title {
    font-size: 1.375rem;
    color: #5a5a5a;
    font-weight: 500;
}

.section-head-bottom {
    padding-left: 5em;
}

h3.title {
    font-size: 1.35rem;
    color: white;
    font-weight: 500;
}

/* Header */

.logo-s img {
    width: 10rem;
    padding-bottom: 15px;
}

.header {
    background: #fff;
    z-index: 300;
    position: relative;
    height: 100px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    -moz-transition: top 250ms;
    -o-transition: top 250ms;
    -webkit-transition: top 250ms;
    transition: top 250ms;
}

.header .top {
    position: relative;
    padding: 0 30px;
}

.header .logo {
    float: left;
}

.header .logo a {
    display: block;
}

.header.is-static .logo img {
    animation: none;
}

.header .logo-call {
    float: left;
    margin-top: 22px;
    margin-left: 15px;
    padding: 4px 0 4px 15px;
    border-right: none;
    border-left: 1px solid #ddd;
    background: none;
}

.btn-retail:after {
    content: "|";
    color: #54545438;
    padding-left: 0.4rem;
}

.btn-retail {
    font-weight: 600;
    color: #ed1b24;
    background: none;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}

.btn-retail:hover, .btn-sme:hover, .btn-corporate:hover {
    color: #ed1b24;
}

.btn-sme:after {
    content: "|";
    color: #54545438;
    padding-left: 0.4rem;
}

.btn-sme {
    font-weight: 600;
    color: #707070;
    background: none;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}

.btn-corporate {
    font-weight: 600;
    color: #707070;
    background: none;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

/* Nav */

.time-period-content input {
    width: 24px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #4c4c4c;
}

.time-period-content span {
    width: 100%;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #4c4c4c;
}

.capital-inv input {
    width: 100%;
    font-size: 13px;
}

.capital-inv h6 {
    color: #5673a4;
    font-weight: 600;
    font-size: 15px;
}

.capital-inv input::placeholder,
.time-period input::placeholder,
.reverse-calc input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ed1b24;
    font-weight: 700;
    opacity: 1; /* Firefox */
}

.capital-inv input:-ms-input-placeholder,
.time-period-content input:-ms-input-placeholder,
.reverse-calc input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ed1b24;
    font-weight: 700;
}

.capital-inv input::-ms-input-placeholder,
.time-period-content input::-ms-input-placeholder,
.reverse-calc input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ed1b24;
    font-weight: 700;
}

.search-home input {
    padding: 20px;
    font-size: 17px;
    font-style: italic;
}

.breadcrumb-line {
    background: #343333;
    width: 100%;
}

.breadcrumb-line .container {
    max-width: 100%;
}

.breadcrumb-product {
    width: 100%;
    color: #fff;
    background-repeat: repeat-x;
    padding: 5px 40px;
    background: #343333;
    margin: 0;
    border-radius: 0;
}

.pfix52 {
    padding: 5px 2px;
}

.breadcrumb-product a {
    color: #fff;
    font-size: 12px;
}

.breadcrumb-product img {
    padding-bottom: 0.4rem;
    margin-right: 0.5rem;
    width: 1.2rem;
}

.breadcrumb-product > li > a,
.breadcrumb-product > .active {
    color: white;
}

.breadcrumb-product > li + li:before {
    display: none;
}

.share-bc {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 66px;
    margin: 0;
}

.product-heading {
    background: #ed1b24;
    padding: 12px 10px;
}

.product-heading h4,
.product-heading p {
    color: white;
}

.product-heading-two {
    padding: 12px 10px;
    max-height: 142px;
    min-height: 142px;
}

.product-heading-two h4,
.product-heading-two p {
    color: black;
}

.more-btn {
    background: #ed1b24;
    border-bottom: 1px solid black;
    color: white;
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 2px solid #ed1b24;
    border-radius: 0.3em;
    color: #ed1b24;
    cursor: pointer;
    align-self: center;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;

    -webkit-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}

.more-btn:hover,
.more-btn:focus {
    color: #fff;
    outline: 0;
    box-shadow: 0 0 40px 40px #ed1b24 inset;
}

.more-btn:hover {
    box-shadow: 0 0 40px 40px #ed1b24 inset;
}

.floater-tikiri-block {
    padding: 0px 25px;
}

.floater-tikiri h5 {
    padding: 0px 25px;
}

.floater-tikiri-block img {
    float: left;
}

.floater-tikiri-block p {
    padding: 0px 60px;
}

.floater-tikiri-block a {
    color: #555555;
    font-size: 14px;
    font-weight: 500;
}

.floater-tikiri h3 {
    font-size: 19px;
    background: #ed1b24;
    color: white;
    padding: 6px 25px;
}

.floater-tikiri p {
    font-weight: 700;
    padding-top: 0px;
    color: black;
    padding-bottom: 10px;
}

.floater-tikiri {
    background: #e2e2e2;
    padding-bottom: 11px;
}

.btn-faq {
    width: 100%;
    border: 2px solid #e31821;
    background: #ff0000;
    padding: 6px 0px;
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
}

.floater-main {
    position: fixed;
    z-index: 1111;
    top: 50%;
    left: 65%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* NEW STYLES HEADER */
.login-group-btn {
    width: 0% !important;
}

.login-main-drop {
    margin-top: 7px;
}

.btn-login {
    background: #ed1b24;
    color: white;
}

.btn-login:hover {
    background: #ed1b24;
}

.login-form-control {
    border: 1px solid #ed1b24;
}

.header-nav {
    margin-bottom: 0em;
}

.header-nav-top {
    margin-bottom: 0em;
    background-color: transparent;
    border-color: transparent;
}

.btn-notif {
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 3rem;
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu .dropdown-header {
    font-size: 13px;
    color: #ed1b24;
    font-weight: 500;
    padding: 5px 60px 5px 13px;
    line-height: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.in {
        display: block !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-header .collapse,
    .navbar-toggler {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }
}

.navbar-nav {
    margin: 0;
}

@media (max-width: 450px) {
    .floater-tikiri-block p {
        padding: 0px 0px 15px 0px;
    }
}

@media (min-width: 768px) {
    .section-tab-area {
        padding: 30px 30px !important;
    }

    .btn-corporate,
    .btn-sme {
        padding: 10px 4px !important;
    }

    .btn-retail {
        padding: 10px 4px !important;
        /* padding-left: 15px !important; */
    }

    .navbar-right {
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
    }

    .branch-srch {
        padding-top: 6px;
    }

    .navbar-nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px;
        font-size: 14px;
        font-family: 'Montserrat', sans-serif;
    }

    .slider-caption {
        width: 100%;
    }

    .slider-caption {
        position: absolute;
        bottom: 0px;
        z-index: 10;
        width: 60%;
        color: #fff;
        text-align: left;
        background-image: -webkit-linear-gradient(
                left,
                rgba(0, 0, 0, 0.5) 0,
                rgba(0, 0, 0, 0.0001) 100%
        );
        background-image: -o-linear-gradient(
                left,
                rgba(0, 0, 0, 0.5) 0,
                rgba(0, 0, 0, 0.0001) 100%
        );
        background-image: -webkit-gradient(
                linear,
                left top,
                right top,
                from(rgba(0, 0, 0, 0.5)),
                to(rgba(0, 0, 0, 0.0001))
        );
        background-image: linear-gradient(
                to right,
                rgba(0, 0, 0, 0.89) 0,
                rgba(0, 0, 0, 0.0001) 100%
        );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x;
        padding: 13px 66px;
    }

    .slider-caption h4,
    .slider-caption h5 {
        color: white;
    }


    .slider-caption h5 {
        font-size: 18px!important;
    }

    .slider-caption h4 {

    }

    .navbar {
        margin-bottom: 0px;
    }

    .navbar-light {
        background-color: #ffffff !important;
        border-color: #ffffff !important;
        padding: 0.5rem 0rem 0rem 1rem;
        z-index: 999;
    }

    .nav-bottom {
        background-color: #f8f8f8;
        border-color: #e7e7e7;
    }
}

.dd-icon {
    float: left;
    margin-top: 9px;
    margin-bottom: 3px;
    margin-right: 8px;
    max-width: 12px;
    max-height: 12px;
}

.mega-mposter img {
    margin-top: 0.5em;

}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        padding: 10px 15px;
    }

    .slider-caption {
        display: none;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 0px;
    }
}

.mega-mposter {
    text-align: center;
    padding: 0;
}

.search-branch {
    padding: 10px;
}

@media (max-width: 991px) {
    .single-blog {
        padding-bottom: 0.1rem !important;
    }

    .socialmediaicons.socialmediaicons2 {
        float: left;
        margin-top: 1.5em;
        margin-bottom: 1.5em;
    }

    .logo-s img {
        padding-bottom: 25px;
    }

    h3.title {
        color: #5a5a5a;
    }

    .quickview-main h2 {
        text-align: center;
    }

    .container-search {
        padding-right: 50px;
        padding-left: 50px;
        margin-left: 0px;
        margin-right: 100px;
        margin-top: 32px;
        margin-bottom: 20px;
    }

    .quickview-main {
        margin-top: 30px;
    }

    .social-mediaf {
        top: 60%;
        right: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .quickview-main {
        bottom: 6px;
    }

    .quickview-main h2 {
        font-size: 2.2vw;
    }
}

@media (min-width: 992px) and (max-width: 1452px) {
    .interested-section p {
        line-height: 18px;
        font-size: 0.9vw;
    }

    .content-home > h3 {
        font-size: 18px;
    }

    .reverse-calc h6 {
        font-size: 1.2vw;
    }

    .reverse-content span {
        font-size: 1.1vw;
    }

    .reverse-calc input {
        font-size: 1.1vw;
    }

    .reverse-value p {
        font-size: 1.1vw;
    }

    .time-period-content span {
        font-size: 1.1vw;
        width: 1.2vw;
    }

    .rc-cap {
        padding: 0vw 0px !important;
        font-size: 1.3vw !important;
    }
}

@media (min-width: 992px) and (max-width: 1150px) {
    .quickview-main h2 {
        font-size: 1.6rem;
    }

    .quickview-main {
        bottom: 23px;
        right: 37px;
    }

    .content img {
        padding: 0.5rem 0.5rem;
        width: 3rem;
    }

    h3.title {
        font-size: 1rem;
    }
}

img.social-footer {
    width: 25px;
    border-radius: 20px;
}

.quick-access-section ol li a {
    color: #464646;
}

@media (min-width: 992px) {
    .social-mediaf {
        width: 30px !important;
        right: 0 !important;
    }

    .home-slider-img {
        min-height: 512px;
        max-height: 512px;
        object-fit: cover;
        height: 100%;
    }

    .mega-mposter {
        padding: 5px 20px 10px 15px !important;
    }

    .d-item {
        padding: 1rem 1rem 0rem 0rem !important;
    }

    .footer-end-right {
        float: right !important;
    }

    .socialmediaicons.socialmediaicons2 a {
        padding: 0px 4px;
    }

    .socialmediaicons {
        margin-top: 15px;
        /* margin-bottom: 8px; */

        float: left;
    }

    .mega-dp {
        height: 490px !important;
    }

    #menu-back {
        background: #000000d9;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        z-index: 9999;
    }

    /* .mega-dropdown:hover {
  border-bottom: 2px solid #ff2b36;
} */
    .mega-dropdown-menu {
        border-top: 2px solid #ff2b36;
        left: 30% !important;
        transform: translateX(-22%) !important;
        top: 99% !important;
    }

    .main-nav-bb a {
        padding-right: 5px;
        padding-left: 15px;
        font-family: 'Montserrat', sans-serif;
    }

    .main-nav-bb-sub a {
        padding: 0px 0px 6px 5px !important;
        font-size: 0.9rem;
        font-weight: 400;
        color: #5d5d5d;
    }

    .mega-ul li {
        margin-bottom: 0.5rem;
        margin-top: 0rem;
    }

    .quickview-main {
        position: absolute;
        bottom: 0px;
        top: 0;
        z-index: 10;
        width: 40%;
        color: #fff;
        text-align: center;
        right: 0;
        margin: 20px 50px;
    }

    .mega-ul {
        min-height: 14rem;
    }

    /* .asd {
    position: absolute;
    bottom: 0;
  } */
    .asd img {
        width: 150px;
        position: absolute;
        bottom: 11px;
    }

    .rc-cap {
        padding: 5px 0px;
        font-size: 16px !important;
    }

    .avc img {
        float: left;
    }
}

.single-blog-img {
    position: relative;
}

.offer-promotion {
    padding: 5px 8px;
    background: #ed1b24;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    position: absolute;
    right: 0px;
    top: 0px;
    vertical-align: bottom;
    margin: 5px 5px;
}

.search-box-qw {
    font-style: italic;
    float: right !important;
    width: 88% !important;
    height: auto !important;
}

.search-box-btn {
    color: #ed1b24 !important;
    background-color: white !important;
    border-color: #ccc;
    border-left-color: white;
}

.search-box-btn:before {
    content: "|";
    color: #5454545e;
    padding-right: 0.4rem;
}

.prom-date p {
    font-size: 13px;
    padding-left: 10px;
}

.prom-date img {
    width: 1rem !important;
}

.prom-date {
    border-top: 1px solid #c7c7c7;
    padding-top: 12px;
}

.icon-prom {
    padding-right: 13px;
}

@media (max-width: 991px) {
    .prom-date {
        padding-bottom: 30px;
    }

    .content-home {
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

/* @media (min-width: 992px) and (max-width: 1199px){
    .content-qv img {
      width: 100%!important;
    }
  } */
@media (min-width: 1452px) {
    .search-box-btn {
        font-size: 1vw;
    }

    .search-box-qw {
        padding: 0.8rem 1rem;
        font-size: 1vw;
    }

    .quickview-main h2 {
        font-size: 2.5vw;
    }

    .interested-section p {
        font-size: 0.9vw;
    }
}

#locSearch11 {
    margin: 0.5vw !important;
}

.search-button {
    margin-left: 0.5vw;
    background: #ed1b24;
    border: 1px solid #8b8b8b;
    color: white;
    font-family: inherit;
}

.mega-mposter img {
    margin-top: 0.5em;
}

.content-qv img {
    width: 5rem;
    border-radius: 16px;
}

.bm-icon {
    text-align: center;
    width: 40px;
    margin: 4px auto 0;
    height: 30px;
    font-size: 18px;
    display: block;
    color: rgba(0, 0, 0, 0.7);
}

.left-right-prom {
    top: 200px !important;
    left: 0;
    color: #fff;
    opacity: 0.7 !important;
    background-image: none !important;
    width: auto !important;
}

.menu-tab-desc {
    font-weight: bold;
}

/*page footer always stick to bottom*/
#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding-bottom: 3.7rem; /* Footer height */
}

/*
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3.7rem; /
} */

/* footer by UID */
footer {
    font-size: 12px;
    color: #fff;
}

footer a {
    color: #fff;
}

footer h3 {
    font-size: 14px;
    font-weight: 600;
    color: #ed1b24;
}

footer p {
    color: #fff;
    margin-bottom: 1rem;
}

footer ul {
    padding: 0;
}

footer ul li {
    list-style: none;
    background-image: url(/images/web/icons/arrow.png);
    list-style: none;
    background-repeat: no-repeat;
    padding-left: 0;
    background-position: 0 5px;
    padding-left: 15px;
}

footer ul li a:hover {
    color: #ed1b24;
}

footer input {
    width: 60% !important;
    float: left;
    height: 45px !important;
    font-size: 13px !important;
    border-radius: 0 !important;
    border: none;
    border: 0 !important;
}

footer button {
    background: #ed1b24 !important;
    border: none !important;
    width: 30% !important;
    border-radius: 0 !important;
    float: left;
    height: 45px;
    margin-left: 10px;
}

.main-footer {
    width: 100%;
    padding: 20px 0;
    padding-bottom: 10px;
    margin: 0 auto;
    background-color: #2b2728;
}

.subfooter {
    width: 100%;
    /* height: 65px; */
    margin: 0 auto;
    background-color: #ed1b24;
    border-top: #282425 solid 15px;
}

.subfooter p {

    color: #fff;
    margin-bottom: 0;
    line-height: 20px; margin-bottom: 0; padding: 15px 0px;
}

.subfooter a:hover {
    color: #fff;
}

/* end of footer by UID */
/*branch locator*/

.search-button {
    padding: 0px 11px 2px 11px;
    background: #ed1b24;
    border: 1px solid #8b8b8b;
    border-radius: 2px;
    color: white;
    font-family: inherit;
    margin: 0px;
}

.branch-locate-tab {
    background-color: #f0f0f0;
    padding: 30px 66px !important;
}

* {
    box-sizing: border-box;
}

form.bran-loc input[type="text"] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid white;
    float: left;
    width: 80%;
    background: #f1f1f1;
}

form.bran-loc button {
    float: left;
    width: 20%;
    padding: 10px;
    background: #2196f3;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
}

form.bran-loc button:hover {
    background: #0b7dda;
}

form.bran-loc::after {
    content: "";
    clear: both;
    display: table;
}

@media only screen and (min-width: 1199px) {
    .locator-right {
        padding: 85px 10px !important;
    }

    .ck-button {
        font-size: 13px !important;
    }
}

@media only screen and (max-width: 991px) {
    .locator-right {
        margin: 3rem 0rem !important;
    }
}

/* Style New */
.asd img {
    border-radius: 8px;
}

.mega-mposter img {
    border-radius: 8px;
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    color: #444;
    line-height: 24px;
}

.product-thumb {
    overflow: hidden;
}

.product-thumb a img + img {
    display: none;
}

.product-thumb:hover a img {
    display: none;
}

.product-thumb:hover a img + img {
    display: block;
}

#map {
    border: 1px solid grey;
}

@media (min-width: 1199px) and (max-width: 1550px) {
    .content-qv img {
        width: 5rem !important;
    }

    .quickview-main h2 {
        font-size: 2vw;
    }

    .container-search {
        margin-top: 0.8vw !important;
    }
}

h3.title {
    margin-top: 5px;
    margin-bottom: 40px;
}

.br-ic {
    width: 2.5rem !important;
    margin-top: 2em;
    margin-bottom: 1em;
}

p.br-h {
    text-align: center !important;
    font-size: 15px !important;
}

.swap img:last-child {
    display: none;
}

.swap:hover img:first-child {
    display: none;
}

.swap:hover img:last-child {
    display: inline-block;
}

.top-drop > .dropdown-menu {
    top: 200%;
    transition: 0.3s all ease-in-out;
}

.top-drop:hover > .dropdown-menu {
    display: block;
    top: 100%;
}

.top-drop > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.top-drop > .dropdown-menu > .dropdown-item:hover {
    background-color: #ed1b24 !important;
    color: white;
}

.owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 186px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide {
    background: url("../icons/prev.png") no-repeat scroll 0 0;
    background-size: cover;
    background-position: 0rem 0rem;
    z-index: 9999;
    left: -33px;
    width: 2rem;
    height: 2rem;
}

.owl-carousel .next-slide {
    background: url("../icons/next.png") no-repeat scroll 0 0;
    background-size: cover;
    background-position: 0rem 0rem;
    z-index: 9999;
    right: -33px;
    width: 2rem;
    height: 2rem;
}

/* .owl-carousel .prev-slide:hover{
 background-position: 0px -53px;
}
.owl-carousel .next-slide:hover{
background-position: -24px -53px;
}    */
.mega-dposter span {
    font-size: 0.9rem;
    font-weight: 400;
    color: #5d5d5d;
    float: right;
}

article.product-post {
    border: 1px solid #cccccc;
    border-bottom-right-radius: 0.3em;
    border-bottom-left-radius: 0.3em;
    position: relative;
}

/* UID Styles */

.sidebar-content-wrapper h1 {
    color: #ed1b24;
    font-size: 26px;
}

.sidebar-content-wrapper h2 {
}

.sidebar-content-wrapper h3 {
}

.sidebar-content-wrapper h4 {
}

.sidebar-content-wrapper h5 {
}

.sidebar-content-wrapper p {
}

.sidebar-content-wrapper .link {
    color: #454546;
    float: left;
    width: 100%;
    padding: 15px;
    font-weight: 600;
}

.sidebar-content-wrapper .link-active {
    color: #fff;
    background-color: #ed1b24;
    text-decoration: none;
}

.sidebar-content-wrapper .link:hover {
    color: #fff;
    background-color: #ed1b24;
    text-decoration: none;
}

.sidebar-content-wrapper .list-group {
    background: #ededed !important;
}

.sidebar-content-wrapper .list-group-item {
    border-left: 0;
    border-right: 0;
    padding: 0;
    border-color: #fff;
    background: #ededed !important; font-size: 14px;
}

.sidebar-content-wrapper .link .active-pointer {
    width: 13px;
    height: 35px;
    background-image: url(/images/web/icons/pointer.png);
    background-repeat: none;
    position: absolute;
    right: -13px;
    top: 12px;
    display: none;
}

.sidebar-content-wrapper .link:hover .active-pointer {
    display: block;
}

.sidebar-content-wrapper .link-active .active-pointer {
    display: block;
}

.inner-content-wrapper {
    color: #444444;
    font-size: 14px;
    padding-bottom: 75px;
}

.inner-content-wrapper h1 {
}

.inner-content-wrapper h2 {
}

.inner-content-wrapper h3 {
    font-size: 16px;
    font-weight: 600;
}

.inner-content-wrapper h4 {
    font-size: 18px;
    font-weight: 600;
}

.inner-content-wrapper h5 {
    font-weight: 600;
    font-size: 16px;
}

.inner-content-wrapper p {
    font-size: 14px;
}

.inner-content-wrapper p i {
    font-size: 14px;
}

.inner-content-wrapper i {
    font-size: 14px;
}

.inner-content-wrapper ul {
}

.inner-content-wrapper ul li {
}

.inner-content-wrapper .sub-header {
    margin-top: 10px;
    font-weight: 600;
    font-size: 24px;
}

.inner-content-wrapper a {
    padding: 10px 20px;
    color: #ed1b24;
}

.inner-content-wrapper .downloadbtn {
    background-color: #210a0b;
    border: none;
    font-size: 14px;
    color: #fff;
}

.inner-content-wrapper .applynowbtn {
    background-color: #ed1b24;
    border: none;
    font-size: 14px;
    color: #fff;
}

.inner-content-wrapper .downloadbtn:hover {
    opacity: 0.8;
}

.inner-content-wrapper .applynowbtn:hover {
    opacity: 0.8;
}

.inner-content-wrapper table {
}

.inner-content-wrapper table {
    border-collapse: collapse;
    width: 100%;
}

.inner-content-wrapper th,
.inner-content-wrapper td {
    text-align: left;
    padding: 8px;
    border-bottom: #fff solid 1px;
    font-size: 14px;
}

.inner-content-wrapper td {
    line-height: 38px;
    padding-left: 25px;
}

.inner-content-wrapper td .vacancies-name a {
    line-height: 0;
}

.inner-content-wrapper tr:nth-child(even) {
    background-color: #f8f8f8;
}

.inner-content-wrapper th {
    background-color: #f8f8f8;
    color: #444444;
    border-bottom: #fff solid 1px !important;
    border-top: #fff solid 1px !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
}

.pdfbtn {
}

.no-border {
    border: 0 !important;
}

.pdfbtn {
    background: none;
    border: 0;
    color: #444444;
    font-weight: 600;
    background-image: url(img/download.png);
    background-repeat: no-repeat;
    padding-right: 50px !important;
    background-position: 80px 10px;
}

.pdfbtn:hover {
    background-color: #ed1b24;
    background-image: url(img/download-hover.png);
}

.download-table {
    margin-bottom: 35px;
}

.next-holiday {
    float: left;
    background-color: #fff;
    color: #ed1b24;
    width: 100%;
    font-size: 20px;
    text-align: center;
    padding: 40px 0;
    line-height: 40px;
    border-bottom: #444444 solid 20px;
    margin-bottom: 30px;
    border-radius: 10px;
}

/* .next-holiday strong {   background-color: #ed1b24; padding:0 15px; } */
.next-holiday .date {
    padding-left: 15px;
    font-size: 50px;
    font-weight: bolder;
    color: #ed1b24;
}

.next-holiday span {
    color: #444444;
}

.next-holiday strong {
    color: #444444;
}

.next-holiday-table {
    line-height: 18px;
}

.next-holiday-table td {
    line-height: 24px;
    padding-left: 25px;
}

.sm-item {
    padding: 10px;
    color: #444444;
    text-align: center;
}

.sm-item h2 {
    font-size: 15px;
    padding: 10px;
    margin-bottom: 0;
    padding-bottom: 5px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 18px;
}

.sm-item p {
    font-size: 13px;
}

.main-submenu {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    background: #444444;
}

.main-submenu ul {
    float: left;
    padding: 0 30px;
}

.main-submenu ul li {
    display: inline;
    float: left;
    height: 50px;
    line-height: 50px;
    list-style: none;
    color: #fff;
    padding: 0 25px; font-size: 14px;
}

.main-submenu ul li:hover {
    background: #ed1b24;
    color: #fff;
}

.main-submenu ul li.active {
    background: #ed1b24;
    color: #fff;
}

.main-submenu ul li a {
    color: #fff;
}

.main-submenu ul li a:hover {
    text-decoration: none;
}

.dark-bg {
    background: #444444;
}

.awards-submenu {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    background: #444444;
    margin-bottom: 15px;
}

.awards-submenu ul {
    float: left;
    padding: 0 0px;
}

.awards-submenu ul li {
    display: inline;
    float: left;
    height: 50px;
    line-height: 50px;
    list-style: none;
    color: #fff;
    padding: 0 25px;
}

.awards-submenu ul li:hover {
    background: #ed1b24;
    color: #fff;
}

.awards-submenu ul li.active {
    background: #ed1b24;
    color: #fff;
}

.awards-submenu ul li a {
    color: #fff;
}

.awards-submenu ul li a:hover {
    text-decoration: none;
}

.padding-lr-0 {
    padding-right: 0;
    padding-left: 0;
}

.margin-top-25 {
    margin-top: 25px;
}

.mvm-header {
    color: #ed1b24;
    margin-bottom: 20px;
    font-weight: 600;
}

blockquote {
    border-left: 10px solid #ed1b24;
    padding-left: 30px;
    margin-bottom: 40px;
    font-style: italic;
    background: #ede0e1;
    padding: 15px;
}

.table-style-2 table {
    border-collapse: collapse;
    width: 100%;
}

.table-style-2 th,
.table-style-3 td {
    text-align: left;
    padding: 8px;
    border-bottom: #fff solid 1px;
    font-size: 14px;
}

.table-style-2 td {
    line-height: 38px;
    padding-left: 25px;
}

.table-style-2 tr:nth-child(even) {
    background-color: #f8f8f8;
}

.table-style-2 tr a {
    opacity: 0;
}

.table-style-2 tr:hover a {
    opacity: 1;
}

.table-style-2 tr:hover a:hover {
    opacity: 1;
}

.table-style-2 th {
    background-color: #444444;
    color: #fff;
    border-bottom: #fff solid 1px !important;
    border-top: #fff solid 1px !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
}

.table-style-3 table {
    border-collapse: collapse;
    width: 100%;
}

.table-style-3 th,
.table-style-3 td {
    padding: 8px;
    border-bottom: #fff solid 1px;
    font-size: 14px;
}

.table-style-3 td {
    line-height: 38px;
    padding-left: 25px;
}

.table-style-3 tr:nth-child(even) {
    background-color: #f8f8f8;
}

.table-style-3 tr:hover a:hover {
    opacity: 1;
}

.table-style-3 th {
    background-color: #444444;
    color: #fff;
    border-bottom: #fff solid 1px !important;
    border-top: #fff solid 1px !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
}

.table-style-3 td a {
    color: #444444;
    text-decoration: underline;
}

.table-style-3 td a:hover {
    background-color: #ed1b24;
    color: #fff;
}

.rates-header {
    font-size: 18px;
    margin-bottom: 15px;
}

.rates-header span {
    color: #ed1b24;
    font-weight: 600;
}

.table-style-4 {
    margin-top: 20px !important;
}

.table-style-4 table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

.table-style-4 th,
.table-style-4 td {
    padding: 8px;
    border-bottom: #fff solid 1px;
    font-size: 13px;
    text-align: center;
}

.table-style-4 td {
    line-height: 33px;
}

.table-style-4 tr:nth-child(even) {
    background-color: #f8f8f8;
}

.table-style-4 tr:hover a:hover {
    opacity: 1;
}

.table-style-4 th {
    color: #444;
    border-bottom: #fff solid 1px !important;
    border-top: #fff solid 1px !important;
    padding-top: 15px;
    padding-bottom: 15px;
}

.table-style-4 td a {
    color: #444444;
    text-decoration: underline;
}

.table-style-4 td a:hover {
    background-color: #ed1b24;
    color: #4444;
}

.flag img {
    margin-right: 10px;
}

.cn {
    background-color: #ed1b24 !important;
    color: #fff !important;
}

.tc {
    background-color: #ed2e37 !important;
    color: #fff !important;
}

.tt {
    background-color: #ed434a !important;
    color: #fff !important;
}

.ib {
    background-color: #ed575e !important;
    color: #fff !important;
}

.cn-title {
    background-color: #ede0e1 !important;
}

.tc-title {
    background-color: #edc4c7 !important;
}

.tt-title {
    background-color: #edafb4 !important;
}

.ib-title {
    background-color: #ed9198 !important;
}

.white-bg {
    background-color: #fff !important;
}

.cn-value {
    background-color: #ede0e1 !important;
}

.tc-value {
    background-color: #edc4c7 !important;
}

.tt-value {
    background-color: #edafb4 !important;
}

.ib-value {
    background-color: #ed9198 !important;
}

.milestone-item {
    border-top: #ed1b24 solid 5px;
}

.milestone-item .milestone-year {
    background-color: #f8f8f8;
    height: 115px;
    text-align: right;
    padding: 15px 15px;
}

.milestone-item .milestone-year h3 {
    color: #444444;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 0;
}

.milestone-item .milestone-year h2 {
    color: #ed1b24;
    font-weight: 700;
    font-size: 40px;
}

.milestone-item .milestone-content {
    padding: 15px 15px;
}

.milestone-item .milestone-content ul li {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.milestone-item .milestone-content ul li ul li {
    font-size: 14px;
    font-weight: 400;
}

.milestone-item .milestone-content p {
    margin-left: 15px;
    font-size: 15px;
}

.corporate-announcements {
    width: 100%;
    float: left;
    background-image: url(/images/web/icons/corporate-announcements.jpg);
    color: #fff;
}

.corporate-announcements span {
    padding: 15px;
    text-align: center;
    width: 100%;
    float: left;
}

.corporate-announcements span strong {
    margin-top: 75px;
}

.corporate-announcements span p {
    font-size: 14px;
    font-style: italic;
    color: #fff;
}

.corporate-announcements a {
    width: 100%;
    height: 50px;
    float: left;
    background-color: #000;
    line-height: 50px;
    text-align: center;
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
}

.corporate-announcements a:hover {
    background-color: #444444;
}

.external-links {
    margin-top: 25px;
}

.external-links a {
    font-weight: bold;
    color: #444;
    border-left: #e3e3e3 solid 1px;
    padding-top: 15px;
}

.external-links a:hover .svg {
    fill: #ed1b24;
}

.external-links .link-1 {
    height: 40px;
    width: 100%;
    float: left;
    margin: 0 auto;
    background: url(/images/web/icons/mail.svg);
    fill: #ed1b24;
    margin-bottom: 5px;
    background-position: center 0;
    background-repeat: no-repeat;
}

.external-links .link-2 {
    height: 40px;
    width: 100%;
    float: left;
    margin: 0 auto;
    background: url(/images/web/icons/phone.svg);
    fill: #ed1b24;
    margin-bottom: 5px;
    background-position: center 0;
    background-repeat: no-repeat;
}

.external-links .link-3 {
    height: 40px;
    width: 100%;
    float: left;
    margin: 0 auto;
    background: url(/images/web/icons/book.svg);
    fill: #ed1b24;
    margin-bottom: 5px;
    background-position: center 0;
    background-repeat: no-repeat;
}

.external-links .link-4 {
    height: 40px;
    width: 100%;
    float: left;
    margin: 0 auto;
    background: url(/images/web/icons/calendar.svg);
    fill: #ed1b24;
    margin-bottom: 5px;
    background-position: center 0;
    background-repeat: no-repeat;
}

.holiday-header {
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    background: #454546 !important;
    text-indent: 15px;
    color: #fff;
    border-left: 0;
    border-right: 0;
    padding: 0;
    border-color: #fff;
}

.holiday-header img {
    margin-bottom: 10px;
}

.bod-tabs {
}

.bod-tabs ul {
    padding: 0;
    margin-left: 0;
    padding: 15px;
    padding-top: 0;
}

.bod-tabs ul li {
    padding: 0;
    list-style: none;
    float: left;
    width: 45%;
    margin: 0 15px 15px 0;
    position: relative;
}

.bod-tabs ul li a {
    padding: 0;
    color: #fff;
}

.bod-tabs ul li .name {
    width: 100%;
    height: 40px;
    font-size: 14px;
    transition: 0.5s;
    position: absolute;
    background: rgba(237, 27, 36, 0.6);
    bottom: 0;
    margin-left: 0;
    text-align: center;
    overflow: hidden;
}

.bod-tabs ul li:hover .name {
    height: 100%;
}

.bod-tabs ul li .name .dname {
    margin-top: 8px;
    margin-bottom: 0;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
}

.bod-tabs ul li .name:hover .dname {
    margin-top: 50px;
}

.bod-tabs ul li .name .dtitle {
    font-size: 13px;
    padding: 15px;
    padding-top: 10px;
    color: #fff;
}

.bod-tabs ul li:hover .name .dtitle {
    font-size: 13px;
    padding: 15px;
    padding-top: 5px;
    color: #fff;
}

.bod-text {
}

.bod-text img {
    margin-bottom: 15px;
}

.bod-text h4 {
    margin-bottom: 15px;
}

.bod-text h4 .span {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    font-style: italic;
    color: #b4b4b4;
}

.bod-text p {
    font-size: 13px;
}

.contact-form {
    background: #f9f9f9;
    padding: 30px;
}

.form-control {
    font-size: 12px !important;
}

.contact-form p {
    font-size: 14px;
}

.padding-0 {
    padding: 0;
}

.margin-bottom-30px {
    margin-bottom: 20px;
}

.link-item {
    color: #000;
    transition: 0.5s;
    border: none;
    margin-right: 15px;
    padding: 0 !important;
    background: #fff;
}

.link-item:hover {
    margin-top: -5px;
    text-decoration: none;
    border-bottom: #ed1b24 solid 5px;
}

.link-item .item-image {
    width: 60px;
    height: 70px;
    float: left;
    margin-right: 15px;
    background-color: #000;
    text-align: center;
    background: #f9f9f9;
    padding: 10px;
}

.link-item .item-image img {
    width: 40px;
}

.link-item .card-title {
    margin-bottom: 0;
    margin-top: 15px;
}

.link-item p {
    margin-bottom: 0;
}

.card-title {
    font-size: 13px;
    font-weight: 600;
}

.card-text {
    font-size: 12px !important;
    padding-right: 10px;
}

.btn-color-red {
    background-color: #ed1b24;
    border: none;
    padding-right: 15px;
    padding-left: 15px;
}

.btn-color-red:hover {
    background-color: #ed1b24;
    opacity: 0.8;
}

.bod-main-banner {
    width: 100%;
    height: 450px;
    background-color: red;
    margin: 0 auto;
}

.bod-main-banner .bod-1 {
    width: 16%;
    height: 450px;
    background-color: green;
    position: relative;
}

.bod-main-banner .bod-2 {
    width: 16%;
    height: 450px;
    background-color: blue;
    position: relative;
}

.bod-main-banner .bod-3 {
    width: 16%;
    height: 450px;
    background-color: orange;
    position: relative;
}

.bod-main-banner .bod-4 {
    width: 16%;
    height: 450px;
    background-color: white;
    position: relative;
}

.bod-main-banner .bod-5 {
    width: 16%;
    height: 450px;
    background-color: yellow;
    position: relative;
}

.bod-main-banner .bod-6 {
    width: 16%;
    height: 450px;
    background-color: black;
    position: relative;
}

.bod-main-banner .bod-7 {
    width: 16%;
    height: 300px;
    background-color: blue;
    position: relative;
    bottom: 300px;
}

.bod-main-banner .bod-8 {
    width: 16%;
    height: 300px;
    background-color: red;
    position: relative;
    bottom: 300px;
}

.bod-main-banner .bod-9 {
    width: 16%;
    height: 300px;
    background-color: blue;
    position: relative;
    bottom: 300px;
}

.bod-main-banner .bod-10 {
    width: 16%;
    height: 300px;
    background-color: red;
    position: relative;
    bottom: 300px;
}

.bod-main-banner .bod-11 {
    width: 16%;
    height: 300px;
    background-color: blue;
    position: relative;
    bottom: 300px;
}

.bod-main-banner .bod-12 {
    width: 16%;
    height: 300px;
    background-color: red;
    position: relative;
    bottom: 300px;
}

.sitemap {
}

.sitemap h2 {
    font-size: 18px;
    font-weight: 600;
    color: #ed1b24;
}

.sitemap h3 {
    font-size: 14px;
    font-weight: 600;
}

.sitemap ul {
    padding-left: 0;
    font-size: 13px;
}

.sitemap ul li {
    list-style: none;
    background-image: url(/images/web/icons/arrow.png);
    list-style: none;
    background-repeat: no-repeat;
    padding-left: 15px;
    background-position: 0 5px;
}

.sitemap ul li a {
    color: #444;
}

.sitemap ul li a:hover {
    color: #ed1b24;
}

.awards {
    border-top: #ed1b24 solid 5px;
}

.awards .awards-item {
    /* height: 115px; */
    text-align: right;
    padding: 15px 15px;
}

.awards .awards-item img {
    color: #444444;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 0;
    width: 100%;
}

.awards .awards-content {
    padding: 15px 15px;
}

.awards .awards-content ul li {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.awards .awards-content ul li ul li {
    font-size: 14px;
    font-weight: 400;
}

.awards .awards-content p {
    margin-left: 0px;
    font-size: 15px;
}

.awards .awards-content h2 {
    font-size: 20px;
    font-weight: 600;
}

.awards-dec {
    margin-bottom: 15px;
    width: 100%;
}

.awards-dec .awards-details {
    width: 250px;
    float: left;
    font-size: 15px;
}

.awards-dec .awards-details-two {
    width: 250px;
    float: left;
    font-size: 15px;
}

.awards-dec span strong {
    font-style: normal;
}

.awards-dec span {
    font-style: italic;
}

.csr-projects {
    padding: 0;
    width: 23% !important;
    margin-left: 15px;
    margin-bottom: 15px;
}

/*flag*/

.flag-wrapper {
    width: 50px;
    height: 30px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
    margin-bottom: 0;
}

.flag-wrapper:after {
    padding-top: 75%; /* ratio */
    display: block;
    content: "";
}

.flag-wrapper .flag {
    width: 50px;
    height: 30px;
    background-size: cover;
}

.no-wrap {
    white-space: nowrap;
    margin-bottom: 8px;
    overflow: hidden;
}

.all-flags .flag-icon-background {
    cursor: pointer;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 0rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
/* .carousel-item {
    height: 350px;
    background-color: #777;
} */
/*.carousel-item > img {*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*min-width: 100%;*/
/*width: 100%;*/
/*}*/

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
}

/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.05rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

.p-sidebar-content-wrapper h1 {
    color: #ed1b24;
    font-size: 26px;
}

.p-sidebar-content-wrapper h2 {
}

.p-sidebar-content-wrapper h3 {
}

.p-sidebar-content-wrapper h4 {
}

.p-sidebar-content-wrapper h5 {
}

.p-sidebar-content-wrapper p {
}

.p-sidebar-content-wrapper .link {
    color: #454546;
    float: left;
    width: 100%;
    padding: 10px;
    border-bottom: #ededed solid 1px;
    font-size: 13px;
}

.p-sidebar-content-wrapper .link-active {
    color: #fff;
    background-color: #ed1b24;
    text-decoration: none;
}

.p-sidebar-content-wrapper .link:hover {
    color: #fff;
    background-color: #ed1b24;
    text-decoration: none;
}

.p-sidebar-content-wrapper .list-group {
    background: #ededed !important;
}

.p-sidebar-content-wrapper .list-group-item {
    border-left: 0;
    border-right: 0;
    padding: 0;
    border-color: #fff;
    background: #ededed !important;
}

.p-sidebar-content-wrapper .link .active-pointer {
    width: 13px;
    height: 35px;
    background-image: url(/images/web/icons/pointer.png);
    background-repeat: none;
    position: absolute;
    right: -13px;
    top: 4px;
    display: none;
}

.p-sidebar-content-wrapper .link:hover .active-pointer {
    display: block;
}

.p-sidebar-content-wrapper .link-active .active-pointer {
    display: block;
}

.p-sidebar-content-wrapper .list-group img {
    margin-right: 10px;
}

.offer-items {
    padding: 0;
    width: 31.5% !important;
    margin-left: 15px;
    margin-bottom: 15px;
    padding: 0 !important;
}

.expiry span {
    text-transform: uppercase;
    color: #444;
    font-weight: bold;
}

.expiry {
    color: #ed1b24;
    font-weight: bold;
}

.promotions-tabs {
    padding: 0;
    background: #ededed !important;
    border: 0;
}

.promotions-items {
    padding: 0 !important;
    width: 23% !important;
    margin-left: 20px;
    margin-bottom: 15px;
}

.promotions-first-items {
    padding: 0 !important;
    width: 23% !important;
    margin-left: 20px;
    margin-bottom: 15px;
}

.promotions-tabs a {
}

.promotions-tabs .a-image {
    padding: 0 !important;
}

.promotions-tabs .a-txt {
    padding: 0 !important;
    float: left;
    color: #444;
}

.register-btn {
    background-color: #ed1b24;
    font-weight: bold;
    color: #fff !important;
    padding: 10px 15px !important;
    float: right;
}

.register-btn:hover {
    background-color: #ed1b24;
    color: #fff !important;
    padding: 10px 15px !important;
    float: right;
    text-decoration: none !important;
}

.promotions-tabs .card-body {
    padding: 0px;
    height: 41px;
}

.promotions-tabs h5 {
    line-height: 40px !important;
    text-indent: 15px;
    font-size: 12px !important;
    border-left: #444 solid 10px;
}

.promotions-tabs:hover .register-btn {
    opacity: 1;
}

.promotions-tabs:hover h5 {
    border-left: #ed1b24 solid 10px;
}

.main-promotions {
    margin-bottom: 25px;
    margin-top: 0px;
}

.main-promotions-items {
    width: 12.2%;
    float: left;
    text-align: center;
    margin-left: 3px;
    padding: 15px 0;
    background: #f9f9f9;
}

.main-promotions-items:hover {
    background: #ede0e1;
}

.main-promotions-items .a-link {
    text-align: center !important;
    padding: 0;
    color: #444;
    font-weight: bold;
}

.main-promotions-items .a-link img {
    width: 50%;
    margin-bottom: 15px;
}

.promo-sub-header {
    float: left;
    width: 300px;
}

.promo-sub-header-two {
    float: left;
    width: 600px;
}

.p-main-submenu {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    background: #444444;
}

.p-main-submenu ul {
    float: left;
    padding: 0 15px;
}

.p-main-submenu ul li {
    display: inline;
    float: left;
    height: 50px;
    line-height: 50px;
    list-style: none;
    color: #fff;
    padding: 0 20px;
}

.p-main-submenu ul li:hover {
    background: #ed1b24;
    color: #fff;
}

.p-main-submenu ul li.active {
    background: #ed1b24;
    color: #fff;
}

.p-main-submenu ul li a {
    color: #fff;
}

.p-main-submenu ul li a:hover {
    text-decoration: none;
}

.filtter-form {
    background: #f9f9f9;
    padding: 10px;
    margin: 15px;
    border-bottom: #ed1b24 solid 5px;
}

.filtter-form .form-group {
    margin-bottom: 0;
}

.contact-sub-nav {
    margin-bottom: 40px;
    margin-top: 10px;
}

.contact-sub-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-sub-nav ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-bottom: 34px;
}

.contact-sub-nav ul li a {
    margin: 0;
    border: #ed1b24 solid 2px;
    border-radius: 6px;
}

.contact-sub-nav ul li a:hover {
    background-color: #ed1b24;
    color: #fff;
    text-decoration: none;
}

.contact-sub-nav ul li .active {
    background-color: #ed1b24;
    color: #fff;
    text-decoration: none;
}

.margin-top-30px {
    margin-top: 30px;
}

.margin-top-50px {
    margin-top: 50px;
}

.promotions-breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
}

.promotions-breadcrumb li {
    display: inline-block;
}

.promotions-breadcrumb li a {
    border: #000 solid 1px;
}

.promotions-breadcrumb li a:before {
    top: -2px;
    transform: skew(30deg);
}

.offer-detail {
    margin-top: 10px;
}

.offer-detail h1 {
    font-size: 18px;
}

.offer-detail h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.offer-detail h3 {
}

.offer-detail h4 {
}

.offer-detail h5 {
}

.offer-detail p {
    font-size: 14px;
    margin-bottom: 10px;
}

.offer-detail li {
    list-style: disc;
    margin-left: 18px;
}

.promotion-item {
    margin-top: 30px;
    margin-bottom: 0px;
}

.promotion-item .item {
    border: #c7c7c7 solid 1px;
    padding: 0;
    margin: 0px;
}

.promotion-item .item .offer-rate {
    font-weight: 600px;
    font-size: 22px;
    padding: 5px 15px;
    right: 0;
    position: absolute;
    background-color: #ed1b24;
    color: #fff;
    line-height: 30px;
}

.promotion-item .item img {
    border-radius: 0;
}

.promotion-item .item a {
    padding: 0;
    margin: 0;
}

.promotion-item .item .offer-time-track {
    font-weight: 600px;
    font-size: 22px;
    padding: 5px 15px;
    top: 175px;
    left: 0px;
    position: absolute;
}

.promotion-item .item .offer-time-track .time-item {
    background: #000000;
    float: left;
    margin-right: 5px;
    padding: 5px;
    text-align: center;
    font-size: 12px;
}

.time-value {
    background-color: #ed1b24;
    color: #fff;
    padding: 5px;
    font-size: 16px;
    font-weight: 600;
}

.time-heading {
    color: #fff;
    padding: 5px;
}

.promotion-item .card-body {
    color: #444;
}

.promotion-item .card-body a {
    color: #444;
}

.promotion-item .card-body a:hover {
    color: #ed1b24;
}

.promotion-item .card-body p {
    height: auto;
    overflow: hidden;
}

.promotion-item .card-body a:hover {
    opacity: 0.8;
}

.promotion-item {
}

.promotion-item .card-footer {
}

.promotion-item .card-footer .expiry {
    line-height: 19px;
    color: #444444;
}

.promotion-item .card-footer .expiry .calendar-icon {
    float: left;
    margin-right: 10px;
}

.pro-share {
    float: right;
    margin-left: 10px !important;
    margin-right: 0px !important;
}

.pro-bookmark {
    float: right;
}

.pro-share img {
    width: 15px;
    float: right;
    opacity: 0.5;
}

.pro-bookmark img {
    width: 15px;
    float: right;
    opacity: 0.5;
}

.promotion-list .promotion-item {
    margin-top: 0px;
    margin-bottom: 25px;
}

.promotion-list .promotion-item .item .offer-time-track {
    top: 115px;
}

.promotion-list .promotion-item .item .offer-time-track .time-item {
    background: #000000;
    float: left;
    margin-right: 5px;
    padding: 5px;
    text-align: center;
    font-size: 10px;
}

.promotion-list .time-value {
    background-color: #ed1b24;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    font-weight: 600;
}

.main-promo-list .promotion-item {
    margin-top: 0px;
    margin-bottom: 25px;
}

.main-promo-list .promotion-item .item .offer-time-track {
    top: 175px;
}

.main-promo-list .promotion-item .item .offer-time-track .time-item {
    background: #000000;
    float: left;
    margin-right: 5px;
    padding: 5px;
    text-align: center;
    font-size: 12px;
}

.main-promo-list .time-value {
    background-color: #ed1b24;
    color: #fff;
    padding: 5px;
    font-size: 16px;
    font-weight: 600;
}

.application-item {
    margin: 0px;
    margin-top: 25px;
    margin-right: 10px;
    width: 30%;
    float: left !important;
    font-style: 16px;
    font-weight: bold;
    line-height: 60px;
    color: #444 !important;
    border: #dee2e6 solid 1px;
}

.application-item:hover {
    background-color: #dee2e6;
    text-decoration: none;
}

.application-item .application-img {
    float: left;
    margin-right: 15px;
}

.application-item .application-img img {
    width: 60px;
}

.row-one-title {
}

.row-two-title {
    background-color: #ed434a !important;
    color: #fff !important;
}

.row-three-title {
    background-color: #ed575e !important;
    color: #fff !important;
}

.row-one-value {
}

.row-two-value {
    background-color: #ede0e1 !important;
}

.row-three-value {
    background-color: #edc4c7 !important;
}

.service-charges .card {
    border: none;
}

.service-charges .card-header {
    border-bottom: #fff solid 1px;
    color: #444 !important;
    padding: 0px;
}

.service-charges .card-header .btn-link {
    color: #444 !important;
    padding: 15px;
    width: 100%;
    text-align: left;
    font-weight: 600;
    border-left: #ed1b24 5px solid;
    background-image: url(/images/web/icons/arrow-down.png);
    background-repeat: no-repeat;
    background-color: #f7f7f7;
    background-position: 98% 15px;
}

.service-charges .card-header .collapsed {
    border-left: #dee2e6 5px solid;
    background-color: #e8eaeb;
    background-image: url(/images/web/icons/arrow-up.png);
}

.cal-type {
    overflow: hidden;
    padding-right: 0;
}

.cal-type a {
    padding: 0;
}

.cal-type .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 990;
    background: rgba(255, 0, 0, 0.3);
}

.cal-type:hover .bg {
    background: rgba(255, 0, 0, 0.6);
}

.cal-type h4 {
    width: 100%;
    z-index: 999;
    position: absolute;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-top: 25%;
}

.vacancies-name a {
    padding-left: 0;
    color: #210a0b;
    font-weight: 600;
}

.banner-common {
    width: 100%;
    max-height: 313px;
    min-height: 313px;
    height: 100%;
    object-fit: cover;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent !important;
}

#myCarousel-innerOne {
    margin-bottom: 0 !important;
}

.heading-subtitle {
    padding-bottom: 15px;
    padding-top: 15px;
    line-height: normal;
    color: #444444;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 15px;
}

.promo-img {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
}

.promo-img-cat {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
}

.promotion-item h5 {
    margin-bottom: 0;
}

/* Hide for Desktop */
.desktop-hide {
    display: none;
}

.mobile-hide {
    display: block;
}

@media screen and (max-width: 1024px) {
    .main-submenu ul li {
        padding: 0 15px;
    }

    .main-submenu ul li a {
        font-size: 12px;
    }
}

/* Mobile */
@media screen and (max-width: 48em) {
    .mobile-hide {
        display: none;
    }

    .desktop-hide {
        display: block;
    }

    .dropbtn {
        background-color: #fff;
        color: #ee1b24;
        border: #ee1b24 solid 1px;
        padding: 10px;
        font-size: 16px;

        width: 100%;
        margin-bottom: 15px;
    }

    .dropdown {
        position: relative;
        display: inline-block;
        width: 100%;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #fff;
        min-width: 160px;
        /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
        z-index: 1;
        width: 100%;
        text-align: center;
        top: 50px;
        font-size: 13px;
        text-transform: uppercase;
        border: #f8f8f8 solid 1px;
    }

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        border-bottom: #f8f8f8 solid 1px;
    }

    .dropdown-content a:hover {
        background-color: #ddd;
    }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    .dropdown:hover .dropbtn {
        background-color: #ee1b24;
        color: #fff;
    }

    /* Main Menu sub */
    .mobile-main-submenu {
        width: 100%;
        height: 50px;
        margin: 0 auto;
        background: #444444;
    }

    .mobile-main-submenu .dropbtn {
        background-color: #fff;
        color: #ee1b24;
        border: #ee1b24 solid 1px;
        padding: 10px;
        font-size: 16px;

        width: 100%;
        margin-bottom: 15px;
    }

    .mobile-main-submenu .dropdown {
        position: relative;
        display: inline-block;
        width: 100%;
    }

    .mobile-main-submenu .dropdown-content {
        display: none;
        position: absolute;
        background-color: #fff;
        min-width: 160px;
        /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
        z-index: 1;
        width: 100%;
        text-align: center;
        top: 50px;
        font-size: 13px;
        text-transform: uppercase;
        border: #f8f8f8 solid 1px;
    }

    .mobile-main-submenu .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        border-bottom: #f8f8f8 solid 1px;
    }

    .mobile-main-submenu .dropdown-content a:hover {
        background-color: #ddd;
    }

    .mobile-main-submenu .dropdown:active .dropdown-content {
        display: block;
    }

    .mobile-main-submenu .dropdown:hover .dropbtn {
        background-color: #ee1b24;
        color: #fff;
    }

    /* *************Menu**************** */
    .mmobile-container {
        max-width: 480px;
        margin: auto;

        height: 500px;
        color: white;
        border-radius: 10px;
        height: 50px;
    }

    .mtopnav {
        overflow: hidden;
        background-color: #444444;
        position: relative;
        z-index: 777;
        padding: 15px;
    }

    .mtopnav #mmyLinks {
        display: none;
    }

    .mtopnav a {
        background-color: transparent;
        color: #fff;
        padding: 9px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
    }

    .mtopnav a.icon {
        background: black;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }

    .mtopnav a i {
        font-size: 32px;
    }

    .mtopnav a:hover {
        background-color: transparent;
        color: #fff;
    }

    .mactive {
        color: white;
    }
}

.ad-pop {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999999999;
    margin-top: 0;
    top: 0;
}

.ad-popup {
    width: 500px;
    height: auto;
    background: #000;
    margin: 0 auto;
    /* border: 10px solid #fff; */
    margin-top: 5%;

}

.close-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 9999;
    cursor: pointer;

    background-repeat: no-repeat;
    /*right: 10px;*/
    /*top: 10px;*/
    margin-left: 479px;
    margin-top: -25px;
}

.show-popup {
    display: block;
}

.hide-popup {
    display: none;
}

@media (max-width: 992px) {
    .ad-popup {
        width: 90%;
        margin-top: 15%;
    }
}

@media screen and (max-width: 48em) {
    .social-mediaf img {
        border-radius: 7px !important;
        width: 20px;
    }

    .social-mediaf a {
        display: block;
        text-align: center;
        transition: all 0.3s ease;
        color: white;
        font-size: 16px;
    }
}


/*css by dhilan*/

/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900');*/
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');*/
* {
    font-family: 'Montserrat', sans-serif;
}


.product-page h1 {
    font-size: 24px;
    font-weight: 600;
}

.product-page h2 {
    font-size: 16px;
    font-weight: 600;
}

.product-page h3 {
    font-size: 14px;
    font-weight: 600;
}

.product-page h4 {
    font-size: 12px;
    font-weight: 600;
}

.product-page p {
    font-size: 14px;
    margin-bottom: 15px;
}

.product-page ul li {
    padding-left: 0;
    list-style: none;
    font-size: 14px;
    list-style: none;
    list-style-image: url(images/web/icons/arrow.png);
    padding-left: 5px;
    margin-left: 15px;
    margin-bottom: 10px;
}

.product-page ul {
    padding-left: 0;
    margin-bottom: 20px;
}

.product-page hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px dashed rgba(0, 0, 0, .1);
}

.product-page table th {
    background-color: #ed1b24;
    color: white;
}


.main-submenu {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    background: #444444;
}

.main-submenu ul {
    float: left;
    padding: 0 30px;
}

.main-submenu ul li {
    display: inline;
    float: left;
    height: 50px;
    line-height: 50px;
    list-style: none;
    color: #fff;
    padding: 0 25px;
    margin-left: 0;
}

.main-submenu ul li:hover {
    background: #ed1b24;
    color: #fff;
}

.main-submenu ul li.active {
    background: #ed1b24;
    color: #fff;
}

.main-submenu ul li a {
    color: #fff;
}

.main-submenu ul li a:hover {
    text-decoration: none;
}

.product-item {
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
    background-color: #fff;
    border-radius: 2px;
    padding: 15px;
    margin-bottom: 15px;
    border-left: #fff solid 5px;
}

.product-item h2 {
    font-size: 16px;
    font-weight: 600;
}

.product-item p {
    font-weight: 500;
    font-size: 14px;
}

.product-item a {
    color: #dd0026;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.4s;
}

.product-item i {
    color: #dd0026;
}

.product-item:hover {
    border-left: #dd0026 solid 5px;
}

.product-item:hover .link {
    padding-left: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.main-banner-products img {
    border-bottom: #dd0026 solid 5px;
}

=
=
=
=
=
=
=

.product-page h1 {
    font-size: 24px;
    font-weight: 600;
}

.product-page h2 {
    font-size: 16px;
    font-weight: 600;
}

.product-page h3 {
    font-size: 14px;
    font-weight: 600;
}

.product-page h4 {
    font-size: 12px;
    font-weight: 600;
}

.product-page p {
    font-size: 14px;
    margin-bottom: 15px;
}

.product-page ul li {
    padding-left: 0;
    list-style: none;
    font-size: 14px;
    list-style: none;
    list-style-image: url(/images/web/icons/arrow.png);
    padding-left: 5px;
    margin-left: 15px;
    margin-bottom: 10px;
}

.product-page ul {
    padding-left: 0;
    margin-bottom: 20px;
}

.product-page hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px dashed rgba(0, 0, 0, .1);
}

.main-submenu {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    background: #444444;
}

.main-submenu ul {
    float: left;
    padding: 0 30px;
}

.main-submenu ul li {
    display: inline;
    float: left;
    height: 50px;
    line-height: 50px;
    list-style: none;
    color: #fff;
    padding: 0 25px;
    margin-left: 0;
}

.main-submenu ul li:hover {
    background: #ed1b24;
    color: #fff;
}

.main-submenu ul li.active {
    background: #ed1b24;
    color: #fff;
}

.main-submenu ul li a {
    color: #fff;
}

.main-submenu ul li a:hover {
    text-decoration: none;
}

.product-item {
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
    background-color: #fff;
    border-radius: 2px;
    padding: 15px;
    margin-bottom: 15px;
    border-left: #fff solid 5px;
}

.product-item h2 {
    font-size: 16px;
    font-weight: 600;
}

.product-item p {
    font-weight: 500;
    font-size: 14px;
}

.product-item a {
    color: #dd0026;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.4s;
}

.product-item i {
    color: #dd0026;
}

.product-item:hover {
    border-left: #dd0026 solid 5px;
}

.product-item:hover .link {
    padding-left: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.main-banner-products img {
    border-bottom: #dd0026 solid 5px;
}

>>> >>> > c3f7b3efeffdda5c876d8ad86eef07e7a8273c49
    /*Product Page*/
.btn-link:hover {
    text-decoration: none;
}

.product-sidebar-one {
    margin-bottom: 15px;
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
    background-color: #fff;
    border-radius: 2px;
    padding: 15px;
    margin-bottom: 15px;
    border-left: #dd0026 solid 5px;
    background-image: url(img/bkg-energybar-desktop.png);
}

.product-sidebar-one h2 {
    font-size: 16px;
    font-weight: 600;
}

.product-sidebar-one p {
    font-weight: 500;
    font-size: 14px;
}

.product-sidebar-one a {
    color: #dd0026;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.4s;
}

.product-sidebar-one i {
    color: #dd0026;
}

.product-sidebar-one:hover {
    border-left: #dd0026 solid 5px;
}

.product-sidebar-one:hover .link {
    padding-left: 20px;
}

.product-sidebar-one ul li {
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    padding-bottom: 10px;
    margin-left: 0px;
    padding-left: 0;
    transition: all 0.4s;
    list-style: none;
    list-style-image: unset;
}

.product-sidebar-one ul li a {
    color: #000;
}

.product-sidebar-one ul li a i {
    margin-right: 12px;
    float: left;
    height: 29px;
    margin-top: 2px;
    font-size: 16px;
}

.product-sidebar-one ul li:hover {
    padding-left: 0;
    list-style: none;
    font-size: 14px;
    list-style: none;
    padding-left: 10px;
    margin-left: 15px;
    margin-bottom: 10px;
}

.product-sidebar-one ul li a strong {
    font-size: 14px;
    color: #000;
}

.product-sidebar-one ul li:hover a strong {
    color: #dd0026;
}

.product-sidebar-one ul li a {
    color: #9B9B9B;
}

.product-sidebar-one ul li:last-child {
    border-bottom: none;
}

.product-sidebar-one ul {
    padding-left: 0;
    margin-bottom: 10px;
}

.product-sidebar-one ul li:hover a {
    text-decoration: none;
}

.product-sidebar {
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
    background-color: #fff;
    border-radius: 2px;
    padding: 15px;
    margin-bottom: 15px;
    border-left: #c7c7c7 solid 5px;
}

.product-sidebar h2 {
    font-size: 16px;
    font-weight: 600;
}

.product-sidebar p {
    font-weight: 500;
    font-size: 14px;
}

.product-sidebar a {
    color: #dd0026;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.4s;
}

.product-sidebar i {
    color: #dd0026;
}

.product-sidebar:hover {
    border-left: #c7c7c7 solid 5px;
}

.product-sidebar:hover .link {
    padding-left: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.img-responsive {
    width: 100%;
}

.owl-nav {
    display: none;
}

#accordion .accordion {
    background-color: #fff;
    color: #444;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

#accordion .active, #accordion .accordion:hover {
    color: #ed1b24;
    font-weight: 600;
}

#accordion .panel {
    display: none;
    background-color: white;
    overflow: hidden;
    padding: 1.25rem;
    padding: 10px 0px;
    font-size: 11px;
}

.make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 0 15px; height: 700px;
}

.arrow-icon {
    float: right;
    color: #ed1b24;
}


/**/


/*Country List*/

.country-item {
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
    background-color: #fff;
    border-radius: 2px;
    padding: 15px;
    margin-bottom: 15px;
    border-left: #fff solid 5px;
    float: left;
    width: 100%;
}

.country-div {
    color: #000;
}

.country-item h2 {
    font-size: 14px;
    font-weight: 600;
    /* line-height: 42px; */
    float: left;
    margin-top: 12px;
    margin-left: 10px;
}

.country-item p {
    font-weight: 500;
    font-size: 14px;
}

.country-item a {
    color: #dd0026;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.4s;
}

.country-item i {
    color: #dd0026;
}

.country-item:hover {
    border-left: #dd0026 solid 5px;
}

.country-item:hover .link {
    padding-left: 20px;
}

.img-thumbnail {
    padding: .25rem;
    /* background-color: #fff; */
    border: none;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: unset;
    background-attachment: cover;
    float: left;
    background-size: cover;
}


/* Agents*/
.agent-item {
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
    background-color: #fff;
    border-radius: 2px;
    padding: 0;
    margin-bottom: 15px;
    border-left: 0px;
    float: left;
    width: 100%;
}

.country-div {
    color: #000;
}

.agent-item h2 {
    font-size: 14px;
    font-weight: 600;
    /* line-height: 42px; */
    float: left;
    margin-top: 12px;
    margin-left: 10px;
}

.agent-item p {
    font-weight: 500;
    font-size: 14px;
}

.agent-item a {
    color: #dd0026;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.4s;
}

.agent-item i {
    color: #dd0026;
}

.agent-item:hover { /*border-left:#dd0026 solid 5px; */
}

.agent-item:hover .link {
    padding-left: 20px;
}

.img-thumbnail {
    padding: .25rem;
    /* background-color: #fff; */
    border: none;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: unset;
    background-attachment: cover;
    float: left;
    background-size: cover;
}

.agent-item .card {
    border: 0;
    border-radius: 4px;
}

.agent-item .card-image {
    width: 100%;
    height: 150px;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
}

.agent-item .card-body {
    height: 140px;
}

.agent-item .card-body p {
    font-size: 12px;
    border-bottom: dashed 1px rgba(0, 0, 0, .1);
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.agent-item .card-body p:last-child {
    border: 0;
}

.agent-item .card-body p a {
    color: #444;
    font-size: 12px;
}

.agent-item a {
    color: #444;
}

@media screen and (max-width: 48em) {
    .agent-item .card-image {
        background-size: 60%;
    }

    .agent-item .card-body {
        height: auto;
    }
}


.agent-item-div {
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
    background-color: #fff;
    border-radius: 2px;
    padding: 0;
    margin-bottom: 15px;
    border-left: 0px;
    float: left;
    width: 100%;
}

.agent-item-div h2 {
    font-size: 14px;
    font-weight: 600;
    /* line-height: 42px; */
    float: left;
    margin-top: 12px;
    margin-left: 10px;
}

.agent-item-div p {
    font-weight: 500;
    font-size: 14px;
}

.agent-item-div a {
    color: #dd0026;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.4s;
}

.agent-item-div i {
    color: #dd0026;
}

.agent-item-div:hover { /*border-left:#dd0026 solid 5px; */
}

.agent-item-div:hover .link {
    padding-left: 20px;
}

.agent-item-div .card {
    border: 0;
    border-radius: 4px;
}

.agent-item-div .card-image {
    width: 100%;
    height: 150px;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
}

.agent-item-div .card-body {
    height: 320px;
}

.agent-item-div .card-body p {
    font-size: 12px;
    border-bottom: dashed 1px rgba(0, 0, 0, .1);
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.agent-item-div .card-body p:last-child {
    border: 0;
}

.agent-item-div .card-body p a {
    color: #444;
    font-size: 12px;
}

.agent-item-div a {
    color: #444;
}

.chat-popup-open {
    display: none;
}

.chat-popup-overlay {
    display: none;
}

.moobile-sticky-footer {
    display: none;
}

#mobile-menu-ppage {
    display: none;
}

@media screen and (max-width: 48em) {
    .agent-item-div .card-image {
        background-size: 60%;
    }

    .agent-item-div .card-body {
        height: auto;
    }


    .chat-popup-open {
        display: block;
    }

    .chat-popup-overlay {
        display: block;
    }

    .moobile-sticky-footer {
        display: block;
    }

    /*Mobile Stick Menu*/
    #sidebar-ppage {
        display: none;
    }

    #mobile-menu-ppage {
        display: block;
    }
}

#mobile-menu-ppage {
    font-size: 30px;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    /* width: 300px; */
    height: 40px;
    width: 40px;
    top: 190px;
    right: 10px;
    color: #fff;
    background: #dd0026;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}

/*Mobile menu*/


.product-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 1);
    overflow-x: hidden;
    transition: 0.5s;
}

.product-overlay-content {
    position: relative;
    top: 0%;
    width: 100%;

    margin-top: 30px;
}

.product-overlay a {

    transition: 0.3s;
}

.product-overlay .product-sidebar-one {
    background-image: unset;
    box-shadow: unset;
    background: unset;
}

.product-overlay .product-sidebar {
    background-image: unset;
    box-shadow: unset;
    background: unset;
}

.product-overlay a:hover, .product-overlay a:focus {

}

.product-overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 60px;
    color: #dd0026;
    z-index: 999999;
}


@media screen and (max-height: 450px) {


    .product-overlay a {
        font-size: 20px
    }

    .product-overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}


.product-page ol {

    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px;
}

.product-page ol li {
    margin: 0 0 25px 0;
    counter-increment: my-awesome-counter;
    position: relative;
}


.product-inner ol li::before {
    content: counter(my-awesome-counter);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    --size: 32px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;

    background: #c7c7c7;
    border-radius: 50%;
    text-align: center;

}
/*
.product-inner a {
    color: #000;
    text-decoration: underline;
    font-style: italic;
} */

.product-inner a { color: #777; text-decoration: underline;  }
.product-inner a:hover { color: #ed1b24; text-decoration: none;}

.product-inner ul li a  {color: #777; text-decoration: underline; }
.product-inner ul li a:hover { color: #ed1b24; text-decoration: none;}

.product-inner ol li a{ color: #777; text-decoration: underline; }
.product-inner ol li a:hover { color: #ed1b24; text-decoration: none;}



.product-page a { color: #777; text-decoration: underline; }
.product-page a:hover { color: #ed1b24; text-decoration: none;}

.product-page ul li a  {color: #777; text-decoration: underline; }
.product-page ul li a:hover { color: #ed1b24; text-decoration: none;}

.product-page ol li a{ color: #777; text-decoration: underline;  }
.product-page ol li a:hover { color: #ed1b24; text-decoration: none;}

.product-sidebar-one a{ text-decoration: none!important; }
.product-sidebar-one ul li a{ text-decoration: none!important; }
.moobile-sticky-footer {
    width: 100%;

    position: fixed;
    bottom: 0;
    height: 70px;
    background-color: #ed1b24;
    z-index: 9999999999;

}

.moobile-sticky-footer ul {
    padding: 0;
    margin: 0;
}

.moobile-sticky-footer ul li:hover {
    background: #d91a22;
}

.moobile-sticky-footer ul li {
    border-right: #9f1217 solid 1px;
    padding: 0;
    margin: 0;
    display: inline-block;
    float: left;
    height: 70px;
    font-size: 9px;
    font-weight: 600;
    width: 20%;
    text-align: center;
}

.moobile-sticky-footer ul li:last-child {
    border: 0;
}

.moobile-sticky-footer ul li a {
    color: #fff;
    float: left;
    width: 100%;
    height: 50px;
    padding: 10px 0;
    text-transform: uppercase;
}

.moobile-sticky-footer ul li a svg {
    margin-top: 5px;
    margin-bottom: 5px;
}

.chat-popup-open {
    width: 70px;
    height: 70px;
    position: fixed;
    z-index: 9999999999;
    border-radius: 50%;
    bottom: 65px;
    right: 15px;
    background-image: url(/images/web/icons/openpp.png);
    background-repeat: no-repeat;
}

.chat-popup-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    display: none;
    top: 0;
}

.chat-popup-chat {
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 9999999999;
    border-radius: 50%;
    bottom: 100px;
    right: 20px;
    background-image: url(/images/web/icons/chat-btn.png);
    background-repeat: no-repeat;
}

.chat-popup-call {
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 9999999999;
    border-radius: 50%;
    bottom: 170px;
    right: 20px;
    background-image: url(/images/web/icons/call-btn.png);
    background-repeat: no-repeat;
}

.chat-popup-close {
    width: 70px;
    height: 70px;
    position: fixed;
    z-index: 9999999999;
    border-radius: 50%;
    bottom: 65px;
    right: 15px;
    background-image: url(/images/web/icons/close.png);
    background-repeat: no-repeat;
}

.chat-popup-overlay ul {
    position: absolute;
    bottom: 160px;
    right: 20px;
    text-align: right;
    padding: 0;
    margin: 0;
}

.chat-popup-overlay ul li {
    padding: 0;
    margin: 0;
}

.chat-popup-overlay ul li a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

/* .chat-popup-overlay ul li a img {
    width: 40px;
} */

.product-page {
    padding-bottom: 100px;
}

.product-page table {
    width: 100%;
    margin-bottom: 15px;
    font-size: 13px;
}

.product-page table td, .product-page th {
    border: 1px solid #ddd;
    padding: 8px;
}

.product-page table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.product-page table tr:hover {
    background-color: #ddd;
}

.product-page table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #dd0026;
    color: white;
}

/*Product Page*/


.btn-link:hover {
    text-decoration: none;
}

.product-sidebar-one {
    margin-bottom: 15px;
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
    background-color: #fff;
    border-radius: 2px;
    padding: 15px;
    margin-bottom: 15px;
    border-left: #dd0026 solid 5px;
    background-image: url(/images/web/icons/bkg-energybar-desktop.png);
}

.product-sidebar-one h2 {
    font-size: 16px;
    font-weight: 600;
}

.product-sidebar-one p {
    font-weight: 500;
    font-size: 14px;
}

.product-sidebar-one a {
    color: #dd0026;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.4s;
}

.product-sidebar-one i {
    color: #dd0026;
}

.product-sidebar-one:hover {
    border-left: #dd0026 solid 5px;
}

.product-sidebar-one:hover .link {
    padding-left: 20px;
}

.product-sidebar-one ul li {
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    padding-bottom: 10px;
    margin-left: 0px;
    padding-left: 0;
    transition: all 0.4s;
    list-style: none;
}

.product-sidebar-one ul li a {
    color: #000;
}

.product-sidebar-one ul li a i {
    margin-right: 12px;
    float: left;
    height: 29px;
    margin-top: 2px;
    font-size: 16px;
}

.product-sidebar-one ul li:hover {
    padding-left: 0;
    list-style: none;
    font-size: 14px;
    list-style: none;
    padding-left: 10px;
    margin-left: 15px;
    margin-bottom: 10px;
}

.product-sidebar-one ul li a strong {
    font-size: 14px;
    color: #000;
}

.product-sidebar-one ul li:hover a strong {
    color: #dd0026;
}

.product-sidebar-one ul li a {
    color: #9B9B9B;
}

.product-sidebar-one ul li:last-child {
    border-bottom: none;
}

.product-sidebar-one ul {
    padding-left: 0;
    margin-bottom: 10px;
}

.product-sidebar-one ul li:hover a {
    text-decoration: none;
}

.product-sidebar {
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
    background-color: #fff;
    border-radius: 2px;
    padding: 15px;
    margin-bottom: 15px;
    border-left: #c7c7c7 solid 5px;
}

.product-sidebar h2 {
    font-size: 16px;
    font-weight: 600;
}

.product-sidebar p {
    font-weight: 500;
    font-size: 14px;
}

.product-sidebar a {
    color: #dd0026;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.4s;
}

.product-sidebar i {
    color: #dd0026;
}

.product-sidebar:hover {
    border-left: #c7c7c7 solid 5px;
}

.product-sidebar:hover .link {
    padding-left: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.img-responsive {
    width: 100%;
}

.owl-nav {
    display: none;
}

#accordion .accordion {
    background-color: #fff;
    color: #444;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

#accordion .active, #accordion .accordion:hover {
    color: #ed1b24;
    font-weight: 600;
}

#accordion .panel {
    display: none;
    background-color: white;
    overflow: hidden;
    padding: 1.25rem;
    padding: 10px 0px;
    font-size: 11px;
}

.make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 0 15px; height: 400px;
}

.arrow-icon {
    float: right;
    color: #ed1b24;
}


/**/


/*Country List*/

.country-item {
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
    background-color: #fff;
    border-radius: 2px;
    padding: 15px;
    margin-bottom: 15px;
    border-left: #fff solid 5px;
    float: left;
    width: 100%;
}

.country-div {
    color: #000;
}

.country-item h2 {
    font-size: 14px;
    font-weight: 600;
    /* line-height: 42px; */
    float: left;
    margin-top: 12px;
    margin-left: 10px;
}

.country-item p {
    font-weight: 500;
    font-size: 14px;
}

.country-item a {
    color: #dd0026;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.4s;
}

.country-item i {
    color: #dd0026;
}

.country-item:hover {
    border-left: #dd0026 solid 5px;
}

.country-item:hover .link {
    padding-left: 20px;
}

.img-thumbnail {
    padding: .25rem;
    /* background-color: #fff; */
    border: none;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: unset;
    background-attachment: cover;
    float: left;
    background-size: cover;
}


/* Agents*/
.agent-item {
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
    background-color: #fff;
    border-radius: 2px;
    padding: 0;
    margin-bottom: 15px;
    border-left: 0px;
    float: left;
    width: 100%;
}

.country-div {
    color: #000;
}

.agent-item h2 {
    font-size: 14px;
    font-weight: 600;
    /* line-height: 42px; */
    float: left;
    margin-top: 12px;
    margin-left: 10px;
}

.agent-item p {
    font-weight: 500;
    font-size: 14px;
}

.agent-item a {
    color: #dd0026;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.4s;
}

.agent-item i {
    color: #dd0026;
}

.agent-item:hover { /*border-left:#dd0026 solid 5px; */
}

.agent-item:hover .link {
    padding-left: 20px;
}

.img-thumbnail {
    padding: .25rem;
    /* background-color: #fff; */
    border: none;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: unset;
    background-attachment: cover;
    float: left;
    background-size: cover;
}

.agent-item .card {
    border: 0;
    border-radius: 4px;
}

.agent-item .card-image {
    width: 100%;
    height: 150px;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
}

.agent-item .card-body {
    height: 280px;
}

.agent-item .card-body p {
    font-size: 12px;
    border-bottom: dashed 1px rgba(0, 0, 0, .1);
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.agent-item .card-body p:last-child {
    border: 0;
}

.agent-item .card-body p a {
    color: #444;
    font-size: 12px;
}

.agent-item a {
    color: #444;
}

@media screen and (max-width: 48em) {
    .agent-item .card-image {
        background-size: 60%;
    }

    .agent-item .card-body {
        height: auto;
    }
}


.agent-item-div {
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
    background-color: #fff;
    border-radius: 2px;
    padding: 0;
    margin-bottom: 15px;
    border-left: 0px;
    float: left;
    width: 100%;
}

.agent-item-div h2 {
    font-size: 14px;
    font-weight: 600;
    /* line-height: 42px; */
    float: left;
    margin-top: 12px;
    margin-left: 10px;
}

.agent-item-div p {
    font-weight: 500;
    font-size: 14px;
}

.agent-item-div a {
    color: #dd0026;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.4s;
}

.agent-item-div i {
    color: #dd0026;
}

.agent-item-div:hover { /*border-left:#dd0026 solid 5px; */
}

.agent-item-div:hover .link {
    padding-left: 20px;
}

.agent-item-div .card {
    border: 0;
    border-radius: 4px;
}

.agent-item-div .card-image {
    width: 100%;
    height: 150px;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
}

.agent-item-div .card-body {
    height: 320px;
}

.agent-item-div .card-body p {
    font-size: 12px;
    border-bottom: dashed 1px rgba(0, 0, 0, .1);
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.agent-item-div .card-body p:last-child {
    border: 0;
}

.agent-item-div .card-body p a {
    color: #444;
    font-size: 12px;
}

.agent-item-div a {
    color: #444;
}

@media screen and (max-width: 48em) {
    .agent-item-div .card-image {
        background-size: 60%;
    }

    .agent-item-div .card-body {
        height: auto;
    }
}

.product-sidebar-one a{ text-decoration: none!important; }
.product-sidebar-one ul li a{ text-decoration: none!important; }

@media screen and (max-width: 480px) {
    .product-page {
padding-left: 21px!important;
padding-right: 21px!important;
}
.product-page p {
text-align: justify!important;
}
.mega-button-inner {
    max-height: 202px!important;
    margin-right: 5px!important;
}

.mobile-top-prod{
    margin-top:60px !important;
}
}

.best-web{
    display: inline-block;
    position: fixed;
    left: 9px;
    top: 100px;
    z-index: 99999;
    /* background-color: #4c0b0b; */
    width: 150px;
    height: 150px;
    margin: 39px;
    box-sizing: border-box;
    /* border: 5px white solid; */
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 5px 15px 0px rgb(0 0 0 / 0%);
    /* transform: translatey(0px); */
    /* -webkit-animation: float 6s ease-in-out infinite; */
    animation: float 6s ease-in-out infinite;
}

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


@-webkit-keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgb(0 0 0 / 0%);
        transform: translatey(0px);
    }
    50% {
        box-shadow: 0 0px 15px 0px rgb(0 0 0 / 0%);
        transform: translatey(-20px);
    }
    100% {
        box-shadow: 0 0px 1px 0px rgb(0 0 0 / 17%);
        transform: translatey(0px);
    }
  }

  @keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgb(0 0 0 / 0%);
        transform: translatey(0px);
    }
    50% {
        box-shadow: 0 0px 15px 0px rgb(0 0 0 / 0%);
        transform: translatey(-20px);
    }
    100% {
        box-shadow: 0 0px 1px 0px rgb(0 0 0 / 17%);
        transform: translatey(0px);
    }
  }


@media screen and (max-width: 480px) {
    .best-web {
        display: none;
    }
}
