body {
    overflow-x: hidden;
}

#HomeSec {
   height: calc(100vh - 130px);
    min-height: 800px;
    max-height: 1200px;
    background: white;
    overflow: hidden;
    background-image: url(../img/MF-SessionImg.jpg);
    background-size:cover;
            background-repeat: no-repeat;

    position: relative;
}
#HomeSec video {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    object-fit: cover;
    object-position: top;
    z-index: 1;
}
#HomeBackgroundDiv {
    background: rgba(255,255,255,0);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    
    
}
#HomeInnerDiv {
    width: 500px;
    margin-top: 180px;
    position: relative;
    z-index: 3;
    margin-left: 10vw;
    top: 60px;
}

#HomeTitle {
    color: black;
    font-weight: 100;
    font-size: 40px;
    text-align: center;
    
}
#HomeTitle span {
    font-size: 57px;
    display: block;
}
#HomeSubTitle {
   font-size: 14.5px;
    font-weight: 300;
    text-align: center;
    margin-top: -10px;
    color: dimgray;
    color: #b51730;
}

#TabSec {
    
    height: 100px;
    overflow: hidden;
    background: rgb(240,240,240);
    
box-shadow: 0 2px 20px rgba(0,0,0,0.3)

}

@media screen and (max-width: 1300px){
    #TabSec {
        top: 50px;
        position: relative;

    }
}



.TabItem {
    float: left;
    width: calc(100% / 3);
    height: 100%;
    border-right: solid 1px rgb(230,230,230);
    text-align: center;
    cursor: pointer;
    color: black;
}
.TabItem h1 {
    font-size: 30px;
    font-weight: 100;
    color: inherit;
    padding-top: 5px;
    text-transform: uppercase;
}
.TabSelected {
    font-weight: 300;
    background: white !important;
    color: #b51730 !important;
}
.TabItem:hover h1{
color: #b51730;
    letter-spacing: 5px;
    
}
.TabItem:hover {
    background: rgb(230,230,230);
}

.TabBook {
    background: #b41932;
    color: white !important;
}
.TabBook:hover h1{
    color: white!important;
}
.TabBook:hover {
        background: #db1b3a;

}

#TabBodySec {
    background: white;
    overflow: hidden;
}
#AboutTabTitle {
    font-size: 20px;
    line-height: 150%;
    font-weight: 300;
    width: 800px;
    margin: 0 auto;
    text-align: justify;
    margin-top: 100px;
}


#AboutMFInnerDiv {
    width: 1000px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 50px;
    overflow: hidden;
    padding: 10px
}
#AboutImgMF {
    width: 450px;
    height: 450px;
    border-radius: 50%;
    object-fit: cover;
    background: black;
    border: solid 10px white;
    display: inline-block;

}
#AboutImgMFDiv {

    float: left;
}
#AboutMFRightDiv {
    width: calc(100% - 450px);
    padding-left: 50px;
    margin: 0 auto;
    float: right;
}
#AboutMFTitle {
    font-size: 50px;
    font-weight: 100;
    text-align: center;
    margin-top: 20px;
    
}
#AboutMFBreak {
    height: 3px;
    width: 80px;
    background: #e74c3c;
    display: block;
    margin: 0 auto;
}
#AboutMFSubTitle {
    font-size: 15px;
    text-align: justify;
    width: 450px;
    margin: 0 auto;
    margin-top: 30px;
    font-weight: 300;
    color: dimgray;
    line-height: 130%;
}

#FeesInnerDiv {
    width: 1050px;
    margin: 0 auto;
    margin-top: 100px;
    text-align: center;
}

#FeeItemDiv {
    height: 200px;
    width: 200px;

    border-radius: 3px;
    background: rgb(245,245,245);
    text-align: center;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    margin-left: 15px;
    margin-right: 15px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}
#FeeItemDiv i {
    display: block;
    font-size: 100px;
    color: #b41932;padding-top: 30px;
}
#FeeItemDiv span {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #b41932;
    display: block;
    background: white;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-top: 7px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}
#FeeItemDiv:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

#FeeA {
    color: #b41932;
    font-size: 13px;
    font-weight: 500;
    display: block;
    margin-top: 50px;
    margin-bottom: 10px;
    text-transform: uppercase;
    cursor: pointer;
}
#FeeA:hover {
    text-decoration: underline;
}
#FeeA2 {
    color: #b41932;
    font-size: 13px;
    font-weight: 500;
    display: block;
    margin-top: 0px;
    margin-bottom: 50px;
    text-transform: uppercase;
    cursor: pointer;
}
#FeeA2:hover {
    text-decoration: underline;
}


#PullUpModal {
    max-height: 500px;
}
.modal-content {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 10px;
}
.modal-content h4 {
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    border-bottom: solid;
    border-width: 1px;
    border-color: lightgray;
    padding-bottom: 20px;
    
}
.modal-content p {
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
    
    
}

#FAQSec {
    overflow: hidden;
    background: white;
    padding-bottom: 30px;
}
#FAQSec h2 {
    font-size: 50px;
    text-align: center;
    font-weight: 100;
    padding-top: 30px;
    padding-bottom: 30px;
}
#FAQItem {

    max-height: 70px;
    width: 80%;
    max-width: 800px;
    background: #b51730;
    margin: 0 auto;
    border-radius: 40px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 30px;
}
#FAQItem:hover {
    background: #cb1c38;
       box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
   
    
}
#FAQItemTitle {
    font-size: 25px;
    color: white;
    font-weight: 300;
    text-align: center;
    padding-top: 22px;
    margin-top: 0px;
}
#FAQItemTitle i {
font-size: 30px;
    position: absolute;
    right: 20px;
    top: 22px;
    color: rgba(255,255,255,0.5)
    
}
#FAQItem p {
    text-align: justify;
    padding-top: 30px;
     padding-left: 50px;
    padding-right: 50px;
    font-size: 17px;
    background: white;
    padding-bottom: 30px;
    margin-bottom: 10px;
}


#SchedulePopUp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    z-index: 1000;
    display: none;
}
#SchedulePopUp div {
   height: auto;
    max-width: 600px;
    width: 90%;
    background: white;
    margin: 0 auto;
    border-radius: 3px;
}
.PopUpButton {
    width: calc(100% / 3);
    display: block;
    float: left;
    text-align: center;
    height: 100%;
    font-size: 15px;
    color: gray;
    font-weight: 300;
    line-height: 70%;
    padding-top: 50px;
    cursor: pointer;
    text-transform: uppercase;

}
.PopUpButton i {
    display: block;
    font-size: 70px;
    margin-bottom: 15px;
    transform: all 0s;
}
.PopUpButton:hover {
    background: rgb(240,240,240);
    color: dimgray;
}
.PopUpButton span {
    display: block;
    font-size: 20px;
    transition: all 0s;
}
#ScheduleInnerDiv h1 {
    font-size: 25px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    padding-top: 25px;
    font-weight: 300;
    
}
#ScheduleInnerDiv h2 {
    font-size: 50px;
    text-align: center;
  color: #b51730;
    margin-top: 30px;
    font-weight: 100;
    transition: all 0.2s;
}
#ScheduleInnerDiv h2:hover {
    letter-spacing: 4px;
}
#ScheduleContact {
    font-size: 15px;
    text-align: center;
    display: block;
    color: dimgray;
    margin-bottom: 15px;
}
#ScheduleContact a {
    color: #b50000;
}
#ScheduleContact a:hover {
    text-decoration: underline;
}

#BookSessionButton {
    height: 60px;
    width: 320px;
    margin: 0 auto;
    margin-bottom: 70px;
    margin-top: 0px;
    background: #b41932;
    text-align: center;
    font-size: 30px;
    color: white;
    font-weight: 100;
    padding-top: 8px;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
        transition: all 0.3s;


}
#BookSessionButton:hover {
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: #de2543;

}




@media only screen and (max-width:1500px) {
    
    #HomeSec {
        background-position: right;
        
    }
    #HomeInnerDiv {
        margin-left: 5vw;
    }
}

@media only screen and (max-width:1300px) {

    #HomeSec {
        position: relative;
                background-position: 70%;

    }
    #HomeInnerDiv {
        width: 100%;
        background: rgba(255,255,255,0.8);
        padding: 30px 0;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0;
        bottom: 100px;
    }
   
    
}

@media only screen and (max-width:1100px) {

    #AboutTabTitle {
        width: 550px;
        font-size: 20px;
        line-height: 130%;
    }
    
    #AboutImgMFDiv {
          display: block;
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    #AboutImgMF {
        height: 400px;
        width: 400px;
      display: inline-block;
        margin-bottom: 20px;
        
    }
    #AboutMFRightDiv {
        width: 100%;
        padding: 0 ;
    }
    #AboutMFInnerDiv {
        width: 600px;
        margin-top: 50px;
    }
    
    #FeesInnerDiv {
        width: 600px;
        margin-top: 50px;
    }
    #FeeItemDiv {
        margin-top: 50px;
    }
    
     #FAQItem {
        height: auto !important;
        border-radius: 3px !important;
        cursor: default;
    }
    #FAQItem i {
        display: none;
    }
    #FAQItem h1 {
        font-size: 20px;
        padding: 0 15px;
        padding-top: 25px;
    }
    #FAQItem p {
        padding: 25px;
        font-size: 13px !important;
        line-height: 120% !important;
        margin-bottom: 0px;
    }
    
}

@media only screen and (max-width:700px) {
    
    #AboutTabTitle {
        width: 85%;
        font-size: 17px;
    } 
    #AboutMFInnerDiv {
        width: 100%;
    }
    #AboutImgMF {
        width: 250px;
        height: 250px;
    }
    #AboutMFTitle {
        font-size: 10vw;
    }
    #AboutMFSubTitle {
        width: 90%;
        font-size: 14px;
    }

    #FeesInnerDiv {
        width: 90%;
    }
    #FeeItemDiv {
        margin-top: 0px;
        margin-bottom: 25px
    }
    
    #FAQItem {
        max-height: 600px !important;
    }
    
}

@media only screen and (max-width:500px) {

    #HomeSec {
        background-position: 70%;
    }
    #HomeTitle {
        font-size: 8.7vw;
    }
    #HomeTitle span {
        font-size: 12.5vw;
    }
    #HomeSubTitle {
        font-size: 3.5vw;
    }
    
    .TabItem h1 {
        font-size: 20px;
        font-weight: 300;
        padding-top: 10px;
    }
    #ScheduleInnerDiv h1 {
    font-size: 20px;
            width: 90%;
    }
    #ScheduleInnerDiv h2 {
    font-size: 10vw;
  
}
    
}



















