/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/
body {
    font-family: "DM Sans", sans-serif !important;
    max-width: 100%;
    overflow-x: hidden;
}

/* Your custom css codes start here: */
.panel-group .panel-title a {
    display: block;
    font-size: 14px;
    padding: 8px 5px 10px 35px !important;
    white-space: normal;
}

.bg-theme-colored {
   border-bottom: 0px dotted #db6f6f !important; 
    display: block;
    position: relative;
    z-index: 999;
    background-color: #ac2c31 !important;
}
.text-danger {
    color: white !important;
}
footer.bg-deep {
    width: 100%;
    float: left;
    background: #1b1b22;
    background-image: url(../ca/footer-background.jpg)!important;
    background-position: center 100%;
    position: relative;
}

.bg-black-222 {
    background-color: #b10010 !important;
}
.menuzord-menu > li > a {
   /* font-size: 12px!important;
    font-weight: 550;
    text-transform: uppercase;*/
    font-size: 14px!important;
    font-weight: 600;
}

.menuzord-menu > li > a {
    padding: 4px 12px!important;
}
.vertical-tab .nav-tabs > li > a {
    background: none;
    border-radius: 0;
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-top: 1px solid transparent;
    border-left: 3px solid #99161e!important;
    font-size: 14px;
    padding: 8px 0 8px 15px!important;
}

ul.list li:before {
    border: none;
    color: #dd0613!important;
}

.panel-group .panel-title a {
     background: white !important;
    white-space: normal;
    border: 1px solid #ed6c6c!important;
}

.panel-group .panel-title a::after {
    color: #b40000 !important;
}

.footer a {
    font-size: 13px!important;
    color: white;
}


.menuzord-menu li .indicator {
    margin-left: 0px !important;
}


.box-hover-effect {
    position: relative !important;
    display: block !important;
    border-radius: 5px !important;
    overflow: hidden !important;
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 8%)!important;
}

.icon-box.iconbox-theme-colored.iconbox-border {
    position: relative !important;
    display: block !important;
    padding: 10px 10px !important;
    border-radius: 5px !important;
    border: 1px solid #e0e0ea !important;
}

.icon-box {
    margin-bottom: 60px;
    padding: 40px 17px;
    border: 1px solid #222222 !important;
}