@font-face {
    font-family: 'Optima_Regular';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Optima_Regular.woff') format('woff'), url('../fonts/Optima_Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Optima_Medium';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Optima_Medium.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Optima_Bold';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Optima_Bold.woff') format('woff'), url('../fonts/Optima_Bold.ttf') format('truetype');
    font-display: swap;
}

:root {
    --theme-blue-txt: #1a67b2;
}

body {
    margin: 0;
    font-family: 'Optima_Regular';
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.blue_txt {
    color: var(--theme-blue-txt);
}

.orange_txt {
    color: #f89922;
}

.break-big {
    display: inline;
}


/* Common Style */

.section_container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 15px;
}

.section_container-new {
    width: 100%;
    margin: auto;
    padding: 0px;
}

/*marquee */

.gig-marquee {
    background: #1967b2;
    padding: 10px 0px;
    height: 40px;
    overflow: hidden;
}

.marquee {
    color: #fff;
}

.marquee-heading {
    font-size: 18px;
    font-weight: bold;
}

.marquee-text {
    font-size: 16px;
}


/* main_header Section Start */

.main_header {
    background-color: #d1d2d4;
}

.main_header_fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

.logo_mc {
    display: flex;
    align-items: center;
    padding: 0px 20px;
    flex-wrap: wrap;
    position: relative;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
}

.subsequent {
    font-size: 14px;
}

.gig_logo {
    cursor: pointer;
}

.gig_logo img,
.cogniz_logo img {
    height: 100px;
}

ul.main_menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    position: relative;
}

ul.main_menu a {
    display: inline-block;
    color: #1967b3;
    font-family: 'Optima_Bold';
    text-decoration: none;
}

.homebase_menubtn {
    display: none;
    position: fixed;
    top: 40%;
    /*bottom: -28px;*/
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    right: 15px;
    z-index: 1;
    transform-origin: 75% 0 0;
}

.div_btn_homebase {
    background-color: #f89922;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 12px 14px;
    width: 160px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    font-family: 'Optima_Bold';
    letter-spacing: 0.5px;
    font-weight: 500;
}


/*
.span_break {
    display: block;
    text-align: center;
}

.space_top_menu {
    padding-top: 10px;
}
*/


/* main_header Section End */


/* gig_banner Sectin Start */

.gig_banner {
    background-color: #f2f3f4;
    /*padding: 0px 0 50px;*/
    padding: 0px 0 20px;
}

.gig_banner .section_container {
    /* padding-bottom: 60px; */
    position: relative;
}

.banner_title {
    color: #1967b3;
    margin-top: 0;
    font-weight: normal;
    text-align: center;
    font-size: 42px;
    position: relative;
    z-index: 1;
}

.banner_title span {
    display: block;
}

.banner_img img {
    width: 90%;
    display: block;
    margin: 0 auto;
}

.gig_banner_left {
    position: absolute;
    bottom: 0;
    left: 0;
}

.gig_banner_right {
    position: absolute;
    right: 0;
    bottom: 0;
}

.slider_image img {
    width: 100%;
}

.slider_tagline {
    text-align: center;
    display: none;
}

.slider_tagline span {
    display: block;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    color: #231f20;
}

button.slick-prev,
button.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #f89922;
    border: 0;
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    line-height: 20px;
    outline: 0;
    z-index: 2;
}

button.slick-prev {
    left: 0;
}

button.slick-next {
    right: 0;
}

.slick-slide {
    padding-top: 40px;
    position: relative
}

.slider_header {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    top: 0;
}


/* gig_banner Sectin End */


/* gig_first_branch  Section Start */

.gig_first_branch {
    padding: 50px 0;
}

.gig_first_branch_mc {
    text-align: center;
}

.gig_fb_title {
    font-weight: normal;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 24px;
}

.gig_fb_desc {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

.gig_fb_desc_2 {
    padding: 0 25px;
}

.teacher_container {
    margin-top: 25px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* align-items: center; */
}

.teacher_container_sc {
    flex-basis: 23%;
    margin-right: 2%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.teacher_container_sc img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.teacher_name {
    margin-top: 10px;
    text-align: center;
}

.teacher_container_sc:nth-child(2) {
    /* margin-top:-16px; */
}

.gig_fb_bg_gray {
    margin-top: 20px;
    padding: 20px 50px;
    background: rgba(0, 0, 0, .15);
    border-radius: 10px;
}

.gfb_main_conatiner {
    display: flex;
    align-items: center;
}

.gfb_sub_container {
    flex-basis: 20%;
}

.gig_first_branch_mc {
    flex-basis: 100%;
}


/* gig_first_branch  Section End */


/* internation_education Section Start */

.internation_education {
    background-image: url(../images/internation-education/internation_education_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* margin-bottom: 20px; */
    background-position: top center;
}

.internation_education .section_container {
    position: relative;
}

.ie_main_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    text-align: center;
    max-width: 95%;
    margin: 0 auto;
    padding-top: 5%;
}

.ie_title {
    margin-top: 0;
    font-weight: normal;
    font-size: 32px;
}

.ie_title span {
    font-family: 'Optima_Bold';
}

p.ie_tagline {
    line-height: 24px;
    font-size: 15px;
    margin: 0;
}

p.orange_tagline {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 20px;
    font-weight: bold;
    background: orange;
}

.gig_ie_left {
    position: absolute;
    left: 0;
}

.gig_ie_right {
    position: absolute;
    right: 0;
}


/* internation_education Section End */


/* class_nursery Section Start */

.class_nursery {
    padding: 50px 0;
    position: relative;
}

.class_nursery_mc {
    text-align: center;
}

.class_nursery_mc .class_nursery_sc {
    margin-bottom: 24px;
}

.class_nursery_mc .class_nursery_sc:last-child {
    margin-bottom: 0px;
}

.cn_title {
    margin-top: 0;
    margin-bottom: 4px;
    font-family: 'Optima_Bold';
    font-weight: normal;
    font-size: 19px;
}

.cn_desc {
    font-size: 15px;
    margin: 0;
    color: #231f20;
    font-weight: 500;
    font-family: 'Optima_Medium';
    line-height: 24px
}

.cn_title span {
    display: block;
}

.cn_image_mc {
    position: absolute;
    top: -40px;
    z-index: 0;
}

.classes_img {
    margin-top: 30px;
}

.classes_img img {
    width: 100%;
    height: auto;
}

/* class_nursery Section End */
/* itenabled_campus Section Start*/

#itenabled_campus {
    background-image: linear-gradient(to left top, #abdde9, #c8dcf4, #e5dbf0, #f3dfe6, #f4e7e4);
    padding: 50px 10px;
}

.it_campus_heading {
    text-align: left !important;
}

.itenabled_campus_mc {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}

.itenabled_campus_sc_first {
    display: flex;
    flex-basis: 32%;
    padding-right: 5%;
}

.itenabled_campus_sc_second {
    display: flex;
    flex-basis: 67%;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between;
}

.itenabled_campus_im {
    flex-basis: 25%;
    padding: 25px 5px;
    position: relative;
}

.itenabled_campus_im img {
    max-width: 100%;
    object-fit: fill;
    display: block;
    margin-bottom: 20px;
}

.itenabled_campus_im_txt {
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 18px;
    width: 98%;
    position: absolute;
    font-weight: bold;
    text-align: center;
    top: -18px;
}

.campus-hide-dektop {
    display: none;
}

/* itenabled_campus Sectoin End */

/* booka_tour section start */

#booka_tour {
    background-color: #d1d2d4;
    padding: 50px 0;
}

.booka_tour_text {
    text-align: center;
}

/*.booknow_cta {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 40px;
}
*/
.booknow_cta {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    margin-top: 40px;
}


.book_edge_header {
    margin-bottom: 20px;
}

.booknow_cta_btn {
    background-color: #f89922;
    /*background-color: #1967b3;*/
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 12px 14px;
    width: 160px;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    font-family: 'Optima_Bold';
    letter-spacing: 0.5px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    left: 42%;
}

.benz_circle {
    background: #f89922;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 50%;
    margin: auto;
    height: 40px;
    border-radius: 10px;
    margin-top: 20px;
}

.benz_circle img {
    width: 60px;
    height: auto;
}

.benz_circle span:nth-child(1) {
    flex-basis: 25%;
    position: relative;
    top: -11px;
}

.benz_circle span:nth-child(2) {
    flex-basis: 64%;
    position: relative;
    top: -8px;
}

.benz_circle_desc {
    font-size: 18px !important;
    font-weight: bold;
    line-height: 26px !important;
}

.book_mc {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

/*
.book_sc:nth-child(1){
flex-basis:60%;
}
.book_sc:nth-child(2){
flex-basis:40%;
padding-left:5%;
}*/
.book_sc {
    flex-basis: 100%;
}

.benz_desc {
    padding-right: 0px;
}

.book_sc div img {
    max-width: 900px;
    height: auto;
}

/*.book_sc:nth-child(2){
padding-left:20px;
padding-right:20px;
}

/*
.book_sc img{width:100%;height:auto;}
.extra_space{padding-top:12px;}

/* booka_tour section end */


/* homebased_learning Section Start */

.homebased_learning {
    /*border-top: 20px solid #1967b3;*/
    border-top: 20px solid #C4E8FE;
    background-color: #fff;
    padding: 15px 0;
}

.homebased_learning_borderbottom {
    width: 100%;
    border-bottom: 20px solid #C4E8FE;
    padding-top: 25px;
}

.homebase_img img {
    max-width: 100%;
    margin-top: 30px;
}

.qfour_learn_mc {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    overflow: hidden;
}

.homebased_learn_mc {
    display: flex;
    align-items: flex-start !important;
    flex-wrap: wrap;
    overflow: hidden;
}

.qfour_learn_sc {
    /* margin-bottom: 60px; */
}

.ql_title.homebase_title {
    margin-top: 0;
    font-family: 'Optima_Bold';
    font-weight: normal;
    font-size: 24px;
    color: #1967b3;
}

.ql_desc.homebase_desc {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
}

.homebase_icons {
    padding: 20px 0px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.homeb_icon {
    width: 20%;
    padding: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.homeb_img img {
    max-width: 100%;
    height: 50px;
    margin: auto;
}

.homeb_text {
    display: block;
    font-size: 15px;
}

.qfour_sub_container.homebased_sub_container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 0px 26px;
}

.qfour_img {
    flex-basis: 40%;
}

.qfour_img img {
    width: 100%;
}

.qfour_list_mc {
    flex-basis: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.qfour_list_mc .qfour_list_sc:nth-child(1) .ql_txt {
    background-color: #ec4a3b;
}

.qfour_list_mc .qfour_list_sc:nth-child(2) .ql_txt {
    background-color: #2abccf;
}

.qfour_list_mc .qfour_list_sc:nth-child(3) .ql_txt {
    background-color: #7bc255;
}

.qfour_list_mc .qfour_list_sc:nth-child(4) .ql_txt {
    background-color: #9f3082;
}

.qfour_list_sc {
    flex-basis: 48%;
}

.ql_txt {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    color: #fff;
    position: relative;
    margin: 0 auto 10px;
}

.ql_txt_sc {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    width: 100%;
}

.ql_txt h5 {
    margin-top: 4px;
    margin-bottom: 4px;
    font-weight: normal;
    font-family: 'Optima_Bold';
}

.qfour_list_sc ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 13px;
}

.qfour_list_sc ul li {
    position: relative;
    padding-left: 10px;
}

.qfour_list_sc ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 0;
}


/* homebased_learn Section End */


/* qfour_learn Section Start */

.qfour_learn {
    border-top: 20px solid #1967b3;
    background-color: #d1d2d4;
    padding: 50px 0;
}

.qfour_learn_mc {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    overflow: hidden;
}

.qfour_learn_sc {
    /* margin-bottom: 60px; */
}

.ql_title {
    margin-top: 0;
    font-family: 'Optima_Bold';
    font-weight: normal;
    font-size: 26px;
}

.ql_desc {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
}

.qfour_sub_container {
    display: flex;
    align-items: center;
}

.qfour_img {
    flex-basis: 40%;
}

.qfour_img img {
    width: 100%;
}

.qfour_list_mc {
    flex-basis: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.qfour_list_mc .qfour_list_sc:nth-child(1) .ql_txt {
    background-color: #ec4a3b;
}

.qfour_list_mc .qfour_list_sc:nth-child(2) .ql_txt {
    background-color: #2abccf;
}

.qfour_list_mc .qfour_list_sc:nth-child(3) .ql_txt {
    background-color: #7bc255;
}

.qfour_list_mc .qfour_list_sc:nth-child(4) .ql_txt {
    background-color: #9f3082;
}

.qfour_list_sc {
    flex-basis: 48%;
}

.ql_txt {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    color: #fff;
    position: relative;
    margin: 0 auto 10px;
}

.ql_txt_sc {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    width: 100%;
}

.ql_txt h5 {
    margin-top: 4px;
    margin-bottom: 4px;
    font-weight: normal;
    font-family: 'Optima_Bold';
}

.qfour_list_sc ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 13px;
}

.qfour_list_sc ul li {
    position: relative;
    padding-left: 10px;
}

.qfour_list_sc ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 0;
}


/* qfour_learn Section End */


/* tech_future Section Start */

.tech_future {
    background-image: url(../images/tech-future/text_future_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    padding: 60px 0 50px;
}

.tf_content {
    color: #fff;
}

.tf_title {
    margin-top: 0;
    font-size: 30px;
    font-weight: normal;
}

p.tf_desc {
    margin: 0;
    line-height: 24px;
    color: rgba(255, 255, 255, .9);
}

.tech_future_mc {
    position: relative;
}

.gig_tf_left {
    position: absolute;
    top: 0;
}

.gig_tf_right {
    position: absolute;
    top: 0;
    right: 0;
}


/* tech_future Section End */


/* nurturing_child Section Start */
.nurturing_child {
    border-top: 20px solid #1967b3;
}

.nc_main_container {
    display: flex;
    align-items: center;
    padding: 60px 0 20px;
}

.nc_main_container .nc_sub_container:first-child {
    flex-basis: 40%;
}

.nc_sub_container {
    text-align: center;
    flex-basis: 60%;
}

.nc_image img {
    display: block;
    margin-left: auto;
}

.nc_title.blue_txt {
    margin-top: 0;
    font-size: 24px;
    color: #1967b3;
}

.nc_tagline {
    color: #0c1734;
    margin: 0;
    line-height: 24px;
}

.nurturing_child .section_container {
    position: relative;
}

.gig_nc_left {
    position: absolute;
    left: 0;
}

.nurtur-box {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.nurtur_box_sc {
    display: flex;
    flex-basis: 32%;
    padding-right: 1%;
    text-align: center;
    flex-direction: column;
}

.nurtur_box_img img {
    max-width: 100%;
    margin: auto;
}

.nurtur_box_txt_detials {
    font-size: 15px;
    line-height: 22px;
}

/* nurturing_child Section End */

/* kindagarden */
.kindagarden_mc {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.kindagarden_sc:nth-child(1) {
    flex-basis: 30%;
    padding: 5px;
}

.kindagarden_sc:nth-child(2) {
    flex-basis: 70%;
}

.kindagarden_sc img {
    width: 100%;
    height: auto;
}

.kindaparagraph {
    padding-left: 40px;
    padding-right: 20px;

}

/*kindagarden end*/

/* art_campus Section Start */

.art_campus {
    padding: 70px 0;
    border-top: 20px solid #1967b3;
}

.art_campus_mc {
    /*display: flex;
    align-items: center;
	*/

}

.art_campus_mc_2 {
    display: flex;
    align-items: center;
}

.art_campus_mc_2 .art_campus_sc:first-child {
    flex-basis: 33.3%;
}

.art_campus_mc_2 .art_campus_sc:last-child {
    flex-basis: 66.6%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.art_campus_heading {
    text-align: center;
    margin-bottom: 40px;
}

.art_campus_title {
    /*font-size: 25px;*/
    font-size: 30px;
    /*font-family: 'Optima_Bold';*/
    font-weight: bold;
    margin-top: 0;
}

/*.art_campus_mc .art_campus_sc:first-child {
    flex-basis: 36%;
}

.art_campus_mc .art_campus_sc:last-child {
    flex-basis: 64%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
*/
.art_campus_sc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*.ac_image {
    flex-basis: 49.8%;
}
*/
.ac_image_first {
    padding-right: 5px;
    flex-basis: 99% !important;
}

.ac_image_2 {
    flex-basis: 49.8%;
}

.ac_image {
    flex-basis: 33.2%;
}

.ac_image img {
    width: 100%;
    object-fit: fill;
    display: block;
    margin-bottom: 4px;
}

.ac_image_2 img {
    width: 100%;
    object-fit: fill;
    display: block;
    margin-bottom: 4px;
}


/* art_campus Section End */


/* why_gig Section Start */

.why_gig {

    background-color: #ECE7F4;
    /*padding: 40px 0 10px;*/
    padding: 80px 0 10px;
}

.why_gig_title {
    margin-top: 0;
    text-align: center;
    font-size: 30px;
    line-height: 34px;
    font-family: 'Optima_Bold';
    margin-bottom: 45px;
}

.why_gig_mc {
    display: flex;
    flex-wrap: wrap;
}

.why_gig_sc {
    display: flex;
    margin-bottom: 20px;
}

.why_gig_img img {
    width: 100px;
    position: relative;
    top: -10px;
}

.why_gig_txt {
    font-size: 16px;
    max-width: 55%;
    line-height: 24px;
    color: #211e1e;
}


/* why_gig Section End */


/* inter_edge_main Section Start */

section.inter_edge_main {
    padding: 40px 0 30px;
}

.inter_edge_header {
    margin-bottom: 45px;
}

.inter_edge_main_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inter_edge_sub_container {
    flex: 0 0 31%;
    margin-bottom: 20px;
}

.iem_txt_container {
    text-transform: uppercase;
}

.iem_title {
    margin-bottom: 12px;
    font-size: 15px;
}

.iem_tagline {
    font-size: 15px;
    margin: 0;
    display: none;
}

.iem_image img {
    width: 100%;
    display: block;
}

.ie_sub_green .iem_title {
    color: #199fbb;
}

.ie_sub_green .iem_image {
    border-bottom: 6px solid #199fbb;
}

.ie_sub_orange .iem_title {
    color: #feba44;
}

.ie_sub_orange .iem_image {
    border-bottom: 6px solid #feba44;
}

.ie_sub_blue .iem_title {
    color: #0d64a9;
}

.ie_sub_blue .iem_image {
    border-bottom: 6px solid #0d64a9;
}


/* inter_edge_main Section End */


/* parents_speak Section Start */

.parents_speak {
    background-color: #d1d2d4;
    padding: 40px 0;
}

.parents_speak_mc {
    display: flex;
    justify-content: space-between;
    margin: 30px auto 0;
    flex-wrap: wrap;
}

.parents_speak_sc {
    flex: 0 0 48%;
}

.ps_img_txt_mc {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.parents_speak_words {
    line-height: 24px;
}

.parents_speak_mc .slick-slide {
    padding-top: 0 !important;
}

.ps_img_txt_sc img {
    width: 120px;
}

.ps_name {
    margin-top: 0;
    margin-bottom: 5px;
    color: #1a67b2;
    font-family: 'Optima_Bold';
    font-size: 22px;
}

.ps_tagline {
    font-family: 'Optima_Bold';
}

.ps_img_txt_mc .ps_img_txt_sc:last-child {
    margin-left: 15px;
}


/* parents_speak Section End */


/* inter_edge Section Start */

.inter_edge_title {
    text-align: center;
    font-size: 30px;
    margin: 20px 0;
}

.inter_edge {
    border-top: 10px solid #8bc63e;
    background-image: url('../images/edge/gig_edge_banner_new-1.jpg');
    min-height: 540px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.inter_edge::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 0;
}

.inter_edge .section_container {
    position: relative;
    z-index: 1;
}

.inter_edge_mc {
    display: flex;
    padding: 80px 0 40px;
    justify-content: space-between;
    direction: rtl;
}

.inter_edge_sc {
    flex-basis: 35%;
    direction: ltr;
}

.inter_edge_sc_new {
    flex-basis: 40%;
}

.second_section_sc h1 {
    font-size: 32px;
    color: #fff;
}

.second_section_sc div {
    color: #fff;
    font-size: 18px;
    line-height: 32px;
}

/*
.inter_edge_mc .inter_edge_sc:first-child {
    display: none;
}
*/

.inter_edge_end {
    align-self: flex-end;
    display: none;
}

.inter_edge_img_mc {
    display: flex;
    color: #fff;
    justify-content: space-between;
}

.inter_edge_img_sc {
    flex-basis: 32%;
}

.inter_edge_img_sc img {
    width: 100%;
    display: block;
    margin-bottom: 8px;
}

.inter_edge_img_sc h4 {
    margin: 0;
}

.ie_form_title {
    color: #fff;
    text-align: center;
}

.ie_form_mc {
    background: #fff;
    padding: 20px 20px 30px 20px;
}

.popup_form_sc .ie_form_mc {
    position: relative;
}

.ie_form_sub_title {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
}

input,
select,
textarea {
    width: 100%;
    height: 34px;
    padding: 6px 10px;
    border: 1px solid #d1d2d4;
}

textarea#enquiry_message,
textarea#pop_enquiry_message {
    height: 100px;
    resize: none;
}

input#ie_submit_btn,
input#pop_ie_submit_btn,
input#bookatour_ie_submit_btn {
    width: auto;
    background: #1967b3;
    color: #fff;
    border: 0;
    min-width: 110px;
    text-align: center;
    display: block;
    padding: 14px 14px;
    height: auto;
}

.form_group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.user_name,
.parent_name {
    flex-basis: 49%;
}

.ie_register_form label {
    display: block;
    font-size: 14px;
    font-family: 'Optima_Bold';
    margin-bottom: 4px;
}

form ::placeholder {
    font-family: 'Optima_Regular';
    color: #ccc;
}

.mb_10 {
    margin-bottom: 10px;
}

.response_message {
    font-size: 14px;
    background: #f89922;
    color: #fff;
    padding: 4px;
    text-align: center;
}

#RecaptchaField1,
#RecaptchaField2 {
    transform: scale(0.7);
    transform-origin: 10%;
}

.ie_register_submit {
    display: flex;
    align-items: center;
    margin-top: 10px;
}


/* inter_edge Section End */


/* Thankyou Page Section Start */

section.thank_you {
    background: #f3f3f3;
    padding: 40px 0;
    position: relative;
}

.thankyou_subcontainer {
    /*  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
    background: #fff;
    max-width: 700px;
    margin: 30px auto auto; */
    text-align: center;
    padding: 15px;
    border-radius: 0.375em;
}

.thankyou_subcontainer>div {
    line-height: 32px;
    font-size: 22px;
    font-family: 'Optima_Medium';
}

.thankyou_subcontainer .line_4 {
    margin: 10px 0;
    font-family: 'Optima_Bold';
}

.thankyou_subcontainer h1 {
    font-family: 'Optima_Bold';
}


/*  .thank_homeurl,
  .thank_icon,
  .thank_message,
  .thank_title {
    margin-bottom: 30px;
  }
  
  .thank_title h1 {
    text-transform: uppercase;
    font-size: 46px;
    line-height: 52px;
    color: grey;
  }
  
  .thank_icon i.fas.fa-check {
    font-size: 50px;
    line-height: 50px;
    color: #76b51b;
  }
  
  .thank_message span {
    display: block;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #505763;
    font-weight: 300;
  }
  
  .thank_homeurl a {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.2px;
    white-space: normal;
    line-height: 24px;
  }
 */

.error {
    display: block;
    color: red;
    font-family: 'Optima_Bold';
    display: none;
}


/* Thankyou Page Section End  */


/* partner_institutions Section Start */

.partner_institutions {
    padding: 45px 0;
}

.pi_image_sc {
    margin-bottom: 15px;
}

.pi_image_mc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


/* partner_institutions Section End */

.banner_navigation,
.faq_navigation {
    position: fixed;
    top: 62%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    right: 0;
    z-index: 1;
    transform-origin: 75% 0 0;
}

.faq_navigation {
    top: 85%;
    transform-origin: 42% 0 0;
}

a.banner_navigation_link,
.faq_navigation_link {
    background-color: #f89922;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 12px 14px;
    width: 160px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    font-family: 'Optima_Bold';
    letter-spacing: 0.5px;
    font-weight: 500
}

.download_browcher_link {
    background-color: #f89922;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 6px 14px;
    /* width: 160px; */
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    font-family: 'Optima_Bold';
    letter-spacing: 0.5px;
    font-weight: 500;
    margin-top: 10px;
}

.faq_navigation_link {
    width: auto;
}

.mobile_only {
    display: none;
}

.popup_form_mc {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 1000;
    overflow-y: scroll;
    display: none;
}

.popup_form_sc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

a.popup_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    height: 22px;
    display: flex;
    text-decoration: none;
    color: #fff;
    background: #1967b3;
    align-items: center;
    justify-content: center;
}

.popup_form_sc .ie_form_title {
    text-align: center;
}


/* book a tour popup form start */

.bookatourpopup_form_mc {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 1000;
    overflow-y: scroll;
    display: none;
}

.bookatourpopup_form_sc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

a.bookatour_popup_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    height: 22px;
    display: flex;
    text-decoration: none;
    color: #fff;
    background: #1967b3;
    align-items: center;
    justify-content: center;
}

.bookatour_form_mc {
    position: relative;
}

.popup_form_sc .ie_form_title {
    text-align: center;
}

.bookatour_heading {
    font-size: 30px !important;
}


/* book a tour popup form end */


/* mobile case */

.popup_form_phone {
    position: relative;
}

.phone-hide-msg {
    display: none;
}

.phone-show-msg {
    display: block;
}

.popup_form_phone {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 1000;
    overflow-y: scroll;
    display: none;
}

.popup_form_phone_sc {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 300px;
    max-width: 480px;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.ie_form_phone_mc {
    background: #fff;
    padding: 40px 30px 40px 30px;
}

a.popup_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    height: 22px;
    display: flex;
    text-decoration: none;
    color: #fff;
    background: #1967b3;
    align-items: center;
    justify-content: center;
}

.white_txt_1 {
    font-size: 26px;
}


/*.white_txt_1, .white_txt{color:#fff;}*/

.popup_form_phone_sc {
    text-align: center;
}

#phone_ie_register_form {
    margin-top: 30px;
}

input#popup_phone_submit_btn {
    width: auto;
    background: #1967b3;
    color: #fff;
    border: 0;
    min-width: 110px;
    text-align: center;
    display: block;
    padding: 14px 14px;
    height: auto;
    margin: 0 auto;
}

input#pop_user_phone_form_prefield {
    width: 14%;
    margin-right: 5px;
    height: 38px;
    padding: 6px 10px;
    border: 1px solid #d1d2d4;
}

input#pop_user_phone_form {
    width: 55%;
    height: 38px;
    padding: 6px 10px;
    border: 1px solid #d1d2d4;
}


/*
[data-background='gradient6'] {
    background-image: linear-gradient(45deg, #00629e, #ff7a59);
}
.popup_form_phone_svg::before {
    content: '';
    display: block;
    width: 50%;
    height: 50%;
    background-image: url('topCircles.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: -15px;
    background-position-x: -40px;
    top: 0;
    left: 0;
	z-index:0;
    position: absolute;
}
.popup_form_phone_svg::after {
    content: '';
    display: block;
    width: 50%;
    height: 50%;
    background-image: url(bottomCircles.svg);
    background-repeat: no-repeat;
    background-position-x: 115%;
    background-position-y: 25px;
    background-size: contain;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
    pointer-events: none;
}
*/


/* mobile case end*/


/* gig_footer Section Start */

.gig_footer {
    background-color: #1967b3;
    padding: 15px 0;
}

.gig_footer_mc {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.gig_footer_nav_title {
    color: #f79821;
    font-size: 17px;
    margin-top: 0;
}

.gig_footer_sc a {
    display: block;
    text-decoration: none;
    color: #fff;
    line-height: 22px;
    font-size: 15px;
}

.gig_footer_sc a:hover {
    opacity: 0.8;
    color: #f79821;
}

.gig_footer_sc a {
    color: #fff;
    text-decoration: none;
}

.gig_footer_sc a>i {
    display: inline-block;
    margin-right: 12px;
    font-size: 18px;
}

.gig_footer_sc a>i.fa-phone-volume {
    transform: rotate(-20deg);
}


/* .gig_footer_logo {
    margin-bottom: 20px;
} */

.gig_footer_logo img {
    height: 60px;
    display: block;
    /* margin-bottom: 20px; */
}


/* gig_footer Section End */


/* Media Queries */
.slick-prev::before {

    content: '' !important;

}

.slick-next::before {

    content: '' !important;
}

.slick-slide {
    padding-top: 0px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {

    color: #fff;
    outline: none;
    background: #f89922;
}

.phone_popup_field_width {
    width: 98.5%;
}

@media (min-width: 576px) {
    .enquire_cta {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .enquire_cta_btn {
        /*background-color: #f89922;*/
        background-color: #1967b3;
        display: inline-block;
        color: #fff;
        text-decoration: none;
        padding: 12px 14px;
        width: 160px;
        border-radius: 5px;
        font-size: 18px;
        text-align: center;
        font-family: 'Optima_Bold';
        letter-spacing: 0.5px;
        font-weight: 500;
        cursor: pointer;
    }

    .calling_email {
        width: 100%;
        padding: 10px 20px 5px 20px;
        display: inline-block;
        /*background: #1967b3;*/
        background: rgba(25, 103, 179, 0.77);
    }

    .calling_email div.gig_footer_sc {
        display: inline-block;
        float: right;
        padding-right: 20px;
    }

    .calling_email div.gig_footer_sc:last-child {
        display: inline-block;
        float: right;
    }

    .calling_email div.gig_footer_sc a {
        color: #fff;
    }

    .why_gig_title>span,
    .cn_desc>span,
    .ql_txt_sc h5>span,
    .tf_title span {
        display: block;
    }

    .why_gig_sc {
        flex-basis: 50%;
    }

    /*.ac_image img {
        height: 200px;
    }
	*/
    .ie_main_container,
    .internation_education {
        height: 400px;
    }

    .ql_desc {
        max-width: 100%;
    }

    .tf_desc {
        max-width: 50%;
    }

    .phone_popup_field_width {
        width: 71.5%;
    }
}

@media (min-width: 768px) {
    .nc_image img {
        position: relative;
        bottom: -20px;
        z-index: -1;
        width: 80%;
    }

    .parents_speak_words {
        max-width: 90%;
    }

    .break-big {
        display: block;
    }

    /* .tf_desc {
        max-width: 75%;
    } */
}

@media (min-width: 992px) {
    .why_gig_sc {
        flex-basis: 33.33%;
    }

    .qfour_learn_mc .qfour_learn_sc:first-child {
        flex-basis: 45%;
        margin-bottom: 60px;
    }

    .qfour_learn_mc .qfour_learn_sc:last-child {
        flex-basis: 55%;
    }

    /*    .gig_logo {
        position: relative;
        left: 50px;
    } */
    .ie_form_title span {
        display: block;
    }

    .gb_right_image img {
        width: 80%;
        margin-left: auto;
        display: block;
    }

    .gig_ie_left {
        bottom: -44px;
    }

    .gig_ie_right {
        bottom: -44px;
    }

    .nc_image img {
        width: 60%;
    }

    .gig_nc_left {
        top: 36%;
        transform: translateY(-20%);
    }

    .gig_tf_left {
        left: 60%;
        transform: translateX(-60%);
    }

    .pi_image_mc {
        max-width: 90%;
        margin: 0 auto;
    }

    .pi_image_sc img {
        width: 90%;
    }

    .gig_footer_sc {
        flex-basis: 33.33%;
    }

    /*  .gig_footer_mc .gig_footer_sc:first-child,
    .gig_footer_mc .gig_footer_sc:last-child  {
        flex-basis: 30%;
    } */
    ul.main_menu a {
        font-size: 13px;
    }

    .main_menu li {
        margin-right: 6px;
    }

    .logo_mc {
        justify-content: space-between;
    }

    .gig_logo img {
        width: 220px;
        height: auto;
    }

    .logo_right {
        order: 1;
    }

    .menu_icon {
        display: none;
    }

    .gig_footer_mc {
        max-width: 85%;
        margin: 0 auto;
    }

    .gig_footer_sc {
        text-align: center;
    }

    .slider_header {
        top: 12%;
    }

    .faq_navigation {
        top: 85%;
        transform-origin: 42% 0 0;
    }

    /*   .parents_speak_mc {
        max-width: 80%;
    } */
}

@media (min-width: 1200px) {

    .ie_tagline>span,
    .ql_title span {
        display: block;
    }

    .qfour_learn_mc .qfour_learn_sc:first-child,
    .qfour_learn_mc .qfour_learn_sc:last-child {
        flex-basis: 50%;
    }

    .qfour_learn_mc .homebased_learn_sc:first-child {
        flex-basis: 37%;
    }

    .qfour_learn_mc .homebased_learn_sc:last-child {
        flex-basis: 63%;
    }

    /*  .inter_edge_mc .inter_edge_sc:first-child {
        flex-basis: 20%;
    } */
    .gb_right_image img {
        width: 100%;
        margin-left: auto;
        display: block;
    }

    .gig_ie_left {
        position: absolute;
        bottom: -44px;
    }

    .gig_ie_right {
        position: absolute;
        bottom: -40px;
    }

    /*  .tf_desc {
        max-width: 46%;
    } */
    .pi_image_sc img {
        width: auto;
    }

    .gig_logo img {
        width: 280px;
        height: auto;
    }

    ul.main_menu a {
        font-size: 15px;
    }

    .main_menu li {
        margin-right: 16px;
    }
}

@media (min-width: 1450px) {
    .cn_image_mc {
        left: 20%;
    }
}

@media (min-width: 1600px) {
    .cn_image_mc {
        left: 26%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .qfour_learn_mc {
        max-width: 70%;
        margin: 0 auto;
    }

    .gig_footer_contact ul {
        display: flex;
        justify-content: space-evenly;
    }

    .ie_form_mc {
        max-width: 65%;
        margin: 0 auto;
    }

    .popup_form_sc .ie_form_mc {
        max-width: 100%;
    }

    .cn_image_mc {
        left: 0;
    }

    .class_nursery_mc {
        position: relative;
        z-index: 1;
        left: 20px;
    }

    .class_nursery .section_container {
        overflow: hidden;
    }

    .gb_right_image img {
        width: 60%;
        margin-left: auto;
        display: block;
    }

    .ie_main_container {
        max-width: 90%;
        margin: 0 auto;
    }

    .gig_ie_left {
        bottom: -15px;
    }

    .gig_ie_right {
        bottom: -58px;
    }

    .gig_nc_left {
        top: 40%;
    }

    .nc_left_image img {
        width: 50%;
        display: block;
    }

    .nurturing_child {
        padding-top: 20px;
    }

    .gig_tf_left {
        left: 70%;
        top: 15%;
        transform: translateX(-70%);
    }

    .gig_tf_right {
        top: 20%;
    }

    .gig_footer_mc {
        justify-content: space-between;
    }

    .gig_logo img {
        width: 190px;
        height: auto;
    }

    .banner_title {
        font-size: 34px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .inter_edge_mc {
        justify-content: space-evenly;
    }

    .inter_edge_sc {
        flex-basis: 40%;
    }

    .cn_image_mc {
        left: 10%;
    }

    .class_nursery .section_container {
        overflow: hidden;
    }

    .class_nursery_mc {
        position: relative;
        left: 80px;
    }

    .qfour_learn_mc .homebased_learn_sc:first-child {
        flex-basis: 35%;
    }

    .qfour_learn_mc .homebased_learn_sc:last-child {
        flex-basis: 65%;
    }
}

@media (min-width: 1200px) and (max-width: 1450px) {
    .cn_image_mc {
        left: 15%;
    }
}

@media (max-width: 1199px) {
    .inter_edge_mc .inter_edge_sc:first-child {
        display: none;
    }
}

@media (max-width: 991px) {
    .benz_circle span:nth-child(2) {
        flex-basis: 75%;
    }

    .mobile_only {
        display: block;
    }

    .teacher_container_sc {
        flex-basis: 28%;
    }

    .itenabled_campus_mc {
        display: block;
    }

    .itenabled_campus_slider {
        display: block !important;
    }

    .art_campus_mc {
        flex-direction: column;
    }

    .qfour_learn_sc:first-child {
        text-align: center;
        margin-bottom: 30px;
    }

    .gig_footer_logo,
    .ie_form_title {
        text-align: center;
    }

    .inter_edge_mc {
        padding: 50px 0 40px;
        justify-content: center;
        flex-direction: column-reverse;
    }

    .inter_edge_end {
        align-self: center;
        margin-top: 25px;
    }

    .inter_edge_img_sc h4 {
        font-size: 15px;
    }

    .ie_register_submit {
        flex-direction: column-reverse;
        align-items: baseline;
    }

    #RecaptchaField1,
    #RecaptchaField2 {
        transform-origin: 0;
    }

    .pi_image_sc {
        margin-bottom: 5px;
        flex-basis: 50%;
        text-align: center;
    }

    .pi_image_mc {
        justify-content: center;
    }

    ul.main_menu {
        display: none;
        flex-basis: 100%;
        position: absolute;
        top: 100%;
        background: #f3f3f3;
        width: 100%;
        left: 0;
        z-index: 3;
    }

    ul.main_menu a {
        display: block;
        padding: 12px 14px;
        border-bottom: 1px solid #bbb;
    }

    .menu_icon {
        flex-grow: 1;
        text-align: right;
    }

    /*     .banner_navigation {
        top: auto;
        z-index: 10;
        transform-origin: 0;
        transform: translateX(-50%);
        right: auto;
        left: 50%;
        bottom: 0;
    } */
    .slider_header {
        top: 15%;
    }

    .qfour_learn_mc .homebased_learn_sc:first-child {
        flex-basis: 100%;
    }

    .qfour_learn_mc .homebased_learn_sc:last-child {
        flex-basis: 100%;
    }

    .homeb_icon {
        width: 90%;
        padding: 10px;
        text-align: left;
    }

    .homeb_img {
        display: inline-block;
        float: left;
        width: 21%;
    }

    .homeb_text {
        display: inline-block;
        float: left;
        width: 79%;
        padding-top: 12px;
    }

    .qfour_sub_container.homebased_sub_container {
        padding-left: 5px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .itenabled_campus_text {
        text-align: center;
    }

    .it_campus_heading {
        text-align: center !important;
    }

    .itenabled_campus_sc_first {
        display: flex;
        flex-basis: 100%;
        padding: 10px;
    }

    .itenabled_campus_im {
        width: 100%;
        padding: 15px 5px;

    }

    .itenabled_campus_im img {
        max-width: 100%;
        object-fit: contain;
        margin: auto;
        margin-bottom: 30px;

    }

    .itenabled_campus_im_txt {
        padding-bottom: 2px;
        font-size: 14px;
        position: relative;
        font-weight: bold;
        text-align: center;
    }

    .inter_edge_mc {
        padding: 50px 0 40px;
        justify-content: center;
        flex-direction: column-reverse;
    }
}

@media (max-width: 900px) {
    .benz_circle {
        width: 70%;
    }

    .benz_circle span:nth-child(2) {
        flex-basis: 75%;
    }

    .booknow_cta {
        justify-content: center;
    }

    .booknow_cta_btn {
        left: inherit;
    }
}

@media (max-width: 767px) {
    .kindaparagraph {
        padding-left: 20px;
    }

    .teacher_container_sc {
        flex-basis: 30%;
    }

    .kindagarden_sc {
        flex-basis: 100% !important;
    }

    .kindagarden_sc:nth-child(2) {
        margin-top: 30px;
    }

    .art_campus_mc_2 {
        display: none;
    }

    .art_campus_heading {
        margin-bottom: 30px;
    }

    .campus-hide-dektop {
        display: block;
    }

    .art_campus_slider {
        display: block !important;
    }

    .nc_main_container {
        flex-direction: column;
    }

    .homebase_menubtn {
        display: none;
    }

    .nc_image img {
        margin-bottom: 20px
    }

    .nurturing_child {
        padding: 20px 0 30px;
    }

    .banner_title {
        font-size: 26px;
    }

    .gig_banner_right img {
        width: 60%;
        display: block;
        margin-left: auto;
    }

    .gig_ie_left {
        bottom: -38px;
    }

    .ie_left_image img {
        width: 70%;
    }

    .gig_ie_right {
        bottom: -48px;
    }

    .gig_ie_right img {
        width: 70%;
        display: block;
        margin-left: auto;
    }

    .nc_image img {
        width: 60%;
    }

    .gig_nc_left {
        top: 0;
    }

    .nc_left_image img {
        width: 35%;
        display: block;
        margin-left: 40px;
    }

    .gig_tf_left {
        left: 70%;
        transform: translateX(-70%);
        top: 25%;
    }

    .gig_tf_left img,
    .gig_tf_right img {
        width: 90%;
    }

    .gig_tf_right {
        top: 30%;
    }

    .pi_image_sc img {
        height: 60px;
    }

    .thankyou_subcontainer>div {
        line-height: 24px;
        font-size: 16px;
    }

    .gig_footer_mc {
        align-items: initial;
        flex-direction: column;
    }

    .gig_footer_sc {
        margin-bottom: 10px;
    }

    .gig_footer_mc .gig_footer_sc:last-child {
        margin-bottom: 40px;
    }

    .inter_edge_end {
        margin-top: 0px;
    }

    .inter_edge_sc:last-child {
        display: none;
    }

    .inter_edge_img_mc {
        flex-direction: column;
    }

    .inter_edge_img_sc {
        margin-bottom: 15px;
    }

    .popup_form_sc {
        width: 85%;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }

    .popup_form_mc {
        background: rgb(248, 153, 34);
    }

    .bookatourpopup_form_mc {
        background: rgb(248, 153, 34);
    }

    .bookatourpopup_form_sc {
        width: 85%;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }

    .slider_tagline span {
        display: initial;
        font-size: 16px;
        line-height: 22px;
    }

    .inter_edge_sub_container {
        flex: 0 0 100%;
    }

    .inter_edge {
        display: none;
    }

    .parents_speak_sc {
        flex: 0 0 100%;
        /* margin-bottom: 20px; */
    }
}

@media (max-width: 650px) {
    .teacher_container_sc {
        flex-basis: 80%;
    }

    .teacher_container_sc:nth-child(2) {
        margin-top: 5px;
    }
}

@media (max-width: 600px) {
    .teacher_container_sc img {
        width: 160px;
        height: auto;
    }

    .benz_circle {
        width: 98%;
    }

    .book_sc {
        flex-basis: 100%;
    }

    .book_sc:nth-child(2) {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .booknow_cta {
        margin-top: 30px;
    }
}

@media (max-width: 576px) {

    /* phone popup start*/
    .gig_fb_bg_gray {
        padding: 20px 20px;
    }

    .nurtur-box {
        flex-direction: column;
    }

    .nurtur_box_sc {
        display: flex;
        flex-basis: 100%;
        padding-right: 10px;
        padding-left: 10px;
        text-align: center;
        flex-direction: column;
    }

    .homebase_img img {
        max-width: 100%;
        /* object-fit: cover; */
        width: 100%;
    }

    .enquire_cta {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .enquire_cta_btn {
        /*background-color: #f89922;*/
        background-color: #1967b3;
        display: inline-block;
        color: #fff;
        text-decoration: none;
        padding: 12px 14px;
        width: 160px;
        border-radius: 5px;
        font-size: 18px;
        text-align: center;
        font-family: 'Optima_Bold';
        letter-spacing: 0.5px;
        font-weight: 500;
        cursor: pointer;
    }

    .calling_email {
        width: 100%;
        padding: 10px 16px 0px 16px;
        display: inline-block;
        background: rgba(25, 103, 179, 0.77);
    }

    .gig_footer_sc a {
        line-height: 22px;
        font-size: 14px !important;
    }

    .gig_footer_sc a>i {
        display: inline-block;
        margin-right: 12px;
        font-size: 16px !important;
    }

    .calling_email div.gig_footer_sc {
        display: inline-block;
        float: right;
    }

    .calling_email div.gig_footer_sc:last-child {
        display: inline-block;
        float: left;
    }

    .calling_email div.gig_footer_sc a {
        color: #fff;
    }

    input#pop_user_phone_form_prefield {
        width: 18%;
        margin-right: 5px;
        float: left;
        height: 38px;
        padding: 6px 10px;
        border: 1px solid #d1d2d4;
    }

    input#pop_user_phone_form {
        width: 76%;
        height: 38px;
        padding: 6px 10px;
        border: 1px solid #d1d2d4;
    }

    /* phone end*/
    .why_gig_title {
        font-size: 26px;
        line-height: 30px;
    }

    .ie_left_image,
    .gig_ie_right {
        display: none;
    }

    .cn_image_mc {
        top: 100px;
    }

    .why_gig_sc {
        flex-basis: 100%;
        flex-direction: column;
        text-align: center;
    }

    .why_gig_txt {
        max-width: 100%;
    }

    .art_campus {
        padding: 50px 0;
    }

    /*.ac_image img {
        height: 120px;
    }
	*/
    .internation_education {
        padding: 35px 0;
    }

    .qfour_sub_container {
        flex-direction: column;
    }

    .ql_txt {
        width: 140px;
        height: 140px
    }

    .ql_txt_sc {
        left: 12%;
    }

    .qfour_img img {
        width: 70%;
        display: block;
        margin: 0 auto;
    }

    .gig_logo img {
        width: 150px;
        object-fit: contain;
    }

    .cogniz_logo img {
        width: 90px;
        height: 84px;
        object-fit: contain;
    }

    .logo_mc {
        padding: 4px 15px 0;
    }

    .user_name,
    .parent_name {
        flex-basis: 100%
    }

    .user_name {
        margin-bottom: 10px;
    }

    .inter_edge_img_sc h4 {
        font-size: 13px;
    }

    .cn_image img {
        width: 60%;
    }

    .class_nursery_mc {
        position: relative;
        z-index: 1;
        max-width: 80%;
        margin-left: auto;
    }

    .gb_left_image img {
        width: 50%;
    }

    .gb_right_image img {
        width: 30%;
        display: block;
        margin-left: auto;
    }

    .banner_title {
        font-size: 19px;
    }

    .gig_banner {
        /*padding: 30px 0 20px;*/
        padding: 0px;

    }

    .ie_left_image img,
    .gig_ie_right img {
        width: 40%;
    }

    .gig_tf_right {
        top: auto;
        bottom: -120px;
    }

    .gig_tf_left {
        top: auto;
        bottom: -150px;
        z-index: 1;
        display: none;
    }

    .gig_tf_left img {
        width: 40%;
        display: block;
        margin-left: auto;
    }

    .tf_right_image img {
        width: 35%;
        display: block;
        margin-left: auto;
    }

    .banner_navigation,
    a.banner_navigation_link {
        width: 100%;
    }

    .slider_header {
        top: 0;
    }

    .tf_content {
        text-align: center;
    }

    .faq_navigation {
        display: none;
    }

    .mobile_only {
        display: block;
    }

    .gfb_main_conatiner {
        flex-direction: column;
        text-align: center;
    }

    .gig_first_branch {
        padding: 30px 0 50px;
    }

    .banner_navigation {
        top: auto;
        z-index: 10;
        transform-origin: 0;
        transform: translateX(-50%);
        right: auto;
        left: 50%;
        bottom: 0;
    }
}

@media (max-width:500px) {
    .benz_circle {
        height: 80px;
    }

    .benz_circle span:nth-child(1) {
        top: 0px;
    }

    .benz_circle span:nth-child(2) {
        top: 6px;
    }
}

@media (max-width:405px) {
    .calling_email {
        width: 100%;
        padding: 10px 20px 0px 20px;
        background: rgba(25, 103, 179, 0.77);
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        align-content: flex-end;
    }

    .calling_email div.gig_footer_sc:first-child {
        display: inline-block;
        float: none;
        order: 2;
    }

    .calling_email div.gig_footer_sc:last-child {
        display: inline-block;
        float: none;
        order: 1;
    }
}

select[disabled] {
    border: 1px solid #f2f2f2;
    cursor: not-allowed;
}

input[disabled] {
    border: 1px solid #f2f2f2;
    cursor: not-allowed;
}