/*****Common Styles*****/

/*body, div, a {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: #000000;
}
*/
a {
    text-decoration: none;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

.container {
    max-width: 1170px;
    width: 100%;
}

section {
    padding: 60px 0px;
}

/*****Common Styles*****/

.d-none {
    display: none !important;
}

.text-white {
    color: #fff !important;
}

.text-orange {
    color: #ff7200;
}

.text-red {
    color: #FF0000;
}

/*****Common Styles*****/

main{
    background: #F7F7F7;
}

/**Detail topbar section css starts**/

.detail_heading h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 15px 0px 15px 0px !important;
}

.download_btn a {
    background: #0066CC;
    border-radius: 7px;
    padding: 15px 25px;
    display: inline-block;
}

/**Detail topbar section css ends**/

/**Detail bar section css starts**/

.detail_bar {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 2rem;
}
.detail_bar p{
    font-size: 14px;
    line-height: 25px;
}

/**Detail bar section css ends**/


/**Detail summary section css starts**/


.detail_summary_wrapper{
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 2rem;

}

.main_summary_box {
    margin: -15px 0px !important;
}

.summary_box {
    padding: 15px 0px;
}

.summary_heading h6{
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    margin: 0px 0px 10px 0px !important;
}
.summary_para p{
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    margin: 0px;
    
}

.register_link{
    font-size: 14px;
    color:#0019FF;
    text-decoration: underline;
    font-weight: 600;
}

/**Detail summary section css ends**/

/******************************************************RESPONSIVE CSS*******************************************************/

/*

 * Table of Contents:

 * 	   - Media Queries

 *   0 - media screen and (max-width: 1170px)

 *   1 - media screen and (max-width: 1152px)

 *   2 - media screen and (max-width: 1024px)

 *   3 - media screen and (max-width: 992px)

 *   4 - media screen and (max-width: 800px)

 *   5 - media screen and (max-width: 768px)

 *   6 - media screen and (max-width: 728px)

 *   7 - media screen and (max-width: 640px)

 *   8 - media screen and (max-width: 500px)

 *   9 - media screen and (max-width: 480px)

 *  10 - media screen and (max-width: 414px)

 *  11 - media screen and (max-width: 375px)

 *  12 - media screen and (max-width: 360px)

 *  13 - media screen and (max-width: 320px)

---------------------------------------------------------------------- */

@media screen and (max-width:1170px) {
    .container {
        padding: 0px 15px;
    }
}