@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');



.herobox {
    position: relative;
    overflow: hidden;
}
.herobox-logo1 {
    position: absolute;
    left: 45px;
    top: 35px;
    z-index: 1;
}
.herobox-logo1 img {
    max-width: 170px;
}
.herobox-logo2 {
    position: absolute;
    right: 45px;
    top: 35px;
    z-index: 1;
}
.herobox-logo2::after, .herobox-logo1::after {
    content: "";
    width: 500px;
    height: 400px;
    position: absolute;
    left: -150px;
    top: -160px;
    background: url(../img/pdf-img/white-shadow-mid.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 0.9;
}
header {
    z-index: 99999;
    position: relative;
}
.marquee-sec {
    z-index: 2;
    position: relative;
}
.herobox-logo2 img {
    max-width: 218px;
}
.herobox-shade {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.herobox-shade img {
    width: 100%;
}

.hero-contentbox {
    position: absolute;
    left: 90px;
    right: 0px;
    bottom: -65px;
    z-index: 1;
    background-color: #fff;
    padding: 40px 30px 30px 40px;
    border-radius: 60px 0px 0px 60px;
}
.hero-content-text {
    text-align: center;
    font-weight: 800;
    font-family: Poppins, sans-serif;
}
.hero-content-text span {
    font-weight: 800;
    font-family: Poppins, sans-serif;
}
.hero-content-text h1 {
    font-size: 71px;
    font-weight: 800;
    line-height: 1.1;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    color: #ab3023;
}
.hero-text-up {
    font-size: 46px;
    color: #135e9e;
}
.hero-text-up > span {
    color: #efcd35;
}
.hero-text-dw {
    font-size: 52px;
    color: #135e9e;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-text-dw > span {
    font-size: 30px;
    color: #c1b628;
    padding-left: 20px;
}
/*  */

.my_pdf_info {
    background-color: #a7d3f1;
    /* padding: 110px 0px 0px; */
}
.my_pdf_info .section-title {
    color: #ab3023;
    font-size: 30px;
    margin-bottom: 0px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.5;
    font-family: Poppins, sans-serif;
    padding: 110px 0px 45px;
    position: relative;
}
.my_pdf_info .section-title::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/pdf-img/lineart.png);
    background-position: center;
    background-repeat: repeat;
    /* background-size: cover; */
}
.pdf_info_img img {
    min-height: 150px;
    object-fit: cover;
}
.my_pdf_about {
    margin-left: 90px;
    background: #ab3023;
}
.my_pdf_about_content {
    padding: 30px 50px 12px 25px;
    color: #fff;
}
/* .my_pdf_about_content:last-child {
    padding-bottom: 12px;
} */
.my_pdf_about_content h2, .my_pdf_about_content p {
    color: #fff;
}
.my_pdf_about_content p {
    font-size: 20px;
    text-align: justify;
    line-height: 1.6;
}
.my_pdf_about_content img {
    width: 212px;
    height: 212px;
    border-radius: 20px;
    float: left;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-right: 30px;
    margin-left: -75px;
}

/*  */

.my_pdf_why {
    padding: 30px 0px 0px;
}
.my_pdf_why_wrap {
    display: flex;
    gap: 35px;
}
.pdf_why_content h2 {
    color: #ab3023;
    font-size: 40px;
    letter-spacing: -2px;
    max-width: 450px;
    text-transform: uppercase;
    line-height: 1.3;
    font-family: "Oswald", sans-serif;
    margin-bottom: 35px;
    position: relative;
}
.pdf_why_content h2::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 5px;
    background: #eee828;
    left: 0;
    bottom: -10px;
    border-radius: 100px;
}
.pdf_why_content {
    width: 100%;
}
.pdf_why_content p, .pdf_why_content li, .my_pdf_parents_wrap p, .my_pdf_parents_content li p {
    font-size: 21px;
    color: #000;
    font-weight: 500;
}
.pdf_why_content li {
    position: relative;
    padding-left: 35px;
}
.pdf_why_content li::before {
    content: "";
    position: absolute;
    left: -12px;
    top: -4px;
    width: 32px;
    height: 32px;
    background: #fccf2c;
    border-radius: 100px;
}
.pdf_why_content li::after {
    content: "";
    position: absolute;
    left: 2.5px;
    top: 32px;
    width: 5px;
    height: calc(100% - 25px);
    background: #fccf2c;
    border-radius: 100px;
}
.pdf_why_content li:last-child::after {
    display: none;
}
.pdf_why_content h3 {
    font-size: 24px;
    color: #135e9e;
    letter-spacing: -0.5px;
    margin-bottom: 0px;
    line-height: 1.1;
}
.pdf_why_text {
    text-align: center;
    padding: 25px 0px 0px;
    max-width: 1020px;
    margin: auto;
}
.pdf_why_text p {
    color: #000;
    font-size: 24px;
    font-weight: 500;
}

/*  */

.my_pdf_members {
    text-align: center;
}
.my_pdf_members h2 {
    color: #ab3023;
}
.my_pdf_members_wrap {
    display: flex;
    gap: 40px;
    justify-content: space-evenly;
}
.pdf_member_img {
    margin: 6px 0px 12px;
}
.pdf_member_img img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border: 4px solid #135e9e;
    border-radius: 10px;
}
.pdf_member_box h3 {
    font-size: 26px;
    font-weight: 600;
    color: #135e9e;
    margin-bottom: 15px;
}
.my_pdf_cta_img img {
    min-height: 100px;
    object-fit: cover;
}
.my_pdf_cta_text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: auto;
    text-align: center;
}
.my_pdf_cta_text a {
    font-size: 25px;
    display: inline;
    background: #ab3023;
    color: #fff;
    font-weight: 400;
    padding: 10px;
    border-radius: 10px;
}

/*  */

.my_pdf_parents_content {
    padding-left: 10px;
}
.my_pdf_parents_img img {
    float: right;
    max-width: 475px;
    margin: 0px 0px 30px 35px;
}
.my_pdf_parents {
    padding: 30px 18px 10px 18px;
}
.my_pdf_parents_wrap h2 {
    color: #ab3023;
    font-size: 40px;
    letter-spacing: -2px;
    text-transform: uppercase;
    line-height: 1.3;
    font-family: "Oswald", sans-serif;
    margin: 15px 10px 10px;
}
.my_pdf_parents_content h3 {
    margin-bottom: 15px;
    font-size: 29px;
    color: #135e9e;
    letter-spacing: -0.5px;
    padding-top: 10px;
}
.my_pdf_parents_content li {
    align-items: center;
    font-family: 'Poppins', sans-serif !important;
    font-size: 21px;
    color: #000;
}
.my_pdf_parents_content ul li {
    margin-bottom: 25px;
}
.my_pdf_parents_content ol li {
    margin-bottom: 10px;
}
.my_pdf_parents_content li span {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    letter-spacing: -0.5px;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif !important;
}
.my_pdf_parents_content li p, .my_pdf_parents_content li h3, .my_pdf_parents_content li h4 {
    margin-bottom: 0px;
}
/*  */

.my_pdf_table_wrap {
    padding: 20px 0px 10px;
    font-family: 'Poppins', sans-serif !important;
    vertical-align: middle !important;
}

.fees-table {
    width: 100%;
    /* border-collapse: collapse; */
    /* margin-bottom: 20px; */
}
.fees-table th, .fees-table tr, .fees-table td {
    vertical-align: middle !important;
}
.fees-table caption {
    background-color: #ab3023;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 22.7px;
    line-height: 1.2;
    padding: 0px;
    border: 2px solid #000;
    border-bottom: 0px;
    caption-side: top !important;
}
.fees-table th,
.fees-table td {
    border: 2px solid #000;
    padding: 0px;
    text-align: center;
}
.fees-table th {
    background-color: #e6e6e7;
    font-weight: bold;
    line-height: 1.2;
    padding: 8px;
}
.fees-table td {
    font-weight: 500;
    min-width: 100px;
}
.fees-table td[data-label="SL No"] {
    width: 70px;
    min-width: inherit !important;
}
.singlerow-td {
    width: 124px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-weight: 600 !important;
    line-height: 1.3;
}
.blank {
    background-color: #fbce2c;
}
.blank-new {
    background-color: #e6e6e7;
}
.mergecol-td {
    text-align: left !important;
    padding-left: 15px !important;
}
.blank-new span, .fees-table tfoot span {
    font-weight: 600 !important;
}
.fees-table td[data-label="Remarks"], .fees-table tfoot {
    display: none;
}

/*  */
/* @media screen and (max-width: 768px) {
    .fees-table thead {
        display: none;
    }
    .fees-table, 
    .fees-table tbody, 
    .fees-table tr, 
    .fees-table td {
        display: block;
        width: 100%;
    }
    .fees-table tr {
        margin-bottom: 15px;
        border-bottom: 2px solid #e5e7eb;
    }
    .fees-table td {
        text-align: right;
        padding-left: 50%;
        position: relative;
    }
    .fees-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 15px;
        width: 45%;
        padding-left: 10px;
        font-weight: bold;
        text-align: left;
    }
} */
    
/*  */
.school_list {
    background-color: #ab3023;
    padding: 45px 45px 30px;
}
.school_list_box {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.school_list_img {
    width: 60%;
    position: relative;
}
.school_list_img img {
    width: 100%;
    position: relative;
    z-index: 1;
}
.school_list_img::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: -7.3%;
    z-index: 0;
    background: url(../img/pdf-img/shadow-line-down.png);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.school_list_content {
    width: 40%;
}
.school_list_box_alter {
    flex-direction: row-reverse;
}
.school_list_box_alter .school_list_content, .school_list_box_alter .school_list_content p {
    text-align: right;
    margin-left: auto;
}
.school_list_content span {
    display: block;
    width: 100%;
    color: #ab3023;
    background-color: #fccf2c;
    padding: 15px 20px;
    font-size: clamp(1.2rem, 1.6vw, 1.6rem);
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.school_list_content h2 {
    font-size: 52px;
    font-weight: 500;
    color: #fff;
    margin-top: 20px;
    padding: 0px 10px;
}
.school_list_content p {
    color: #fff;
    font-size: 18px;
    max-width: 415px;
    padding: 0px 10px;
    margin-bottom: 0px;
}

/*  */

.my_pdf_cta2 {
    text-align: center;
    padding: 20px 15px;
}
.my_pdf_cta2 h2 {
    font-size: 32px;
    color: #ab3023;
    font-weight: 500;
}
.my_pdf_cta_contact, .my_pdf_cta_location {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 15px;
    text-align: center;
}
.my_pdf_cta_contact {
    align-items: center;
}
.pdf_call_icon {
    background-color: #ab3023;
    border-radius: 10px;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
}
.pdf_call_icon img {
    width: 22px;
}
.my_pdf_cta_contact h3, .my_pdf_cta_location h3 {
    font-size: 30px;
    color: #ab3023;
    font-weight: 500;
    margin-bottom: 0px;
}
.my_pdf_cta_location h3 {
    color: #135e9e;
}

/*  */

.my_pdf_foot {
    padding: 20px 45px 40px;
    background-color: #a7d3f1;
    background-position: center;
    background-repeat: repeat;
}
.my_pdf_foot h2 {
    font-size: 28px;
    color: #ab3023;
    font-weight: 500;
    text-align: center;
}
.my_pdf_foot_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    margin-top: 60px;
}
.my_pdf_foot_content_text p {
    font-size: 16px;
    font-weight: 600;
    color: #ab3023;
    margin-bottom: 5px;
}
.my_pdf_foot_content_text span {
    font-size: 13.5px;
    font-weight: 500;
    color: #135e9e;
    display: block;
    margin-bottom: 5px;
}
.my_pdf_foot_link a {
    font-size: 28px;
    color: #ab3023;
    font-weight: 500;
    text-align: right;
    margin-bottom: 10px;
}









/* //////////////////////////////////////////////////////Responsive//////////////////////////////////////////////////// */


@media screen and (max-width: 1199px) {
    .my_pdf_convert .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    section.my_pdf_why, section.my_pdf_members, section.my_pdf_parents {
        padding-left: 15px;
        padding-right: 15px;
    }
    .my_pdf_foot {
        margin: 0px 15px;
    }
    .hero-text-up {
        font-size: 40px;
    }
    .hero-text-dw {
        font-size: 46px;
    }
    .hero-content-text h1 {
        font-size: 62px;
    }
    .pdf_why_img img {
        max-width: 800px;
    }
    .my_pdf_parents_img img {
        max-width: 40%;
    }
    .pdf_why_text {
        padding: 10px 0px 10px;
    }
    .pdf_member_box h3 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {
    .hero-contentbox {
        left: 40px;
        padding: 30px 20px 20px 30px;
    }
    .hero-text-up {
        font-size: 33px;
    }
    .hero-content-text h1 {
        font-size: 51px;
        max-width: 650px;
    }
    .hero-text-dw {
        font-size: 38px;
    }
    .herobox-logo1 img {
        max-width: 120px;
    }
    .herobox-logo2 img {
        max-width: 160px;
    }
    .herobox-logo2::after, .herobox-logo1::after {
        width: 450px;
        height: 350px;
        left: -135px;
        top: -150px;
    }
    /*  */
    .pdf_why_img img {
        max-width: 480px;
    }
    .my_pdf_about_content img {
        width: 180px;
        height: 180px;
        margin-right: 25px;
        margin-left: -45px;
    }
    .my_pdf_about {
        margin-left: 40px;
    }
    .pdf_member_box {
        width: 45%;
    }
    .school_list_img, .school_list_content {
        width: 50%;
    }
    .school_list_img img {
        height: 350px;
        object-fit: cover;
    }
    .school_list_img::after {
        bottom: -15px;
    }
    .my_pdf_foot {
        margin-bottom: -6px;
    }
}

@media screen and (max-width: 767px) {
    .hero-contentbox {
        position: inherit;
        left: inherit;
        right: inherit;
        bottom: inherit;
        padding: 30px 15px 20px 15px;
    }
    .herobox-logo1 img {
        max-width: 90px;
    }
    .herobox-logo2 img {
        max-width: 130px;
    }
    .my_pdf_info .section-title {
        padding: 50px 0px 45px;
    }
    .my_pdf_about_content img, .my_pdf_about {
        margin-left: 0px;
    }
    .my_pdf_about_content {
        padding: 30px 15px 12px 15px;
    }
    .my_pdf_about_content img {
        width: 160px;
        height: 160px;
    }
    .my_pdf_about_content:last-child {
        padding-top: 0px;
    }
    .my_pdf_members_wrap {
        gap: 20px;
    }
    .my_pdf_parents_content ul li {
        margin-bottom: 15px;
    }
    .my_pdf_why_wrap {
        gap: 20px;
        flex-direction: column;
    }
    .pdf_why_content {
        padding-left: 15px;
    }
    .my_pdf_parents_img img {
        margin: 10px 0px 20px 20px;
    }
    .school_list_box {
        flex-direction: column;
    }
    .school_list_img, .school_list_content {
        width: 100%;
    }
    .school_list_img img {
        height: inherit;
    }
    .school_list_img::after {
        bottom: -7%;
    }
    .school_list_box {
        margin-bottom: 30px;
    }
    .school_list {
        padding: 40px 15px 1px;
    }
    .my_pdf_cta2 {
        padding: 30px 15px;
    }
    .my_pdf_foot {
        padding: 25px 15px 35px;
    }
    .school_list_box_alter .school_list_content, .school_list_box_alter .school_list_content p {
        text-align: left;
        margin-left: inherit;
    }
    .my_pdf_foot_content {
        align-items: flex-start;
        gap: 10px;
        margin-top: 30px;
        flex-direction: column;
    }
    /*  */
    .hero-text-up {
        font-size: 27px;
    }
    .hero-content-text h1 {
        font-size: 42px;
        max-width: 560px;
        margin-top: 5px;
    }
    .hero-text-dw {
        font-size: 30px;
    }
    .hero-text-dw > span, .my_pdf_info .section-title, .my_pdf_parents_content h3 {
        font-size: 24px;
    }
    .my_pdf_about_content h2, .my_pdf_members h2 {
        font-size: 28px;
    }
    .pdf_why_content h2 {
        font-size: 32px;
        max-width: 350px;
    }
    .pdf_why_content h3, .pdf_member_box h3 {
        font-size: 20px;
        line-height: 1.3;
    }
    .my_pdf_cta_text a {
        font-size: 20px;
    }
    .my_pdf_parents_wrap h2 {
        font-size: 32px;
        margin: 0px 10px 10px;
    }
    .my_pdf_about_content p, .pdf_why_content p, .pdf_why_content li, .my_pdf_parents_wrap p, .my_pdf_parents_content li p, .my_pdf_parents_content li span {
        font-size: 18px;
    }
    .pdf_why_text p {
        font-size: 20px;
    }
    .school_list_content h2 {
        font-size: 30px;
        line-height: 25px;
    }
    .my_pdf_cta2 h2 {
        font-size: 28px;
    }
    .my_pdf_cta_contact h3, .my_pdf_cta_location h3 {
        font-size: 22px;
    }
    .pdf_call_icon {
        border-radius: 8px;
        width: 28px;
        height: 28px;
    }
    .pdf_call_icon img {
        width: 16px;
    }
    .my_pdf_foot_link a {
        font-size: 24px;
    }
}

@media screen and (max-width: 640px) {
    .my_pdf_members_wrap {
        flex-wrap: wrap;
    }
    .pdf_member_box h3 {
        margin-bottom: 0px;
    }
    .my_pdf_cta {
        margin-top: 30px;
    }
}

@media screen and (max-width: 575px) {
    .herobox-logo1 {
        left: 20px;
        top: 20px;
    }
    .herobox-logo2 {
        right: 20px;
        top: 20px;
    }
    .herobox-logo1 img {
        max-width: 70px;
    }
    .herobox-logo2 img {
        max-width: 100px;
    }
    .hero-content-text span {
        display: block;
    }
    .hero-contentbox {
        padding: 30px 15px 30px 15px;
    }
    .hero-text-up {
        max-width: 420px;
        margin: auto;
        display: block;
        line-height: 1.2;
    }
    .hero-content-text h1 {
        font-size: 38px;
        margin-top: 15px;
        margin-bottom: 15px;
        line-height: 1.1;
        padding-left: 0px;
    }
    .hero-text-dw, .hero-text-up {
        font-size: 24px;
    }
    .hero-text-dw > span, .my_pdf_info .section-title {
        font-size: 20px;
        line-height: 1;
        padding-left: 0px;
    }
    .my_pdf_about_content img {
        width: 100%;
        height: 100%;
        max-width: 275px;
        float: none;
        margin-bottom: 20px;
    }
    .my_pdf_parents_img img {
        margin: 10px 0px 20px 10px;
        float: none;
        max-width: 300px;
        border-radius: 20px;
    }
    .my_pdf_parents_content ul li {
        margin-bottom: 10px;
    }
    .my_pdf_cta_location {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 460px) {
    .my_pdf_about_content img {
        max-width: inherit;
    }
    .my_pdf_about_content img, .my_pdf_parents_img img {
        max-width: 100%;
        margin: 10px 0px 20px;
    }
}

@media screen and (max-width: 390px) {
    .school_list_content span {
        line-height: 1.2;
    }
    .my_pdf_foot_content_text p {
        margin-bottom: 10px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 380px) {
    .my_pdf_cta_location {
        max-width: 230px;
    }
}








/*27-06-2025   ===   Ayan*/

.our-branches-main {
    text-align: center !important;
    background: url(../images/bg3.jpg) no-repeat top !important;
    background-size: cover !important;
    padding: 20px 0 70px 0 !important;
    width: 100% !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    color: #fff !important;
    min-height: 950px !important;
    background-color: #ab3023 !important;
    padding-top: 0px !important;
    /*margin-bottom: 50px;*/
    
}
.our-branches-main .our-branches .our-branches-img div {
    position: absolute;
    display: block;
    padding: 14px 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #fdf6e8;
    border: 1px solid #c6c6c6;
    border-radius: 8px;
    font-weight: bold;
    z-index: 2;
    text-align: center;
    width: 310px;
    color: #000;
    font-size: 12px;
}
.our-branches-main .our-branches-img img {
    width: 100%;
    max-width: 450px;
}
.our-branches-main .our-branches-img figure {
    position: relative;
    z-index: 2;
}
.our-branches-main .our-branches-img {
    position: relative;
}
.our-branches-main .our-branches {
    margin-bottom: 80px;
}
.our-branches-main .row {
    margin-right: -40px;
    margin-left: -40px;    
}
.our-branches-main .our-branches .our-branches-img div:after {
    background: url(https://vms.edu.in/wp-content/themes/VMS-21/assets/img/location-icon.png) no-repeat 0 0;
    width: 100px;
    height: 100px;
    content: '';
    position: absolute;
    left: 30%;
    transform: translateX(10%);
    top: -66px;
    z-index: 1;
}
.our-branches-main .our-branches .our-branches-img .closed:before {
    background: url(https://vms.edu.in/wp-content/themes/VMS-21/assets/img/admission-closed.png) no-repeat 0 0;
    width: 200px;
    height: 200px;
    content: '';
    position: absolute;
    left: 0%;
    top: -360px;
    z-index: 1;
    display: none;
}
.our-branches-main .our-branches .our-branches-img .open:before {
    background: url(https://vms.edu.in/wp-content/themes/VMS-21/assets/img/admission-open.png) no-repeat 0 0;
    width: 200px;
    height: 200px;
    content: '';
    position: absolute;
    left: 0%;
    top: -360px;
    z-index: 1;
    display: none;
}
.our-branches-main #LitMsgSpan{
    display: none;
}
.our-branches-main .our-branches-top div{
	background-color: #fff;
    border-radius: 0px 0px 170px 170px;
    padding: 20px 100px 30px 100px;
}
.our-branches-main h2 {
    font-size: 44px;
    color: #fff;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 10px;
    margin-top: 0px;
    font-family: inherit;
    line-height: 1.1;
    padding-bottom: 0px;
}
.our-branches-main .our-branches-top h3 {
    color: #fccf2c;
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: inherit;
    line-height: 1.1;
}
.our-branches-main .our-branches .our-branches-img div {
    position: absolute;
    display: block;
    padding: 14px 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #c6c6c6;
    border-radius: 8px;
    font-weight: bold;
    z-index: 2;
    text-align: center;
    width: 310px;
    color: #000;
    font-size: 12px;
}
.our-branches-main .our-branches-img figure .card-img img{
    border-radius: 50%;
    border: 1px solid black !important;
    min-height: 314px;
    object-fit: cover;
    }
.our-branches-main .our-branches-img figure .card-img{
    background-color: #e6e6e7;
	border-radius: 50%;
    position: relative;
    padding: 35px 20px 5px 20px;
    width: 100%;
    }

.our-branches-main .our-branches .our-branches-img .card-img:after{
	display: none;
}
.our-branches-main .our-branches-img img {
    width: 100%;
    max-width: 450px;
}
.container {
    max-width: 1200px;
    padding: 0 15px;
}
.our-branches-main .col-md-4 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
.our-branches-main .our-branches-top{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.page-template-page-pre-school footer.new-footer{
	padding-top: 0px !important;
}









/* Responsive */

@media only screen and (max-width: 1199px) {
   .our-branches-main .our-branches-btm{
       padding: 0px 30px;
	}
    .our-branches-main .our-branches-img figure .card-img img{
       min-height: 285px !important;
    }
}
@media only screen and (max-width: 991px){
	.our-branches-main .col-md-4{
    	    max-width: 60% !important;
            margin-bottom: 130px !important;
    }
    .our-branches-main .col-md-4:last-child{
    	    margin-bottom: 0px !important;
    }
    .our-branches-main .row {
        flex-direction: column;
        align-items: center;
	}
    .our-branches-main .our-branches .our-branches-img div:after {
   		left: 38% !important;
	}
    .our-branches-main .our-branches .our-branches-img div{
    	width: 100% !important;
    }
    
    .our-branches-main .our-branches-img figure .card-img img{
       min-height: 370px !important;
    }
   
}

@media only screen and (max-width: 767px) {
    .our-branches-main .our-branches .our-branches-img div:after {
        left: 38% !important;
    }
    .our-branches-main .col-md-4:nth-child(2){
    	    margin-bottom: 165px !important;
    }
    .our-branches-main .col-md-4 {
        max-width: 80% !important;
    }
}
@media only screen and (max-width: 575px) {
    .our-branches-main .our-branches .our-branches-img div:after {
        left: 34% !important;
    }
    .our-branches-main .our-branches-img figure .card-img img{
       min-height: 335px !important;
    }
    
}
@media only screen and (max-width: 490px) {
    .our-branches-main .col-md-4 {
        max-width: 90% !important;
    }
        .our-branches-main .our-branches .our-branches-img div:after {
        left: 30% !important;
    }
}

@media only screen and (max-width: 480px) {
    .our-branches-main .our-branches .our-branches-img div:after {
        left: 34%
185.047px
 !important;
    }
    .our-branches-main .our-branches-img figure .card-img img{
       min-height: 300px !important;
    }
}
@media only screen and (max-width: 380px) {
    .our-branches-main .col-md-4 {
        max-width: 100% !important;
    }
    .our-branches-main .our-branches .our-branches-img div:after {
        left: 30% !important;
    }
    .our-branches-main .our-branches-img figure .card-img img{
       min-height: 250px !important;
    }
}
@media only screen and (max-width: 340px) {
     .our-branches-main .our-branches .our-branches-img div:after {
        left: 25% !important;
    }
    .our-branches-main .our-branches-img figure .card-img img{
       min-height: 230px !important;
    }
}