.special_offer {
  background-color: #69885b;
}
.special_offer .text-info {
  color: #3f4040 !important;
}
.special_offer .btn-light {
background-color: #091a38;
border-color: #091a38;
color: #fff !important;
}
.special_offer .btn-light:hover {
    background-color: #fff;
border-color: #fff;
}
.testimonial_home {
  background: #091a38 !important;
}
.testimonial_home #testimonial_multi_sidebar .card-body .card {
  background: #bfb382;color: #000;
}
.testimonial_home .text-white{color:#bfb382;}
.footer-bottom .payment_methods {
  display: none !important;
}
#footer {
  background: #091a38;
}
.footer-top .subscriber-bar .social-icons li {
  background-color: #bfb382 !important;border-radius: 50px !important;
}
.footer-top .subscriber-bar .social-icons li a i {
  color: #091a38;
}
.footer-bottom {
  background-color: rgba(9,26,56,0.4) !important;
}
.footer-bottom p {
  color: #fff !important;
  margin-bottom: 0 !important;
}
.footer-menu-links h4 {
  color: #bfb382 !important;
}
.header_cms_page .offer_block.green {
  background: #8797c3;
}
.header_cms_page .offer_block.orange {
  background: #aeb7d8;
}
.header_cms_page .offer_block.blue {
  background: #8797c3;
}
.header_cms_page .offer_block .text-block h3{
    text-transform: uppercase;
}
.header_cms_page .offer_block .text-block span{
    color: #000;
}
.our_services .service_box h3 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #364a9b;
  font-family: "PlusJakartaSans-Bold",sans-serif;
}

.our_services .service_box p {
  color: #8793c3;
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link{
    color: #081a39 !important;
    font-family: "Inter-Medium",sans-serif;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  width: 4px;
  background: rgba(0,0,0,0);
  margin: 0 auto;
  transition: all .3s ease;
}
.navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link::before, .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link::before {
  width: 100%;
  background: #bfb382;
}

.top-links li > a{
    color: #081a39 !important;
    font-family: "Inter-Bold",sans-serif;
}
.top-links li > a i {
  color: #081a39;
}
.top-links li:hover i {
  color: #bfb382;
}

.top-links li:hover span {
  color: #bfb382;
}
.top-links li:hover .badge {
  background-color: #bfb382;
  color: #081a39;
}
.navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link, .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: #bfb382 !important;
}
#normalcalc #additionaloptionid .prduct_option .ops_customclass .custom-control span {
  font-family: "Inter-Regular",sans-serif;
}

.top-links li:not(:nth-child(3))::before {
  width: 2px;
  background-color: #bfb382;
}
#quote_design_upload .collapse .custom-control.custom-radio.custom-control-inline:nth-child(2) {
    display: none;
}
#quote_create #pricecalulate .custom-control.custom-radio:first-child {
  display: none;
}