:root {
    --pr-color: #3892B5;
    --sc-color: #7e806c;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
    background-color: var(--sc-color); 
}
::-webkit-scrollbar-thumb {
  background-color: var(--pr-color);
}


/* Font face */
@font-face {
    font-family: 'Arima Madurai';
    src: url('../fonts/ArimaMadurai-Medium.eot');
    src: url('../fonts/ArimaMadurai-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArimaMadurai-Medium.woff2') format('woff2'),
        url('../fonts/ArimaMadurai-Medium.woff') format('woff'),
        url('../fonts/ArimaMadurai-Medium.ttf') format('truetype'),
        url('../fonts/ArimaMadurai-Medium.svg#ArimaMadurai-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arima Madurai';
    src: url('../fonts/ArimaMadurai-Regular.eot');
    src: url('../fonts/ArimaMadurai-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArimaMadurai-Regular.woff2') format('woff2'),
        url('../fonts/ArimaMadurai-Regular.woff') format('woff'),
        url('../fonts/ArimaMadurai-Regular.ttf') format('truetype'),
        url('../fonts/ArimaMadurai-Regular.svg#ArimaMadurai-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arima Madurai';
    src: url('../fonts/ArimaMadurai-Bold.eot');
    src: url('../fonts/ArimaMadurai-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArimaMadurai-Bold.woff2') format('woff2'),
        url('../fonts/ArimaMadurai-Bold.woff') format('woff'),
        url('../fonts/ArimaMadurai-Bold.ttf') format('truetype'),
        url('../fonts/ArimaMadurai-Bold.svg#ArimaMadurai-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Albert Sans';
    src: url('../fonts/AlbertSans-Bold.eot');
    src: url('../fonts/AlbertSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AlbertSans-Bold.woff2') format('woff2'),
        url('../fonts/AlbertSans-Bold.woff') format('woff'),
        url('../fonts/AlbertSans-Bold.ttf') format('truetype'),
        url('../fonts/AlbertSans-Bold.svg#AlbertSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Albert Sans';
    src: url('../fonts/AlbertSans-Regular.eot');
    src: url('../fonts/AlbertSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AlbertSans-Regular.woff2') format('woff2'),
        url('../fonts/AlbertSans-Regular.woff') format('woff'),
        url('../fonts/AlbertSans-Regular.ttf') format('truetype'),
        url('../fonts/AlbertSans-Regular.svg#AlbertSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Albert Sans';
    src: url('../fonts/AlbertSans-Medium.eot');
    src: url('../fonts/AlbertSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AlbertSans-Medium.woff2') format('woff2'),
        url('../fonts/AlbertSans-Medium.woff') format('woff'),
        url('../fonts/AlbertSans-Medium.ttf') format('truetype'),
        url('../fonts/AlbertSans-Medium.svg#AlbertSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}



/* Headings */
h1, .h1 {
    font-family: 'Arima Madurai';
    font-style: normal;
    font-weight: 700;
    font-size: 57px;
    line-height: 61px;
    text-align: center;
    color: #383838;
}

h2, .h2 {
    font-family: 'Arima Madurai';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 49px;
    text-align: center;
    color: #383838;
}

h3, .h3 {
    font-family: 'Arima Madurai';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    color: #383838;
}

h4, .h4 {
    font-family: 'Arima Madurai';
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 30px;
    color: #383838;
}

h5, .h5 {
    font-family: 'Arima Madurai';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 23px;
    text-align: center;
    color: #383838;
}



/* Containers */
.container-main {
    max-width: 1920px;
    margin: 0 auto;
    position: relative
}

.container-custom {
    max-width: 1420px;
    position: relative;
    margin: 0 auto;
}

.container-custom-sm {
    max-width: 1108px;
    position: relative;
    margin: 0 auto;
}

.container-custom-md {
    max-width: 1320px;
    position: relative;
    margin: 0 auto;
}

.container-custom-lg {
    max-width: 1366px;
    position: relative;
    margin: 0 auto;
}

/* Buttons */

.button-container {
    display: block;
    padding: 5px;
    border-radius: 60.4636px;
    min-width: 257px;
}

.button-container.btn-green {
    background: #B8D234;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.button-container.btn-green:hover,
.button-container.btn-green:focus,
.button-container.btn-green:active {
    background: #c3db4a;
}

.button-container.btn-blue {
    background: #95BAD6;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.button-container.btn-blue:hover,
.button-container.btn-blue:focus,
.button-container.btn-blue:active {
    background: #8ec2e9;
}

.btn-custom {
    display: inline-block;
    padding: 14px 20px;
    outline: none;
    font-family: 'Albert Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 21.9868px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFFFFF;

}

.btn-dashed-circle {
    background-color: transparent;
    border: 2.19868px dashed rgba(255, 255, 255, 0.7);
    border-radius: 60.4636px;
    transition: .2s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-block a {
    display: inline-block;
    text-decoration: none;
}

.button-block {
    margin-top: 70px;
}

.secondary-button-container a {
    background: #17364E;
    border: 1.5px solid rgba(211, 224, 241, 0.45);
    border-radius: 43px;
    padding: 9px 21px;
    display: block;
}






/* Icons */
.icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.icon-call {
    width: 14px;
    height: 12px;
    background: url('../images/icons/call.svg') no-repeat left top;
}

.icon-offer {
    width: 65px;
    height: 65px;
    border-radius: 100%;
}

.nurturing-care {
    background: #F2FFB0;
    border: 3px solid #E4F299;
}

.behavioural-development {
    background: #CBF1FF;
    border: 3px solid #BAECFF;
}

.self-awareness {
    background: #FFB6CB;
    border: 3px solid #FBA7BE;
}

.practice-harmony {
    background: #EEDB9B;
    border: 3px solid #E7D086;
}

.mutual-respect {
    background: #B6E0FF;
    border: 3px solid #A5D6FA;
}

.safeguarding {
    background: #9AFFE7;
    border: 3px solid #88F7DC;
}

.quality {
    background: #F3DDB3;
    border: 3px solid #EDD5A6;
}

.parents {
    background: #FFB664;
    border: 5px solid #FFCF9A;
}

.new-uae {
    background: #63C6D2;
    border: 5px solid #90F0FC;
}

.coorporate-partners {
    background: #8DD64E;
    border: 5px solid #ACEB75;
}

.icon-nurture {
    width: 38px;
    height: 32px;
    background: url('../images/icons/nurturing-care.svg') no-repeat left top;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.icon-behaviour {
    width: 35px;
    height: 40px;
    background: url('../images/icons/behavioural-development.svg') no-repeat left top;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.icon-awareness {
    width: 37px;
    height: 35px;
    background: url('../images/icons/self-awareness.svg') no-repeat left top;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.icon-practice {
    width: 37px;
    height: 37px;
    background: url('../images/icons/peace-harmony.svg') no-repeat left top;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.icon-respect {
    width: 35px;
    height: 35px;
    background: url('../images/icons/mutual-respect.svg') no-repeat left top;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.icon-safeguarding {
    width: 37px;
    height: 33px;
    background: url('../images/icons/safeguarding.svg') no-repeat left top;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.icon-quality {
    width: 35px;
    height: 26px;
    background: url('../images/icons/quality-education.svg') no-repeat left top;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.icon-parents {
    width: 36px;
    height: 36px;
    background: url('../images/icons/working-parents.svg') no-repeat left top;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.icon-new-uae {
    width: 27px;
    height: 27px;
    background: url('../images/icons/new-to-uae.svg') no-repeat left top;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.icon-coorporate {
    width: 29px;
    height: 29px;
    background: url('../images/icons/coorporate-partners.svg') no-repeat left top;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.icon-university {
    width: 42px;
    height: 37px;
    background: url('../images/icons/degree.svg') no-repeat left top;
}

.icon-licenses {
    width: 38px;
    height: 38px;
    background: url('../images/icons/liecense.svg') no-repeat left top;
}

.icon-qualification {
    width: 37px;
    height: 39px;
    background: url('../images/icons/qualification.svg') no-repeat left top;
}

.icon-well-trained {
    width: 34px;
    height: 34px;
    background: url('../images/icons/well-trained.svg') no-repeat left top;
}

.icon-arrow {
    width: 8px;
    height: 13px;
    background: url('../images/icons/white-arrow.svg') no-repeat left top;
}

.icon-facebook {
    width: 44px;
    height: 44px;
    background: url('../images/icons/facebook.svg') no-repeat left top;
}

.icon-twitter {
    width: 44px;
    height: 44px;
    background: url('../images/icons/twitter.svg') no-repeat left top;
}

.icon-youtube {
    width: 44px;
    height: 44px;
    background: url('../images/icons/youtube.svg') no-repeat left top;
}

.icon-instagram {
    width: 44px;
    height: 44px;
    background: url('../images/icons/instagram.svg') no-repeat left top;
}

.icon-approach-quality {
    width: 36px;
    height: 39px;
    background: url('../images/icons/approach-quality.svg') no-repeat left top;
    background-size: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.icon-approach-respect {
    width: 38px;
    height: 32px;
    background: url('../images/icons/approach-request.svg') no-repeat left top;
    background-size: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.icon-approach-communication {
    width: 40px;
    height: 40px;
    background: url('../images/icons/approach-communication.svg') no-repeat left top;
    background-size: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.icon-approach-diversity {
    width: 37px;
    height: 37px;
    background: url('../images/icons/approach-diversity.svg') no-repeat left top;
    background-size: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.icon-approach-collboration {
    width: 39px;
    height: 39px;
    background: url('../images/icons/approach-collaboration.svg') no-repeat left top;
    background-size: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.icon-approach-professionalism {
    width: 42px;
    height: 42px;
    background: url('../images/icons/approach-professionalism.svg') no-repeat left top;
    background-size: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.guiding-values-item .guiding-values-image-bg.australian-mint {
    background: #F2FFB0;
    border: 3px solid #E4F299;
}

.guiding-values-item .guiding-values-image-bg.light-blue {
    background: #CBF1FF;
    border: 3px solid #BAECFF;
}

.guiding-values-item .guiding-values-image-bg.red {
    background: #FFB6CB;
    border: 3px solid #FBA7BE;
}

.guiding-values-item .guiding-values-image-bg.mustard {
    background: #EEDB9B;
    border: 3px solid #E7D086;
}

.guiding-values-item .guiding-values-image-bg.blue {
    background: #B6E0FF;
    border: 3px solid #A5D6FA;
}

.guiding-values-item .guiding-values-image-bg.green {
    background: #9AFFE7;
    border: 3px solid #88F7DC;
}

.icon-timeline {
    width: 17px;
    height: 17px;
    background: url('../images/icons/timeline-time.svg') no-repeat;
}

.icon-call-outline {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 17px;
    height: 19px;
    background: url('../images/icons/call-black-outline.svg') no-repeat;
    background-size: 100%;
}

.icon-email-outline {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 17px;
    height: 13px;
    background: url('../images/icons/email-black-outline.svg') no-repeat;
    background-size: 100%;
}

.contact-form .form-control.datepicker {
    background: url('../images/icons/datepicker.svg') no-repeat right 12px top 12px;
    padding: 10px 46px 10px 9px;
    cursor: pointer;
}

.icon-location-outline {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 19px;
    height: 20px;
    background: url('../images/icons/location.svg') no-repeat;
    background-size: 100%;
}



/* Header */
header {
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
}

header .navbar {
    padding: 18px 0 18px;
}

header .navbar-brand {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 0;
    padding: 0;
    width: 316px;
    height: 158px;
}

header .header-logo {
    position: relative;
    width: 339px;
    height: 145px;
    text-align: center;
    margin: 0 auto;
}

header .header-logo img {
    width: 100%;
}

header .header-logo .logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 205px;
    height: 93px;
    margin: 0 auto;
}

header .header-logo .logo img {
    width: 100%;
    height: auto;
}

header .call-icon {
    width: 27px;
    height: 27px;
    background: #95BAD6;
    border-radius: 100%;
    position: relative;
    margin-right: 15px;
}

/* header .call-icon .icon-call {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
} */

header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 46px 0 0;
    font-family: 'Arima Madurai';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #383838;
}

header .navbar-expand-lg .navbar-nav .nav-link:active,
header .navbar-expand-lg .navbar-nav .nav-link:hover,
header .navbar-expand-lg .navbar-nav .nav-link:focus {
    color: #7c7c7c;
}

header .navbar-expand-lg .navbar-nav .nav-link .call-block p {
    font-size: 18px;
    line-height: 24px;
}

/* Banner */
.banner-section {
    overflow: hidden;
    padding-top: 60px;
}

.banner-section .banner-image {
    position: relative;
    height: 100% !important;
}

.banner-section img {
    display: block
}

.banner-section .banner-content {
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    z-index: 999
}

.banner-section .banner-content h2 {
    max-width: 615px
}

.banner-section .banner-content h2, .banner-section .banner-content h2 {
    text-align: center
}

.banner-section .banner-content h2 {
    margin-top: 17px
}

.banner-section .banner-content .banner-button {
    margin-top: 60px
}

.banner-section .banner-content .banner-button .btn-outline-teal {
    color: #fff
}

.banner-section .banner-content .banner-button .btn-outline-teal:focus, .banner-section .banner-content .banner-button .btn-outline-teal:hover, .banner-section .banner-content .banner-button .btn-outline-teal:active {
    color: #9dbf3b
}

.banner-section .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}

.banner-section .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #3892B5;
    opacity: 1
}

.banner-section .swiper-pagination-bullet-active {
    border: 4px solid #3892B5;
    background: #fff;
}

.banner-section .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    margin-right: 18px;
}

.banner-section .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
    margin-right: 0
}

.banner-section .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 83px
}

.banner-section img.banner-mobile {
    display: none
}

.banner-section .banner-item {
    width: 100%
}

.banner-section .video-js {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.banner-section .banner-buttons a {
    text-decoration: none;
}

.banner-section .banner-buttons a:first-child {
    margin-right: 18px;
}

.banner-section .banner-buttons {
    margin-top: 47px;
}

/* Title block */
.title-block h2, .title-block h1, .title-block p {
    margin-bottom: 5px;
}

.title-block p {
    font-family: 'Albert Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #4E4E4E;
    margin-bottom: 5px;
}

.title-block h3 {
    font-family: 'Arima Madurai';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    color: #383838;
}

.title-block .pattern {
    padding: 19px 0 22px;
}

.subtitle-block h4, .subtitle-block h2 {
    margin-bottom: 16px;
}

.subtitle-block p {
    font-family: 'Albert Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #4E4E4E;
    margin-bottom: 35px;
}


/* What we offer */
.what-we-offer {
    padding: 59px 0 285px;
    background: url('../images/what-we-offer-bg.png?v=1') no-repeat;
    background-size: cover;
}

.what-we-offer .offer-details .row {
    margin-top: 71px;
}

.what-we-offer .offer-details h3 {
    margin: 0 0 15px 0;
    padding-top: 40px;
    height: 86px;
}

.what-we-offer .offer-details h3 span {
    display: block;
}

.what-we-offer .offer-details p {
    font-family: 'Albert Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    text-align: center;
    color: #4E4E4E;
    max-width: 278px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.what-we-offer .offer-details .offer-item {
    background: #FFFFFF;
    box-shadow: 0px 4px 17px rgba(149, 186, 214, 0.12);
    border-radius: 8px;
    padding: 7px;
    margin: 0 7px 0 0;
    position: relative;
    height: 100%;
}

.what-we-offer .offer-details .offer-item-container {
    height: 100%;
}



.what-we-offer .offer-details .col-lg-3:last-child .offer-item {
    margin: 0 0 0 0;
}

.what-we-offer .offer-details .offer-item-border {
    background: #FFFFFF;
    /* border: 1.5px dashed rgba(149, 186, 214, 0.7); */
    background-image: repeating-linear-gradient(0deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(90deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(180deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(270deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px);
    background-size: 2px 100%, 100% 2px, 2px 100%, 100% 2px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    border-radius: 5px;
    height: 100%;
}

.what-we-offer .icon-offer {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -35px;
}

.what-we-offer .offer-details .row:first-child .col-lg-3:nth-child(3) p {
    max-width: 261px;
}

.what-we-offer .offer-details .row:nth-child(2) .col-lg-3:nth-child(3) p {
    max-width: 250px;
}


/* Ideal for */
.ideal {
    padding: 37px 0 99px;
    background: url('../images/ideal-bg.png') no-repeat bottom;
    background-size: 100%;
    position: relative;
}

.ideal .flag-top {
    position: absolute;
    top: -65px;
}

.ideal .ideal-details {
    margin-top: 56px;
}

.ideal .ideal-details a {
    text-decoration: none;
}

.ideal .ideal-details .ideal-item {
    max-width: 450px;
    background: #FFFFFF;
    box-shadow: 0px 2px 5px rgba(149, 186, 214, 0.2);
    border-radius: 8px;
    overflow: hidden;
}

.ideal .ideal-details .col-lg-4:first-child .ideal-item {
    margin-right: 1px;
    margin: 0 auto;
}

.ideal .ideal-details .col-lg-4 .ideal-item {
    margin-right: 1px;
    margin-left: 1px;
    margin: 0 auto;
    height: 100%;
}

.ideal .ideal-details .col-lg-4:last-child .ideal-item {
    margin-left: 1px;
    margin: 0 auto;
}

.ideal .ideal-details .ideal-item .card {
    border: none;
}

.ideal .ideal-details .ideal-item h3 {
    font-family: 'Arima Madurai';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #383838;
    text-align: center;
}

.ideal-details .overlap-block {
    position: relative;
}

.ideal-details .icon-offer {
    margin: 0 auto;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    width: 80px;
    height: 80px;
}

.borders-block {
    margin-top: 11px;
    padding-left: 10px;
}

.borders-block.orange .border-one,
.borders-block.orange .border-two {
    background-image: repeating-linear-gradient(0deg, #ffb664, #ffb664 2.1px, transparent 3px, transparent 7.9px, #ffb664 10px), repeating-linear-gradient(90deg, #ffb664, #ffb664 2.1px, transparent 3px, transparent 7.9px, #ffb664 10px), repeating-linear-gradient(180deg, #ffb664, #ffb664 2.1px, transparent 3px, transparent 7.9px, #ffb664 10px), repeating-linear-gradient(270deg, #ffb664, #ffb664 2.1px, transparent 3px, transparent 7.9px, #ffb664 10px);
    background-size: 2px 100%, 100% 2px, 2px 100%, 100% 2px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    height: 2px;
    opacity: 0.7;
}

.borders-block.blue .border-one,
.borders-block.blue .border-two {
    background-image: repeating-linear-gradient(0deg, #63c6d2, #63c6d2 2.1px, transparent 3px, transparent 7.9px, #63c6d2 10px), repeating-linear-gradient(90deg, #63c6d2, #63c6d2 2.1px, transparent 3px, transparent 7.9px, #63c6d2 10px), repeating-linear-gradient(180deg, #63c6d2, #63c6d2 2.1px, transparent 3px, transparent 7.9px, #63c6d2 10px), repeating-linear-gradient(270deg, #63c6d2, #63c6d2 2.1px, transparent 3px, transparent 7.9px, #63c6d2 10px);
    background-size: 4px 100%, 100% 4px, 4px 100%, 100% 4px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    height: 2px;
    opacity: 0.7;
}

.borders-block.green .border-one,
.borders-block.green .border-two {
    background-image: repeating-linear-gradient(0deg, #8dd64e, #8dd64e 2.1px, transparent 3px, transparent 7.9px, #8dd64e 10px), repeating-linear-gradient(90deg, #8dd64e, #8dd64e 2.1px, transparent 3px, transparent 7.9px, #8dd64e 10px), repeating-linear-gradient(180deg, #8dd64e, #8dd64e 2.1px, transparent 3px, transparent 7.9px, #8dd64e 10px), repeating-linear-gradient(270deg, #8dd64e, #8dd64e 2.1px, transparent 3px, transparent 7.9px, #8dd64e 10px);
    background-size: 4px 100%, 100% 4px, 4px 100%, 100% 4px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    height: 2px;
    opacity: 0.7;
}

.borders-block .border-one {
    margin-bottom: 4px;
}

.ideal .ideal-details .ideal-item .card-body {
    padding: 35px 16px 23px;
}




/* Why Kidzone */
.why-kidzone {
    padding: 72px 0px 166px;
    background: url('../images/why-kidzone.png?v=1') no-repeat;
    background-size: cover;
}

.why-kidzone-pointers {
    background: #FFFFFF;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.05);
    border-radius: 13px;
    padding: 9px 10px;
}

.why-kidzone-pointers .why-kidzone-border {
    background-image: repeating-linear-gradient(0deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(90deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(180deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(270deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px);
    background-size: 2px 100%, 100% 2px, 2px 100%, 100% 2px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 5px;
}

.why-kidzone-pointers .pointer-item {
    padding: 28px 61px;
}

.pointer-item h2, .pointer-item h3 {
    margin-bottom: 15px;
    text-align: left;
}

.pointer-item ul li {
    font-family: 'Albert Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 37px;
    color: #4E4E4E;
    background: url('../images/icons/pointers.svg') no-repeat left center;
    padding-left: 40px;
}


.why-kidzone-pointers .dashed-border:first-child {
    position: relative;
    background-image: repeating-linear-gradient(0deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(90deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(180deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(270deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px);
    background-size: 2px 100%, 0 2px, 2px 100%, 0 2px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
}





/* Team */
.team {
    padding: 34px 0 74px;
    background: url('../images/parent-reviews-bg.png?v=1') no-repeat;
}

.team .team-slider {
    overflow: hidden;
    margin: 51px 0;
    position: relative;
}

.team .team-mobile-bg1,
.team .team-mobile-bg2 {
    display: none;
}

.team .team-slider .swiper-slide {
    background: transparent;
}

.team-slider .card {
    border-radius: 5px;
    background: #FFFFFF;
    background-image: repeating-linear-gradient(0deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(90deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(180deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(270deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px);
    background-size: 2px 100%, 100% 2px, 2px 100%, 100% 2px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    border: none;
    z-index: 99;
}

.team-slider .card-container {
    position: relative;
    padding-bottom: 10px;
    max-width: 260px;
}

.team-slider .card .card-body {
    padding: 37px 37px 20px 39px;
}

.team-slider .card .card-img {
    width: 119px;
    height: 119px;
    border-radius: 100%;
    margin: 0 auto 24px;
}

.team-slider .card .card-img img {
    width: 100%;
}

.team-slider .card .card-title {
    border-radius: 60px;
    padding: 8px 25px 7px;
    font-family: 'Arima Madurai';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #383838;
    min-width: 183px;
}

.team-slider .card .card-subtitle {
    font-family: 'Albert Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 37px;
    color: #4E4E4E;
}

.team-slider .card-overlay {
    width: 98%;
    height: 96%;
    position: absolute;
    bottom: 0;
    right: -10px;
    border-radius: 8px;
    z-index: 10;
}

.team-slider .blue .card-overlay {
    background: #E5F4FF;
}

.team-slider .blue .card .card-title {
    background: #E5F4FF;
}

.team-slider .green .card-overlay {
    background: #E6FCD8;
}

.team-slider .green .card .card-title {
    background: #E6FCD8;
}

.team-slider .aquamarine .card-overlay {
    background: #9AFFE7;
}

.team-slider .aquamarine .card .card-title {
    background: #9AFFE7;
}

.team-slider .mustard .card-overlay {
    background: #F9ECC1;
}

.team-slider .mustard .card .card-title {
    background: #F9ECC1;
}

/* Swiper arrows */
.team-slider .swiper-button-next,
.team-slider .swiper-button-prev {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 999;
}

.team-slider .swiper-button-next {
    right: 0px;
    background: url('../images/icons/right-black-arrow.svg') no-repeat;
    width: 20px;
    height: 39px;
    background-size: 100%;
    pointer-events: all;
    cursor: pointer;
    opacity: 1;
}

.team-slider .swiper-button-prev {
    left: 0px;
    background: url('../images/icons/left-black-arrow.svg') no-repeat;
    width: 20px;
    height: 39px;
    background-size: 100%;
    pointer-events: all;
    cursor: pointer;
    opacity: 1;
}

.team-slider .swiper-button-next:after,
.team-slider .swiper-button-prev:after {
    display: none;
}

.team .team-details {
    background: #FFFFFF;
    border-radius: 5px;
    margin: 0 30px;
    background: #FFFFFF;
    background-image: repeating-linear-gradient(0deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(90deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(180deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(270deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px);
    background-size: 2px 100%, 100% 2px, 2px 100%, 100% 2px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.team .team-details .row .dashed-border:first-child {
    position: relative;
    background-image: repeating-linear-gradient(0deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(90deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(180deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(270deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px);
    background-size: 2px 100%, 0 2px, 2px 100%, 0 2px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
}

.team .team-details .border-right-dashed {
    right: -320px;
}

.team .team-details .row:first-child {
    background-image: repeating-linear-gradient(0deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(90deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(180deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(270deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px);
    background-size: 2px 0, 0 2px, 2px 100%, 100% 2px;
    background-position: 0 0, 0 0, 0 0, 0 100%;
    background-repeat: no-repeat;
}

.team-details .team-details-item {
    padding: 28px 41px 28px 41px;
}

.team-details .team-details-item p {
    font-family: 'Albert Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #4E4E4E;
    max-width: 403px;
    margin-left: 33px;
}



/* Parents reviews */
.parents-reviews {
    padding: 70px 0 75px;
    background: url('../images/team-bg.png?v=1') no-repeat;
    background-size: 100%;
}

.parents-reviews .reviews-slider {
    overflow: hidden;
    max-width: 1160px;
    margin: 59px auto 0;
}

.reviews-slider .team-slider .card-overlay {
    left: -38px;
    background: #FEBC13;
    width: 66%;
    height: 92%;
}

.reviews-slider .team-slider .card-container {
    padding-bottom: 38px;
    margin-left: 38px;
    max-width: initial;
}

.reviews-slider .team-slider .card img {
    border-radius: 8px;
    width: 100%;
}

.reviews-slider .team-slider .card {
    overflow: hidden;
    border-radius: 8px;
    width: 359px;
    height: 283px;
}

.reviews-slider .swiper-slide {
    background: transparent;
}

.reviews-slider .reviews-content {
    margin-left: 61px;
}

.reviews-slider .reviews-content p {
    font-family: 'Arima Madurai';
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 45px;
    color: #4E4E4E;
    text-align: left;
    padding: 30px 0 50px;
}

.reviews-slider .reviews-content h5,
.reviews-slider .reviews-content h3 {
    font-size: 20px;
    line-height: 25px;
    text-align: left;
}

.reviews-slider .reviews-content h6,
.reviews-slider .reviews-content h4 {
    font-family: 'Albert Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 37px;
    color: #4E4E4E;
    text-align: left;
}

.reviews-slider.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
    position: relative;
    margin-top: 54px;
}

.reviews-slider .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}

.reviews-slider .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #3892B5;
    opacity: 1
}

.reviews-slider .swiper-pagination-bullet-active {
    border: 4px solid #3892B5;
    background: #fff;
}

.reviews-slider.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    margin-right: 18px;
}

.reviews-slider.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
    margin-right: 0
}



/* Locations */
.location {
    padding: 44px 0 75px;
    background: url('../images/locations-bg.png') no-repeat;
    background-size: cover;
}

.location-pointers {
    background: #FFFFFF;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.05);
    border-radius: 13px;
    padding: 9px 10px;
    max-width: 1106px;
    margin: 36px auto 0;
}

.location-pointers .location-border {
    background-image: repeating-linear-gradient(0deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(90deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(180deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(270deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px);
    background-size: 2px 100%, 100% 2px, 2px 100%, 100% 2px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 5px;
}

.location-pointers .pointer-item {
    padding: 28px 61px;
}

.location-pointers .pointer-item p {
    font-family: 'Albert Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #4E4E4E;
    max-width: 300px;
}

.location-pointers .dashed-border:first-child {
    background-image: repeating-linear-gradient(0deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(90deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(180deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(270deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px);
    background-size: 2px 100%, 0 2px, 2px 100%, 0 2px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
}

.location-pointers .dashed-border:first-child .pointer-item p {
    max-width: 300px;
}

.location-pointers .dashed-border:last-child .pointer-item p {
    max-width: 410px;
}


/* Footer */
footer {
    padding-top: 113px;
    background: url('../images/footer-bg.png') no-repeat;
    background-size: cover;
}

footer a {
    text-decoration: none;
}

footer .kidzone-logo {
    width: 189px;
    margin-bottom: 57px;
}

footer .kidzone-logo img {
    width: 100%;
    height: auto;
}

footer .rakez-logo {
    border: 2px solid rgba(255, 255, 255, 0.17);
    border-radius: 9px;
    padding: 16px 27px;
    width: 238px;
}

footer .rakez-logo .logo-text p {
    font-family: 'Albert Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
}

footer .rakez-logo .logo-text {
    margin-left: 25px;
}

footer .rakez-logo .logo-text p span {
    font-weight: 500;
}

footer h3 {
    font-family: 'Arima Madurai';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: left;
}

footer ul {
    padding-top: 30px;
    max-width: 214px;
}

footer ul li a,
footer ul li a.nav-link {
    font-family: 'Albert Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #BED3E2;
    text-decoration: none;
    display: block;
    margin-bottom: 24px;
    padding: 0;
}

footer ul li a:hover,
footer ul li a.nav-link:hover,
footer ul li a.nav-link:focus,
footer ul li a:focus,
footer ul li a:active,
footer .main-links .link a:hover h3,
footer .main-links .link a:focus h3,
footer .main-links .link a:active h3,
footer .contact a:hover p,
footer .contact a:active p,
footer .contact a:focus p,
footer .footer-bottom .copy-right p a:hover,
footer .footer-bottom .copy-right p a:active,
footer .footer-bottom .copy-right p a:focus {
    color: #abb0b5;
    text-decoration: none;
}

footer .main-links .link a {
    display: block;
    position: relative;
    margin-bottom: 14px;
    text-decoration: none;
}

footer .main-links .link a:after {
    content: '';
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 138px;
}

footer .main-links .link h3 {
    padding-bottom: 13px;
}

footer .call-container {
    background: #63C6D2;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    margin: 0 18px 0 0;
}

footer .call-container .icon-call {
    width: 21px;
    height: 21px;
    background-size: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

footer .contact a {
    font-family: 'Arima Madurai';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    color: #FFFFFF;
    text-decoration: none;
}

.footercol3 ul {
    padding: 0;
}

footer .footercol3 ul li a {
    font-family: 'Arima Madurai';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: left;
    margin: 0;
}

footer .footercol3 ul#menu-other-footer-menu li {
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 13px;
}

footer .footercol3 ul#menu-other-footer-menu li::after {
    content: '';
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 138px;
}

footer .footer-call {
    margin: 29px 0 0;
}

.footer-buttons {
    width: 226px;
    margin-top: 31px;
}

.footer-buttons .secondary-button-container {
    margin-bottom: 24px;
}

.footer-buttons .secondary-button-container a {
    padding: 10px 22px 8px 41px;
}

.footer-buttons .secondary-button-container a:hover,
.footer-buttons .secondary-button-container a:focus,
.footer-buttons .secondary-button-container a:active {
    opacity: 0.7;
}

.footer-bottom .social-icons li:not(:last-child) {
    margin-right: 16px;
}

.footer-bottom .social-icons {
    position: relative;
}

.footer-bottom .social-icons ul {
    position: relative;
    z-index: 100;
    flex-wrap: nowrap;
}

.footer-bottom .social-icons:before {
    content: '';
    background: rgba(255, 255, 255, 0.1);
    height: 1px;
    width: 42%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 0;
    left: 0;
}

.footer-bottom .social-icons:after {
    content: '';
    background: rgba(255, 255, 255, 0.1);
    height: 1px;
    width: 42%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 0;
    right: 0;
}

footer .footer-bottom .copy-right {
    padding-bottom: 37px;
}

footer .footer-bottom .copy-right p,
footer .footer-bottom .copy-right p a {
    font-family: 'Albert Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #BED3E2;
    text-decoration: none;
}

.footer-bottom .social-icons ul li {
    margin-bottom: 25px;
}

.footer-bottom .menu-bottom-footer-container ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    max-width: initial;
}

ul#menu-bottom-footer li:first-child a::after {
    content: "|";
    display: inline-block;
    margin: 0 5px;
}

.footer-bottom .menu-bottom-footer-container ul a.nav-link {
    margin: 0;
}

.footer-bottom ul li a {
    margin-bottom: 0;
}

.footer-bottom .social-icons {
    position: relative;
    display: flex;
    justify-content: center;
}

.footer-bottom .social-icons a.wp-block-social-link-anchor {
    font-size: 29px;
}


/* footer .extra-spacing .kidzone-logo,
footer .extra-spacing>a {
    margin-left: 80px;
} */

header .mobile-header {
    display: none;
}


/* About Kidzone */
.about-kidzone {
    /*background: url('../images/about-kidzone-bg.png') no-repeat;*/
    margin-top: 57px;
    background-size: cover;
}

.about-kidzone .inner-page-banner .inner-page-text {
    padding: 185px 0 181px;
}

.inner-page-banner h1 {
    font-family: 'Arima Madurai';
    font-style: normal;
    font-weight: 700;
    font-size: 61px;
    line-height: 67px;
    text-align: center;
    color: #383838;
    margin-bottom: 6px;
}

.inner-page-banner h2 {
    font-family: 'Arima Madurai';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    color: #383838;
}

.inner-page-banner .inner-page-text {
    padding: 182px 0 175px;
}


/* Breadcrumb */
.breadcrumb-section .breadcrumb {
    margin: 0;
    padding: 16px 0;
}

.breadcrumb-section .breadcrumb .breadcrumb-item {
    font-family: 'Albert Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #4266B0;
    position: relative;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 35px;
}

.breadcrumb-section .breadcrumb .breadcrumb-item a {
    text-decoration: none;
    color: #4266B0;
}

.breadcrumb-section .breadcrumb .breadcrumb-item.active {
    color: #4E4E4E;
}

.breadcrumb-section .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: '';
    background: url('../images/icons/breadcrumb.svg') no-repeat;
    width: 10px;
    height: 15px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
}

.breadcrumb-section nav {
    border-bottom: 1px solid #DFF1FF;
}


/* Kidzone approach */
.kidzone-approach {
    padding: 41px 0 38px;
}

.kidzone-approach .kidzone-approach-content {
    max-width: 1404px;
    margin: 41px auto 0;
}

.kidzone-approach .kidzone-approach-content p {
    font-family: 'Albert Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #4E4E4E;
    padding-bottom: 35px;
}


/* Guiding Values */
.guiding-values {
    padding: 44px 0 71px;
    background: url('../images/guiding-values.png?v=1') no-repeat;
    background-size: 100%;
}

.guiding-values-container {
    max-width: 1106px;
    margin: 0 auto;
}

.guiding-values-container>p {
    font-family: 'Albert Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #4E4E4E;
    text-align: center;
    margin-bottom: 40px;
}

.guiding-values-item {
    background: #FFFFFF;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.05);
    border-radius: 13px;
    padding: 10px;
    margin-bottom: 16px;
}

.guiding-values-item .guiding-values-border {
    background-image: repeating-linear-gradient(0deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(90deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(180deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(270deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px);
    background-size: 2px 100%, 100% 2px, 2px 100%, 100% 2px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    border-radius: 5px;
    padding: 13px 32px 19px 18px;
}

.guiding-values-item .guiding-values-image-bg {
    width: 71px;
    height: 71px;
    border-radius: 100%;
}

.guiding-values-item .guiding-values-image {
    margin-right: 24px;
}

.guiding-values-item .guiding-values-content h3 {
    font-family: 'Arima Madurai';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 23px;
    color: #383838;
    text-align: left;
    margin-bottom: 7px;
}

.guiding-values-item .guiding-values-content p {
    font-family: 'Albert Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #4E4E4E;
    text-align: left;
}

.guiding-values-item .guiding-values-content {
    padding: 8px 0 0;
}


/* Our leadership team */
.leadership-team {
    padding: 111px 0 91px;
    background: url('../images/leadership-team.png') no-repeat;
    background-size: cover;
}

.leadership-team-container {
    max-width: 1106px;
    margin: 41px auto 0;
}

.leadership-team-container .leader {
    background: #FFFFFF;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.05);
    border-radius: 13px;
    padding: 13px 12px;
    text-align: center;
    height: 100%;
}

.leadership-team-container .leader .leader-border {
    background-image: repeating-linear-gradient(0deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(90deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(180deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(270deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px);
    background-size: 2px 100%, 100% 2px, 2px 100%, 100% 2px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    border-radius: 5px;
    padding: 24px 18px 18px;
    height: 100%;
}

.leadership-team-container .leader .leader-image {
    padding: 4px;
}

.leadership-team-container .leader .leader-image img {
    width: 100%;

}

.leadership-team-container .leader .leader-image-border {
    width: 82px;
    height: 82px;
    border-radius: 100%;
    margin: 0 auto 23px;
    border: 3px solid #E4F299;
}

.leadership-team-container .leader h3 {
    font-family: 'Arima Madurai';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 23px;
    color: #383838;
}

.leadership-team-container .leader p {
    font-family: 'Albert Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
    color: #4E4E4E;
    margin-top: 12px;
}


/* Age groups */
.age-groups {
    background: url('../images/age-groups-bg.png?v=1') no-repeat;
    margin-top: 57px;
    background-size: cover;
}

.age-groups .inner-page-banner .inner-page-text {
    padding: 185px 0 181px;
}

.age-groups-section {
    padding: 42px 0 95px;
    background: url('../images/age-group-section-bg.png?v=1') no-repeat top;
    background-position: 0 140px;
}

.age-groups-section .title-block h3 {
    max-width: 674px;
    margin: 35px auto 35px;
}

.age-groups-section .age-group-container {
    max-width: 1395px;
    margin: 0 auto;
}

.age-group-container .card {
    border-radius: 5px;
    background: #FFFFFF;
    background-image: repeating-linear-gradient(0deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(90deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(180deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(270deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px);
    background-size: 2px 100%, 100% 2px, 2px 100%, 100% 2px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    border: none;
    z-index: 99;
}

.age-group-container .card-container {
    position: relative;
    padding-bottom: 13px;
    max-width: 100%;
}

.age-group-container .card .card-body {
    padding: 28px 37px 25px 37px;
}

.age-group-container .card .card-img {
    width: 119px;
    height: 119px;
    border-radius: 100%;
    margin: 0 auto 24px;
}

.age-group-container .card .card-img img {
    width: 100%;
}

.age-group-container .card .card-title,
.age-group-container .card h3 {
    font-family: 'Arima Madurai';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 23px;
    color: #383838;
    text-align: left;
}

.age-group-container .card h3 {
    display: flex;
    align-items: center;
}

.age-group-container .card h3 span {
    display: block;
}

.age-group-container .card .card-subtitle {
    font-family: 'Albert Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #4E4E4E;
    margin-top: 10px;
    min-height: 88px;
}

.age-group-container .card-overlay {
    width: 98%;
    height: 96%;
    position: absolute;
    bottom: 0;
    right: -14px;
    border-radius: 8px;
    z-index: 10;
}

.age-group-container .blue .card-overlay {
    background: #E5F4FF;
}

.age-group-container .blue .card .card-title {
    background: #E5F4FF;
}

.age-group-container .light-green .card-overlay {
    background: #E6FCD8;
}

.age-group-container .light-green .card .card-title {
    background: #E6FCD8;
}

.age-group-container .teal .card-overlay {
    background: #C7FFF2;
}

.age-group-container .teal .card .card-title {
    background: #9AFFE7;
}

.age-group-container .grey .card-overlay {
    background: #F2F7EF;
}

.age-group-container .grey .card .card-title {
    background: #F2F6EF;
}

.age-group-container .age-group {
    margin-top: 25px;
}

.age-group-container .age-group:last-child {
    padding-left: 0 !important;
}

.age-group-container .age-group:nth-child(even) {
    max-width: 704px;
    margin-left: 45px;
    width: 100%;
}

.age-group-container .age-group:nth-child(odd) {
    max-width: 632px;
    width: 100%;
}

.age-group-container>.row {
    flex-wrap: nowrap;
}

.age-group-container .card .card-title {
    border-radius: 60px;
    padding: 6px 15px 5px;
    display: block;
    margin-bottom: 0;
}


/* A day in the life of Kidzone child */
.day-kidzone-child {
    /*background: url('../images/day-in-life.png') no-repeat;*/
    margin-top: 57px;
    background-size: cover;
}

.day-kidzone-child h1 {
    max-width: 506px;
    margin: 0 auto;
}

.day-kidzone-child .inner-page-banner .inner-page-text {
    padding: 169px 0 121px;
}

.timetable {
    padding: 48px 0 104px;
}

.bg-blue {
    background: #F5FBFF;
}

.timetable-container {
    max-width: 1320px;
    margin: 48px auto 0;
}

/* Timeline */
.timeline {
    list-style: none;
    padding: 0;
    position: relative;
}

.timeline:before {
    top: 65px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background: url('../images/icons/timeline-line.svg');
    left: 50%;
    margin-left: -1.5px;
    height: 85%;
    background-size: 100%;
}

.timeline>li {
    margin-bottom: 20px;
    position: relative;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    width: 100%;
    float: left;
    border-radius: 8px;
    padding: 10px;
    position: relative;
    background: #FFFFFF;
    box-shadow: 7px 6px 56px rgb(0 0 0 / 5%);
    max-width: 604px;
}

.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    /* border-left: 15px solid #ccc; */
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline>li>.timeline-badge {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 45px;
    left: 50%;
    margin-left: -8px;
    z-index: 100;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    /* border-right-width: 15px; */
    left: -15px;
    right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-panel .timeline-border {
    background-image: repeating-linear-gradient(0deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(90deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(180deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(270deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px);
    background-size: 2px 100%, 100% 2px, 2px 100%, 100% 2px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    padding: 11px 27px 10px 20px;
    border-radius: 5px;
}

.timeline-panel .timeline-border h2 {
    font-family: 'Arima Madurai';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 23px;
    text-align: center;
    color: #383838;
    margin-left: 34px;
}

.timeline-panel .timeline-border h2 span {
    display: block;
}

.timeline-panel .timeline-border p {
    font-family: 'Arima Madurai';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 23px;
    color: #383838;
    border-radius: 60px;
    padding: 10px 33px 7px;
}

.timeline-panel .timeline-border p.light-blue {
    background: #E5F4FF;
}

.timeline-panel .timeline-border p.teal {
    background: #9AFFE7;
}

.timeline-panel .timeline-border p.green {
    background: #E6FCD8;
}

.timeline-panel .timeline-border p.purple {
    background: #E4DCEF;
}

.timetable {
    background: #F5FBFF url('../images/time-table-bg.png') no-repeat;
    background-position: 0 113px;
}

.timeline-inverted .timeline-panel .timeline-border p {
    order: 1;
}

.timeline-inverted .timeline-panel .timeline-border .icon-text {
    order: 2;
}

.timeline-inverted .timeline-panel .timeline-border {
    padding: 13px 50px 13px 28px;
}

.timeline-inverted .timeline-panel .timeline-border h2 {
    margin-left: 48px;
}


/* Privacy policy */
.privacy-policy-banner {
    background: linear-gradient(180deg, #F4FAFF -62.23%, #E0F2FF 88.15%);
    margin-top: 57px;
}

.privacy-policy-banner .inner-page-banner .inner-page-text {
    padding: 122px 0 76px;
}

.kidzone-approach.privacy-policy .kidzone-approach-content {
    margin: 34px auto 0;
}

.kidzone-approach.privacy-policy {
    padding: 50px 0 94px;
}


/* Gallery */
.gallery-banner {
    /*background: url('../images/gallery-bg.png') no-repeat;*/
    margin-top: 57px;
    background-size: 100%;
}

.gallery-banner .inner-page-banner .inner-page-text {
    padding: 196px 0 167px;
}

.gallery {
    padding: 47px 0 37px;
}

.gallery-content {
    margin: 43px 0 0 0;
}

.gallery-content .card {
    background: #FFFFFF;
    box-shadow: 0px 2px 5px rgba(149, 186, 214, 0.2);
    border-radius: 8px;
    border: none;
    max-width: 450px;
    height: 100%;
}

.gallery-content .row>div {
    margin-bottom: 31px;
}

.gallery-content .row>div:nth-child(2) .card {
    margin: 0 auto;
}

.gallery-content .row>div:last-child .card {
    margin-left: auto;
}

.gallery-content .card-body {
    padding: 21px 39px 22px 27px;
}

.gallery-content .card-body .card-text {
    font-family: 'Arima Madurai';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #383838;
}

.gallery .borders-block {
    padding-left: 0;
}


/* Contact: Location */
.contact-banner {
    /*background: url('../images/contact-bg.png') no-repeat;*/
    margin-top: 57px;
    background-size: 100%;
}

.contact-banner .inner-page-banner .inner-page-text {
    padding: 185px 0 178px;
}

.call-info {
    padding: 16px 0 10px;
}

.call-info .call-info-bg,
.email-info .email-info-bg {
    width: 31px;
    height: 31px;
    background: #D5E167;
    border-radius: 100%;
    position: relative;
}

.call-info p,
.email-info p {
    font-family: 'Albert Sans';
    font-style: normal;
    font-weight: 600 !important;
    font-size: 18px;
    line-height: 28px;
    color: #4E4E4E;
    margin-left: 12px;
}

.call-info p a,
.email-info p a {
    font-family: 'Albert Sans';
    font-style: normal;
    font-weight: 600 !important;
    font-size: 18px;
    line-height: 28px;
    color: #4E4E4E;
    margin-left: 3px;
    text-decoration: none;
}

.email-info {
    padding: 15px 0;
    background-image: repeating-linear-gradient(0deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(90deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(180deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(270deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px);
    background-size: 0px 100%, 100% 2px, 0px 100%, 100% 0px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
}

.location.contact-location {
    padding: 50px 0 120px;
    background: url('../images/contact-location-bg.png') no-repeat;
}

.contact-form span.wpcf7-form-control-wrap.intl_tel-617, .contact-form span.wpcf7-form-control-wrap.intl_tel-617 div {
    display: block;
}

.contact-section {
    background: url('../images/gradient-contact.png') no-repeat top;
    position: relative;
}

.contact-section .contact-bg {
    padding: 42px 0 69px;
    background: url('../images/contact-form-bg.png') no-repeat bottom;
}

.contact-section .border-bottom-dashed {
    background-image: repeating-linear-gradient(0deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(90deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(180deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(270deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px);
    background-size: 0px 100%, 100% 2px, 0px 100%, 100% 0px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    height: 2px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.contact-section .contact-form {
    max-width: 700px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.05);
    border-radius: 13px;
    padding: 11px 10px;
    margin-top: 31px;
}

.contact-section .contact-form .contact-form-border {
    background-image: repeating-linear-gradient(0deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(90deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(180deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(270deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px);
    background-size: 2px 100%, 100% 2px, 2px 100%, 100% 2px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    padding: 32px 55px 45px;
}

.contact-form .nav-tabs {
    border: none;
    border-bottom: 1px solid #F1F1F1;
}

.contact-form .nav-tabs .nav-item.show .nav-link, .contact-form .nav-tabs .nav-link.active,
.contact-form .nav-tabs .nav-link:focus, .contact-form .nav-tabs .nav-link:hover {
    border: none;
    box-shadow: none;
    outline: 0;
}

.contact-form .nav-tabs .nav-link {
    border: none;
    font-family: 'Arima Madurai';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 39px;
    color: #383838;
    padding: 0 0 10px;
}

.contact-form .nav-tabs .nav-item:first-child .nav-link {
    margin-right: 72px;
}

.contact-form .nav-tabs .nav-link.active {
    font-weight: 700;
    border-bottom: 3px solid #B8D234;
}

.contact-form p {
    font-family: 'Albert Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #4E4E4E;
    padding: 16px 0 0;
}

.contact-form form {
    padding-top: 34px;
}

.contact-form .col-form-label {
    font-family: 'Albert Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #4E4E4E;
    text-align: right;
    padding: 0;
    margin-right: 8px;
}

.contact-form .label {
    text-align: right;
}

.contact-form .row:not(:last-child) {
    margin-bottom: 19px;
}

.contact-form .form-control {
    background: #FFFFFF;
    border: 1.5px solid #D6ECFB;
    border-radius: 3px;
    box-shadow: none;
    padding: 10px 9px;
    height: 46px;
    font-family: 'Albert Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #4E4E4E;
    max-width: 418px;
}


.contact-form .form-control:focus {
    box-shadow: none;
}

.contact-form .label {
    padding-left: 0;
}

.contact-form .form-control.textarea {
    height: 91px;
}

.contact-form .button-container {
    display: inline-block;
    min-width: 195px;
    margin-top: 13px;
}

.contact-form .button-container .btn-dashed-circle {
    width: 100%;
}

.contact-form .button-container .btn-dashed-circle.btn-custom {
    padding: 9px 20px;
}

/* Sticky menu */
header.sticky_header .header-logo>img {
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

header.sticky_header .header-logo .logo {
    top: -2px;
    width: 140px;
    height: 63px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

header .header-logo>img {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

header .header-logo .logo {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

header.sticky_header {
    /* border-bottom: 1px solid #e1e1e1; */
    -webkit-box-shadow: 4px 6px 17px -17px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 4px 6px 17px -17px rgba(0, 0, 0, 0.75);
    box-shadow: 4px 6px 17px -17px rgba(0, 0, 0, 0.75);
}

.mobile-actions {
    display: none;
}


/*Animations*/
.container-main {
    overflow: hidden;
}


/* Week KidZone */
.week-kidzone-child {
    /*background: url('../images/week-in-life.png') no-repeat;*/
    margin-top: 57px;
    background-size: cover;
}

.week-kidzone-child h1 {
    max-width: 506px;
    margin: 0 auto;
}

.week-kidzone-child .inner-page-banner .inner-page-text {
    padding: 167px 0 160px;
}

/* Timetable week */
.timetable.week {
    background: none;
}

.timetable.week .main-content * {
    transition: all 0.4s;
}

.timetable.week .main_content {
    margin: 46px 0 40px;
    column-gap: 28px;
    width: 100%;
}

.timetable.week .main_content .picture_wrapper {
    margin-bottom: 34px;
}

.timetable.week .main_content .picture_wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

.timetable.week .picture_wrapper .picture_caption {
    padding: 12px 25px 13px;
    background: #17364E;
    position: relative;
}

.timetable.week .picture_wrapper .picture_caption:before {
    content: '';
    position: absolute;
    left: 20px;
    top: -8px;
    background: url(../images/icons/arrow-blue.svg) no-repeat left top 0;
    width: 30px;
    height: 30px;
}

.timetable.week .picture_wrapper .picture_caption h2 {
    font-family: 'Arima Madurai';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    text-align: left;
}


/* Issues fixes */
footer .logos {
    width: 30%;
}

footer .contact {
    width: 20%;
}

footer .about {
    width: 25%;
}


/* Team section slider removed starts*/
.team .team-slider {
    max-width: 1106px;
    margin: 51px auto;
}

.team-slider .card-container {
    max-width: 340px;
    width: 100%;
}

.team-slider .card .card-subtitle {
    text-align: center;
}

@media screen and (max-width: 1160px) {

    .team-slider .card-container:not(:last-child) {
        margin-right: 30px;
    }
}

@media screen and (max-width: 767px) {
    .team-slider>.d-flex {
        flex-direction: column;
    }

    .team-slider .card-container {
        max-width: 400px;
        margin: 0 auto 30px;
    }

    .team-slider .card-container:not(:last-child) {
        margin: 0 auto 30px;
    }
}

@media screen and (max-width: 600px) {
    .team-slider .card-container {
        margin: 0 auto 20px;
    }

    .team-slider .card-container:not(:last-child) {
        margin: 0 auto 20px;
    }
}

/* Team section slider removed ends */

/* Changes for time table page starts */
.timetable.week .picture_wrapper .picture_caption h2 {
    text-align: center;
}

/* Changes for time table page ends */

/* Location changes start */
.call-info.location-row a {
    text-decoration: underline;
}

.call-info.location-row {
    padding: 10px 0;
}

/* Location changes ends */





/* responsive */
@media (min-width: 1200px) {
    .timetable.week .main_content {
        column-count: 4;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .timetable.week .main_content {
        column-count: 3;
        column-gap: 20;
    }

    .timetable.week .main_content .picture_wrapper {
        margin-bottom: 20px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .timetable.week .main_content {
        column-count: 2;
        column-gap: 20;
    }

    .timetable.week .main_content .picture_wrapper {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .timetable.week .main_content {
        column-count: 1;
        column-gap: 20;
    }

    .timetable.week .main_content .picture_wrapper {
        margin-bottom: 20px;
    }
}



/* Fixes CSS */
.contact-form .row:last-child {
    align-items: flex-start !important;
}

/* Remove this css if there is a fourth block in team details section starts*/
.team .team-details .row:last-child .col-lg-6 {
    width: 100%;
}

.team .team-details .row:last-child .team-details-item p {
    max-width: 100%;
}

/* Remove this css if there is a fourth block in team details section ends*/
@media screen and (max-width: 1366px) {
    .team-details .icon-qualification {
        min-width: 37px;
    }

    .team-details .icon-university {
        min-width: 42px;
    }

    .team-details .icon-licenses {
        min-width: 38px;
    }
}

@media screen and (max-width: 991px) {
    .mobile-header-menu {
        display: none;
    }

    header .desktop-header.navbar.bg-color {
        border-bottom: 1px solid #aaddff;
    }

    footer .container-custom-lg {
        padding: 0 54px 0 42px;
    }
}

@media screen and (max-width: 768px) {
    footer ul {
        border: none;
    }

    footer .footercol3 ul#menu-other-footer-menu li::after {
        width: 100%;
    }

    footer .main-links.footercol3 {
        width: 100%;
    }

    footer .main-links {
        margin-bottom: 0;
    }

    footer .footercol3 ul#menu-other-footer-menu li:last-child {
        margin-bottom: 0;
    }

    footer ul#menu-about-kidzone li:last-child a.nav-link {
        margin: 0;
    }

    footer ul#menu-about-kidzone {
        margin-bottom: 13px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 23px 0 30px;
    }

    footer ul#menu-bottom-footer {
        border-bottom: none;
    }
}

@media screen and (max-width: 767px) {
    .team-details .icon-qualification {
        min-width: 26px;
    }

    .team-details .icon-university {
        min-width: 31px;
    }

    .team-details .icon-licenses {
        min-width: 28px;
    }
}


/* Phone number dropdown */
.iti__flag-box, .iti__country-name {
    margin-right: 6px;
    font-family: 'Albert Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    color: #4E4E4E;
    text-align: right;
    padding: 0;
}

.contact-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #4E4E4E;
}

.contact-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #4E4E4E;
}

.contact-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #4E4E4E;
}

.contact-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #4E4E4E;
}

.iti--separate-dial-code input[type=tel] {
    font-family: 'Albert Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}


/* Locations section changes starts */
.location.contact-location .location-pointers .pointer-item, .location .location-pointers .pointer-item {
    padding: 28px;
}

.location.contact-location .call-info.location-row a,
.location .call-info.location-row a {
    text-decoration: none;
}

.actionables {
    margin: 15px 0 0;
    display: flex;
    flex-wrap: wrap;
}

.actionables .call-info p, .actionables .email-info p {
    margin-left: 7px;
}

.actionables .call-info, .actionables .email-info {
    margin-right: 30px;
    padding: 7px 0;
}

.actionables .email-info {
    background-image: none;
}

@media screen and (max-width: 580px) {
    .actionables {
        flex-direction: column;
    }
}

@media screen and (max-width: 420px) {
    .actionables .call-info, .actionables .email-info {
        margin-right: 0;
    }
}

/* Locations section changes ends */





/* Media Queries */
@media screen and (max-width: 1880px) {
    .gallery-banner .inner-page-banner .inner-page-text {
        padding: 196px 0 128px;
    }

    .age-groups .inner-page-banner .inner-page-text {
        padding: 185px 0 140px;
    }

    .about-kidzone .inner-page-banner .inner-page-text {
        padding: 185px 0 125px;
    }

    .contact-banner,
    .age-groups,
    .about-kidzone {
        background-size: cover;
    }
}

@media screen and (max-width: 1720px) {
    .about-kidzone .inner-page-banner .inner-page-text {
        padding: 166px 0 142px;
    }

    .age-groups .inner-page-banner .inner-page-text {
        padding: 140px 0 135px;
    }

    .day-kidzone-child .inner-page-banner .inner-page-text {
        padding: 169px 0 100px;
    }

    .contact-banner .inner-page-banner .inner-page-text {
        padding: 160px 0 155px;
    }

    .gallery-banner .inner-page-banner .inner-page-text {
        padding: 160px 0 137px;
    }

    .week-kidzone-child .inner-page-banner .inner-page-text {
        padding: 169px 0 100px;
    }
}

@media screen and (max-width: 1620px) {

    .about-kidzone,
    .age-groups,
    .day-kidzone-child,
    .contact-banner,
    .gallery-banner,
    .week-kidzone-child {
        background-size: auto;
        background-position: center;
    }

    .about-kidzone .inner-page-banner .inner-page-text {
        padding: 148px 0 100px;
    }

    .banner-section .banner-content {
        top: 40%;
    }
}

@media screen and (max-width: 1540px) {
    .banner-section .banner-content {
        max-width: 600px
    }
}

@media screen and (max-width: 1480px) {
    .container-custom {
        max-width: 100%;
        padding: 0 16px;
    }

    .container-custom-sm {
        max-width: 100%;
        padding: 0 16px;
    }

    .container-custom-md {
        max-width: 100%;
        padding: 0 16px;
    }

    .container-custom-lg {
        max-width: 100%;
        padding: 0 16px;
    }

    .banner-section .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 45px;
    }

    h1, .h1,
    .inner-page-banner h1 {
        font-size: 58px;
        line-height: 63px;
    }

    h3, .h3,
    .inner-page-banner h2 {
        font-size: 23px;
        line-height: 29px;
    }

    h2, .h2 {
        font-size: 38px;
        line-height: 45px;
    }

    .btn-custom {
        padding: 9px 20px;
    }

    .banner-section .banner-buttons {
        margin-top: 25px;
    }

    .title-block h3 {
        font-size: 22px;
        line-height: 29px;
    }

    .age-groups-section .title-block h3 {
        margin: 25px auto 15px;
    }

    .banner-section .banner-content {
        top: 50%;
    }

}

@media screen and (max-width: 1366px) {
    .what-we-offer {
        padding: 46px 0 135px;
    }

    .ideal {
        padding: 37px 0 70px;
    }

    .why-kidzone {
        padding: 55px 0px 100px;
    }

    .team {
        padding: 34px 0 60px;
    }

    .parents-reviews {
        padding: 49px 0;
    }

    .parents-reviews .reviews-slider {
        margin: 40px auto 0;
    }

    .reviews-slider.swiper-container-horizontal>.swiper-pagination-bullets {
        margin-top: 25px;
    }

    .kidzone-approach .kidzone-approach-content p:last-child {
        padding-bottom: 0;
    }

    .guiding-values {
        padding: 44px 0 15px;
    }

    .age-groups-section .age-group-container {
        max-width: 98%;
        margin: 0 auto;
    }

    .timeline>li>.timeline-panel {
        max-width: 520px;
    }

    .timeline-panel .timeline-border h2 {
        margin-left: 15px;
        font-size: 18px;
    }

    .timeline-panel .timeline-border p {
        padding: 10px 22px 7px;
        font-size: 18px;
        line-height: 23px;
    }

    .timetable-container {
        max-width: 1160px;
    }

    .timeline-inverted .timeline-panel .timeline-border h2 {
        margin-left: 30px;
    }

    .timeline-inverted .timeline-panel .timeline-border {
        padding: 13px 28px;
    }

}

@media screen and (max-width: 1280px) {
    .banner-section .owl-dots {
        bottom: 20px
    }

    .banner-section .banner-content {
        top: 50%;
    }

    .what-we-offer .offer-details p {
        max-width: 94%;
        padding: 0 10px 20px;
    }

    .kidzone-approach.privacy-policy {
        padding: 40px 0;
    }

    .kidzone-approach.privacy-policy .kidzone-approach-content {
        margin: 20px auto 0;
    }
}

@media screen and (max-width: 1199px) {
    .banner-section .banner-content h2 {
        max-width: 430px;
        margin: 0 auto
    }

    header .header-logo {
        width: 280px;
    }

    header .header-logo .logo {
        width: 165px;
    }

    header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 30px 0 0;
    }

    h1, .h1,
    .inner-page-banner h1 {
        font-size: 48px;
        line-height: 50px;
    }

    .button-container {
        min-width: 224px;
    }

    .btn-custom {
        font-size: 18px;
    }

    .what-we-offer .offer-details .row {
        margin-top: 50px;
    }

    .ideal {
        padding: 0px 0 45px;
    }

    .why-kidzone {
        padding: 35px 0px 90px;
    }

    .button-block {
        margin-top: 40px;
    }

    .team {
        padding: 0 0 40px;
    }

    .reviews-slider .reviews-content p {
        padding: 15px 0 30px;
        font-size: 20px;
        line-height: 36px;
    }

    .parents-reviews {
        padding: 38px 0;
    }

    .location {
        padding: 35px 0 40px;
    }

    .location-pointers {
        margin: 15px auto 0;
    }

    .parents-reviews .reviews-slider {
        margin: 22px auto 0;
    }

    .team .team-slider {
        margin: 34px 0;
    }



    .team-details .team-details-item {
        padding: 32px 20px 25px 20px;
    }

    .team-details .team-details-item p {
        margin-left: 22px;
        max-width: 80%;
    }

    h2, .h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .footer-bottom .social-icons:before,
    .footer-bottom .social-icons:after {
        width: 40%;
    }

    .timeline>li>.timeline-panel {
        max-width: 480px;
    }

    .timeline-panel .timeline-border {
        padding: 11px 20px;
    }

    .timeline-panel .timeline-border p {
        font-size: 16px;
    }

    .timetable-container {
        max-width: 95%;
    }

    .gallery-content .row>div {
        margin-bottom: 25px;
    }

    .gallery-content .card-body {
        padding: 20px;
    }

    .gallery-content .card-body .card-text {
        font-size: 18px;
        line-height: 23px;
    }

    .gallery-content {
        margin: 25px 0 0 0;
    }

    footer .logos {
        width: 25%;
    }

    footer .contact {
        width: 25%;
    }

    footer .about {
        width: 25%;
    }

}

@media only screen and (min-width: 1025px) and (max-width: 1090px) {

    .timeline-panel .timeline-border>.d-flex {
        flex-direction: column;
    }

    .timeline>li>.timeline-panel {
        max-width: 45%;
    }

    .timeline-panel .timeline-border p {
        order: 1;
        margin-bottom: 10px;
    }

    .timeline-panel .timeline-border .icon-text {
        order: 2;
    }

    .timeline-panel .timeline-border h2 span {
        display: inline;
    }

    .timeline>li>.timeline-badge {
        top: 75px;
    }

    .timeline:before {
        top: 77px;
    }

    .timeline:before {
        height: 88%;
    }
}

@media screen and (max-width: 1024px) {
    .banner-section .banner-content .banner-button {
        margin-top: 30px
    }

    .banner-section .banner-content h2 {
        margin-top: 7px
    }

    .what-we-offer .offer-details .row:first-child .col-lg-3:nth-child(3) p {
        padding: 0 10px 20px;
    }

    .why-kidzone-pointers .pointer-item {
        padding: 22px 30px;
    }

    .ideal .ideal-details .ideal-item .card-body {
        padding: 35px 16px 20px;
    }

    .ideal-details .icon-offer {
        width: 70px;
        height: 70px;
    }

    .footer-bottom .social-icons:before,
    .footer-bottom .social-icons:after {
        width: 38%;
    }

    h1, .h1,
    .inner-page-banner h1 {
        font-size: 40px;
        line-height: 43px;
    }

    h3, .h3,
    .inner-page-banner h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .button-container {
        min-width: 185px;
    }

    .banner-section .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 23px;
    }

    .banner-section .banner-content .banner-buttons {
        margin-top: 25px;
    }

    .leadership-team {
        /*background: url('../images/leadership-team.png') no-repeat top;*/
        background-size: cover;
    }

    .kidzone-approach .kidzone-approach-content {
        margin: 20px auto 0;
    }

    .guiding-values {
        padding: 44px 0 0;
    }

    .timeline-panel .timeline-border>.d-flex {
        flex-direction: column;
    }

    .timeline>li>.timeline-panel {
        max-width: 45%;
    }

    .timeline-panel .timeline-border p {
        order: 1;
        margin-bottom: 10px;
    }

    .timeline-panel .timeline-border .icon-text {
        order: 2;
    }

    .timeline-panel .timeline-border h2 span {
        display: inline;
    }

    .timeline>li>.timeline-badge {
        top: 75px;
    }

    .timeline:before {
        top: 77px;
    }

    .timeline:before {
        height: 88%;
    }

    .gallery {
        padding: 30px 0;
    }
}

@media screen and (max-width: 991px) {
    h1, .h1, .inner-page-banner h1 {
        font-size: 35px;
        line-height: 37px;
        margin-bottom: 6px;
    }

    h3, .h3, .inner-page-banner h2 {
        font-size: 17px;
        line-height: 24px;
    }

    .button-container {
        min-width: 160px;
    }

    .banner-section .btn-custom {
        padding: 5px 20px;
        font-size: 16px;
    }

    .banner-section {
        padding-top: 67px;
    }

    .banner-section .banner-content {
        top: 50%
    }


    header .mobile-header {
        display: block;
    }

    header .container-custom {
        padding: 0;
    }

    header .mobile-header .navbar-brand {
        top: 42px;
        height: auto;
    }

    header .mobile-header .icon-call {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
    }

    header .mobile-header .call-holder span {
        font-family: 'Arima Madurai';
        font-style: normal;
        font-weight: 500;
        font-size: 15.3547px;
        line-height: 19px;
        text-align: center;
        color: #383838;
    }

    header .mobile-header .call-holder {
        border-bottom: 1px solid #EAF6FF;
    }

    header .mobile-header .call-holder .call-block {
        text-align: center;
        margin: 0 auto;
        justify-content: center;
    }

    header .mobile-header .call-holder .nav-link {
        padding: 7px 0;
    }

    header .header-logo {
        width: 233px;
    }

    header .header-logo .logo {
        width: 132px;
        height: auto;
    }

    header .desktop-header .navbar-toggler-icon {
        background: url('../images/icons/hamburger.svg') no-repeat left top;
        display: block;
        background-size: 100%;
        height: 22px;
        width: 30px;
    }

    header .desktop-header .navbar-toggler-icon.close {
        background: url('../images/icons/close.svg') no-repeat left top -4px;
        background-size: 100%;
        vertical-align: top;
        width: 30px;
    }

    header .desktop-header.navbar {
        padding: 30px 0;
        justify-content: flex-end;
    }

    header .desktop-header .navbar-toggler {
        position: relative;
        top: unset;
        right: unset;
        padding: 0;
    }

    header .header-logo {
        height: auto;
    }

    header .desktop-header .navbar-toggler:focus, header .desktop-header .navbar-toggler:hover, header .desktop-header .navbar-toggler:active {
        box-shadow: none;
    }

    header .navbar-collapse {
        padding-top: 90px;
    }

    header .desktop-header .navbar-brand {
        display: none;
    }

    /* header .desktop-header .navbar-nav:last-child {
        display: none;
    } */
    header .desktop-header .menu-primary-menu-container .navbar-nav:last-child {
        display: block;
    }

    header .desktop-header .menu-primary-menu-container .menu-item {
        padding: 0 0 20px;
    }

    header .navbar-expand-lg.desktop-header .navbar-nav .nav-link {
        padding: 0;
    }

    header .desktop-header .navbar-nav {
        padding: 0 20px;
    }

    header .desktop-header .navbar-nav .nav-item {
        padding: 0 0 20px;
    }

    .what-we-offer .offer-details .row {
        margin-top: 0;
    }

    .what-we-offer .offer-details .col-lg-3 {
        margin-top: 62px;
    }

    footer .logos {
        order: 4;
    }

    footer .about,
    footer .main-links {
        margin-bottom: 30px;
    }

    footer .footer-call {
        margin: 10px 0 0;
    }

    footer .kidzone-logo {
        margin-bottom: 35px;
    }

    .reviews-slider .team-slider .card {
        width: 280px;
        height: 218px;
    }

    .reviews-slider .team-slider .card-overlay {
        left: -30px;
        width: 67%;
        height: 86%;
    }

    .ideal .ideal-details .row {
        justify-content: center;
    }

    .ideal .ideal-details {
        margin-top: 10px;
    }

    .ideal .ideal-details .col-lg-4 {
        margin-top: 29px;
    }

    .reviews-slider .team-slider .card-container {
        padding-bottom: 30px;
    }

    .reviews-slider .reviews-content {
        margin-left: 0
    }

    .team {
        padding: 42px 0 32px;
    }

    .button-block {
        margin-top: 30px;
    }

    .why-kidzone {
        padding: 37px 0px 70px;
    }

    .why-kidzone .title-block p {
        margin-top: 5px;
    }

    .title-block .pattern {
        padding: 15px 0 23px;
    }

    .subtitle-block h4, .subtitle-block h2 {
        margin-bottom: 17px;
    }

    .subtitle-block p {
        margin-bottom: 30px;
    }

    .why-kidzone .button-block {
        margin-top: 42px;
    }

    /***Slider responsive***/
    .team .team-slider {
        overflow: visible;
        margin: 32px 0 35px;
    }

    .team .team-slider .swiper-wrapper {
        flex-wrap: wrap;
    }

    .team .team-slider .swiper-slide {
        width: 50%;
        margin-top: 20px;
    }

    .team-slider .swiper-button-prev,
    .team-slider .swiper-button-next {
        display: none;
    }

    .team-slider .card-container {
        width: 92%;
        max-width: 100%;
    }

    .reviews-slider .swiper-slide>.d-flex {
        flex-direction: column;
    }

    .reviews-slider .team-slider .card-container {
        max-width: 260px;
        margin: 0 auto;
    }

    .reviews-slider .reviews-content p,
    .reviews-slider .reviews-content h5,
    .reviews-slider .reviews-content h6,
    .reviews-slider .reviews-content h4,
    .reviews-slider .reviews-content h3 {
        text-align: center;
    }

    .parents-reviews .reviews-slider {
        margin: 27px auto 0;
    }

    .parents-reviews {
        padding: 52px 0 42px;
    }

    .reviews-slider .reviews-content p {
        padding: 50px 0 27px;
    }

    .footer-bottom .social-icons:before,
    .footer-bottom .social-icons:after {
        width: 36%;
    }

    footer {
        background: #F5FBFF url('../images/footer-bg-mobile.svg') no-repeat;
        background-size: cover;
    }

    .parents-reviews {
        background: url('../images/parents-reviews-mobile.svg') no-repeat;
        background-size: cover;
    }

    .what-we-offer .offer-details .offer-item {
        margin: 0;
    }

    .ideal .ideal-details .ideal-item {
        max-width: 100%;
    }

    .location {
        background: #F5FBFF;
        padding: 36px 0 35px;
    }

    .location-pointers {
        margin: 22px auto 0;
    }

    .why-kidzone {
        background: url('../images/why-kidzone-mobile.svg') no-repeat;
        background-size: cover;
    }

    .team {
        background: none;
        position: relative;
    }

    .team .team-mobile-bg1,
    .team .team-mobile-bg2 {
        display: block;
    }

    .team .team-mobile-bg1 {
        position: absolute;
        top: 0;
        left: 0;
    }

    .team .team-mobile-bg2 {
        position: absolute;
        bottom: 37px;
        right: 0;
    }

    .team-slider .card .card-title {
        min-width: auto;
    }

    .ideal .flag-top {
        width: 144px;
        top: -60px;
    }

    .ideal .flag-top img {
        width: 100%;
    }

    .ideal {
        background: none;
    }

    .team .team-details .row .dashed-border:first-child {
        background-size: 2px 100%, 0 2px, 2px 0, 100% 2px;
    }

    .why-kidzone-pointers .dashed-border:first-child,
    .location-pointers .dashed-border:first-child {
        background-size: 2px 100%, 0 2px, 2px 0, 100% 2px;
    }

    .location-pointers .pointer-item {
        padding: 25px 32px 28px;
    }

    .location-pointers .dashed-border:first-child .pointer-item p,
    .location-pointers .dashed-border:last-child .pointer-item p {
        max-width: 100%;
    }

    header .navbar-brand {
        z-index: 999;
        width: 232px;
    }


    header .desktop-header.navbar.bg-color {
        background: #F5FBFF;
    }

    /* 
    header .navbar-collapse {
        padding-top: 40px;
        margin-top: 70px;
        background: #F5FBFF;
    }

    header .desktop-header.navbar {
        padding: 30px 0 0;
    } */
    .team-details .team-details-item {
        position: relative;
    }

    .team-details .team-details-item:before {
        content: '';
        background: #95BAD6;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        bottom: -3px;
        left: -4px;
    }

    .team-details .team-details-item:after {
        content: '';
        background: #95BAD6;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        bottom: -3px;
        right: -4px;
    }

    .team .team-details .row .dashed-border:first-child,
    .team .team-details .row:first-child {
        background-image: none;
    }

    .team .team-details {
        overflow: visible;
    }

    .team-details .team-details-item {
        background-image: repeating-linear-gradient(0deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(90deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(180deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(270deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px);
        background-size: 2px 100%, 0 2px, 2px 0, 100% 2px;
        background-position: 0 0, 0 0, 100% 0, 0 100%;
        background-repeat: no-repeat;
    }

    .team .team-details .row:last-child .dashed-border:last-child .team-details-item:before,
    .team .team-details .row:last-child .dashed-border:last-child .team-details-item:after {
        display: none;
    }

    .about-kidzone, .gallery-banner {
        background: linear-gradient(180deg, #F4FAFF -62.23%, #E0F2FF 88.15%) !important;
    }

    .inner-page-banner .inner-page-text,
    .about-kidzone .inner-page-banner .inner-page-text,
    .age-groups .inner-page-banner .inner-page-text,
    .day-kidzone-child .inner-page-banner .inner-page-text,
    .contact-banner .inner-page-banner .inner-page-text,
    .gallery-banner .inner-page-banner .inner-page-text,
    .privacy-policy-banner .inner-page-banner .inner-page-text,
    .week-kidzone-child .inner-page-banner .inner-page-text {
        padding: 50px 0;
    }

    .leadership-team-container>.row {
        justify-content: center;
    }

    .leadership-team-container>.row>div:not(:last-child) {
        margin-bottom: 23px;
    }

    .guiding-values {
        padding: 30px 0;
    }

    .leadership-team {
        padding: 35px 0;
    }

    .leadership-team {
        background: #EBF6FF;
    }

    .kidzone-approach .kidzone-approach-content p {
        padding-bottom: 15px;
    }

    .age-group-container .age-group:nth-child(even) {
        max-width: 100%;
        margin-left: 0;
        width: 100%;
    }

    .age-group-container .age-group:nth-child(odd) {
        max-width: 100%;
        width: 100%;
    }

    .age-groups-section .age-group-container>div {
        flex-direction: column;
    }

    .age-groups-section {
        padding: 35px 0;
    }

    .age-groups-section .title-block h3 {
        margin: 15px auto;
    }

    .age-groups {
        background: linear-gradient(180deg, #F4FAFF -62.23%, #E0F2FF 88.15%) !important;
    }

    .age-groups-section {
        background: none;
    }

    .day-kidzone-child,
    .contact-banner,
    .week-kidzone-child {
        background: linear-gradient(180deg, #F4FAFF -62.23%, #E0F2FF 88.15%) !important;
    }

    /* .day-kidzone-child .inner-page-banner .inner-page-text {
        padding: 110px 0 50px;
    } */
    .day-kidzone-child,
    .age-groups,
    .about-kidzone,
    .contact-banner,
    .gallery-banner,
    .privacy-policy-banner {
        margin-top: 67px;
    }

    .timeline-inverted .timeline-panel .timeline-border h2 {
        margin-left: 20px;
    }

    .timeline-panel .timeline-border p {
        padding: 8px 22px 4px;
    }

    .timeline-inverted .timeline-panel .timeline-border {
        padding: 9px 20px;
    }

    .timetable {
        background-position: 0 0;
    }

    /* .privacy-policy-banner .inner-page-banner .inner-page-text {
        padding: 120px 0 40px;
    } */

    .gallery-content .card-body .card-text {
        font-size: 16px;
        line-height: 20px;
    }

    .gallery-content .card-body {
        padding: 10px;
    }

    .fancybox-nav.fancybox-prev span,
    .fancybox-nav.fancybox-next span {
        width: 55px;
        height: 55px;
    }

    .fancybox-title-float-wrap .child {
        font-size: 18px;
        line-height: 23px;
        padding: 18px 0 5px;
    }

    .contact-form .nav-tabs .nav-link {
        font-size: 31px;
        line-height: 35px;
    }

    .contact-form .nav-tabs .nav-item:first-child .nav-link {
        margin-right: 45px;
    }

    header .header-logo>img {
        display: none;
    }

    header .mobile-header .navbar-brand {
        position: absolute;
        top: -6px;
        padding: 8px 0;
    }

    header .header-logo .logo {
        position: relative;
    }

    header .call-icon .icon-call {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        height: 14px;
    }

    .mobile-actions {
        display: flex;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .mobile-actions .call-holder {
        order: 1
    }

    header .desktop-header .navbar-toggler {
        order: 2;
    }

    header .desktop-header.navbar {
        position: static;
        padding: 0;
    }

    .mobile-actions {
        display: flex;
    }

    .mobile-actions .call-holder .nav-link {
        padding: 0;
        padding-right: 5px !important;
    }

    header {
        height: 67px;
    }

    header.sticky_header .header-logo .logo {
        width: 132px;
        height: auto;
        top: 0;
    }

    .week-kidzone-child .inner-page-banner .inner-page-text h1 {
        margin-bottom: 0;
    }

    footer .logos {
        width: 50%;
    }

    footer .contact {
        width: 50%;
    }

    footer .about {
        width: 50%;
    }

    .location.contact-location {
        background-size: cover;
    }
}

@media screen and (max-width: 768px) {
    .banner-section .banner-content {
        max-width: 100%;
    }

    .banner-section .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 20px
    }

    .ideal .ideal-details .ideal-item {
        margin: 0 auto;
    }

    .why-kidzone-pointers .dashed-border:first-child,
    .location-pointers .dashed-border:first-child {
        background-image: repeating-linear-gradient(0deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(90deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(180deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px), repeating-linear-gradient(270deg, #95bad6, #95bad6 2.1px, transparent 3px, transparent 7.2px, #95bad6 9px);
        background-size: 2px 0, 0 2px, 2px 0, 100% 2px;
        background-position: 0 0, 0 0, 100% 0, 0 100%;
        background-repeat: no-repeat;
    }

    .team-details .team-details-item {
        padding: 20px 25px 20px 25px;
    }

    footer .footer-bottom .copy-right {
        flex-direction: column;
        padding: 28px 0 51px;
    }

    footer .container-custom-lg {
        padding: 0 54px 0 42px;
    }

    footer {
        padding-top: 50px;
    }

    footer ul {
        padding: 23px 0 12px;
        max-width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    footer ul li a {
        margin-bottom: 20px;
    }

    footer .about,
    footer .main-links .link a {
        margin-bottom: 0;
    }

    footer .main-links .link h3 {
        padding: 18px 0 17px;
    }

    footer .main-links .link a:after {
        width: 100%;
    }

    footer .main-links {
        margin-bottom: 18px;
    }

    footer .footer-call {
        margin: 18px 0 0;
    }

    footer .call-container {
        width: 30px;
        height: 30px;
        margin: 0 8px 0 0;
    }

    footer .call-container .icon-call {
        width: 14px;
        height: 14px;
    }

    .footer-buttons {
       /* margin-top: 43px;*/
    }

    .footer-buttons {
        width: 100%;
    }

    footer .logos {
        margin-top: 12px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }

    footer .social-icons ul {
        border-bottom: none;
    }

    footer .social-icons ul a {
        margin-bottom: 0;
    }

    footer .footer-bottom .copy-right p {
        text-align: center;
    }

    footer .footer-bottom .copy-right p:first-child {
        margin-bottom: 20px;
    }

    .footer-bottom .social-icons:before, .footer-bottom .social-icons:after {
        width: 20%;
    }

    footer .contact h3 {
        margin-top: 27px;
    }

    .footer-buttons .secondary-button-container:last-child {
        margin-bottom: 0;
    }

    footer .footer-bottom {
        margin: 30px 0 0;
    }

    .banner-section .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin-right: 12px;
    }

    .banner-section .banner-content .banner-buttons {
        margin-top: 13px;
    }

    .banner-section .btn-custom {
        padding: 5px 14px;
        font-size: 16px;
    }

    .contact-form .nav-tabs .nav-link {
        font-size: 26px;
        line-height: 29px;
    }

    footer .logos {
        width: 100%;
    }

    footer .contact {
        width: 100%;
    }

    footer .about {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {

    .banner-section .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 10px
    }

    footer .contact h3 {
        margin-top: 13px;
    }

    .footer-buttons .secondary-button-container:last-child {
        margin-bottom: 24px
    }

    footer .logos {
        margin-top: 12px;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
    }

    footer .social-icons ul {
        padding: 0;
    }

    footer .kidzone-logo {
        margin-bottom: 0;
    }

    footer .footer-bottom {
        margin: 56px 0 0;
    }

    .ideal .ideal-details .ideal-item {
        max-width: 450px;
    }

    .what-we-offer .offer-details .row:first-child .col-lg-3:nth-child(3) p,
    .what-we-offer .offer-details .row:nth-child(2) .col-lg-3:nth-child(3) p {
        max-width: 100%;
    }

    .what-we-offer .offer-details p,
    .what-we-offer .offer-details .row:first-child .col-lg-3:nth-child(3) p,
    .what-we-offer .offer-details .row:nth-child(2) .col-lg-3:nth-child(3) p {
        padding: 0 13px 20px;
    }

    .team .team-details {
        margin: 0 10px;
    }

    .what-we-offer .container-custom,
    .ideal .container-custom {
        padding: 0 18px;
    }

    .why-kidzone .container-custom-sm,
    .location .container-custom {
        padding: 0 28px;
    }

    .team .container-custom-md {
        padding: 0 23px;
    }

    .parents-reviews .container-custom-md {
        padding: 0 33px;
    }

    .what-we-offer .offer-details h3 span {
        display: inline;
    }

    .what-we-offer .offer-details h3 {
        margin: 0 0 11px 0;
    }

    h2, .h2 {
        font-size: 31px;
        line-height: 34px;
    }

    .title-block p,
    .what-we-offer .offer-details p,
    .subtitle-block p,
    .team-slider .card .card-subtitle,
    .team-details .team-details-item p,
    .location-pointers .pointer-item p {
        font-size: 16px;
        line-height: 24px;
    }

    .what-we-offer .offer-details h3 {
        font-size: 20px;
        line-height: 21px;
        padding: 40px 13px 0;
    }

    .ideal .ideal-details .ideal-item .card-body {
        padding: 22px 16px 18px;
    }

    .ideal .ideal-details .ideal-item h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .subtitle-block h4,
    .subtitle-block h2,
    h4, .h4 {
        font-size: 23px;
        line-height: 25px;
    }

    .why-kidzone-pointers .pointer-item {
        padding: 25px 32px;
    }

    .pointer-item ul li {
        padding-left: 35px;
        font-size: 17px;
        line-height: 31px;
    }

    .team-slider .card .card-title {
        font-size: 18px;
        line-height: 22px;
    }

    .team-slider .card .card-body {
        padding: 28px 23px 14px 23px;
    }

    .team-slider .card .card-title {
        padding: 4px 25px 1px;
    }

    .team-details .team-details-item {
        padding: 18px 21px 18px 21px;
    }

    .icon-university {
        width: 31px;
        height: 27px;
        background-size: 100%;
    }

    .icon-licenses {
        width: 28px;
        height: 28px;
        background-size: 100%;
    }

    .icon-qualification {
        width: 26px;
        height: 27px;
        background-size: 100%;
    }

    .icon-well-trained {
        width: 22px;
        height: 22px;
        background-size: 100%;
    }

    .btn-custom {
        line-height: 25px;
    }

    .reviews-slider .reviews-content p {
        padding: 50px 0 27px;
        font-size: 18px;
        line-height: 35px;
    }

    .reviews-slider .reviews-content h5,
    .reviews-slider .reviews-content h3 {
        font-size: 20px;
        line-height: 21px;
    }

    .reviews-slider .swiper-pagination-bullet {
        width: 11px;
        height: 11px;
    }

    .reviews-slider.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin-right: 12px;
    }

    .reviews-slider .swiper-pagination-bullet-active {
        border: 3px solid #3892B5;
    }

    footer h3 {
        font-size: 20px;
        line-height: 21px;
    }

    footer ul li a {
        font-size: 16px;
        line-height: 19px;
    }

    footer .contact a {
        font-size: 15px;
        line-height: 16px;
    }

    footer .contact .footer-buttons a {
        font-size: 17px;
        line-height: 22px;
    }

    footer .kidzone-logo {
        width: 115px;
    }

    footer .rakez-logo .logo-text p {
        font-size: 14.2185px;
        line-height: 20px;
    }

    footer .rakez-logo {
        padding: 13px 14px;
        width: 169px;
        align-items: center;
    }

    footer .rakez-logo .logo-box {
        width: 68px;
    }

    footer .rakez-logo .logo-box img {
        width: 100%;
    }

    footer .rakez-logo .logo-text {
        margin-left: 13px;
    }

    footer .footer-bottom .copy-right p {
        font-size: 16px;
        line-height: 19px;
    }

    .what-we-offer .offer-details h3 {
        height: auto;
    }

    .guiding-values-item .d-flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .guiding-values-item .guiding-values-image {
        margin: 5px 0 10px 0;
    }

    .guiding-values-item .guiding-values-border {
        padding: 13px 18px 19px 18px;
    }

    .guiding-values-item .guiding-values-content h3,
    .guiding-values-item .guiding-values-content p {
        text-align: center;
    }

    .leadership-team-container .row>div:not(:last-child) {
        margin-bottom: 15px;
    }

    .leadership-team {
        padding: 35px 0;
    }

    .leadership-team-container {
        margin: 25px auto 0;
    }

    .guiding-values-container>p {
        margin-bottom: 25px;
    }

    .title-block h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .age-group-container .card .card-body {
        padding: 20px;
    }

    .age-groups-section .title-block h3 {
        margin: 20px auto 0;
    }

    .age-group-container .card h3 {
        flex-direction: column;
        align-items: flex-start;
    }

    .age-group-container .card .card-title {
        margin-top: 10px;
        font-size: 18px;
        line-height: 21px;
    }

    .timeline-panel .timeline-border .timeline-image.breakfast {
        width: 50px;
        height: 50px;
    }

    .timeline-panel .timeline-border .timeline-image.drawing {
        width: 55px;
        height: 55px;
    }

    .timeline-panel .timeline-border .timeline-image.group-physical-activity {
        width: 74px;
        height: 47px;
    }

    .timeline-panel .timeline-border .timeline-image.lunch-nap {
        width: 50px;
        height: 50px;
    }

    .timeline-panel .timeline-border .timeline-image.alphabets {
        min-width: 45px;
        height: 45px;
    }

    .timeline-panel .timeline-border .timeline-image.singing {
        width: 50px;
        height: 50px;
    }

    .timeline-panel .timeline-border .timeline-image.exercises {
        width: 50px;
        height: 50px;
    }

    .timeline>li>.timeline-badge {
        top: 60px;
    }

    .timeline-panel .timeline-border .timeline-image img {
        width: 100%;
    }

    .timeline:before {
        top: 61px;
    }

    .timeline-panel .timeline-border h2 {
        font-size: 17px;
    }

    .timeline-inverted .timeline-panel .timeline-border h2,
    .timeline-panel .timeline-border h2 {
        margin-left: 9px;
    }

    .timeline-panel .timeline-border p {
        font-size: 14px;
    }

    .timeline-panel .timeline-border p {
        padding: 6px 13px 2px;
    }

    .gallery-content .card {
        margin: 0 auto;
    }

    .contact-form .col-form-label, .contact-form .label {
        text-align: left;
    }

    .contact-form .label {
        padding-left: 12px;
        margin-bottom: 5px;
    }

    .contact-section .contact-form .contact-form-border {
        padding: 35px 20px;
    }

    .contact-section .contact-bg {
        padding: 30px 0 50px;
    }

    .location.contact-location {
        padding: 50px 0;
    }

    .contact-form p {
        padding: 16px 0;
    }

    .contact-form .form-control,
    .iti--separate-dial-code {
        max-width: 100%;
    }

    .what-we-offer {
        background: url('../images/what-we-offer-mobile-bg.svg') no-repeat;
        background-size: 100%;
        padding: 46px 0 78px;
    }

    .ideal {
        padding: 45px 0 45px;
    }

    .ideal .flag-top {
        top: 0;
    }

    /* issue fixes */
    .footer .footercol3 ul#menu-other-footer-menu li {
        padding-top: 13px;
    }

    footer .footercol3 ul#menu-other-footer-menu li::after {
        width: 100%;
    }

    footer .menu-other-footer-menu-container ul, footer .menu-bottom-footer-container ul.menu {
        border-bottom: none;
    }

    footer .menu-about-kidzone-container ul.menu {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

}

@media screen and (max-width: 600px) {
    .banner-section img.banner-mobile {
        display: block
    }

    .banner-section img.banner-desktop {
        display: none
    }

    .banner-section .banner-content {
        top: 0;
        max-width: 100%;
        left: 0;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        right: 0;
        margin: 0 auto;
        width: 100%;
        height: 100%;
    }

    .banner-section .owl-dots {
        bottom: 30px
    }

    .banner-section .banner-content h2 {
        margin-top: 12px
    }

    .banner-section .banner-content .banner-button {
        margin-top: 22px
    }

    .banner-section .banner-content .banner-text {
        margin-top: 87px
    }

    h3, .h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .banner-section .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    .banner-section .swiper-pagination-bullet-active {
        border: 2px solid #3892B5;
    }

    .banner-section .banner-content .banner-buttons {
        margin-top: 13px;
        position: absolute;
        bottom: 45px;
        width: 100%;
        flex-direction: column !important;
    }

    .banner-section .banner-buttons a:first-child {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .button-container {
        min-width: 215px;
    }

    .banner-section .btn-custom {
        font-size: 18px;
        line-height: 22px;
        padding: 10px 20px;
    }

    .banner-section .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 220px;
    }

    .timeline-panel .timeline-border .icon-text {
        flex-direction: column;
    }

    .timeline-inverted .timeline-panel .timeline-border h2, .timeline-panel .timeline-border h2 {
        margin-left: 0;
        margin-top: 6px;
    }

    .timeline-panel .timeline-border .timeline-image.group-physical-activity {
        width: 60px;
        height: 60px;
    }

    .timeline-panel .timeline-border .timeline-image.alphabets {
        min-width: auto;
        height: 55px;
        width: 50px;
    }

    .timeline-panel .timeline-border {
        padding: 10px;
    }

    .timeline>li>.timeline-panel,
    .timeline-inverted .timeline-panel .timeline-border {
        padding: 6px;
    }

}

@media screen and (max-width: 480px) {

    .timeline:before,
    .timeline>li>.timeline-badge {
        left: 0;
    }

    .timeline>li.timeline-inverted>.timeline-panel,
    .timeline>li>.timeline-panel {
        float: none;
    }

    .timeline>li>.timeline-panel:after {
        left: -14px;
        right: auto;
        transform: translateY(-50%) rotate(180deg);
        -webkit-transform: translateY(-50%) rotate(180deg);
        -moz-transform: translateY(-50%) rotate(180deg);
    }

    .timeline>li.timeline-inverted>.timeline-panel:after {
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }

    .timeline>li {
        margin-left: 40px;
    }

    .timeline>li>.timeline-badge {
        margin-left: -48px;
        top: 67px;
    }

    .timeline>li>.timeline-panel {
        max-width: 100%;
    }

    .timeline:before {
        top: 70px;
    }

    .what-we-offer {
        background-size: cover;
        padding: 46px 0 88px;
    }
}

@media screen and (max-width: 420px) {
    .banner-section .banner-content h2 {
        margin-top: 4px
    }

    .team .team-slider .swiper-slide {
        width: 100%;
    }

    .ideal-details .icon-offer {
        width: 50px;
        height: 50px;
    }

    .icon-new-uae {
        width: 18px;
        height: 18px;
        background-size: 100%;
    }

    .ideal-details .icon-offer {
        top: -25px;
    }

    .icon-parents {
        width: 22px;
        height: 22px;
        background-size: 100%;
    }

    .icon-coorporate {
        width: 20px;
        height: 20px;
        background-size: 100%;
    }

    .icon-facebook,
    .icon-twitter,
    .icon-youtube,
    .icon-instagram {
        width: 32px;
        height: 32px;
        background-size: 100%;
    }

    .footer-bottom .social-icons li:not(:last-child) {
        margin-right: 10px;
    }

    .why-kidzone-pointers .pointer-item {
        padding: 21px 19px;
    }

    .banner-section .banner-buttons a:first-child {
        margin-bottom: 15px;
    }

    .banner-section .banner-content .banner-buttons {
        bottom: 30px;
    }

    .banner-section .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 180px;
    }

    .banner-section .banner-content .banner-text {
        max-width: 80%;
        margin: 87px auto 0;
    }

    .call-info p, .email-info p,
    .call-info p a, .email-info p a {
        font-size: 16px;
    }

    /* .email-info {
        flex-direction: column;
    } */

    .email-info p {
        text-align: left;
        margin-left: 0;
    }

    header .call-icon {
        margin-right: 6px;
    }

    .ideal .flag-top {
        top: -15px;
    }
}

@media screen and (max-width: 390px) {
    footer .logos {
        flex-direction: column;
    }

    footer .kidzone-logo {
        margin-bottom: 21px;
    }

    .reviews-slider .team-slider .card-overlay {
        left: -20px;
    }

    .reviews-slider .team-slider .card-container {
        padding-bottom: 20px;
        max-width: 210px;
    }

    .reviews-slider .team-slider .card {
        width: 232px;
        height: 183px;
        background-image: none;
    }

    .what-we-offer .offer-details .col-lg-3 {
        margin-top: 50px;
    }

    .banner-section .banner-content .banner-text {
        margin: 65px auto 0;
    }

    h1, .h1 {
        font-size: 30px;
        line-height: 33px;
    }

    h3, .h3 {
        font-size: 17px;
        line-height: 23px;
    }

    .contact-form .nav-tabs .nav-item:first-child .nav-link {
        margin-right: 25px;
    }

    .contact-form .nav-tabs .nav-link {
        font-size: 24px;
        line-height: 25px;
    }

    header .navbar-brand {
        right: auto;
    }

    header .header-logo .logo {
        margin: 0 0 0 20px;
    }

    header .call-icon {
        margin-right: 10px;
    }
}

@media screen and (max-width: 360px) {

    .banner-section .banner-content .banner-button {
        margin-top: 15px
    }
}
/* Changes 3rd November 2022 starts */
@media screen and (max-width: 1440px) {
    header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 30px 0 0;
    }

    header .call-icon {
        margin-right: 6px;
    }

    .why-kidzone, .team, .parents-reviews {
        /* background: #F5FBFF; */
        background: none;
    }

    .parents-reviews {
        padding: 0 0 75px;
    }

    .why-kidzone {
        padding: 40px 0px 90px;
    }
}

@media screen and (max-width: 1366px) {
    header .header-logo {
        width: 300px;
        height: 129px;
    }

    header .header-logo .logo {
        width: 180px;
    }
}

@media screen and (max-width: 1280px) {
    header .header-logo {
        width: 280px;
        height: 120px;
    }
}

@media screen and (max-width: 1240px) {
    header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 17px 0 0;
    }
}

@media screen and (max-width: 1199px) {
    header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 18px;
    }

    header .header-logo {
        width: 250px;
        height: 106px;
    }

    header .header-logo .logo {
        width: 147px;
    }
}

@media screen and (max-width: 1024px) {
    header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 17px;
        padding: 0 12px 0 0;
    }
}

@media screen and (max-width: 991px) {
    header .header-logo .logo {
        width: 132px;
    }

    header .header-logo {
        height: auto;
        width: 232px;
    }

    header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 20px;
    }

    header .call-icon {
        margin-right: 15px;
    }
}

@media screen and (max-width: 767px) {

    .ideal {
        padding: 45px 0 0;
    }

    .why-kidzone {
        padding: 40px 0px 60px;
    }

    .parents-reviews {
        padding: 0 0 40px;
    }
}

@media screen and (max-width: 390px) {

    header .call-icon {
        margin-right: 10px;
    }
}







/* Changes 3rd November 2022 starts *//* Why Kidzone */
/* @media screen and (max-width: 1680px) {
    .age-groups-section {
        background: none;
    }
} */

@media screen and (max-width: 1440px) {
    header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 30px 0 0;
    }

    header .call-icon {
        margin-right: 6px;
    }

    .why-kidzone, .age-groups-section, .contact-section .contact-bg, .guiding-values {
        /* background: #F5FBFF; */
        background: none;
    }

    .guiding-values {
        padding: 0 0 15px;
    }
}

@media screen and (max-width: 1366px) {
    header .header-logo {
        width: 300px;
        height: 129px;
    }

    header .header-logo .logo {
        width: 180px;
    }
}

@media screen and (max-width: 1280px) {
    header .header-logo {
        width: 280px;
        height: 120px;
    }
}

@media screen and (max-width: 1240px) {
    header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 17px 0 0;
    }
}

@media screen and (max-width: 1199px) {
    header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 18px;
    }

    header .header-logo {
        width: 250px;
        height: 106px;
    }

    header .header-logo .logo {
        width: 147px;
    }
}

@media screen and (max-width: 1024px) {
    header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 17px;
        padding: 0 12px 0 0;
    }
}

@media screen and (max-width: 991px) {
    header .header-logo .logo {
        width: 132px;
    }

    header .header-logo {
        height: auto;
        width: 232px;
    }

    header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 20px;
    }

    header .call-icon {
        margin-right: 15px;
    }
}

@media screen and (max-width: 390px) {

    header .call-icon {
        margin-right: 10px;
    }
}
.reviews-slider .reviews-content p {
    height: 325px;
    overflow: auto !important;
    padding: 20px 20px 50px 0;

}

.reviews-slider .reviews-content h3 {
    margin-top: 20px;
}
@media screen and (max-width: 991px) {
    .reviews-slider .reviews-content p {
        height: 300px;
        padding: 0px 20px 30px 0;
        margin-top: 20px;
    }
}

/* 9th Feb starts */
.reviews-slider .swiper-button-prev, .reviews-slider .swiper-button-next {
    display: block;
}

.reviews-slider .swiper-button-prev:after {
    content: '';
    font-size: 0;
    width: 40px;
    height: 40px;
    background: url('../images/arrow-left-blue.svg') no-repeat;
    background-size: 100%;
    display: block;
}

.reviews-slider .swiper-button-next:after {
    content: '';
    font-size: 0;
    width: 40px;
    height: 40px;
    background: url('../images/arrow-left-blue.svg') no-repeat;
    background-size: 100%;
    display: block;
    transform: rotate(180deg);
}

@media screen and (max-width: 1200px) {
    .parents-reviews .reviews-slider {
        max-width: 90%;
    }
}

@media screen and (max-width: 991px) {
    .parents-reviews .reviews-slider .swiper-button-next, .parents-reviews .reviews-slider .swiper-button-prev {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        margin: 20px 0 0;
    }

    .parents-reviews .reviews-slider .swiper-button-prev {
        margin-right: 10px;
    }

    .parents-reviews .reviews-slider .swiper-button-next {
        margin-left: 10px;
    }

    .parents-reviews .reviews-slider .swiper-nav {
        display: flex;
        justify-content: center;
    }

    .parents-reviews .reviews-slider {
        max-width: 100%;
    }
}
.reviews-slider .swiper-button-prev, .reviews-slider .swiper-button-next { background: none !important;}
/* 9th Feb ends */