input:disabled {
    cursor: no-drop;
    background: #ffffff;
}
select:disabled{    cursor: no-drop;
    background: #ffffff;}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.welcome--2 .jnr__Welcome__thumb {
    height: 266px !important;
}
.img_sec img {
    height: 103px;
}
  .choose p {
    font-size: 12px;
}
.welcome--2 .jnr__Welcome__thumb::before {
    height: 266px !important;
}
.gallery .gallery__thumb a img {
height: 150px !important;}
		.full_width {
    margin-bottom: 0px;
}
	.section__title h2.title__line {
    font-size: 22px;}
	.csm_logo {
    margin-top: 10px;
}
.mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu {
    margin-top: 14px;
}
.mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu > li {
    margin: 0 6px;
}
.mainmenu__wrapper .mainmenu__wrap .mainmenu__nav .mainmenu > li > a {
    font-size: 12px;
}
.slider--two.slider__fixed--height {
    height: auto;
}
.service--2 .service .service__details h6 a {
    font-size: 21px;
	height: 40px;
}
.holder1 {
    height: 205px;
}
.holder {
    height: 205px;
}
.bcare__subscribe.subscribe--3 {
bottom: 12%;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact__box .contact-btn {
    margin: 20px 0 !important;
}
  .choose_list li {
    font-size: 14px;
    line-height: 24px;
}
.text_sec p {
    font-size: 12px;
    line-height: 16px;
}
.text_sec {
    height: 54px;
    margin: 3% 0;
}
.img_sec img {
    height: 72px;
}

	.full_width {
    margin-bottom: 0px;
}
	.contact__box .single-contact-form.name select {
    margin:0 15px 0 0;
}
.contact__box .single-contact-form textarea {

}
	.contact__box .single-contact-form.name input {

    margin-right: 15px;
    float: left;
}
	.subscribe__inner {
    padding: 10px 0;
}
.page__contact .address .address__inner {
    padding: 59px 5px 27px;
    min-height: 214px;
}
	.section__title h2.title__line {
    font-size: 20px !important;}
	.subscribe__btn input.bst__btn {
    font-size: 13px;
    font-weight: 600;
    height: 38px;
    text-align: center;
}
img.cybrain_logo {
    width: 100%;
    float: right;
}
	.about .section__title h2.title__line::before {
display:none;
}
.padding-t-b {
    padding: 0;
}
.service .service__icon {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 70px;
    left: 50%;
    line-height: 67px;
    margin: auto;
    position: absolute;
    text-align: center;
    top: -17px;
    transform: translateX(-50%);
    width: 70px;
}
.service {
    padding: 0 2%;
}
.service--2 .service .service__details h6 a {
    font-size: 19px;
    height: 50px;
    vertical-align: middle;
}
.service--2 .service .service__btn {
    /* margin-top: 10px; */
    margin: 18px 0 0px;
}
	  .container-fluid .section__title p {
    padding: 0 10%; }
	  .yu2fvl-close {
    left: auto;
    right: 0;
    top: auto;
    bottom: 100%; }
  h1,
  .h1 {
    font-size: 36px; }

  h2,
  .h2 {
    font-size: 16px !IMPORTANT;
    }
.fulldate {
    width: 95%;
}
  h3,
  .h3 {
    font-size: 20px; }

.section-padding--xlg {
    padding: 120px 0; }

  .section-padding--top {
    padding-top: 150px; }

  .section-padding--bottom {
    padding-top: 100px; }

  .section-padding--lg {
    padding: 40px 0 !important;
    }

  .section-padding--md {
    padding: 85px 0; }

  .section-padding--sm {
    padding: 70px 0; }

  .section-padding--xs {
    padding: 60px 0; }

  .md-mt-40 {
    margin-top: 40px;
    }

  .md-mt-60 {
    margin-top: 60px; } 
	.header--2 a.minicart-trigger,
  .header--3 a.minicart-trigger,
  .header--5 a.minicart-trigger {
    color: #707070; display: none;}

  .header--2 .mean-container a.meanmenu-reveal span,
  .header--3 .mean-container a.meanmenu-reveal span,
  .header--5 .mean-container a.meanmenu-reveal span {
    background: #0aa0c1; }
.mean-container a.meanmenu-reveal {
    color: #c61c85;
}
  .header--3 .mainmenu__wrapper,
  .header--5 .mainmenu__wrapper {
    padding-bottom: 20px;
    padding-top: 20px; }
	
	}
	
	@media only screen and (min-width: 992px) {
  .mainmenu li.drop {
    position: relative;
    }
	}
	
@media only screen and (min-width: 992px) {
  .mainmenu li.drop {
    position: relative;
    }

  .mainmenu li.drop > ul.dropdown__menu {
    opacity: 0;
    top: 100%;
    transform: scale(0.7);
    transition: all 300ms ease 0s;
    visibility: hidden;
    background: #0aa0c1 none repeat scroll 0 0;
    position: absolute;
    left: 0;
    z-index: 99;
    min-width: 210px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    }

  .mainmenu li.drop:hover > ul.dropdown__menu {
    opacity: 1;
    transform: scale(1);
    transition: all 300ms ease 0s;
    visibility: visible;
    }

  .mainmenu li.drop > ul.dropdown__menu li {
    transition: all 0.3s ease 0s;
    background: #1d1d1d;
    }

  .mainmenu li.drop:hover > ul.dropdown__menu > li {
    opacity: 1;
    /* background: #000; */
    }

  .mainmenu li.drop > ul.dropdown__menu a {
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    padding: 6px 20px 6px 8px;
    text-transform: capitalize;
    transition: all 300ms ease 0s;
    color: #ffffff!important;
    display: block;
    }

  .mainmenu li.drop:hover > ul.dropdown__menu > li:not(:last-child) {
    border-bottom: 1px solid #f2f2f2; }

  .mainmenu li.drop:hover > ul.dropdown__menu > li:hover > a {
    color: #f9f9f9;
    padding-left: 7px;
    background: #0aa0c1 none repeat scroll 0 0;
    } }
	
	@media only screen and (max-width: 767px) {
        .img_sec {
            width: 50%;
            margin: 0 auto!important;
            float: none;
            border-radius: 0px;
            border: 0px solid #ffffff;
        }
        .facilities .facilities_mre {
            margin: 4% 0;
        }        
        .text_sec {
            height: 52px;
            margin: 0% 0;
            float: none;
        }
        .img_sec img {
            height: auto;
        }
        .text_sec p {
            font-size: 13px;
            text-align: center;
            line-height: 16px;
        }
      .choose_list li {
    font-size: 13px;
    margin-bottom: 8%;
    line-height: 22px;
}
      .choose_list li .span_img img {
    margin-right: 3%;
    margin-bottom: 3%;
}
        .text_sec.text-right p {
            text-align: center;
        }
	.full_width {
    margin-bottom: 30px;
}
	
    .full_width:last-child {
    margin: 0;}
	
	.padding-t-b {
    padding: 0px;}
		.header--2 a.minicart-trigger,
  .header--3 a.minicart-trigger,
  .header--5 a.minicart-trigger {
    color: #707070;
    display: none;
    }

  .header--2 .mean-container a.meanmenu-reveal span,
  .header--3 .mean-container a.meanmenu-reveal span,
  .header--5 .mean-container a.meanmenu-reveal span {
    background: #0aa0c1;
    }

  .header--2 .top__address li + li {
    margin-left: 0;
    padding-left: 0; }

  .header--3 .mainmenu__wrapper,
  .header--5 .mainmenu__wrapper {
    padding-bottom: 20px;
    padding-top: 20px; }
		  .activation__one .owl-nav div {
    left: 0px; }

  .activation__one .owl-nav div.owl-next {
    right: 0px; }
		  .section__title p {
    font-size: 14px;
    line-height: 24px;
    padding: 0 5%; }

  .section__title h2.title__line {
    font-size: 20px;
    padding-bottom: 0px; }
.section__title h2.title__line::before{display:none;}
  .container-fluid .section__title p {
    padding: 0; } 
		.yu2fvl-close {
    left: auto;
    right: 0;
    top: auto;
    bottom: 100%; }

  .video h2 {
    color: #ffffff;
    font-size: 32px; }
  .video h4 {
    font-size: 22px;
    line-height: 32px; }
		.section-padding--xlg {
    padding: 30px 0; }

  .section-padding--lg {
    padding: 30px 0 !important;
    }

  .section-padding--md {
    padding: 30px 0; }

  .section-padding--sm {
    padding: 30px 0; }

  .section-padding--xs {
    padding: 30px 0; }

  .sm-mt-40 {
    margin-top: 40px; }

  .sm-mt-60 {
    margin-top: 60px; } 
	.subscribe__inner h2 {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center !important;
}
.bcare__subscribe.subscribe--3 {
    display: none  !important;
}
.dacre__choose__option .choose__big__img {
    text-align: center  !important;
    display: none  !important;
}
.mt--40 {
    margin-top: 0px  !important;
}
.gallery .gallery__thumb a img {
    height: auto  !important;
}
.footer--2.space--vertical .footer__wrapper.section-padding--lg {
    padding-bottom: 21px  !important;
    padding-top: 15px !important;
}
.xs-mt-40 {
    margin-top: 10px !important;
}
.footer__variation--3 .footer__innner {
    margin-top: 10px !important;
}
.footer--2.footer__variation--3 .copyright__wrapper {
    height: auto !important;
	    padding: 10px 0px !important;
}
p.footer-logo-cybrain {
    text-align: center !important;
}
img.cybrain_logo {
    width: 35%!important;
	float: none !important;
}
  h1,
  .h1 {
    font-size: 32px; }

  h2,
  .h2 {
    font-size: 24px; }

  h3,
  .h3 {
    font-size: 18px; } }
	
	
	@media only screen and (max-width: 575px) {
		  .header--3 .mainmenu__wrapper {
    padding-bottom: 20px;
    padding-top: 20px; }
  .xs-mt-60 {
    margin-top: 60px; }

  .xs-mt-40 {
    margin-top: 40px; }

  .xs-mt-30 {
    margin-top: 30px; }

  .xs-mt-60 {
    margin-top: 60px; } }
@media only screen and (max-width: 420px) {
	.junior__header__top,
  .header--2 .junior__header__top {
    height: auto;
    padding: 2px 0;
    }

  .top__address li + li::before,
  .header--3 .jun__header__top__right::before {
    display: none; }

  .top__address li + li {
    /* margin-bottom: 7px; */
    margin-left: 0;
    /* margin-top: 7px; */
    padding-left: 0;
    position: relative;
    }

  .header--3 .jun__header__top__right {
    flex-wrap: wrap; }

  .header--3 .jun__header__top__right p {
    flex-basis: 100%; }

  .header--3 .jun__header__top__right p + p {
    margin-top: 8px; }
  .xxs-mt-60 {
    margin-top: 60px; }

  .xxs-mt-30 {
    margin-top: 30px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
		.ht__bradcaump__container img {
    height: auto;
}
	.contact__box .single-contact-form.name input {
}
  .slider--five .slide .slide__inner p {
    width: 90%; }

  .slider__btm__img-1 {
    width: 448px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.ht__bradcaump__container img {
    height: auto;
}
  .fullscreen {
    min-height: 70vh; }

  .slider--three .slide .slide__inner h1 {
    font-size: 67px; }

  .slider--five .slide .slide__inner p {
    width: 93%; }

  .slider__btm__img-1 {
    width: 351px; } }
	@media only screen and (max-width: 991px) {
  a.minicart-trigger {
    position: absolute;
    right: 57px;
    z-index: 9991;
    top: 21px;
    font-size: 27px;
    color: #fff; }

  a.minicart-trigger:hover {
    color: #89d700; }

  .mainmenu__wrapper .logo {
    align-items: center;
    display: flex;
    height: 100px;
    position: absolute;
    left: 0;
    top: -20px;
    z-index: 1049;
    }
	}
@media only screen and (max-width: 767px) {
  .slide .slide__inner h1 {
    font-size: 21px !important;
    font-weight: 900 !important;
    line-height: 22px !important;
    }

h1 {}

  .fullscreen {
    min-height: 70vh; }

  .slider--three .slide .slide__inner h1 {
    font-size: 52px; }

  .fixed--height {
    height: auto;
    padding: 100px 0; }

  .slider--three .slide .slide__inner .slider__btn {
    margin-top: 17px; }

  .slider--three .slide .slide__inner h4 {
    margin-bottom: 12px;
    margin-top: 0px; }

  .slider--four .slide .slide__inner h1 {
    font-size: 54px;
    line-height: 62px; }

  .slider--four .slide .slide__inner p {
    width: 80%; }

  .slider--four .slide .slide__inner .slider__btn {
    margin-top: 32px; }

  .slider--five .slide .slide__inner p {
    width: 100%; }

  .slider--five .slide .slide__inner h1 {
    font-size: 40px;
    margin-bottom: 18px;
    padding: 0; }

  .slider__btm__img-1 {
    display: none; }

  .slider__btm__img-2 {
    display: none; }

  .slider--four.slider__fixed--height,
  .slider--two.slider__fixed--height,
  .slider--five.slider__fixed--height {
    height: auto;
    padding: 0px 0;
    } }
@media only screen and (max-width: 575px) {
  .slide .slide__inner h1 {
    font-size: 48px; }

  .fullscreen {
    min-height: auto;
    padding: 100px 0; }

  .slider--three .slide .slide__inner h1 {
    font-size: 39px; }

  .slider--four .slide .slide__inner h1 {
    font-size: 41px; }

  .slider--four .slide .slide__inner p {
    width: 100%; } }
@media only screen and (max-width: 420px) {
  .slide .slide__inner h1 {
    font-size: 30px; }

  .slide .slide__inner .slider__text h2 {
    font-size: 30px; }

  .slider--two .slide .slide__inner h1 {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    }

  .slider--three .slide .slide__inner h1 {
    font-size: 38px;
    line-height: 40px; }

  .slider--three .slide .slide__inner h1 {
    line-height: 57px;
    font-size: 30px; }

  .slider--three .slide .slide__inner h4 {
    font-size: 38px;
    line-height: 53px; }

  .slider--four .slide .slide__inner h1 {
    font-size: 31px;
    line-height: 49px; }

  .slider--five .slide .slide__inner h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 0; } }


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bcare__banner .banner__inner.banner__content--right h2 {
    font-size: 26px;
    line-height: 29px; }

  .bcare__banner .banner__inner h2 {
    font-size: 26px;
    line-height: 39px; } }
@media only screen and (max-width: 767px) {
	.contact__box .single-contact-form.name input:first-child {
    margin: inherit;
}
	.facilities li {
    margin-bottom: 5px;
    font-size: 13px;
}
  .choose p {
    font-size: 13px;
}
ul.facilities {
    padding-inline-start: 20px;
}
.about p b {
    font-size: 13px;
}
	.new_desc {
    margin: 0 0 20px 0px;
}
	.text-right .text h4 {
    text-align: left;
}
.text-right .text h3 {
    text-align: left;
}
.text-right .text p {
    text-align: left;
}
.m-none {
    display: none;
}
.dt-none {
    display: block;
}
	.contact__box .single-contact-form.name select + select {
    /* margin-top: 30px; */
    width: 100%;
}
	.ht__bradcaump__container .bradcaump__inner h2 {
    margin-bottom: 5px;
    font-size: 16px;
}
.contact__box .single-contact-form.name select {
    /* flex-basis: 100%; */
    width: 100%;
    float: left;
    margin: inherit;
}
.section__title h2.title__line {font-size: 18px;}
	.junior__header__top .jun__header__top__left .top__address a {
    font-size: 12px;}
  .bcare__banner .banner__inner.banner__content--right h2 {
    font-size: 26px;
    line-height: 29px; }

  .bcare__banner .banner__inner h2 {
    font-size: 26px;
    line-height: 39px; } }


@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.page__contact .address .address__inner {
    min-height: 195px;
}
  .jn__welcome__wrapper .welcome__juniro__inner p {
    padding-right: 15%; }

  .client__details p {
    font-size: 19px;
    line-height: 27px; }

  .welcome--2 .welcome__juniro__inner {
    padding-left: 30px; }

  .welcome__images--2 {
    right: 9%;
    top: 41%; }

  .welcome__images {
    right: 71px;
    width: 69%; }

  .welcome__juniro__three .single__welcome__content p {
    padding-right: 1%; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jn__welcome__wrapper .welcome__juniro__inner p {
    padding-right: 5%; }

  .jn__welcome__wrapper .jnr__Welcome__thumb a.play__btn {
    margin-left: 0; }

  .jn__welcome__wrapper {
    padding: 0; }

  .jn__welcome__wrapper .jnr__Welcome__thumb {
    text-align: center; }

  .welcome--2 .welcome__juniro__inner {
    padding-left: 0; }

  .jnr__Welcome__thumb img {
    width: 100%; }

  .welcome__images {
    margin-top: 25px;
    position: inherit;
    width: 100%; }

  .welcome__images--2 {
    right: 6%;
    top: 45%; }

  .jn__welcome__wrapper .jnr__Welcome__thumb {
    margin-right: 0; } }
@media only screen and (max-width: 767px) {
  .jn__welcome__wrapper {
    padding: 0; }

  .jn__welcome__wrapper .welcome__juniro__inner p {
    padding-right: 0; }

  .jn__welcome__wrapper .jnr__Welcome__thumb a.play__btn {
    margin-left: 0; }

  .welcome--2 .welcome__juniro__inner {
    padding-left: 0; }

  .jnr__Welcome__thumb img {
    width: 100%; }

  .welcome--2 .jn__welcome__wrapper .welcome__juniro__inner p {
    padding-right: 5%; }

  .welcome__images {
    margin-top: 25px;
    position: inherit;
    width: 100%; }

  .welcome__images--2 {
    right: -2%;
    top: 44%; }

  .jn__welcome__wrapper .jnr__Welcome__thumb {
    margin-right: 0; } }
@media only screen and (max-width: 575px) {
  .jn__welcome__wrapper .welcome__juniro__inner h3 {
    font-size: 30px; }

  .welcome__images--2 {
    display: none; }

  .welcome__juniro__three .welcome-tab .nav-item {
    font-size: 14px;
    padding: 0 13px; }

  .welcome__juniro__three .single__welcome__content p {
    padding-right: 0; } }


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .callto__action__inner {
    flex-basis: 74%; }

  .jnr__call__action__wrap .callto__action__inner h2 {
    font-size: 35px; }

  .callto__action__btn {
    flex-basis: 26%;
    text-align: right; }

  .jnr__call__action__wrap .callto__action__inner p {
    padding-right: 10%; } }
@media only screen and (max-width: 767px) {
  .jnr__call__action__wrap .callto__action__inner h2 {
    font-size: 39px; }

  .jnr__call__action__wrap .callto__action__inner p {
    margin-bottom: 23px; } }
@media only screen and (max-width: 575px) {
  .jnr__call__action__wrap .callto__action__inner h2 {
    font-size: 30px; } }

@media only screen and (max-width: 767px) {
  .row.classes__wrap.activation__one {
    margin-left: 0; } }

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .testimonial--4 {
    padding: 80px 0; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__container {
    padding: 0; }

  .testimonial__container .testimonial .testimonial__inner .client__details p {
    padding: 0 10%; }

  .testimonial__container .testimonial .testimonial__inner .client__details .client__info {
    margin-top: 27px; }

  .testimonial__container .testimonial .testimonial__inner .client__details .client__info span {
    display: block;
    margin-top: 13px; }

  .testimonial--3 .testimonial__content p {
    padding-right: 0; }

  .testimonial--4 .testimonial__inner .clint__info p {
    font-size: 18px;
    line-height: 30px; }

  .testimonial--4 {
    padding: 93px 0; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__container {
    padding: 0; }

  .testimonial__container .testimonial .testimonial__inner .client__details p {
    padding: 0 15%; }

  .testimonial__inner {
    padding: 45px 0; }

  .testimonial {
    padding: 0 4%; }

  .testimonial--3 .testimonial__content {
    padding-left: 20px; }

  .testimonial--3 .testimonial__content p {
    padding-right: 0; } }
@media only screen and (max-width: 767px) {
  .testimonial__container {
    padding: 0; }

  .testimonial__container .testimonial .testimonial__inner .client__details p {
    font-size: 22px; }

  .testimonial {
    padding: 0 4%; }

  .dcare__kidezone__wrapper {
    flex-wrap: wrap; }

  .kidz__zone {
    flex-basis: 50%; }

  .testimonial--3 .testimonial__content p {
    font-size: 22px;
    line-height: 35px;
    padding-right: 0; }

  .testimonial--3 .testimonial__content {
    padding-left: 20px; }

  .testimonial--3 {
    padding: 0 15px; } }
@media only screen and (max-width: 575px) {
  .testimonial__slide--3 .owl-nav {
    display: none; }

  .testimonial--3 {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0; } }
@media only screen and (max-width: 420px) {
  .testimonial--4 .testimonial__inner .clint__info p {
    font-size: 18px;
    line-height: 31px;
    padding: 0 10px; }

  .testimonial--4 .testimonial__inner::before {
    font-size: 50px;
    right: 30px; } }


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog__2 .blog__inner .blog__hover__inner .bl__meta p {
    display: none; }

  .blog__2 .blog__inner .blog__hover__inner h2 {
    font-size: 19px;
    line-height: 26px;
    padding-bottom: 9px;
    padding-top: 21px; }

  .blog__2 .blog__inner .blog__hover__inner .blog__btn {
    margin-top: 19px; }

  .blog__2 .blog__inner {
    margin-bottom: -153px; }

  .blog__2 .blog__inner {
    padding: 30px 10px; }

  .blog__single.blog__item .blog__content {
    padding: 0 0 30px 19px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__2 .blog__inner {
    margin-bottom: -241px; }

  .blog__2 .blog__inner .blog__hover__inner h2 {
    font-size: 19px;
    line-height: 29px;
    padding-bottom: 10px;
    padding-top: 16px; }

  .blog__2 .blog__inner .blog__hover__inner .blog__btn {
    margin-top: 12px; }

  .blog__2 .blog__inner .blog__hover__inner .bl__meta {
    margin-bottom: 5px; }

  .blog__2 .blog__inner .blog__hover__inner .bl__meta p {
    font-size: 11px;
    line-height: 17px; }

  .blog__2 .blog__inner .blog__hover__inner h2 {
    padding-bottom: 25px;
    padding-top: 18px; }

  .blog__2 .blog__inner {
    margin-bottom: -174px; }

  .blog__single.blog__item .blog__content {
    padding: 0 10px 30px 30px; } }
@media only screen and (max-width: 420px) {
  .bl__details {
    display: none; }

  .blog__2 .blog__inner .blog__hover__inner h2 {
    font-size: 19px;
    line-height: 31px; }

  .blog__2 .blog__inner .blog__hover__inner .blog__btn {
    margin-top: 0; }

  .blog__2 .blog__inner .blog__hover__inner .bl__meta p {
    line-height: 25px; }

  .blog__2 .blog__inner .blog__hover__inner h2 {
    padding-bottom: 12px;
    padding-top: 34px; }

  .blog__2 .blog__inner {
    margin-bottom: -124px; }

  .dcare__page__list li a {
    height: 30px;
    line-height: 30px;
    width: 30px; }

  .dcare__page__list li {
    margin: 0 4px; }

  .blog__single .blog__content .blog__btn {
    flex-wrap: wrap; }

  .blog__single .blog__content .blog__btn .bl__meta {
    margin-top: 20px; } }


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .upcomming__event .event__occur {
    left: -38%; }

  .upcomming__event .upcomming__inner p {
    margin-bottom: 11px; }

  .upcomming__event .upcomming__inner .event__time {
    text-align: left; }

  .upcomming__event .upcomming__inner .event__time li i {
    margin: auto 12px 0 auto;
    padding-right: 0;
    text-align: center;
    width: 45px;
    display: inline-block; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .upcomming__event .event__occur {
    left: -17%; }

  .upcomming__event .upcomming__inner {
    left: 69px; } }
@media only screen and (max-width: 767px) {
  .upcomming__event {
    margin-left: 0; }

  .upcomming__event .event__occur {
    left: -22%; } }
@media only screen and (max-width: 575px) {
  .upcomming__event {
    margin-left: 0;
    margin-top: 40px;
    position: relative; }

  .upcomming__event .event__occur {
    left: 50%;
    top: 0;
    transform: translateY(-72%) translateX(-50%); }

  .upcomming__event {
    margin-top: 122px; }

  .upcomming__event .upcomming__inner {
    left: 24px;
    top: 37px; }

  .upcomming__event .upcomming__inner p {
    margin-bottom: 9px;
    padding-right: 7px;
    font-size: 13px;
    line-height: 23px; }

  .upcomming__event .upcomming__inner h6 a {
    margin-bottom: 13px; }

  .upcomming__event .event__occur {
    display: none; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .htc__news__inner {
    padding: 0 119px; }

  .subscribe--3 .htc__news__inner {
    padding: 0 89px; }

  .subscribe__style--5 .subscribe__inner .htc__news__inner {
    padding: 0 44px; }

  .testimonial__slide--4 .owl-nav div.owl-next {
    left: 58%; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bcare__subscribe.subscribe--3 {
   bottom: 12.9%;
    }
	.subscribe__btn a.dcare__btn.min__height-btn {
    height: 45px;
    line-height: 45px;
    margin-top: 0px;
}
.footer__widget {
    margin: 10px 0 10px 0px;
}
	}
@media only screen and (max-width: 767px) {
  .bcare__subscribe.subscribe--3 {
    top: 40%; }

  .subscribe__style--5 .subscribe__inner .htc__news__inner {
    padding: 0 38px; } }
@media only screen and (max-width: 575px) {
  .bcare__subscribe.subscribe--3 {
    top: 30%; } }
@media only screen and (max-width: 420px) {
  .bcare__subscribe.subscribe--3 {
    top: 37%; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .htc__news__inner {
    padding: 0 100px; }

  .subscribe__btn {
    /* margin-left: 10px; */
    } }
@media only screen and (max-width: 767px) {
  .htc__news__inner {
    padding: 0; }

  .subscribe__btn {
    margin-left: 20px; }

  .news__input input {
    height: 40px; }

  .subscribe__btn input.bst__btn {
    height: 40px; }

  .subscribe__inner {
    padding: 40px 20px; } }
@media only screen and (max-width: 575px) {
  .subscribe__inner h2 {
    font-size: 23px;
    margin-bottom: 20px; } }
@media only screen and (max-width: 420px) {
  .htc__news__inner {
    display: block;
    padding: 0; }

  .subscribe__btn {
    margin-top: 20px;
    text-align: center; } }


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cartbox {
    width: 400px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cartbox {
    width: 350px;
    padding: 15px 25px; } }
@media only screen and (max-width: 767px) {
  .cartbox {
    width: 350px;
    padding: 15px 15px; } }
@media only screen and (max-width: 575px) {
  .cartbox {
    width: calc(100% - 30px);
    padding: 15px 15px; } }
@media only screen and (max-width: 575px) {
  .brand__list li + li {
    margin-top: 30px; }

  .brand__list li a img {
    width: auto; }

  .brand__list {
    display: block !important;
    text-align: center; } }

@media only screen and (max-width: 767px) {
  .team__hover__action {
    bottom: -202px; }

  .hover-color-2 .team__hover__action {
    bottom: -142px; } }
@media only screen and (max-width: 575px) {
  .team__hover__action {
    bottom: -132px; } }
@media only screen and (max-width: 420px) {
  .team__hover__action {
    bottom: -168px; }

  .hover-color-2 .team__hover__action {
    bottom: -174px; } }

@media only screen and (max-width: 767px) {
  .funfact {
    flex-basis: 50% !important;
    margin-bottom: 40px;
    }

  .funfact:nth-child(n+3) {
    margin-top: 40px; } }
@media only screen and (max-width: 420px) {
  .funfact {
    flex-basis: 100%;
    }

  .funfact:nth-child(n+2) {
    margin-top: 0px;
    } }


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .popular__group__slide__init .owl-nav div {
    left: -30px; }

  .popular__group__slide__init .owl-nav div.owl-next {
    right: -30px; }

  .popular__class__group .dacre__popular__classes .dc__popular__img {
    flex-basis: 44%; }

  .popular__class__group .dacre__popular__classes .dc__popular__details {
    flex-basis: 56%; }

  .popular__class__group .dacre__popular__classes .dc__popular__details .class__she .class__price span {
    font-size: 17px;
    height: 33px;
    line-height: 29px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .popular__group__slide__init .owl-nav div {
    left: -50px; }

  .popular__group__slide__init .owl-nav div.owl-next {
    right: -50px; } }
@media only screen and (max-width: 767px) {
  .popular__group__slide__init .owl-nav div {
    left: -40px; }

  .popular__group__slide__init .owl-nav div.owl-next {
    right: -40px; } }
@media only screen and (max-width: 575px) {
  .popular__group__slide__init .owl-nav div {
    left: 0px; }

  .popular__group__slide__init .owl-nav div.owl-next {
    right: 0px; }

  .popular__class__group .dacre__popular__classes .dc__popular__img {
    flex-basis: 100%; }

  .popular__class__group .dacre__popular__classes .dc__popular__details {
    flex-basis: 100%;
    padding: 20px 30px; }

  .popular__class__group .dacre__popular__classes {
    flex-wrap: wrap; }

  .popular__class__group .dacre__popular__classes + .dacre__popular__classes {
    display: none; } }


@media only screen and (max-width: 767px) {
  .product__nav a {
    margin: 0 3px; }

  .modal-product {
    flex-wrap: wrap; }

  .product-images {
    max-width: 100%;
    padding-right: 0; }

  .product-info {
    max-width: 100%;
    padding-left: 0; }

  .addtocart-btn {
    margin-top: 27px; }

  .product-info .select__size {
    margin-bottom: 16px;
    margin-top: 15px; }

  .quick-desc {
    font-size: 13px;
    margin-bottom: 18px;
    margin-top: 10px;
    width: 88%; }

  .product--2 .product__inner .pro__title h4 {
    font-size: 14px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single__event .event__inner {
    padding: 30px 19px; }

  .single__event .event__inner .event__time__location li {
    font-size: 12px; }

  .event__big__thumb {
    padding-right: 30px; }

  .event__big__thumb .owl-nav div.owl-next {
    right: 29px; }

  .single__event .event__inner h6 {
    font-size: 19px; } }
@media only screen and (max-width: 767px) {
  .upcomming__event .event__occur {
    left: 6%; }

  .upcomming__event .event__occur {
    top: 68%; }

  .dcare__event__wrapper {
    padding-right: 0; }

  .event__big__thumb {
    padding-right: 0; }

  .event__big__thumb .owl-nav div.owl-next {
    right: 0; } }
@media only screen and (max-width: 575px) {
  .dcare__event__wrapper {
    padding-right: 0; }

  .single__event .event__inner h6 {
    font-size: 21px; }

  .single__event .event__inner .event__time__location li {
    font-size: 11px; }

  .single__event .event__inner {
    padding: 26px 20px; }

  .upcomming__event .event__occur {
    top: 90%; }

  .upcomming__event .event__occur {
    left: 22%; } }
@media only screen and (max-width: 420px) {
  .dcare__event .event__content .event__pub {
    display: block; }

  .dcare__event .event__content .event__pub .event__date::before,
  .event__big__thumb .owl-nav div {
    display: none; }

  .dcare__event .event__content .event__pub .event__time {
    margin-top: 11px;
    padding-left: 0; }

  .single__event {
    flex-wrap: wrap; }

  .event__thumb a img {
    width: 100%; }

  .single__event .event__thumb,
  .single__event .event__inner {
    flex-basis: 100%; }

  .single__event .event__inner .event__time__location li {
    font-size: 14px; }

  .single__event .event__inner h6 {
    font-size: 25px; }

  .event__big__thumb {
    padding-right: 0; }

  .upcomming__event .event__occur {
    display: none; }

  .upcomming__event {
    margin-top: 40px; } }

@media only screen and (max-width: 420px) {
  .kidz__zone {
    flex-basis: 100%; } }


@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .new__arrival__inner .new__arival__content p {
    padding-right: 4%; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .new__arrival__inner .new__arival__content p {
    font-size: 13px;
    line-height: 22px;
    padding-right: 5px; }

  .new__arrival__inner .new__arival__content h2 {
    margin-bottom: 14px; }

  .new__arrival__inner {
    padding-left: 20px; }

  .new__arrival__inner .new__arival__content .new__arrival__btn {
    margin-top: 18px; }

  .new__arrival__inner .new__arival__content h6 {
    margin-bottom: 11px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .new__arrival__inner {
    padding-bottom: 35px; }

  .new__arrival__inner .new__arival__content p {
    padding-right: 21%; } }
@media only screen and (max-width: 767px) {
  .new__arrival__inner .new__arival__content p {
    padding-right: 10%; }

  .new__arrival__inner {
    padding-bottom: 35px; }

  .arrival__product__activation.owl-theme .owl-dots {
    bottom: 20px; } }
@media only screen and (max-width: 420px) {
  .new__arrival__inner {
    padding-left: 20px; }

  .new__arrival__inner .new__arival__content h2::before {
    width: 271px; } }


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand__list li {
    flex-basis: 33.33%; } }
@media only screen and (max-width: 767px) {
  .brand__list li {
    flex-basis: 50%; } }


@media only screen and (max-width: 575px) {
  .ht__bradcaump__container .bradcaump__inner {
    display: block; }
 }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .class__list .courses__inner .courses__wrap .courses__content p {
    margin-bottom: 1px; }

  .class__list .class__available p + p {
    margin-top: 0; }

  .class__list .courses__inner .courses__wrap .courses__content p {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 1px; }

  .class__list .courses__inner .courses__wrap {
    padding: 23px 20px 30px 30px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .class__list .courses__inner {
    flex-basis: 100%; }

  .class__list .courses__thumb {
    flex-basis: 100%; }

  .class__list {
    flex-wrap: wrap; }

  .class__list .courses__inner {
    margin-bottom: -64px; }

  .class__list .courses__inner .courses__wrap {
    padding: 50px 20px 22px; } }
@media only screen and (max-width: 767px) {
  .class__list .courses__inner {
    flex-basis: 100%; }

  .class__list .courses__thumb {
    flex-basis: 100%; }

  .class__list {
    flex-wrap: wrap; }

  .class__list .courses__inner {
    margin-bottom: -64px; }

  .class__list .courses__inner .courses__wrap {
    padding: 50px 20px 22px; } }
@media only screen and (max-width: 420px) {
  .courses__content .class__title {
    flex-wrap: wrap; } }


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event__list .event__content .event__inner h2 a {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 11px;
    padding-right: 0; }

  .event__list .event__content .event__inner {
    padding: 11px 7% 15px 0; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event__list {
    flex-wrap: wrap; }

  .event__list .event__content {
    flex-basis: 100%;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-top: 40px; }

  .event__list .event__thumb {
    flex-basis: 100%; }

  .event__list .event__content .event__inner h2 a {
    padding-right: 0; } }
@media only screen and (max-width: 767px) {
  .event__list {
    flex-wrap: wrap; }

  .event__list .event__content {
    flex-basis: 100%;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-top: 40px; }

  .event__list .event__thumb {
    flex-basis: 100%; }

  .event__list .event__content .event__inner h2 a {
    padding-right: 0; } }
@media only screen and (max-width: 575px) {
  .event__list .event__content {
    padding-left: 20px;
    padding-right: 20px; }

  .event__list .event__content .event__inner {
    padding: 11px 0 38px; }

  .event__list .event__content .event__inner h2 a {
    font-size: 20px;
    line-height: 33px; }

  .event__list .event__content .event__btn li a {
    font-size: 14px; } }
@media only screen and (max-width: 420px) {
  .event__list .event__content .event__inner h2 a {
    font-size: 18px; }

  .event__list .event__content .event__pub {
    flex-wrap: wrap; }

  .event__list .event__content .event__pub .event__time {
    padding-left: 0;
    margin-top: 14px; }

  .event__list .event__content .event__btn li a {
    font-size: 14px;
    padding: 0 24px; } }


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar__widgets .single__widget.recent__comment > ul > li ul li + li {
    margin-left: 4px;
    padding-left: 14px; }

  .sidebar__widgets .single__widget.recent__comment > ul > li ul li {
    font-size: 10px; }

  .sidebar__widgets .single__widget.recent__twitter ul li h6 {
    font-size: 13px; }

  .sidebar__widgets .single__widget h4::before {
    width: 195px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar__widgets .single__widget.about .about__content img {
    width: 100%; }

  .sidebar__widgets.sidebar--right {
    margin-top: 60px; }

  .sidebar__widgets.sidebar--left {
    margin-top: 60px; }

  .sidebar__widgets .single__widget.instagram__feed ul {
    flex-wrap: nowrap; }

  .sidebar__widgets .single__widget.instagram__feed ul li a img {
    width: 100%; } }
@media only screen and (max-width: 767px) {
  .sidebar__widgets .single__widget.about .about__content img {
    width: 100%; }

  .sidebar__widgets.sidebar--right {
    margin-top: 60px; }

  .sidebar__widgets .single__widget.instagram__feed ul {
    flex-wrap: nowrap; } }
@media only screen and (max-width: 575px) {
  .sidebar__widgets .single__widget.instagram__feed ul {
    flex-wrap: wrap; }

  .sidebar__widgets .single__widget.instagram__feed ul li a img {
    width: 100%; }

  .sidebar__widgets .single__widget.instagram__feed ul li {
    flex-basis: 50%; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-list-rightsidebar {
    padding-right: 0px; }

  .blog-list-leftsidebar {
    padding-left: 0px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-list-rightsidebar {
    padding-right: 0px; }

  .blog-list-leftsidebar {
    padding-left: 0px; } }
@media only screen and (max-width: 767px) {
  .blog-list-rightsidebar {
    padding-right: 15px; }

  .blog-list-leftsidebar {
    padding-left: 15px; } }
@media only screen and (max-width: 575px) {
  .blog__single .blog__content h2 {
    font-size: 17px;
    line-height: 33px; }

  .blog__single.blog__item .blog__content h2 {
    padding-right: 6%; } }
@media only screen and (max-width: 420px) {
  .blog__single.sticky__blog {
    padding: 11px; }

  .blog__single .blog__content h2.sticky::before {
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    margin-top: 11px;
    width: 30px; }

  .blog__single .blog__content h2.sticky {
    padding-left: 35px;
    padding-right: 0; }

  .blog__single.blog__item .blog__content .blog__btn {
    display: block; }

  .blog__single.blog__item .blog__content .blog__btn .blog__share {
    margin-left: 0;
    margin-top: 9px; }

  .blog__single.blog__item .blog__content .blog__btn .blog__share .dacre__social__link {
    left: calc(14% + 10px); } }


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog__page__btn > ul li a {
    padding: 0 20px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__page__btn > ul li a {
    padding: 0 20px; } }
@media only screen and (max-width: 767px) {
  .blog__page__btn {
    flex-wrap: wrap; }

  .blog__page__btn .blog__share {
    margin-top: 30px; }

  .blog__author .author__thumb::before,
  .blog__author .author__thumb::after {
    display: none; }

  .blog__comment .comment.reply {
    margin-left: 50px; }

  .dacre__blog__details .blog__inner blockquote span::before {
    right: 52%; }

  .kidz__details .kidz__container .single__kidz__details .kidz__inner {
    margin-top: 16px; } }
@media only screen and (max-width: 575px) {
  .dacre__blog__details .blog__inner ul,
  .kidz__details .kidz__container {
    flex-wrap: wrap; }

  .dacre__blog__details .blog__inner ul li + li {
    margin-left: 0; }

  .dacre__blog__details .blog__inner ul li {
    flex-basis: 50%; }

  .blog__page__btn > ul li a {
    padding: 0 19px; }

  .blog__author .author__info p {
    padding: 0 5%; }

  .dacre__blog__details .blog__inner blockquote span::before {
    right: 73%; }

  .kidz__details .kidz__container .single__kidz__details.details {
    flex-basis: 100%; }

  .kidz__details .kidz__container .single__kidz__details.thumb {
    flex-basis: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: 20px; } }
@media only screen and (max-width: 420px) {
  .dacre__blog__details .blog__inner ul li {
    flex-basis: 100%; }

  .dacre__blog__details .blog__inner h2 {
    font-size: 22px;
    line-height: 30px;
    padding-right: 0; }

  .dacre__blog__details .blog__inner blockquote {
    font-size: 15px;
    line-height: 25px;
    padding: 30px 10px 30px 43px; }

  .dacre__blog__details .blog__inner blockquote::before {
    font-size: 41px; }

  .dacre__blog__details .blog__inner blockquote span::before {
    right: 93%; }

  .blog__page__btn > ul li a {
    padding: 0 8px;
    font-size: 12px; }

  .blog__single .blog__content ul.bl__post {
    flex-wrap: wrap; }

  .blog__single .blog__content ul.bl__post li + li::before {
    display: none; }

  .blog__single .blog__content ul.bl__post li + li {
    margin-left: 0;
    padding-left: 0; }

  .blog__comment .comment.reply {
    margin-left: 0; } }


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop__tab__bottom a {
    flex-basis: 29.33%; } }
@media only screen and (max-width: 767px) {
  .shop__nav.nav.flex-wrap a {
    flex-basis: 100%; }

  .shop__nav.nav.flex-wrap.shop__tab__bottom a {
    flex-basis: 30%; } }
@media only screen and (max-width: 575px) {
  .shop__nav {
    margin-bottom: 30px; }

  .shop__nav.nav.flex-wrap a + a {
    margin-left: 20px;
    margin-top: 0; } }
@media only screen and (max-width: 420px) {
  .shop__single__details .shop__cat ul {
    flex-wrap: wrap; }

  .shop__des {
    border: 1px solid transparent;
    height: 77px;
    width: auto; }

  .shop__des a + a::before {
    display: none; }

  .shop__des a {
    padding: 0 10px; }

  .shop__nav.shop__tab__bottom.nav.flex-wrap a + a {
    margin-left: 0;
    margin-top: 0; }

  .shop__nav.nav.flex-wrap a + a {
    margin-left: 0;
    margin-top: 0; }

  .shop__nav.nav.flex-wrap a {
    flex-basis: 50%;
    padding: 0 10px; } }


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #googleMap {
    height: 408px; } }
@media only screen and (max-width: 767px) {
  .page__contact .address .address__inner p {
    font-size: 13px; }

  .page__contact .address .address__inner h2 {
    font-size: 20px;
    margin-bottom: 11px; }

  .page__contact .address .address__inner {
    padding: 54px 20px 28px; } }
@media only screen and (max-width: 575px) {
  .contact__box .single-contact-form.name {
    flex-wrap: wrap;
    /* margin-bottom: 0; */
    }

  .contact__box .single-contact-form.name input {
    width: 100%;
    margin: 0;
    margin: inherit;
    }

  .contact__box .single-contact-form.name input + input {
    margin-top: 30px; } }


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event-section .event__advertise ul li {
    padding-left: 16px;
    padding-right: 13px;
    font-size: 13px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-section .event__advertise ul li:last-child {
    padding-right: 0; } }
@media only screen and (max-width: 767px) {
  .event-section .event__advertise ul {
    flex-basis: 100%; }

  .event-section .event__advertise {
    flex-wrap: wrap; }

  .event-section .event__advertise .addver__thumb {
    flex-basis: 100%;
    margin-top: 15px;
    margin-bottom: 15px; }

  .event-section .event__location ul {
    float: inherit; }

  .event-section .event__inner blockquote {
    margin-right: 55px;
    padding: 17px 3% 17px 18px; }

  .box-timer {
    padding: 0; } }
@media only screen and (max-width: 420px) {
  .count-inner p {
    font-size: 12px; }

  .time-count {
    font-size: 20px; } }


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-class-details .class__view blockquote {
    font-size: 15px; }

  .class__quality__desc.with--rightbar {
    padding-right: 0; }

  .class__quality__desc.with--leftsidebar {
    padding-left: 0px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {

	.section-padding--bottom {
    padding-bottom: 30px;
}

.section--padding--xlg--top {
    padding-top: 30px;
}
.mainmenu__wrapper .logo img {
    width: 220px;
}
  .page-class-details .class__view blockquote {
    font-size: 15px; }

  .teacher .class__service li {
    flex-basis: 22%; }

  .class__quality__desc.with--rightbar {
    padding-right: 0; }

  .class__quality__desc.with--leftsidebar {
    padding-left: 0px; } }
@media only screen and (max-width: 767px) {
  .page-class-details .courses__inner h2 {
    font-size: 40px;
    line-height: 62px; }

  .page-class-details .class__nav a {
    flex-basis: 31.33%; }

  .teacher .class__service li {
    flex-basis: 47%;
    margin: 0 5px 10px; }

  .page-class-details .class__view blockquote::before {
    height: 74px; }

  .page-class-details .class__view blockquote {
    font-size: 14px; }

  .class__quality__desc.with--rightbar {
    padding-right: 0; }

  .class__quality__desc.with--leftsidebar {
    padding-left: 0px; }

  .teacher .class__service {
    padding-right: 0; } }
@media only screen and (max-width: 575px) {
  .page-class-details .class__thumb .courses__type {
    padding: 0 10px; }

  .page-class-details .class__thumb .courses__meta {
    padding: 0 43px; }

  .class-details-inner {
    padding: 40px 20px; }

  .page-class-details .courses__inner h2 {
    font-size: 30px;
    line-height: 43px; }

  .teacher .class__service li {
    flex-basis: 45%; } }
@media only screen and (max-width: 420px) {
  .page-class-details .class__thumb .courses__type {
    flex-wrap: wrap; }

  .page-class-details .courses__inner ul {
    flex-wrap: wrap; }

  .page-class-details .class__nav a {
    flex-basis: 100%;
    margin-bottom: 8px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .accountbox-wrapper,
  .login-wrapper {
    overflow-x: hidden;
    overflow-y: scroll; }
    .accountbox-wrapper .accountbox,
    .login-wrapper .accountbox {
      top: 50px; }
      .accountbox-wrapper .accountbox .accountbox-close-button,
      .login-wrapper .accountbox .accountbox-close-button {
        left: auto;
        right: 0; }
    .accountbox-wrapper.is-visible .accountbox,
    .login-wrapper.is-visible .accountbox {
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); } }
@media only screen and (max-width: 767px) {
  .accountbox-wrapper,
  .login-wrapper {
    overflow-x: hidden;
    overflow-y: scroll; }
    .accountbox-wrapper .accountbox,
    .login-wrapper .accountbox {
      top: 50px;
      width: calc(100% - 60px);
      -webkit-transform: translate(-50%, -120%);
      -moz-transform: translate(-50%, -120%);
      -ms-transform: translate(-50%, -120%);
      -o-transform: translate(-50%, -120%);
      transform: translate(-50%, -120%);
      left: 50%; }
      .accountbox-wrapper .accountbox.is-visible,
      .login-wrapper .accountbox.is-visible {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); }
    .accountbox-wrapper.is-visible .accountbox,
    .login-wrapper.is-visible .accountbox {
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); } }
@media only screen and (max-width: 575px) {
  .accountbox-wrapper,
  .login-wrapper {
    overflow-x: hidden;
    overflow-y: scroll; }
    .accountbox-wrapper .accountbox,
    .login-wrapper .accountbox {
      padding: 45px 30px;
      padding-right: 30px;
      top: 50px;
      width: calc(100% - 60px);
      -webkit-transform: translate(-50%, -120%);
      -moz-transform: translate(-50%, -120%);
      -ms-transform: translate(-50%, -120%);
      -o-transform: translate(-50%, -120%);
      transform: translate(-50%, -120%);
      left: 50%; }
      .accountbox-wrapper .accountbox.is-visible,
      .login-wrapper .accountbox.is-visible {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); }
    .accountbox-wrapper.is-visible .accountbox,
    .login-wrapper.is-visible .accountbox {
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); } }
@media only screen and (max-width: 575px) {
  .accountbox-wrapper .accountbox, .login-wrapper .accountbox {
    padding: 0; }

  .accountbox .single-input {
    margin-top: 9px; }

  .accountbox-login__others {
    margin-top: 10px; }

  .accountbox h4 {
    font-size: 15px;
    margin-bottom: 15px; } }


@media only screen and (max-width: 767px) {
		.ht__bradcaump__container img {
    height: auto;
}
	.footer__widget {
    margin: 0;
}
.ht__bradcaump__container .bradcaump__inner .breadcrumb-item {
font-size: 11px;}
	.ht__bradcaump__container img {
    height: auto;
}
  .gallery__new {
    flex-wrap: wrap; }

  .gallery__sm__thumb {
    flex-basis: 100%; }

  .gallery__list {
    flex-basis: 100%;
    margin-bottom: 20px; }

  .gallery__list li a {
    padding-right: 4%; } }
@media only screen and (max-width: 575px) {
  .gallery__inner h2 {
    font-size: 25px; }

  .gallery__details__wrapper.with--rightbar {
    padding-right: 0; }

  .gallery__list li a {
    padding-right: 0; } }


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer--5 .footer__widget.category {
    margin-left: 57px; }

  .footer--5 .footer__widget.quick_link {
    margin-left: 36px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
.dacre__choose__option .choose .choose__inner p {
    min-height: 50px;
}
.slider--two.slider__fixed--height {
    height: auto;
}
.section__title h2.title__line {
    margin-bottom: 0;
    padding-bottom: 25px;
}
  .footer__innner {
    margin-top: 58px; }

  .footer__innner {
    margin-top: 21px; }

  .footer__widget .ftr__details {
    margin-top: 33px; }

  .footer--2 .footer__widget .ftr__details p {
    font-size: 16px; }

  .footer--2 .footer__wrapper {
    padding-top: 70px !important;
    padding-bottom: 20px !important;
    }

  .footer--5 .footer__widget.quick_link {
    margin-left: 0; } }
@media only screen and (max-width: 767px) {
	.funfact .fact__title h2 {
    font-size: 18px !important;
}
	.dcare__btn.max__height-btn {
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    font-size: 14px;
}
.welcome--2 .jnr__Welcome__thumb {
    height: auto;
}
	ul.top__address {
    text-align: center;
}
	.section-padding--bottom {
    padding-bottom: 30px;
}

.section--padding--xlg--top {
    padding-top: 30px;
}
.mainmenu__wrapper .logo img {
    width: 220px;
}
  .footer__wrapper.bg-image--10 {
    background-color: #0993cc;
    background-size: 0 auto; }

  .single__footer__address + .single__footer__address {
    margin-top: 30px; }

  .single__footer__address {
    flex-basis: 100%; }

  .footer--2 .footer__wrapper {
    padding-top: 30px; }

  .footer--5 .footer__widget.category,
  .footer--5 .footer__widget.quick_link {
    margin-left: 0; }

  .copyright__wrapper .coppy__right__inner p {
    text-align: center; }

  .ftr__btm__image::before {
    width: 124%; }

  .footer--2.footer__variation--3 .footer__widget .ftr__latest__post .single__ftr__post .ftr__post__details h6 a {
    font-size: 14px;
    line-height: 23px;
    padding-right: 0; }

  .footer__variation--3 .footer__innner {
    margin-top: 55px; }

  .dcare__twit__wrap .dcare__twit .dcare__twit__details span {
    font-size: 11px; }

  .dcare__twit__details span + span {
    margin-left: 14px; } }
@media only screen and (max-width: 575px) {
  .ftr__btm__image::before {
    width: 130%; }

  .subscrive--2 .subscribe__btn input.bst__btn {
    padding: 0 25px; } }
@media only screen and (max-width: 420px) {
  .ftr__btm__image::before {
    width: 141%; } }
