/** media query **/
@media (min-width: 993px) and (max-width: 1200px){
    .banner-form {
        width: 100%;
    }
    .item-content {
        height: 770px;
    
    }
        
    }
    @media (min-width: 768px) and (max-width: 992px){
    .top-banner h1 {
        font-size: 30px;
    
    }
    .banner-form {
        width: 100%;
    }
    .goals-text h2 {
        font-size: 20px;
    
        margin-bottom: 15px;
    }
    .schedule-text h2 {
        font-size: 24px;
        line-height: 30px;
    
    }
    .item-content {
        height: 450px;
    
    }
    .social-icon ul li {
        margin: 5px 0;
    }
        
    }
    @media(max-width: 767px){
    .header-content-left {
        text-align: center;
        margin-bottom: 10px;
    }
    ul.header-content-right {
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    ul.header-content-right li a {
        padding: 5px 10px !important;
        display: block;
        text-align: center;
        font-size: 9px;
    }
    section.banner-sec {
        padding: 10px 0;
    
    }
    .top-banner h1 {
        font-size: 20px;
    
    }
    .top-banner span {
        font-size: 20px;
    
    }
    .banner-video iframe {
        object-fit: cover;
        height: 40vh;
        width: 100%;
    }
    .banner-form {
        width: 100%;
        float: left;
        margin: 10px 0 0;
    }
    section.goals-sec {
        padding: 20px 0;
        background: #fff;
    }
    .goals-text h2 {
        font-size: 22px;
        line-height: 30px;
        text-align: center;
    }
    section.schedule-sec {
        padding: 20px 0;
    
    }
    .schedule-text h2 {
        font-size: 20px;
        line-height: 30px;
    
    }
    section.fincart-paln {
        padding: 20px 0;
    
    }
    .fincart-paln-text h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .fincart-paln-text .single-plan {
        padding: 10px 0;
        margin-bottom: 10px;
    }
    .fincart-paln-text.plan-top {
        text-align: center;
        margin-bottom: 20px;
    }
    section.testimonials-sec {
        background-color: #003967;
        padding: 20px 0;
    }
    section.testimonials-sec .title-inner h2.title {
        margin-bottom: 0;
        font-size: 20px;
    }
    section.testimonials-sec .title-inner {
        text-align: center;
        margin-bottom: 20px;
    }
    .item-content {
        height: auto;
    
    }    
    .fearured-text ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }
    .fearured-text ul li {
        margin-bottom: 20px;
        text-align: center;
        padding: 0 !important;
        height: 100px;
        width: 47%;
        margin: 8px 4px;
    }
    section.contact-from .col {
        width: 100%;
        float: left;
        margin: 0;
        padding: 6px;
    }
    section.doubt-sec {
        padding: 20px 0;
        background: #f6f6f6;
    }
    .social-icon ul {
    
        float: left;
    }
    .social-icon {
        float: left;
        vertical-align: bottom;
    }
    .social-icon p {
    
        float: left;
    }
    
    section.goals-sec-bg {
        background-attachment: inherit;
        height: 179px;
    }
    
    .banner-video {
        text-align: center;
    }
    
    .top-banner h1 {
        font-size: 25px;
    }
    
    .top-banner span {
        font-size: 14px;
        font-weight: 400;
        margin-top: 10px;
        display: block;
    }
    
    .header-area .top-header-area .header-content-right li a {
        font-size: 13px;
    }
    
    .form-info {
    }
    
    .goals-text p {
        text-align: center;
        font-size: 15px !important;
    }
    
    .fincart-paln-text p {
        margin: 0;
    }
    
    .why-choose-minty .main-heading {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }
    
    .why-choose-minty .bg-imgs .bg {
        width: 100%;
        height: 182px;
        margin-top: 31px;
    }
    
    .why-choose-minty .minty-container .white-container {
        /* padding: 0 !important; */
        left: 0;
        margin: 0 auto;
        width: 100%;
        margin-bottom: 30px;
    }
    
    .fearured-text ul li a {
        display: block;
        width: 100%;
    }
    
    .fearured-text ul li img {
        height: 87px;
        object-fit: contain;
    }
    .image-wrap img{
            width: 80px !important;
        height: 80px !important;
    }
.mobile-banner{
    display: block !important;
}
    
.col-md-12.mobile-banner {
    position: relative;
    margin-top: -11px;
}

section.banner-sec .banner-video h5 {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}
    }

  
    @media(max-width: 480px){
        
    }
    @media(max-width: 360px){
        
    }
    
