*{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}
:root {
   --theme-color: #041d38;
   --theme-color--two: #ffaa17;
}

.mukti-default-color {
   color: var(--theme-color--two);
}
 
/* Mukti Text color  */
.mukti-text-color {        
   color: var(--theme-color);
}

/* Mukti background color */
.bg-mukti-default-color {
   background-color: var(--theme-color);
}
 
.bg-mukti-text-color {
   background-color: var(--theme-color--two);
}

/* footer start */

.footer-link a{
   text-decoration: none;
   color: var(--theme-color);
}
.footer-link a:focus, .footer-link a:hover {
   color: var(--theme-color--two)
}
.footer-social-icon h6{
   color: var(--theme-color--two)
}
.footer-social-icon a:hover{
   color: var(--theme-color--two)
}
.footer-top-color {
   background: #f7fcff;
   height: 60px;
   width:100%;
} 

/* footer end */

/* faq section */
.bg-color {
   background-color: #f4f9ff;
   padding:45px !important;
 }
 .hading-cart {
   background-color: white;
 }
 .faq-main h4{
   font-size:20px;
 }
 /* end faq section */


