@font-face {
    font-family: 'DB HeaventRounded';
    src: url('/static/fonts/DB Heavent Rounded/DB HeaventRoundedv3.2.1.ttf') format('truetype');
} 
@font-face {
    font-family: 'DB HeaventRounded';
    src: url('/static/fonts/DB Heavent Rounded/DB HeaventRounded Med v3.2.1.ttf') format('truetype');
    font-weight: 500;
} 
@font-face {
    font-family: 'DB HeaventRounded';
    src: url('/static/fonts/DB Heavent Rounded/DB HeaventRounded Bd v3.2.1.ttf') format('truetype');
    font-weight: 700;
}
body{
    font-family: 'DB HeaventRounded';
}
.mc-btn{
    border-radius: 50px;
    gap: 8px;
    background-color: #F36F21;
    color: #FFFFFF;
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.mc-btn:hover{
    background-color: #F8A878;
}
.mc-btn:active{
    background-color: #D0530C;
}
.mc-btn:disabled{
    background-color: #BFBFBF;
}
.mc-btn-outline{
    border-radius: 50px;
    gap: 8px;
    background-color: #FFFFFF;
    color: #F36F21;
    border: 2px solid #F36F21;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.mc-btn-outline:hover{
    background-color: #FDF0E7;
    border: 2px solid #F8A878;
    color: #F8A878
}
.mc-btn-outline:active{
    background-color: #FFFFFF;
    border: 2px solid #D0530C;
    color: #D0530C
}
.mc-btn-outline:disabled{
    background-color: #FFFFFF;
    border: 2px solid #BFBFBF;
    color: #BFBFBF
}
.mc-landing-bg-blue{
    background-color:#0066B3;
}
.mc-landing-bg-orange{
    background-color:#F36F21;
}
.mc-landing-btn-bg-green{
    background-color:#00B900;
}
.mc-landing-btn-bg-blue{
    background-color:#1877F7;
}
.mc-landing-btn-bg-blue-light{
    background-color:#39A9FE;
}
.mc-landing-btn-bg-ig-linear{
    background-image: linear-gradient(to right, #F59B59 , #DE317C,#8E4DBD,#7678DA);
}
.mc-landing-text-orange{
    color:#F37021;
}
.mc-text-orange{
    color:#F36F21
}
.mc-text-blue{
    color:#0167B3
}
.mc-landing-text-blue{
    color:#0066B3
}
.mc-bg-blue{
    background-color:#0167B3
}
.mc-bg-blue-600{
    background-color:#02518E
}
.mc-bg-dark{
    background-color:#404040
}
.mc-btn-sm{
    height: 32px;
    padding: 6px 18px 6px 18px;
    font-size: 16px;
    font-weight: 500;
}
.mc-btn-md{
    height: 48px;
    padding: 8px 22px 8px 22px;
    font-size: 18px;
    font-weight: 500;
}
.mc-btn-lg{
    height: 56px;
    padding: 8px 26px 8px 26px;
    font-size: 20px;
    font-weight: 500;
}
.mc-btn-text-sm{
    color: #F36F21;
    font-size: 16px;
    font-weight: 500;
}
.mc-btn-text-md{
    color: #F36F21;
    font-size: 18px;
    font-weight: 500;
}
.mc-btn-text-lg{
    color: #F36F21;
    font-size: 20px;
    font-weight: 500;
}
button.dropdown-toggle.show::after {
    transform:rotate(180deg);
}
.dropdown-menu > li > a:hover {
    background-image: none;
    background-color: #F8A878;
}
.mc-nav-link{
    color: #000000;
    text-decoration: none;
}
.mc-nav-link:hover{
    color: #D0530C;
}
.carousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.mc-register-pannel-bg-color{
    background-color: #0167B3;
}
.mc-register-pannel-bg-img{
    background-image: url("/static/assets/png/register-pannel.png");
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center; 
}
.Head1-Bold-62px{
    font-size: 62px;
    font-weight: 700;
}
.Head2-Bold-49px{
    font-size: 49px;
    font-weight: 700;
}
.Head3-Bold-36px{
    font-size: 36px;
    font-weight: 700;
}
.Head4-Bold-20px{
    font-size: 20px;
    font-weight: 700;
}
.Head3-Medium-40px{
    font-size: 40px;
    font-weight: 500;
}
.Head4-Medium-32px{
    font-size: 32px;
    font-weight: 500;
    line-height: 22px;
}
.Head4-Medium-30px{
    font-size: 32px;
    font-weight: 500;
    line-height: 22px;
}
.Head5-Medium-26px{
    font-size: 26px;
    font-weight: 500;
    line-height: 21px;
}
.Head5-Medium-24px{
    font-size: 24px;
    font-weight: 500;
    line-height: 22px;
}
.Head6-Medium-20px{
    font-size: 20px;
    font-weight: 500;
    line-height: 16px;
}
.subtitle1-Medium-18px{
    font-size: 18px;
    font-weight: 500;
}
.subtitle2-Medium-16px{
    font-size: 16px;
    font-weight: 500;
}
.subtitle3-Medium-14px{
    font-size: 14px;
    font-weight: 500;
}
.subtitle4-Medium-12px{
    font-size: 12px;
    font-weight: 500;
}
.subtitle1-Regular-32px{
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
}
.subtitle3-Regular-16px{
    font-size: 16px;
    font-weight: 400;
    line-height: 9px;
}
.subtitle3-Regular-15px{
    font-size: 15px;
    font-weight: 400;
    line-height: 9px;
}
.subtitle4-Regular-12px{
    font-size: 12px;
    font-weight: 400;
}
.body1-Regular-16px{
    font-size: 16px;
    font-weight: 400;
}
.body2-Regular-14px{
    font-size: 14px;
    font-weight: 400;
}
.button1-Medium-20px{
    font-size: 20px;
    font-weight: 500;
}
.button2-Medium-18px{
    font-size: 18px;
    font-weight: 500;
}
.button3-Medium-16px{
    font-size: 16px;
    font-weight: 500;
}
.Caption-Regular-14px{
    font-size: 14px;
    font-weight: 400;
}
.Overline-Regular-12px{
    font-size: 12px;
    font-weight: 400;
}
.slick-prev:before, .slick-next:before {
    color: #D0530C !important;
}
.mc-quest-pannel-start{
    border: 1px solid #D9D9D9;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    background: #FFFFFF;
    border-radius: 10px 10px 0 0;
}
.mc-quest-pannel-middle{
    border: 1px solid #D9D9D9;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    background: #FFFFFF;
}
.mc-quest-pannel-end{
    border: 1px solid #D9D9D9;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    background: #FFFFFF;
    border-radius: 0 0 10px 10px;
}
.fixed-bottom-iphonx{
	padding-bottom: constant(safe-area-inset-bottom);
  	padding-bottom: env(safe-area-inset-bottom);
}
.mc-btn-outline-blue-500{
    border-radius: 8px;
    gap: 8px;
    background-color: #FFFFFF;
    color: #0167B3;
    border: 2px solid #0167B3;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.mc-btn-outline-blue-500:disabled{
    background-color: #FFFFFF;
    border: 2px solid #BFBFBF;
    color: #BFBFBF
}
.mc-btn-blue-500{
    border-radius: 8px;
    gap: 8px;
    background-color: #0167B3;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: none;
    text-decoration: none;
}
.mc-btn-blue-500:disabled{
    background-color: #BFBFBF;
}
.mc-btn-success{
    border-radius: 8px;
    gap: 8px;
    background-color: #438E02;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: none;
    text-decoration: none;
}
.mc-btn-secondary{
    border-radius: 8px;
    gap: 8px;
    background-color: #595959;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: none;
    text-decoration: none;
}
.mc-btn-orange{
    border-radius: 8px;
    gap: 8px;
    background-color: #F36F21;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: none;
    text-decoration: none;
}
.mc-btn-orange:disabled{
    background-color: #BFBFBF;
}

.menu-collapse-device .bi-chevron-down::before {
    transition: all 0.3s ease;
}
.menu-collapse-device.collapsed .bi-chevron-down::before {
    transform: rotate(-90deg);
}
.slick-track{
    display: flex !important;
}
  
.slick-track .slick-slide {
    display: flex;
    height: auto;
}
.slick-product-item{
    height: 100% !important;
}
