/* Terms & Conditions */
.term_conditions_banner {
    min-height: 400px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #eaeaea;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.term_conditions_banner h1 {
    color: #fff;
    font-size: 50px;
    font-family: "Sentinel-Semibold";
    margin: 0;
}
.term_conditions_banner::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.30;
    position: absolute;
    top: 0;
    width: 100%;
}
.privacy_policy_content {
    padding: 60px 0;
}
.privacy_single_content {
    margin-bottom: 20px;
}
.privacy_single_content h2 {
    color: #12284c;
    font-family: "GothamMedium";
    font-size: 24px;
    margin: 0px 0 15px;
}
.privacy_single_content h3 {
    color: #12284c;
    font-family: 'GothamMedium';
    font-size: 16px;
    margin: 25px 0 5px;
}
.privacy_single_content h4 {
    color: #12284c;
    font-family: 'GothamMedium';
    font-size: 14px;
    margin: 25px 0 5px;
}
.privacy_single_content p {
    font-size: 14px;
}
.privacy_single_content ul {
    list-style: disc !important;
    margin-bottom: 20px;
    padding-left: 50px;
}
.privacy_single_content ul li {
    color: #12284c;
    font-size: 14px;
    margin-bottom: 8px;
    font-family: "Gotham-Book";
}
.first_level_list {
    padding-left: 15px;
    font-size: 14px;
}
.first_level_list li {
    margin: 0 0 15px;
}
.first_level_list li span {
    font-family: "GothamMedium";
    text-decoration: underline;
}
/*browser supporting css*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  /* IE10+ specific styles go here */ 
     .term_conditions_banner h1{
       margin-top: 150px;
     }
     /*end browser supporting css*/

@media only screen and (max-width: 767px) {
    .term_conditions_banner {text-align: center;}
    .term_conditions_banner h1 {font-size: 40px}
    .privacy_policy_content {padding: 40px 0;}
    .privacy_single_content h2, .privacy_single_content h3 {font-size: 24px;}
    .privacy_single_content ul {padding-left: 15px;}

}
