/** media query **/
@media (min-width: 1024px) and (max-width: 1200px){
.container {
    max-width: 95%;
}
 .franchise-partner-box {
    padding: 50px 30px;
}
    .investment-wrap ul li {
    width: calc(36% - 50px);
} 
}

@media (min-width: 1024px) and (max-width: 1100px){
.container {
    max-width: 95%;
}
    section.franchise-partner-sec .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .investment-wrap ul li {
    width: calc(36% - 50px);
} 
}

@media (min-width: 993px) and (max-width: 1024px){
 .container {
    max-width: 95%;
}  
    section.franchise-partner-sec .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
        .investment-wrap ul li {
    width: calc(36% - 50px);
}  
}

@media (min-width: 768px) and (max-width: 992px){
 .franchise-banner-text h1 {
    font-size: 36px;
    line-height: 46px;
} 
.trimytones-salon-wrap ul {
    flex-wrap: wrap;
}
.trimytones-salon-wrap ul li {
    width: calc(50% - 20px);
}
section.franchise-partner-sec .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
}
.franchise-partner-box {
    padding: 20px;
}
.investment-wrap ul li {
    width: calc(70% - 0px);
}
.investment-wrap ul {
    flex-wrap: wrap;
}
section.about-our-brand-sec .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
}
section.about-our-brand-sec .franchise-heading {
    text-align: center !important;
}
.about-our-brand-img {
    margin-top: 50px;
}
.container {
    max-width: 95%;
}

section.franchise-journey-today-sec .franchise-heading figure {
    width: 100%;
}
section.franchise-journey-today-sec .franchise-heading h2 {
    font-size: 36px;
}

section.trimytones-salon-sec .franchise-heading h2 {
    font-size: 36px;
    font-weight: 600;
}

.franchise-partner-box ul li {
    font-size: 14px;
}
.franchise-model-wrap .card.pro {
    flex: 0 1 48%;
}
.franchise-model-wrap {
    flex-wrap: wrap;
}
}

@media(max-width: 767px){
.investment-wrap ul {
    flex-wrap: wrap;
}
.trimytones-salon-wrap ul {
    flex-wrap: wrap;
}
.trimytones-salon-wrap ul li {
    width: calc(50% - 20px);
}
.btn-two {
    flex-wrap: wrap;
}
.investment-wrap ul li {
    width: calc(100% - 0px);
}
section.franchise-journey-today-sec .franchise-heading figure {
    width: 100% !important;
}
.franchise-header a.navbar-brand img {
    width: 200px;
}
.navbar-box a.header-number {
    padding: 8px 10px;
    font-size: 14px;
}
.franchise-banner-text h1 {
    font-size: 36px;
    line-height: 46px;
}
.franchise-banner-text {
    margin-bottom: 46px;
}
.franchise-heading h2 {
    font-size: 30px;
}
.franchise-heading p {
    font-size: 16px;
}
.franchise-form {
    padding: 30px;
}
.investment-wrap ul {
    gap: 50px;
}
.about-our-brand-wrap {
    margin-bottom: 50px;
}
section.franchise-journey-today-sec .franchise-heading h2 {
    font-size: 30px;
}
.franchise-get-touch-wrap {
    grid-template-columns: repeat(1, 1fr);
}
.interactive-map-wrap iframe {
    height: 300px;
}

section.about-our-brand-sec {
    padding-top: 0;
}

section.trimytones-salon-sec .franchise-heading h4 {
    font-size: 20px;
}

.franchise-heading p {
    font-size: 14px;
}
.interactive-map-wrap {
        border: 1px solid #ccc;
        padding: 0;
        border-radius: 10px;
        height: 300px;
    }
footer.franchise-footer {
    padding: 30px 0px;
}
.franchise-partner-box {
    padding: 20px;
}
    .franchise-partner-box {
        padding: 20px;
    }
.container {
    max-width: 95%;
}
section.trimytones-salon-sec .franchise-heading h2 {
    font-size: 30px;
}
.franchise-banner-img figure img{
    height: auto;
}

.franchise-banner-img {
    margin-left: 15px;
}
.franchise-model-wrap {
    flex-direction: column;
}

section.franchise-journey-today-sec .franchise-heading figure {
    height: auto;
}

}

@media(max-width: 575px){
 .navbar-box a.header-number span {
    display: none;
} 
.franchise-partner-box {
    padding: 40px;
} 
.trimytones-salon-wrap ul {
    flex-wrap: wrap;
}
.trimytones-salon-wrap ul li {
    width: calc(100% - 20px);
} 
}

@media(max-width: 360px){
.franchise-partner-box {
    padding: 20px;
}
    .franchise-form {
    padding: 15px;
}
.about-our-brand-wrap ul li p {
	font-size: 14px;
	color: #676f7e;
}
 .franchise-footer-copy p {
    font-size: 14px;
} 
.franchise-heading h2 {
    font-size: 26px;
    margin-bottom: 15px;
} 
}



