@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 body {
    
     font-weight: 400;
     font-size: 15px;
     font-family: "Poppins", serif;
}
html{
    font-size:62.5%;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0px;
}
.h5, h5 {
    font-size: 1.25rem;
}
p:empty{
    display:none;
}
.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;
}
.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:8rem;
    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;
}
.call {
    display: inline-flex;
    padding: 10px 0px 0px 30px;
    vertical-align: top;
    align-items: center;
}
.call strong {
    color: #000;
    font-weight: 300;
    font-size: 22px;
    vertical-align: top;
}
.phone_call {
    background-position: -305px -4px;
    height: 39px;
    width: 38px;
    vertical-align: top;
}
p.phnum {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    line-height: 20px;
    color: #16594d;
}
.icn {
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/icn-plts.png);
    background-repeat: no-repeat;
}
.bx_ver {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    max-width: 472px;
    margin: auto;
    /* height: 100%; */
    min-height: 788px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 2px 5px 20px 2px rgba(0, 0, 0, 0.1);
}
.bx_ver .top_b {
    background: #16594d;
    color: #fff;
    padding: 24px;
    text-align: center;
    min-height: 227px;
}
.bx_ver .top_b h5 {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.bx_ver .top_b h4 {
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0;
    font-family: 'Montserrat', sans-serif;
}
.bx_ver .top_b h4 {
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0;
}
.bx_ver .top_b h6 {
    font-size: 18px;
    font-weight: 400;
}
.top_b h6 {
    padding-bottom: 10px;
}
.bx_ver .bot_b {
    padding: 20px 15px 20px 22px;
}
.btn-orch {
    background: #d75734;
    padding: 5px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    border-radius: 2px;
    text-transform: uppercase;
    min-width: 426px;
    border: 5px solid transparent;
    margin: 0px 0px 8px;
}
.bx_ver ul {
    list-style: none;
    padding-left: 5px;
    margin: 0px auto 0px;
    position: relative;
    padding: 15px 0px 5px 20px;
}
.tckmrk li {
    color: #666;
    font-weight: 400;
    position: relative;
    padding-left: 24px;
    line-height: 1.7;
    padding-bottom: 3px;
    counter-reset: subsection;
}
.tckmrk li:before {
    content: "";
    display: inline-block;
    background-image: url(../images/icon_site.png);
    background-position: -24px -115px;
    background-repeat: no-repeat;
    width: 15px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 8px;
}
.bot_b h5 {
    color: #000;
    font-size: 26px;
    text-align: center;
    margin-top: 15px;
}
h2.seched {
    font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #17375d;
    border-bottom: 2px solid #16594D;
    position: relative;
    max-width: 917px;
    text-align: center;
    margin: 0px auto 10px;
    padding: 0px 0px 15px;
    margin: 0px auto 50px;
}
h2.seched:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    border-bottom-color: transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #16594D;
    border-bottom-color: rgba(255, 255, 255, 0);
    border-width: 16px 14px 6px 14px;
    margin-left: -9px;
}
.whtBx {
    background: #fff;
    border: 1px solid #d7d7d7;
    margin-bottom: 20px;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    border: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.whtBx .bxPd {
    padding: 20px 20px 10px;
}
.whtBx .bxPd h5 {
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin: 0px 0px 5px;
    font-size: 14px;
}
.whtBx .bxPd h5 span {
    float: right;
}
.ftBg {
    background: #16594d;
    color: #fff;
    border-top: 1px solid #16594d;
    border-bottom: 3px solid #fff;
    padding: 10px 0px;
}
.ftBg h5, .hdBg h5 {
    display: inline-block;
    vertical-align: top;
    padding: 22px 10px 0px 0px;
}
.ftBg ul.social-icon-list, .hdBg ul.social-icon-list {
    margin: 0px auto 0px;
    padding: 0px;
    display: inline-block;
}
.ftBg ul.social-icon-list li, .hdBg ul.social-icon-list li {
    display: inline-block;
    border-right: none;
    padding: 0px 3px;
    margin-top: 15px;
}
.ftBg ul.social-icon-list li a, .hdBg ul.social-icon-list li a {
    color: rgba(18, 41, 75, 1);
    font-size: 18px;
    background-color: rgba(255, 255, 255, 1);
    width: 32px;
    display: inline-block;
    height: 32px;
    border-radius: 50%;
    padding-top: 5px;
    position: relative;
}
.ftBg ul.social-icon-list li a i, .hdBg ul.social-icon-list li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.icn {
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/icn-plts.png);
    background-repeat: no-repeat;
}
.ftBg .cpy {
    padding: 20px 0px 0px 0px;
    font-size: 16px;
    font-weight: 300;
}
.ftBg .cpy a, .ftBg .cpy a:hover, .ftBg .cpy a:visited {
    color: #fff;
}
.advWrn p {
    margin: 0px 0px 15px;
    font-size: 11px;
    color: #000;
}
i.fb {
    background-position: -149px -2px;
    height: 21px;
    width: 18px;
}
i.utube {
    background-position: -172px -2px;
    height: 22px;
    width: 18px;
}
i.lin {
    background-position: -199px -2px;
    height: 21px;
    width: 18px;
}
.ftBg h5, .hdBg h5 {
    display: inline-block;
    vertical-align: top;
    padding: 22px 10px 0px 0px;
    font-size: 20px;
}
.heder {
    position: sticky;
    top: 0px;
    box-shadow: 0 2px 10px 2px rgb(0 0 0 / 50%);
    z-index: 9999;
    background-color: #fff;
    padding: 10px 0px;
}
.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;
}
@-webkit-keyframes pulseAnimate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
  
    to {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
  }
  
  @keyframes pulseAnimate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
  
    to {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
  }
  @-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
    transform: translateY(0);
    }
    40% {
    transform: translateY(-30px);
    }
    60% {
    transform: translateY(-15px);
    }
    }
    @keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
    transform: translateY(0);
    }
    40% {
    transform: translateY(-30px);
    }
    60% {
    transform: translateY(-15px);
    }
    }
  .bounce {
      -webkit-animation: bounce 2s infinite;
      animation: bounce 2s infinite;
  }  

@media (max-width:1199px){
.container {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
}
}
@media (max-width:767px){
 html{
    font-size:52.5%;
}
.section_header h1 {
    font-size: 5rem;
}
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;
}
.card-img {
    margin-bottom: 21px;
}
.call{
    display: none;
}

.heder a img {
    max-width: 150px;
}



}
@media (min-width: 768px) {
    .payment_full {
        display: flex;
    }
}
.payment_full {
    margin-bottom: 60px;
}
