/* CSS Document */

.popup-form-left {
    text-align: center;
}
.popup-form-right {
    margin: 0;
    padding: 15px 10px 15px 10px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .5);
    text-align: center;
    margin-top: 20px;
}
.popup-form-right h5 {
    padding: 0px;
    margin: 0px;
    color: #06447e;
    font-size: 13px;
}
.popup-form-right img {
    margin: auto;
}

.sticky_whatsapp img:hover, .sticky-contact img:hover
{
    transform: scale(1.2);
}

.sticky_whatsapp img, .sticky-contact img {
    transition: transform 0.3s ease;
    display: block;
}
.dropdown-menu>li>a {
    padding: 10px 20px;
    border-bottom: 1px dashed #ccc;
}
.main-menu .navbar-nav .has_children::after {
    content: ">";
    position: absolute;
    top: 32%;
    right: 2px;
    font-size: 20px;
    transition: transform 0.3s;
    transform: rotate(90deg);
}
.navbar-nav .open .has_children::after {
    content: ">";
    transform: rotate(-90deg);
}
/*#194871 to #8a2be2 (blueviolet)*/

/* Banner Section */
.blog-banner {
    background: url('../images/middle-design.jpg') no-repeat center center;
    background-size: cover;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.blog-banner h1 {
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    margin: 0;
}

/* Breadcrumb */
/*  .breadcrumb-wrapper {
    background: #fff;
    padding: 16px 30px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 1rem;
  }*/

/*  .breadcrumb-wrapper a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
  }*/

/*  .breadcrumb-wrapper a:hover {
    text-decoration: underline;
  }*/

/*  .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #333;
    padding: 0 8px;
  }*/
/*
  .breadcrumb-item.active {
    font-weight: 500;
  }*/

.rtable {
    width: 100%;
    text-align: center;
    overflow: scroll;
    margin-bottom: 2rem;
}
.rtable.responsive th {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}
.rtable th {
    background: #194E75;
    color: #fff;
    padding: 9px 5px;
    text-transform: uppercase;
    border: 1px solid #1A4B70;
    line-height: 1.5;
}
.rtable td {
    border: 1px solid #ccc;
    padding: 10px 5px;
    color: #000;
    /*background: #fff;*/
    vertical-align: middle!important;
}
th {
    text-align: center!important;
    vertical-align: middle!important;
}
#price-section .dis-left {
    text-align: left;
}
#main li {
    list-style: none;
    line-height: 30px;
    color: #505050;
    break-inside: avoid-column;
}

.list2 {
    margin: 10px 0 0px 0px;
}
.list2 li {
    list-style: upper-latin;
    text-align: left;
    margin: 0 0px 10px 0px;
    /*display: flex;*/
    /*list-style-position: inside;*/
}
.sub-heading {
    font-size: 18px !important;
    text-transform: uppercase;
    color: #e29e21;
    letter-spacing: 1px;
}