body{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
.main-container{}
.field-set{
    background-image: url(../assets/images/background/common-header.jpg);
    background-size: cover;
    height: 300px;
    width: 100%;
}
.region-content {
    /* padding: 2rem ; */
}
.region-content .quote{
    padding: 2rem 0 1rem;
}
.region-content .quote h3
{
    text-align: center;
    color: #337ab7;
    font-size: 25px;
    /* font-family: 'MyriadPro-Semibold'; */
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}
.region-content .quote  h5{
    font-size: 18px;
    text-align: right;
    font-style: italic;
}
p{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
.text-blue{
    color: #337ab7 !important;
}
.region-content ul{
    padding: 0;
    list-style-type: none;
}
ul span{
    font-weight: 600;
}
.info-sec .info-inner {
    text-align: center;
    cursor: pointer;
}
.info-sec .info-inner h6{
            font-weight: 600;
            color: #337ab7; 
            font-size: 18px;
            text-align: center;
    
}
.info-sec .info-inner h5{
    font-weight: 400;
    color: #337ab7; 
    font-size: 16px;
    font-style: italic;
    text-align: center;
    margin-top: 1rem;

}

.title{
    /* font-weight: 600; */
    color: #000; 
    font-size: 18px;
    margin: 1rem 0;
      
}
.title .fw-600{
  font-weight: 800;
      
}
.title span{
    font-weight: 600;
            color: #337ab7; 
            font-size: 18px; 
}
.card .img-div img{
    border: 5px solid #337ab7;
}
.card  .card-info{
    background-color:#de2340 ;
    padding: 10px;
    color:#fff;
}
.card  .card-info h6{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.card  .card-info h5{
    font-size: 14px;
} 
.card  .card-info p{
    font-size: 13px;
    height: 105px;
}  
/* #de2340 */
p{
    margin: 1rem 0;
}
.card-box{
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 1.5rem;
    -webkit-box-shadow: 6px 10px 5px -2px rgba(199,199,199,1);
    -moz-box-shadow: 6px 10px 5px -2px rgba(199,199,199,1);
    box-shadow: 6px 10px 5px -2px rgba(199,199,199,1);

}
ol , ul{
    /* padding: 0; */
}
ol li, ul li{
    font-size: 15px;
    margin-bottom: 8px;
}
.blue-bg{
    background: #337ab7;
    color: #fff;
}
table th,

table td{
    padding: 5px  10px !important;
    font-size: 14px;

}
.tabs-sec{
    margin-top: 2rem;
}
.tabs-sec .nav{
    justify-content: space-between;
}
.tabs-sec
.nav-tabs .nav-link.active {
    font-weight: 600;
    color: #fff;
    background-color:#337ab7 ;
}.tabs-sec 
.nav-tabs .nav-link{
    color:#337ab7;
    margin: auto;
    width: 100%;
}
.tabs-sec .nav .nav-item{
    border: 1px solid #eee;
    border-bottom: unset;
    border-radius: 5px 5px 0 0;
    width: 250px;
    text-align: center;
    margin: 0;
}
.tabs-sec  .tab-content{
    border: 1px solid #eee;
    padding: 10px;
}
table p, ul li, ol li{
        font-size: 14px;
        margin-bottom: .6rem;
}
ul li{
    display: list-item;
}

.italic_{
    font-style: italic;
    font-size: 14px;
    margin: 0;
}
.answer1{
    /* display: none; */
}
.accordion  .card-header,.accordion  .card{
    border: unset;
}
.accordion .card-header .btn{
    font-weight: bold;
    display: flex;
    color: #337ab7 !important;
    text-decoration: none;
}
.accordion .card-header{
     background: unset;
     padding: unset;
     font-weight: bold;
}
.accordion .card-body{
    padding:10px 10px;
}
.accordion .card-body p{
    font-size: 14px;
}
.accordion .card-body h6{
    margin-top: 0;
    font-weight: 600 !important;
}

.line{
    position: relative;
    cursor: pointer;
    
}
.line:after{
    content: '>';
    background: #337ab7;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    /* margin: -10px auto; */
    left: 50%;
    color: #fff;
    top: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(88deg);
    border-radius: 100px;
}
.before-icon:before{
    content: '>';
    border-radius: 100px;
    background: #337ab7;
    width: 25px;
    height: 25px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    /* display: inline-block; */
    margin: 0 10px 0 0;
    font-size: 22px;
}
.btn.focus, .btn:focus{
    box-shadow: unset !important;
}

hr{
    /* margin-top: 1rem; */
    margin-bottom: 2rem;
    /* border: 0; */
    border-top: 2px solid rgba(0,0,0,.1);
}
.btn:hover{
    color: #337ab7;
}
.btn_{
    background: #fff;
    padding: 10px 30px;
    font-weight: 600;
    color: #337ab7;
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-box-shadow: 6px 10px 5px -2px rgba(199,199,199,1);
    -moz-box-shadow: 6px 10px 5px -2px rgba(199,199,199,1);
    box-shadow: 6px 10px 5px -2px rgba(199,199,199,1);
    margin: 10px;
    width:200px;
    display: inline-block;
    text-align: center;
}
.btn-sec{
    margin: 0;
    display: flex;
    justify-content: center;
    list-style: none;
}

.secondary{
    background-color: #337ab7;
    color:#fff;
    border: 1px solid #337ab7;
}
.secondary:hover{
    color: #fff;
}