html{
    font-size:62.5%;
}
body {
   
   
    font-size: 1.6rem;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0px;
}
p:empty{
    display:none;
}
.section_header h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 7rem;
    line-height: 90%;
    font-weight: bold;
}
.header{
        z-index: 1000 !important;
}
.btn-orch {
    background: #d75734;
    padding: 5px;
    color: #fff;
    font-size:18px;
    font-weight:500;
    border-radius: 2px;
    max-width: 185px;
    margin: 0px 0px 8px;
    width:100%;
    border-radius:3px;
    text-transform: uppercase;
}
.btn-orch:hover{
    background: #16594d;
    color:#fff;
}
.section_individuals-media ul {
    padding-left: 19px;
    margin-top: 27px;
}
.section_individuals-media ul li {
    margin-bottom: 10px;
}

.section_individuals-media p {
    margin-bottom: 13px;
    color:#000;
}
.play-button {
    pointer-events: none;
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 0;
    background-color: #60266a;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* z-index: 1; */
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    outline: none;
    z-index: 12;
}
.play-button::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(96, 38, 106, .5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-animation-name: pulseAnimate;
    animation-name: pulseAnimate;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.play-button::after {
    content: "";
    border-left: 30px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    display: block;
    margin-left: 10px;
}
.video_pan_container {
    max-width: 768px;
    margin: auto;
    position: relative;
    border-radius: 17px;
    overflow: hidden;
}
.video_pan {
    position: relative;
    height: 0;
    padding-bottom: 56.6666%;
}
.video_pan iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
    border-radius: 5px;
}
.card-img img {
    max-width: 424px;
    border-radius: 4px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}
.container-small.container {
    width: 100%;
    max-width:1120px;
    margin-left: auto;
    margin-right: auto;
}
.section_individuals-media ol li {
    margin-bottom: 10px;
}
.container-small.container .text-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 768px;
    margin: auto;
    justify-content: center;
    margin-bottom: 30px;
}
.container-small.container .text-wrap p{
    text-align:center;
}
.section_header h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size:7rem;
    line-height: 90%;
    font-weight:bold;
}
.section_header h4{
    color:#000;
    text-align: center;
    font-size:2.6rem;
    font-weight: 500;
    line-height: 118%;
}
.section_header p{
    color:#000;
    text-align:left;
    font-size:16px;
    font-weight: 400;
}
.section_individuals-media .container {
    max-width: 1120px;
}
.heading-style-h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size:28px;
    font-weight:500;
}
header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 100;
}
p.no-ccn {
    font-size: 14px;
}
.heading-style-h2 span {
    display: block;
    font-size:18px;
}
.section_individuals-media h3 {
    text-align: center;
    margin-top: 29px;
    font-size: 28px;
    font-weight:500;
}
.section_individuals-media{
    padding-block:25px;
}
.inpuemal.error {
    border-color: red !important;
}
.inpuemal {
    height: 40px;
    font-size: 14px;
}
.submit-btn {
    background: #e76e4d;
    color: #fff;
    font-size: 16px;
    display: block;
    font-weight: 600;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    text-decoration: none;
    outline: none;
    border: none;
    width: 100%;
    cursor:pointer;
    margin-top:25px;
}
.submit-btn:hover{
    background:#cb593a;
}
.submit-btn:focus{
    outline:none;
}
#entrDet .smalltxt {
    font-size: 15px;
    font-weight: normal;
    color: #000;
    line-height: 19px;
    text-align: left !important;
}
#entrDet h2 {
    font-size: 23px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #16594d;
}
#entrDet .modal-body {
    padding: 3rem;
}
#entrDet .close {
    font-size: 31px;
    font-weight:400;
    margin-top: -20px;
    margin-right: -10px;
}

@media (max-width:1199px){
.container {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
}
}
@media(max-width:1024px){
    .section_header h1 {
        line-height: 1.2;
        font-size: 4rem;
    }
}
@media (max-width:767px){
 html{
    font-size:52.5%;
}
.section_header h1 {
    font-size: 3rem;
    padding-top: 24px;
}
header.d-sm-flex.justify-content-between a.btn.btn-orch {
    display: block;
    width: 100% !important;
}
header.d-sm-flex.justify-content-between {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.heading-style-h2 {
    font-size: 26px;
    margin-bottom: 16px;
}
.card-img {
    margin-bottom: 21px;
}
.section_header h4 {
    font-size:2.2rem;
}
body{
    font-size: 16px;
}
.section_individuals-media {
    padding-block: 20px;
}

}
