/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1755526944
Updated: 2025-08-18 14:22:24
*/
#faq-holder{
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 630px;
  gap: 18px;
}
#faq-holder .faq-item{
  border: 1px solid rgb(229, 231, 235);
  border-radius: 4.5px;
}
#faq-holder .faq-item h3::after{
  content: "";
  background: url(images/plus-icon.svg) no-repeat;
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: rgb(232 245 249);
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) rotate(0deg);
  background-size: 22px;
  background-position: center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#faq-holder .faq-item h3{
  font-family: "Cormorant", serif;
  font-size: 17px;
  font-weight: 400;
  color: rgb(61 94 123);
  padding: 38px 36px;
  cursor: pointer;
  position: relative;
}
#faq-holder .faq-item.active  h3{
  border-bottom: 1px solid rgb(229, 231, 235);
}
#faq-holder .faq-item.active  h3::after{
  transform: translateY(-50%) rotate(45deg) !important;
}
#faq-holder .faq-item .faq-content{
  color:rgb(17, 24, 39);
  display: none;
  background-color: #fff;
}
#faq-holder .faq-item .faq-content p{
  padding: 36px;
}
#faq-holder .faq-content.active{
  display: block !important;
}
#footer-top .store-list .et_pb_column:first-child {
  display:flex;
  flex-wrap:wrap;
}
#footer-top .store-list .et_pb_column:first-child .et_pb_module:first-child {
  flex-basis:100%;
}
#footer-top .store-list .et_pb_column:first-child .et_pb_module {
  flex-basis:25%;
}
.et_fixed_nav #main-header {
	padding:15px 0;
}
#main-header #et-top-navigation {
	padding-top:0 !important;
}
#main-header .phone-btn > a {
	background: #3D5E7B;
  color: #fff !important;
  padding: 0px 36px !important;
  font-size: 16px;
  line-height: 50px;
  font-weight: 400;
  border-radius: 50px;
  height: 50px;
}
.et-fixed-header #top-menu .phone-btn > a {
	color: #fff !important;
}
#et-top-navigation .phone-btn > a {
	padding-bottom:0 !important;
	color: #1a2f4d;
}
#top-menu li.current-menu-item>a {
  color: #3D5E7B;
}
#web-links {
    display: flex;
    gap: 10px;
    list-style: none;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
}
#web-links li {
    flex-basis: 24%;
    margin-bottom: 20px;
}
#web-links li a {
    text-decoration: underline;
    text-underline-offset: 4px;
    position: relative;
    color: #3C4858;
    opacity: .6;
    padding-left: 30px;
    font-size: 16px;
}
#web-links li a::after {
    content: "\35";
    font-family: ETmodules !important;
    font-weight: 900;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    font-size: 27px;
    margin-top: -2px;
}
#web-links li a:hover {
    opacity: 1;
}
footer .social-icons {
	display: flex;
  gap: 18px;
}
footer .social-icons img {
	width: 27px;
  height: 27px;
}
@media (max-width:767px) {
  .et_header_style_left #logo{
    height: 100%;
    max-height: 100%;
  }
  .et_header_style_left #et-top-navigation .mobile_menu_bar{
    padding-bottom: 0 !important;
  }
  #faq-holder .faq-item h3{
    padding: 20px 30px 20px 10px;
    line-height: 21px;
  }
  #faq-holder .faq-item h3::after{
    height: 24px;
    width: 24px;
    margin-right: -19px;
    background-size: 16px;
  }
  #faq-holder .faq-item .faq-content p{
    font-size: 14px;
  }
	#web-links li {
		flex-basis: 100%;
	}
  #footer-top .store-list .et_pb_column:first-child .et_pb_module {
    flex-basis:50%;
  }
  .et_pb_column_0_tb_footer{
    border: none;
  }
  #footer-top .store-list .et_pb_column:first-child{
    font-size: 14px;
  }
}