body {
    font-family: "Poppins", sans-serif;

}

section.breadcrumbs {
    background: linear-gradient(45deg, #cd4026, #ffcb03);
    margin-bottom: -15px;
    color: #fff;
    z-index: 9;
    top: 88px;
    position: sticky;
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    color: #fff;

}

ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: #fff;
    content: "/\00a0";
}

ul.breadcrumb li a {
    color: #fff;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #fff;
    text-decoration: none;
}

/* =====start header styles====== */

header {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px 0px;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 999;

}

img.website-logo {
    width: 250px;
}

.mainmenu ul {
    margin-bottom: 0;
    padding-left: 80px;
}

.mainmenu ul li a {
    text-decoration: none;
    color: #000;

}

.mainmenu ul li {
    display: inline-flex;
    margin-right: 16px;
    position: relative;

}

.left-0 {
    left: 0px !important;
}

.btn-orange {
    background: linear-gradient(45deg, #cd4026, #ffcb03);
    border: none;
}

.btn-orange a {
    text-decoration: none !important;
    color: #fff !important;
}

.submenu-home-header {
    position: absolute;
    left: 0;
    top: 20px;
    width: 210px;
    padding-top: 40px;
    display: none;
}

.mainmenu ul li:hover .submenu-home-header {
    display: block;
}

.submenu-home-header ul {
    background: #fff;
    padding-left: 0;
    box-shadow: 0 0 6px #cbcbcb;
    padding: 15px;
    border-radius: 10px;
    padding-bottom: 0;
}


.submenu-home-header li {
    display: block;
    margin-right: 0;
    margin-bottom: 13px;
    width: 100%;
}

/* =====end header styles====== */

.testmonial-img img {
    display: flex;
    margin: 0 auto;
}

.text-light {
    color: #d65b42 !important;
}

.text-danger {
    color: #db312d !important;
}



/* =====location styles==== */


.headoffice h3 {
    font-size: 20px;
}

.headoffice {
    background: linear-gradient(45deg, #cd4026, #ffcb03);
    color: #fff;
    padding: 10px 15px;

    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding-left: 15px;

    font-size: 25px;
    padding-top: 5px;
    padding-bottom: 5px;

}

.headoffice h4 {
    font-size: 20px;
}

.address-box {
    height: 300px;
}

/* ====footer styles=== */

ul.home-scoial-links {
    text-align: center;
    /* margin: 22px 0; */
    padding-left: 0;
}

ul.home-scoial-links li {
    display: inline-flex;
}

ul.home-scoial-links a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    margin: 17px 17px;
    display: flex;
    align-items: center;
}

.footer-top ul li {
    list-style-type: none;
}

.footer-top ul li a {
    color: #fff;
    text-decoration: none;
    line-height: 33px;
}

.footer-top ul {
    padding-left: 0;
}

ul.home-scoial-links i {
    font-size: 19px;
    background: linear-gradient(45deg, #cd4026, #ffcb03);
    width: 30px;
    display: flex;
    height: 30px;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    justify-content: center;
    margin-right: 6px;
}

.footer-top {
    background: #032240;
    color: #fff;
}

.footer-top h1 {
    font-size: 22px;
    padding-top: 23px;
    padding-bottom: 10px;
}

.input-group-text {
    color: #fff;
    background-color: #033740;
}

.booter-bottom {
    padding: 10px 0;
}



/* ====owl dots styles===== */



.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    font-size: 30px;
    width: 40px;
    height: 40px;

}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-prev svg {
    width: 20px;
    height: 20px;
}

.owl-next svg {
    width: 20px;
    height: 20px;
    color: rgba(0, 142, 204, 1)
}


.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
    outline: none;
}


/* Plans Page Design Css */
/* Tabs*/
section .section-title {
    text-align: center;
    color: #fff !important;
    margin-bottom: 50px;
    padding-top: 50px;
    text-transform: uppercase;
}

#tabs {
    background: #fff;
    color: #000;
}

#tabs h6.section-title {
    color: #000;
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff !important;
    /* border-bottom: 4px solid #322525 !important; */
    font-weight: bold;
    background: linear-gradient(45deg, #ffcb03, #cd4026);
}

#tabs .nav-tabs .nav-link {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #fff !important;
    font-size: 20px;
}

.table-list {
    float: left;
    background-color: #fff;
    border: 1px solid #dddddd;
    margin-bottom: 0px;
    width: 100%;
}

.table-list th {
    padding: 10px;
    color: #444;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
}

.table-list td {
    padding: 10px;
    text-align: center;
    background-color: #f9f9f9;
    color: #666;
}

#tabs {
    background-image: url(/assets/images/open/Monthly_Investment_Plan-1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 2000px rgb(6 6 6 / 40%);
}