.banner-mtf-img.align-bottom img {
    max-height: 270px;
margin: auto;
display: block;
}
.myNewVideos {
text-align: center;
}
.myNewVideos iframe {
/* width: 100%;
height: 100%;*/
padding: 5px;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
border-radius: 5px;
background: #ddd;
}

/*---------------FaqArea----------------------------*/
.FaqArea {
padding: 50px 0;
background: #F8F8F8;}


.FaqArea .pageTitle {
margin: 0 0 20px;
}
.FaqArea .faqBlock {margin: 28px 0 0;}
.FaqArea .eachFaq.close h4:before{
content: '+';
width: 20px;
height: 20px;
position: absolute;
top: 16%;
right: 10px;
color: #000;
font-size: 30px;
}

.eachFaq {margin: 10px 0; float: none !important; opacity: 1 !important}

.FaqArea .eachFaq.open h4:before{
content: '-';
width: 20px;
height: 20px;
position: absolute;
top: -7px;
right: 10px;
color: #fff;
font-size: 43px;
}
.FaqArea .accordion-content p strong {margin: 20px 0 0;display: block;color: #787878;}

.FaqArea .accordion-content ul {list-style: disc;padding: 16px 0 0 17px;}

.FaqArea .accordion-content ul li {margin: 0 0 8px;}

.FaqArea .eachFaq h4 {
height: 60px;
box-shadow: 0px 3px 6px #0000000B;
padding: 15px;
margin: 0;
background: #fff;
position: relative;
font-size: 16px !important;
color: #1A1818;
cursor: pointer;
display: flex;
align-items: center;
padding-right: 28px;
}

.FaqArea .accordion-content {
min-height: 80px !important;
box-shadow: 0px 3px 6px #0000000b;
padding: 15px !important;
background: #fff;
}

.FaqArea .eachFaq h4:hover {background: transparent linear-gradient(
90deg, #641C7F 0%, #551A78 9%, #301667 36%, #15135B 61%, #051154 83%, #001152 100%) 0% 0% no-repeat padding-box;color: #fff;}
.FaqArea .eachFaq.open h4{margin-bottom: 0;box-shadow: 0px -1px 6px #0000000b;}
.FaqArea .eachFaq h4:hover::before  {
color: #fff;
}
.FaqArea .eachFaq h4:after {
display: none;
}

.webHeading h3 {
color: #080808;
line-height: normal;
padding: 15px;
position: relative;
margin-bottom: 35px;
text-align: center;
font-size: 18px;
}

.webHeading h3:after {
width: 60px;
content: "";
border-bottom: 6px solid #ef5713!important;
display: inline-block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto -4px auto!important;
border-radius: 8px;
}

/**** new changes ****/
h1.heading-text {
    font-size: 2.5rem;
    color: #fff;
    line-height: 1.1;
    font-weight: 700;
    position: absolute;
    top: 31%;
}

h1.heading-text span{font-size: 2.5rem;
    color: #ecb74c;
    line-height: 1.1;
    font-weight: 700;}



@media screen and (max-width:767px) {
    h1.heading-text{
    position:relative;top:0;font-size: 2rem;
} 
h1.heading-text span{font-size: 1.4rem;
   }


}