@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-family: "Poppins", sans-serif;
}
.space-section {
    padding: 25px 0;
    background-color: #FCFCFC;
}
.space-section .container {
    max-width: 500px;
    padding: 0px;
}
.common-space {
    padding: 50px 0px;
}
.franchise-page h1 {
    color: #fff;
    font-weight: 400;
    font-size: 42px;
    margin-bottom: 40px;
}
.franchise-page h1 span {
	color: #6c6c6c;
}
.bg-img-tp {
    background-color: var(--main-bg-color);
}
.blog-card {
    overflow: hidden;
    height: 100%;
}
.blog-detail {
    padding: 20px 20px 15px 20px;
}
.blog-placeholder img {
    border-radius: 0 0 50px 0px;
}
.blog-detail h4 {
    color: var(--main-bg-color);
    font-size: 24px;
}
.blog-detail p span {
    color: var(--main-bg-color);
    font-weight: 600;
}
.franchise-page-row .col-md-4 {
    padding: 0 8px;
    margin-bottom: 25px;
}
#imageViewer .modal-content {
    margin-top: 220px !important;
    background: none;
    border: none;
}
#imageViewer .modal-dialog {
    min-height: auto;
}
#imageViewer #imageDiv {
    border: 0px !important;
    border-radius: 20px !important;
    overflow: hidden;
}
@media only screen and (max-width: 991px) {
.franchise-page-row {
	padding: 0 10px;
}
.franchise-page h1 {
    margin-bottom: 30px;
}
.common-space {
    padding: 40px 0px;
}

}

@media only screen and (max-width: 767px) {
.space-section {
    padding: 0;
    background-color: #fff;
}
.extraspace .franchise-page.bg-img-tp {
    margin-top: 30px;
}
.franchise-page h1 {
    font-size: 24px;
    margin-bottom: 25px;
}
.blog-detail {
    padding: 10px 10px 15px 10px;
}
.blog-detail h4 {
    color: var(--main-bg-color);
    font-size: 14px;
    margin-bottom: 6px !important;
}
.franchise-page-row .col-md-4 {
    margin-bottom: 30px;
}
.franchise-page-row .col-md-4 {
    padding: 0 5px;
    margin-bottom: 20px;
}
.franchise-page-row {
    padding: 0 10px;
}
.blog-placeholder img {
    border-radius: 0 0 30px 0px;
}
.blog-card {
    border-radius: 0px;
}
.blog-detail p {
    line-height: normal;
    font-size: 12px;
}
#imageViewer .modal-content {
	margin-top: 0 !important;
}
#imageViewer .modal-dialog {
    min-height: calc(100% - 1rem);
}

}