@font-face {
    font-family: Mont Regular;
    src: url(fonts/Mont-Regular.44ffe4cb.otf) format("opentype"), url(fonts/Mont-Regular.44ffe4cb.ttf) format("truetype"), url(fonts/Mont-Regular.045127be.woff) format("woff"), url(fonts/Mont-Regular.cbcf3945.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Mont Semi Bold;
    src: url(fonts/Mont-SemiBold.6aea7eb9.otf) format("opentype"), url(fonts/Mont-SemiBold.6aea7eb9.ttf) format("truetype"), url(fonts/Mont-SemiBold.eed85051.woff) format("woff"), url(fonts/Mont-SemiBold.f2da6b22.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Mont Book;
    src: url(fonts/Mont-Book.3fc36794.otf) format("opentype"), url(fonts/Mont-Book.e22ab69d.ttf) format("truetype"), url(fonts/mont-book.f1a4e247.woff) format("woff"), url(fonts/mont-book.9185dae0.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

*{
    margin:0;
    padding:0;
    outline:0;
}
body {
    font-family: Mont Regular,sans-serif;
    overflow-x: hidden;
    /*    background: url(images/bgbody.jpg) repeat-y top center;
*/
}

.clr {
    clear: both;
}

.my__heits {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

.my__heits__grid {
    width: 15%;
}

.my__heits__grid__heading {
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.my__heits__grid__th {
    text-align: center;
    margin-bottom: 15px;
}

.my__heits__grid__th {
    text-align: center;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100px;
}

    .my__heits__grid__th img {
        height: 90px;
    }

.h80 {
    height: 70px !important;
}


.my__heits__grid__subheading {
    text-align: center;
    font-size: 14px;
}

.container {
    padding-right: 13px;
    padding-left: 13px;
    margin-right: auto;
    margin-left: auto;
}
.containerP {
    padding-right: 13px;
    padding-left: 13px;
    margin-right: auto;
    margin-left: auto;
}


.hd__header {
    position: fixed;
    width: 100%;
    background: #fff;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 -2px 30px #000;
    -webkit-transition: .5s linear;
    -moz-transition: .5s linear;
    -o-transition: .5s linear;
    transition: .5s linear;
}

    .hd__header .header__left img {
        max-width: 250px;
        width: 100%;
        -webkit-transition: .5s linear;
        -moz-transition: .5s linear;
        -o-transition: .5s linear;
        transition: .5s linear;
    }


    .hd__header.fixed .header__left img {
        max-width: 200px;
        width: 100%;
        -webkit-transition: .5s linear;
        -moz-transition: .5s linear;
        -o-transition: .5s linear;
        transition: .5s linear;
    }

    .hd__header.fixed + .campaign__mainblock {
        margin-top: 74px;
        -webkit-transition: .5s linear;
        -moz-transition: .5s linear;
        -o-transition: .5s linear;
        transition: .5s linear;
    }

.custom-container {
    width: 100%;
    margin: 0 auto;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.header__left {
    width: 30%;
    padding: 10px;
    box-sizing: border-box;
}

.Apply__now_header a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    /* background: #0076bd; */
    background: #ee2b31;
    border-radius: 5px;
    padding: 8px 15px 5px;
    text-decoration: none;
    display: block;
    border: 1px solid #ee2b31;
    font-family: 'Hind Guntur', sans-serif;
}


    .Apply__now_header a:hover {
        color: #000;
        background: #ccc;
        border: 1px solid #ccc;
    }


#header-logo {
    position: absolute;
    top: 30px;
    left: 20px;
    z-index: 9999;
    transition: 0.5s;
    width: 208px;
}

#header-logo {
    width: 250px !important;
}

#header-logo img {
    width: 100%;
    transition: 0.5s;
}

.School__whatsapp {
    position: fixed;
    bottom: 40px;
    right: 0px;
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
}

.School__whatsapp a img {
    width: 50px;
}

.heder-apply-button-desktop {
    position: absolute;
    top: 63px;
    right: 20px;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.heder-apply-button-desktop {
    right:-40px !important;
}

.apply-buttonnow-desktop {
    padding: 6px 15px 6px 15px;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    background-color: #ee2b31;
    font-family: 'Hind Guntur', sans-serif;
    display: block;
    border: 1px solid #ee2b31;
    font-weight: 500;
    transition: all 0.7s;
}
a.apply-buttonnow-desktop:hover, a.apply-buttonnow-desktop:focus {
    color: #000;
    text-decoration: underline;
    border: 1px solid #ccc;
    font-family: 'Hind Guntur', sans-serif;
    background: #ccc;
    font-weight: 500;
}
.home-div {
    width: 100%;
    height: 100vh;
    position: relative;
    padding-top: 20px;
    padding: 0px;
}

.video_wrapper {
    width: 100%;
    height: auto;
    position: relative;
    overflow: initial;
}

.fordsktop {
    width: 100%;
    display: block;
}

.video_wrapper img {
    height: 100vh;
    object-fit: cover;
}
.formobile{
    display: none;
}

.black_logo {
    display: none;
}

.top__head{
    position: relative;
}

.section__heading{
    padding:50px 0 30px;
    max-width:500px;
    width:100%;
    vertical-align: top;
    margin: 0 auto;
}

.section__heading img{
    width:100%;
    mix-blend-mode: multiply;
}

.section2__outer {
    background: #fff;
    margin-bottom: 20px;
    padding: 0 20px;
}

.section2__inner {
    padding: 50px 0 30px;
    max-width: 900px;
    width: 100%;
    vertical-align: top;
    margin: 0 auto;
}

.section2__inner p{
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}

.get__intouch__form{
    padding-bottom: 20px;
}
.get__intouch__form p {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}
.get__intouch__form h4.hd__new{
    color: #666666;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-weight: 600;
    margin-top: 10px;
    font-size: 40px;
    text-align: center;
    font-family: 'Allerta', sans-serif;
    padding-bottom:15px;
}

.form-contact ul {
    margin: 20px 0px 0px;
    padding: 0px;
}
#get_touch ul li {
    list-style-type: none;
    width: 31.25%;
    margin: 1.04%;
    float: left;
    position: relative;
}
#get_touch ul li input{
    width: 100%;
    border: 1px solid #818181;
    font-size: 16px;
    height: 58px;
    color: #818181;
    padding: 18px 10px 14px 60px;
    -webkit-appearance: none;
    border-radius: 0;
    line-height: 25px;
}
.form_icon_svg {
    position: absolute;
    top: 10px;
    left: 21px;
}
.form_icon_svg svg {
    width: 18px;
    fill: #a2a2a2;
}
#get_touch .form_icon_svg svg {
    margin: 6px 0 0 0;
}

.Sub-btn button {
    background: #ee2b31 !important;
    border-radius: 30px !important;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    display: inline-block;
    line-height: 22px;
    padding: 13px 47px 8px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: 0px;
    font-family: 'Hind Guntur', sans-serif;
}

#get_touch .Sub-btn button {
    padding: 15px 49px 10px !important;
}
#get_touch .Sub-btn button {
    margin-bottom: 37px;
}

.Sub-btn button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ccc !important;
    border-radius: 30px !important;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 3px;
    color: #000;
}
.Sub-btn button:hover {
    color: #000 !important;
}
.Sub-btn button:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    color: #000 !important;
}

#get_touch .form_icon_svg svg.email_svg {
    width: 29px;
    margin: 10px 0 0 -5px;
}

#get_touch .form_icon_svg svg.phone_svg {
    width: 58px;
    margin: -5px 0 0 1px;
}
#loading-image {
    text-align: center;
}
#loading-image  button{
    text-align: center;
    margin: 20px 0;
    display: inline-block;
}

h4.hd__new{
    color: #666666;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-weight: 600;
    margin-top: 10px;
    font-size: 40px;
    text-align: center;
    font-family: 'Allerta', sans-serif;
    z-index:1
}

.th_image{
    max-width:300px;
    width:100%;
    margin:0 auto;
}
.th_image img{
    width:100%;
    border:10px solid #fff;
    overflow: hidden;
    border-radius: 18%;
}

.mySwiper2{
    padding-top:20px;
}

.mycs__slider{
    position: relative;
    margin-bottom:30px;
}
.mycs__slider .icon {
    position: absolute;
    left: 26%;
    top: 0;
    opacity: 0.2;
}

    .mycs__slider .icon img {
    width:180px;
    }

.my_sider1{
    background-image: url(images/blue.png);
    background-repeat: no-repeat;
    background-position: bottom 0px left;
    background-size: 100% 70%;
}

.my_sider2{
    background-image: url(images/daycare.jpg);
    background-repeat: no-repeat;
    background-position: bottom 0px left;
    background-size: 100% 70%;
}


.my_sider3{
    background-image: url(images/holdingfeand.jpg);
    background-repeat: no-repeat;
    background-position: bottom 0px left;
    background-size: 100% 70%;
}


.my_sider4{
    background-image: url(images/aftreschool.jpg);
    background-repeat: no-repeat;
    background-position: bottom 0px left;
    background-size: 100% 70%;
}

.my_sider5{
    background-image: url(images/saturdayschool.jpg);
    background-repeat: no-repeat;
    background-position: bottom 0px left;
    background-size: 100% 70%;
}
.my_sider6 {
    background-image: url(images/daycare.jpg);
    background-repeat: no-repeat;
    background-position: bottom 0px left;
    background-size: 100% 70%;
}



.slidercontent{
    text-align: center;
/*    padding:30px 0 50px;
*/    max-width: 1000px;
    width:100%;
    margin:0 auto;
    min-height:300px;
}

.slidercontent h4{
    color: #666666;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-weight: 600;
    margin-top: 10px;
    font-size: 30px;
    text-align: center;
    font-family: 'Allerta', sans-serif;
}
.slidercontent h5{
    font-size: 20px;
    color: #333;
    text-align: center;
    padding-bottom: 40px;
}
.slidercontent p{
    font-size: 16px;
    color: #333;
    text-align: center;
    padding-bottom: 40px;
}


.mySwiper{
    margin:50px 0 50px 0;
}

/*.mySwiper .swiper-slide:nth-child(1) {
    width: 183px;
  }

  .mySwiper .swiper-slide:nth-child(2) {
    width: 142px;
  }
  .mySwiper .swiper-slide:nth-child(3) {
    width: 214px;
  }
  .mySwiper .swiper-slide:nth-child(4) {
    width: 300px;
  }
  .mySwiper .swiper-slide:nth-child(5) {
    width: 240px;
  }*/

    .mySwiper .swiper-slide:nth-child(1) {
        width: auto;
    }

    .mySwiper .swiper-slide:nth-child(2) {
        width: auto;
    }

    .mySwiper .swiper-slide:nth-child(3) {
        width: auto;
    }

    .mySwiper .swiper-slide:nth-child(4) {
        width: auto;
    }

    .mySwiper .swiper-slide:nth-child(5) {
        width: auto;
    }

.swiper-wrapper {
    position: relative;
    width: auto;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.sl__th a {
    background: url(images/bullat.png) no-repeat left 15px center;
    display: inline-block;
    border-radius: 14px;
    font-size: 18px;
    padding: 10px 22px 10px 40px;
    text-decoration: none;
    color: #666666;
    background-size: 12px;
}

.mySwiper .swiper-slide-thumb-active .sl__th1 a{
    background:#fd8672 url(images/bullat-white.png) no-repeat left 15px center;
    color: #fff;
    background-size:12px;
}

.mySwiper .swiper-slide-thumb-active .sl__th2 a {
    background: #fd8672 url(images/bullat-white.png) no-repeat left 15px center;
    color: #fff;
    background-size: 12px;
}
.mySwiper .swiper-slide-thumb-active .sl__th3 a {
    background: #fd8672 url(images/bullat-white.png) no-repeat left 15px center;
    color: #fff;
    background-size: 12px;
}

.mySwiper .swiper-slide-thumb-active .sl__th4 a {
    background: #fd8672 url(images/bullat-white.png) no-repeat left 15px center;
    color: #fff;
    background-size: 12px;
}

.mySwiper .swiper-slide-thumb-active .sl__th5 a {
    background: #fd8672 url(images/bullat-white.png) no-repeat left 15px center;
    color: #fff;
    background-size: 12px;
}

.mySwiper{
    padding:0 20px;
    box-sizing: border-box;
    display:flex;
}

.mySwiper2 .swiper-pagination-bullet{
    width:100px !important;
    height:3px !important;
    border-radius: 0 !important;
    margin:0 !important;
    background: #ee2b31 !important;
    opacity: 1 !important;

}

.mySwiper2 .swiper-pagination-bullet-active{
    background: #ee2b31;
    width:15px !important;
    height:15px !important;
    border-radius: 50% !important;
    top: 6px !important;
    position: relative;
}
.helights{
    padding-bottom: 50px;
}
.helights .hd__new{
    margin-bottom:20px;
    text-align: left;
}
.helights p{
    font-size: 16px;
    color: #000;
    text-align: left;
    margin-bottom: 20px;
    text-align:justify;
}

.asp {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.happy__parents{
    padding: 50px 0 50px;
    background: #f6f1ff;
}

.happy__parent__inner .hd__new{
    position: relative;
}

.happy__parent__inner .hd__new .cot{
    position: absolute;
    left: 14%;
    display:none;
}


.mySwiper3{
    padding:50px 0 0;
}

.parrent__data{
    text-align: center;
}
.parrent__data p{
    font-size: 16px;
    color: #000;
    padding-bottom: 30px;
}

.cot__details h4{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding-bottom: 0;
    margin:0;
}
.cot__details p{
    padding-bottom: 30px;
}

.iconlist{
    padding-top:50px;
}
.iconlist ul{
    display: flex;
    flex-wrap: wrap;
    margin:0;
    justify-content: center;
}
.iconlist ul li{
    list-style: none;
    padding:0 25px;
    box-sizing: border-box;
}

.copy__right {
    border-top: 3px solid #f6f1ff;
    background: #e6e6e6;
    padding: 15px 0;
}

.copy__rightinner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mySwiper3 .swiper-pagination-bullet {
    width: 50px !important;
    height: 2px !important;
    border-radius: 0 !important;
    background: #666666 !important;
}

@media screen and (max-width:1200px){
    .happy__parent__inner .hd__new .cot{
        position: absolute;
        left: 8%;
    }
}

@media screen and (max-width:1100px) {

    .header__left img {
        max-width: 200px;
        width: 100%;
    }
    .header__inner {
        align-items: center;
    }
}

    @media screen and (max-width:1024px) {
        .th_image {
            max-width: 56%;
            width: 100%;
            margin: 0 auto;
        }

        .icon img {
            width: 125px;
        }

        .mycs__slider .icon {
            position: absolute;
            right: 12%;
            top: 5%;
            opacity: 0.2;
        }

        
    }

    @media screen and (max-width:990px) {
        h4.hd__new {
            font-size: 30px;
        }

        .cot img {
            width: 60%;
        }
    }

    @media screen and (max-width:850px) {
        h4.hd__new {
            font-size: 25px;
            width:100%!important;
            text-align:center!important;
        }

        .cot img {
            width: 56%;
        }

        .get__intouch__form h4.hd__new {
            font-size: 25px;
        }

        .my__heits__grid {
            width: 45%;
            margin-bottom:20px;
        }

        .my__heits__grid__th img {
            height: 70px;
        }

        .h80 {
            height: 50px !important;
        }

        .my__heits__grid__th {
            height: 70px;
        }

        .my__heits__grid__subheading {
            font-size: 13px;
        }
        .my__heits__grid__heading {
            text-align: center;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 10px;
        }

    }

    @media screen and (max-width:767px) {
        .happy__parent__inner .hd__new .cot {
            display:block;
        }

        .deskV {
            display:none;
        }

        .home-div {
            height: 80vh;
        }
        .video_wrapper img {
            height: 80vh;
        }

        .heder-apply-button-desktop {
            right: 20px !important;
            top: 4%;
            transform: none;
        }

        .th_image {
            max-width: 56%;
            width: 100%;
            margin: 0 auto;
        }

        .icon img {
            width: 125px;
        }

        .mycs__slider .icon {
            position: absolute;
            left: 60%;
            top: -3%;
            opacity: 0.2;
        }

            .mycs__slider .icon img {
                width: 150px;
            }

        .slidercontent {
            padding: 30px 20px 0px;
            min-height: 340px;
        }

            .slidercontent h4 {
                font-size: 25px;
            }

        .fordsktop {
            display: none;
        }

        .formobile {
            display: block;
        }

        #get_touch .Sub-btn button {
            padding: 8px 40px !important;
            font-size: 20px;
        }




        .mySwiper .swiper-slide:nth-child(1) {
            width: 110px;
        }

        .mySwiper .swiper-slide:nth-child(2) {
            width: 88px;
        }

        .mySwiper .swiper-slide:nth-child(3) {
            width: 132px;
        }

        .mySwiper .swiper-slide:nth-child(4) {
            width: 175px;
        }

        .mySwiper .swiper-slide:nth-child(5) {
            width: 145px;
        }


        .sl__th a {
            background: url(images/bullat.png) no-repeat left 10px center;
            background-size: 12px;
            display: inline-block;
            border-radius: 14px;
            font-size: 14px;
            padding: 7px 10px 7px 30px;
            text-decoration: none;
            color: #666666;
        }

        .sl__th1 a {
            background: url(images/bullat.png) no-repeat left 10px center;
            background-size: 12px;
        }

        .mySwiper .swiper-slide-thumb-active .sl__th1 a {
            background: #fd8672 url(images/bullat-white.png) no-repeat left 10px center;
            color: #fff;
            background-size: 12px;
        }

        .mySwiper .swiper-slide-thumb-active .sl__th2 a {
            background: #fd8672 url(images/bullat-white.png) no-repeat left 10px center;
            color: #fff;
            background-size: 12px;
        }

        .mySwiper .swiper-slide-thumb-active .sl__th3 a {
            background: #fd8672 url(images/bullat-white.png) no-repeat left 10px center;
            color: #fff;
            background-size: 12px;
        }

        .mySwiper .swiper-slide-thumb-active .sl__th4 a {
            background: #fd8672 url(images/bullat-white.png) no-repeat left 10px center;
            color: #fff;
            background-size: 12px;
        }

        .mySwiper .swiper-slide-thumb-active .sl__th5 a {
            background: #fd8672 url(images/bullat-white.png) no-repeat left 10px center;
            color: #fff;
            background-size: 12px;
        }

        .mySwiper .swiper-wrapper {
            flex-wrap: wrap !important;
            justify-content: center;
        }

        .mySwiper {
            padding: 0;
        }

        .copy__rightinner {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            text-align: center;
            line-height: 25px;
            font-size: 12px;
        }

        .dpnone {
            display: none;
        }
        .header__left {
            width: 50%;
        }
        .Apply__now_header a {
            font-size: 14px;
            padding: 6px 15px 6px;
        }
    }


    @media screen and (max-width:650px) {
        #get_touch ul li {
            width: 100%;
            margin: 1.04%;
            float: none;
        }

        .happy__parent__hd {
            padding: 0 17%;
        }

        .mySwiper2 .swiper-pagination-bullet {
            width: 69px !important;
            height: 3px !important;
        }

        .mySwiper2 .swiper-pagination-bullet-active {
            width: 15px !important;
            height: 15px !important;
            border-radius: 50% !important;
        }

        .slidercontent h4 {
            font-size: 22px;
        }

        .slidercontent h5 {
            font-size: 19px;
        }

        .slidercontent p {
            font-size: 14px;
        }

        .helights p {
            font-size: 14px;
        }

        .mySwiper3 {
            padding: 26px 0 0;
        }

            .mySwiper3 .swiper-pagination-bullet {
                width: 30px !important;
            }

        .happy__parent__inner .hd__new .cot {
            position: absolute;
            left: -20px;
        }



        .header__inner {
            padding: 0 10px 0 0;
        }
        
    }

    @media screen and (max-width: 550px) {
        #get_touch ul li {
            width: 100%;
            margin: 0 0 20px 0;
        }
    }



    @media screen and (max-width:480px) {

        #header-logo {
            width: 156px !important;
        }

        .heder-apply-button-desktop {
            right: 5px !important;
            top: 4%;
            transform: none;
        }

        .apply-buttonnow-desktop {
            padding: 4px 7px;
            font-size: 12px;
        }
        .Apply__now_header a {
            font-size: 13px;
            padding: 8px 9px 6px;
        }
        .asp {
            font-size:13px;
        }

        .asp span {
            padding:5px;
        }

    }





    

.lft_outer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lft_outer1{
    width: 50%;
    order:2;
}
.lft_outer2{
    width: 50%;
    order:1;
    overflow: hidden;
}
.mySwiper .swiper-slide{
    width: 100% !important;
}

.mySwiper .swiper-wrapper {
    flex-wrap: wrap !important;
    justify-content: flex-start;
}

.myslder {
    background-size: 100% 100% !important;
    padding:40px;
    box-sizing: border-box;
    padding-bottom:0;
}

.th_image {
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
}
.mySwiper2 {
    padding-top: 0;
}
.mycs__slider h4.hd__new{
    width: 50%;
    text-align: left;
    margin-bottom: -63px;
}

.lft_outer2{
    padding-top:30px;
}







.lft_outer2 .mySwiper .swiper-slide-thumb-active .sl__th1 a{
    background:#fd8672;
    color: #fff;
}

.lft_outer2 .mySwiper .swiper-slide-thumb-active .sl__th2 a{
    background:#fd8672;
    color: #fff;
}
.lft_outer2 .mySwiper .swiper-slide-thumb-active .sl__th3 a{
    background:#fd8672;
    color: #fff;
}

.lft_outer2 .mySwiper .swiper-slide-thumb-active .sl__th4 a{
    background:#fd8672;
    color: #fff;
}

.lft_outer2 .mySwiper .swiper-slide-thumb-active .sl__th5 a{
    background:#fd8672;
    color: #fff;
}
    .lft_outer2 .mySwiper .swiper-slide-thumb-active .sl__th6 a {
        background: #fd8672;
        color: #fff;
    }


.sl__th a{
    background: none;
    background-size: 12px;
    display:inline-block;
    border-radius: 14px;
    font-size: 22px;
    padding: 10px 20px 5px 20px;
    text-decoration: none;
    color: #666666;
    margin-bottom: 20px;
}
.lft_outer2 .mySwiper {
    padding: 0 0;
    box-sizing: border-box;
}
.hlbanner{
    position: relative;
    padding-top:50px;
    margin-bottom:50px;
}
.hlbanner img{
    width: 100%;
}

.hlbanner__text{
    position: absolute;
    width: 100%;
    bottom:3%;
    top:auto;
}



@media screen and (max-width:767px) {

    .myslder {
        background-size: 100% 75% !important;
        padding: 0px;
        box-sizing: border-box;
        padding-bottom: 0;
    }
}