@font-face {
    font-family: 'Arial Rounded MT';
    /*src: url('fonts/ArialRoundedMTBold.woff2') format('woff2'), url('fonts/ArialRoundedMTBold.woff') format('woff');*/
    font-weight: bold;
    font-style: normal;
}

.water-fountain-img {
    cursor: pointer;
    z-index: 9999;
    position: relative;
}

.mt60 {
    margin-top: 60px;
}

body {
    line-height: 1;
    overflow-x: hidden;
/*    padding-right: 0 !important;*/
}

.home {
    position: relative;
    height: 100%;
}

.home2 {
    background: #7eb948;
    position: relative;
    z-index: 99;
    padding-bottom: 17.7%;
}

.water-fountain-animation-top {
    position: absolute;
    top: -29px;
    min-width: 407px;
    left: -47.5%;
    z-index: 999;
}

.water-fountain-animation-bottom {
    position: absolute;
    bottom: 5px;
    width: 268px;
    left: -27px;
    z-index: 99999;
}

.pos-relative {
    position: relative;
}

.bou-fountain {
    position: absolute;
    max-width: 33px;
    bottom: 0;
    z-index: 99;
    left: 21px;
}

.homepage-home {
    max-width: 30%;
    z-index: 999;
    margin-left: -20px;
}

.name-board {
    width: 45%;
    position: absolute;
    top: 27%;
    left: 27%;
    right: 0;
    text-align: center;
    right: 0;
    text-align: center;
}

.home-stars-gif {
    width: 63%;
    position: absolute;
    top: 9%;
    left: 17%;
    right: 0;
    text-align: center;
    z-index: 9;
}

.home-bacl-ladder {
    position: absolute;
    bottom: 0;
    z-index: 0;
    height: 93px;
}

.choicekids-chair {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    z-index: 9;
}

.home-gate {
    display: flex;
    align-items: baseline;
}

.homepage-home-img {
    width: 62%;
    margin-bottom: -14px;
}

.home1 {
    padding-top: 60px;
    background: #cfeef9;
}

.cycle-track {
    width: 48%;
    margin-top: -67px;
    padding-right: 24px;
}

.home-flower {
    position: absolute;
    bottom: -3px;
    width: 240px;
    left: 15%;
    right: 0;
    width: 70%;
}

.green-sec {
    display: flex
}

.home-track {
    width: 10%;
    margin-left: -12px;
}

.water-fountain {
    position: absolute;
    bottom: 54%;
    right: 22%;
}

.WaterTower_V1 {
    width: 220px;
    position: relative;
    cursor: pointer;
}

.home-left-sec {
    width: 43%;
}

.home-bushes {
    position: absolute;
    z-index: 99;
    max-width: 66%;
    left: 7%;
    right: 0;
    margin: 0 auto;
    bottom: -4px;
}

.plane {
    width: 73px;
    position: absolute;
    left: 34%;
    top: 15%;
    z-index: 9;
    /*    -webkit-animation: plane 20s infinite;
    animation: plane 20s infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;*/
}

.bus {
    width: 30%;
    position: absolute;
    cursor: pointer;
    z-index: 999;
    float: right;
    bottom: -46px;
    right: 6%;
}

.bus-animate {
    -webkit-animation: play_bus 5s;
    -webkit-animation-direction: normal;
    animation: play_bus 5s;
    opacity: 0;
    animation-direction: normal;
   
    /* Safari 4.0 - 8.0 */
   
    animation-fill-mode: forwards;
}

@-webkit-keyframes play_bus {
    0% {
        right: -50%;
        opacity: 1;
    }
    100% {
        right: 10%;
        opacity: 1;
    }
}

@keyframes play_bus {
    0% {
        right: -50%;
        opacity: 1;
    }
    100% {
        right: 10%;
        opacity: 1;
    }
}

.exust-puff {
    position: absolute;
    width: 23%;
    right: -27%;
    bottom: 8%;
}

.home-sun {
    width: 90px;
    position: absolute;
    left: 18%;
    bottom: 0;
    opacity: 0;
    -webkit-animation: mymove 0.5s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-timing-function: linear;
    /* Safari 4.0 - 8.0 */
    animation: mymove 0.5s;
    animation-timing-function: linear;
    -webkit-animation-delay: 1s;
    /* Safari 4.0 - 8.0 */
    animation-delay: 1s;
    animation-fill-mode: forwards;
}


/* Safari 4.0 - 8.0 */

@-webkit-keyframes mymove {
    from {
        bottom: 0px;
        opacity: 0
    }
    to {
        bottom: 180px;
        opacity: 1
    }
}

@keyframes mymove {
    from {
        bottom: 0px;
        opacity: 0
    }
    to {
        bottom: 180px;
        opacity: 1
    }
}

.moving-birds {
position: absolute;
    top: 45%;
    z-index: 99;
    left: 30px;
    max-width: 120px;
}

.bottom-section {
    position: relative;
    width: 103%;
    left: 0;
    bottom: -66px;
}

.front-gate-ladder {
    z-index: 99
}

.front-gate-ladder,
.bottom-ladder-grass,
.two-tree,
.slide-bottom-flower {
    position: absolute;
    bottom: 0;
    opacity: 0;
    -webkit-animation: front-gate-ladder 0.3s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-timing-function: linear;
    /* Safari 4.0 - 8.0 */
    animation: front-gate-ladder 0.3s;
    animation-timing-function: linear;
    -webkit-animation-delay: 0.5s;
    /* Safari 4.0 - 8.0 */
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}

@-webkit-keyframes front-gate-ladder {
    from {
        bottom: 0px;
        opacity: 0
    }
    to {
        bottom: 100px;
        opacity: 1
    }
}

@keyframes front-gate-ladder {
    from {
        bottom: 0px;
        opacity: 0
    }
    to {
        bottom: 100px;
        opacity: 1
    }
}

.bottom-ladder-grass {
    -webkit-animation-delay: 0.7s;
    /* Safari 4.0 - 8.0 */
    animation-delay: 0.7s;
    z-index: 999;
    margin-bottom: -5px;
}

.two-tree {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    max-width: 10%;
    margin: 0 auto;
    right: 84px;
    margin-bottom: 29px;
}


/*.three-plant{
        position: absolute;
    left: -10%;
    bottom: 35%;
    height: 0;
    width: 468px;
    -webkit-animation: three-plant ease-out 0.5s;
    animation: three-plant ease-out 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    z-index: 9;
}
@-webkit-keyframes three-plant{
    from {height: 0}
    to {height: 170px}
}

@keyframes three-plant {
    from {height: 0}
    to {height: 170px}
}*/

.plant2 {
    position: absolute;
    max-width: 80px;
    bottom: 41%;
    left: -5%;
}

.plant1 {
    position: absolute;
    max-width: 58px;
    bottom: -3px;
    left: -73%;
}

.left-slide-section {
    position: absolute;
    bottom: 21%;
    left: 30%;
    z-index: 99999;
}

.left-slide {
    max-width: 48%;
}

.cycle-track11 {
    width: 100%;
    float: right;
}

#sand-kids {
    cursor: pointer;
}

.home-right-tree {
    max-width: 120px;
    bottom: -1% !important;
    width: 40%;
    right: 8%;
    position: absolute;
}
.bottom-right-section {
    width: 40%;
}
.pop-up-slide {
    max-width: 47%;
    top: -41%;
    position: relative;
    left: 31px;
    z-index: 9;
    cursor: pointer;
}

img.slide-bottom-flower {
    max-width: 111px;
    top: 71%;
    right: 92px;
}

.bounce-ball-popup {
    position: relative;
}

.runn-girl {
    max-width: 12%;
    position: absolute;
}

.bounce-ball-popup {
    position: relative;
    top: -53%;
    z-index: 9;
    left: 15%;
    width: 164px;
}

.runn-girl {
    max-width: 11%;
    position: absolute;
}

.boy-ball-bounce {
    cursor: pointer;
}

.boy-ball-bounce img {
    width: 85%;
}

.boy-ball-bounce>div {
    position: absolute;
    top: -29px;
    left: 3%;
    right: 10px;
    bottom: 10px;
    width: 30%;
}

.butter-fly {
    position: absolute;
    max-width: 30%;
    top: 50%;
    right: -30%;
}

.bus-path {
    position: absolute;
    top: auto;
    top: 0px;
    margin-bottom: 0;
    margin-top: 0px;
    z-index: 999;
}

.bus-path {
    width: 100%;
    height: auto;
    opacity: 0;
    -webkit-animation: bus-track 0.5s;
    /* Safari 4.0 - 8.0 */
    animation: bus-track 0.5s;
    -webkit-animation-timing-function: linear;
    /* Safari 4.0 - 8.0 */
    animation-timing-function: linear;
    -webkit-animation-delay: 2.5s;
    /* Safari 4.0 - 8.0 */
    animation-delay: 2.5s;
    animation-fill-mode: forwards;
}

@-webkit-keyframes bus-track {
    from {
        top: 0px;
        opacity: 0
    }
    to {
        top: 85%;
        opacity: 1
    }
}

@keyframes bus-track {
    from {
        top: 0px;
        opacity: 0
    }
    to {
        top: 85%;
        opacity: 1
    }
}

.brick-wall {
    background-image: url(../images/home-inside/cc.png);
    min-height: 270px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #c9c9c9;
}

.pd0 {
    padding: 0;
}

.multi-clouds {
    position: absolute;
    top: 9px;
    width: 100%;
    overflow: hidden;
    height: 80px;
}

.multi-clouds img {
    width: 25%;
    float: left;
    position: a;
    bottom: 0;
}

.multi-window {
    padding-top: 10px;
    width: 100%;
    z-index: 9;
    position: relative;
    bottom: 0 !important;
}

.wall-div {
    width: 35%;
    float: left;
    position: relative;
}


/*.dor-first-dor {
    width: 77%;
    height: auto;
}*/

.dor-first-dor {
    width: 74.5%;
    height: auto;
    margin-top: 18px;
}

.dor-first {
    float: left;
    display: flex;
    position: relative;
    justify-content: end;
    flex-direction: column;
    cursor: pointer;
}


/*img.dor-first-head {
    width: 100%;
    max-width: 95px;
}*/

img.dor-first-head {
    /* right: 0; */
    width: 76%;
    position: absolute;
    top: 23px;
    z-index: 9;
    left: 2%;
    /* margin: 0 auto; */
}

.dor-divv {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 30%;
    float: left;
    position: relative;
    padding: 0 30px;
}

.inside-btm-sec {
    background-color: #c9c9c9;
    padding-top: 100px;
    padding-bottom: 130px
}

.social-m li a i {
    font-size: 35px;
}
.main-menu {
    margin-bottom: 20px;
}

.animate-popup .modal-body {
    padding: 0;
    height: 100%;
    -webkit-border-radius: 35px;
    -moz-border-radius:35px;
    border-radius: 35px;
    -khtml-border-radius:35px;
}
.image-gallery .modal-body {

    -webkit-border-radius: 0px;
    -moz-border-radius:0px;
    border-radius: 0px;
    -khtml-border-radius:0px;
}
.animate-popup .modal-dialog {
    width: 80%;
    margin: 40px auto;
    height: 89%
}
.animate-popup .modal-content {
    box-shadow: none;
    height: 100%;
    border: none;
    -webkit-border-radius:  35px;
    -moz-border-radius: 35px;
    border-radius:  35px;
    -khtml-border-radius:  35px;
    overflow: hidden;
}

.animate-popup .modal-header {
    padding: 0;
    border: none;
}

.animate-popup .close, .text-modal .close  {
    position: absolute;
    background: #00799c;
    right: 30px;
    z-index: 99;
    opacity: 1;
    width: 40px;
    height: 40px;
    outline: none;
    border-radius: 265px;
    box-shadow: none;
    color: #fff;
    font-size: 35px;
    top: 20px;
    font-weight: 300;
}

.animate-popup .modal-body body {
    overflow: hidden !important;
}

.main-pages {
    background-image: url(../images/page-bg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.page-head {
    font-family: 'Brady Bunch Remastered';
    font-size: 55px;
    color: #7eb948;
    position: relative;
    display: inline;
}

.page-head:before,
.thankdiv .page-sub-head:before {
    position: absolute;
    content: '';
    background-image: url(../images/head-border.png);
    height: 7px;
    width: 100%;
    bottom: 0;
    background-size: cover;
}

.page-section {
    padding: 20px 50px;
}

.page-content p {
    line-height: 27px;
    font-size: 17px;
    font-weight: 400;
    color: #000;
}

.page-content form {
    margin-top: 35px;
}

.form-field {
    width: 100%;
    position: relative;
    margin-bottom: 17px !important;
}

.form-field label {
    width: 35% !important;
}

.form-field input,
.form-field select {
    width: 64% !important;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.form-btn {
    font-family: 'Brady Bunch Remastered';
    color: #fff !important;
    background-color: #7eb948 !important;
    font-size: 35px;
    padding: 0 27px;
    border: none;
    outline: none;
    line-height: 50px;
    float: right;
    margin-top: 33px;
    margin-bottom: 30px;
}


.enroll-img img {
    margin-top: -170px;
    max-width: 80%;
    float: right;
}

.page-content {
    width: 77%;
    margin: 60px 0px;
    line-height: 20px;
    position: relative;
    z-index: 99;
}

.enroll-img {
    position: relative;
    top: -150px;
}

.enroll-img img {
    margin-top: -30px;
}

a#zoom-in {
    z-index: 99999;
    display: block;
}


/* Clouds */

.cloud-4 {
    position: relative;
    -webkit-animation: move 30s infinite linear;
    -moz-animation: move 30s infinite linear;
    -ms-animation: move 30s infinite linear;
    z-index: 2;
    animation-fill-mode: forwards;
}

.cloud-3 {
    position: relative;
    -webkit-animation: move 50s infinite linear;
    -moz-animation: move 50s infinite linear;
    -ms-animation: move 50s infinite linear;
    z-index: 2;
    animation-fill-mode: forwards;
}

.cloud-2 {
    position: relative;
    -webkit-animation: move 70s infinite linear;
    -moz-animation: move 70s infinite linear;
    -ms-animation: move 70s infinite linear;
    z-index: 2;
    animation-fill-mode: forwards;
}

.cloud-1 {
    position: relative;
    -webkit-animation: move 70s infinite linear;
    -moz-animation: move 70s infinite linear;
    -ms-animation: move 70s infinite linear;
    z-index: 2;
    animation-fill-mode: forwards;
}


/*move 4*/

@-webkit-keyframes move {
    0% {
        left: -5%;
    }
    100% {
        left: 100%;
    }
}

@-moz-keyframes move {
    0% {
        left: -5%;
    }
    100% {
        left: 100%;
    }
}

@-ms-keyframes move {
    0% {
        left: -5%;
    }
    100% {
        left: 100%;
    }
}

.plant-right {
    max-width: 85px;
    margin-top: 58px;
}

.left-side-plant,
.right-side-plant {
    width: 35%;
    position: relative;
    overflow: hidden;
}

.right-side-plant {
    float: right;
}

.paint-right {
    max-width: 39%;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.plant-right {
    max-width: 50%;
    margin-top: 78px !important;
    right: 0;
    right: 0;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.flask-right {
    max-width: 50px;
    position: absolute;
    bottom: 15px;
}

.left-side-plant .flask-right {
    left: 1px !important;
}

.right-side-plant .flask-right {
    right: 1px !important;
}

.left-side-plant .plant-right {
    right: 25px;
    float: right;
}


/*.clodd{    background-image: url(../images/home-inside/multi-window.png);
    height: 110px;
    width: 100%;
    background-repeat: repeat;
    background-size: 100% 100%;
        -webkit-animation: moveclouds 25s linear infinite;
        -moz-animation: moveclouds 25s linear infinite;
        -o-animation: moveclouds 25s linear infinite;
}
@-webkit-keyframes moveclouds {
        0% {margin-left: 1000px;}
        100% {margin-left: -1000px;}
}
@-moz-keyframes moveclouds {
        0% {margin-left: 1000px;}
        100% {margin-left: -1000px;}
}
@-o-keyframes moveclouds {
        0% {margin-left: 1000px;}
        100% {margin-left: -1000px;}
}*/

.left-side-plant {
    left: 10%;
    float: left;
}

.right-side-plant {
    right: 10%;
}

.btm-space {
    max-width: 87%;
    margin: 0 auto;
    display: block;
    margin-top: -110px;
}

.toy-basket {
    max-width: 20%;
    float: left;
}

.two-girl-play img {
    width: 67%;
    float: right;
    margin-right: 20px;
}

.ball-kick-boy img {
    width: 200px;
}

.f-member-family img {
    width: 88%;
    float: right;
    padding-left: 11px;
}

.f-member-family {
    padding: 0 43px;
}

.t-member-family img {
    width: 77%;
    float: left;
}

.f-member-family {
    margin-top: -14px;
    position: relative;
    padding-left: 0;
    float: left;
    width: 29%;
}

.t-member-family {
    position: relative;
    width: 25%;
    float: left;
    margin-top: -24px;
}

.reception {
    width: 60%;
    float: right;
    position: relative;
    bottom: -25px;
}

.reception img {
    max-width: 90%;
    float: right;
}

.homepage-home {
    width: 20%;
}

a#zoom-in {
    width: 100%;
}

.homepage-home-img {
    width: 100%;
}

.hospitality {
    width: 62%;
    float: left;
    position: relative;
    bottom: -45px;
    left: -30px;
}

.hospitality img {
    max-width: 100%;
    float: left;
}

.home-menu {
    position: absolute;
    width: 40%;
    right: 0;
    z-index: 999;
}

.home-menu ul li a img {
    max-width: 90px;
}

.home-menu ul li a {
    display: block;
    margin: 0 15px;
    cursor: pointer;
}

.home-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
}

.home-menu .social-m {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    margin-top: 0;
}

.home-menu .social-m li a {
    color: #70c516;
    font-size: 20px;
}

.home-menu .social-m li img {
    width: 18px;
}

.home-menu .social-m li {
    margin: 2px 0;
}

.quest .panel-title a:after {
    content: "\f0d7";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    color: #7eb948;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.profile_accordion .panel-title>.collapsed {
    background: #fff;
    color: #000;
    font-weight: 400;
    font-size: 20px;
    font-weight: 300;
    padding: 12px 15px;
}

.profile_accordion .panel {
    background: transparent;
    margin-bottom: 15px;
}

.profile_accordion .panel-title>a {
    display: block;
    border: 1px solid #ddd;
    padding: 15px;
    font-size: 20px;
    padding: 12px 15px;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
}

.profile_accordion .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.profile_accordion .career_in_dd {
    margin-left: 0;
}

.profile_accordion .carrer_page_inside form {
    margin-top: 0;
}

iframe body {
    overflow: hidden !important;
}

.profile_accordion .panel-title>a span {
    float: right;
    padding-right: 20px;
    font-size: 15px;
    color: #7eb948;
    font-weight: 500;
}

.home-icon span {
    background-image: url(../images/homepage/home-icon-silhouette.png) !important;
    width: 37px !important;
    height: 44px !important;
    background-size: 100% !important;
}

.education span {
    background-image: url(../images/homepage/open-book.png) !important;
    width: 37px !important;
    height: 44px !important;
    background-size: 100% !important;
}

.distance span {
    background-image: url(../images/homepage/distance.png) !important;
    width: 41px !important;
    height: 45px !important;
    background-size: 100% !important;
}

.accordion-toggle {
    cursor: pointer;
}

.accordion-content {
    display: none;
}

.accordion-content.default {
    display: block;
}

.panel-group .panel-heading {
    border-bottom: 0;
    margin-bottom: 17px;
}

.profile_accordion {
    margin-top: 27px;
}

.profile_accordion .panel-body {
    margin-bottom: 30px;
}

.home_location {
    position: absolute;
    z-index: 999;
    top: 19%;
    width: 23%;
    right: 15%;
    float: right;
}

.home_location label {
    font-family: 'Brady Bunch Remastered';
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
}

.home_location>.form-group {
    display: flex;
    align-items: center;
}

.home_location>.form-group input {
    padding: 5px;
}

.bus-child {
    width: 90%;
}

.cycle {
    z-index: 9999;
    position: relative;
    top: 28%;
}

.bycycleboy {
    position: absolute;
    top: 20%;
    right: 56%;
    z-index: 9999;
    cursor: pointer;
}

.cycle-img {
    max-width: 90px;
    position: relative;
}

.cycle-img {
    background: url(../images/homepage/bycycle-boy.png);
    width: 500px;
    height: 120px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.rotation {
    z-index: 9999;
    -moz-animation:  rotation 5s infinite;
    -webkit-animation:  rotation 5s infinite;
    -o-animation:  rotation 3s;
    animation-delay: 10s;
    -webkit-animation-delay: 10s;
    animation: rotation 3s;

}


/* Chrome, Safari, Opera */

@-webkit-keyframes rotation {
    from {
        right: 56%;
        top: 0;
    }
    to {
        right: 20%;
        top: -5px;
    }
}

@keyframes rotation {
    from {
        right: 56%;
        top: 0;
    }
    to {
        right: 20%;
        top: -5px;
    }
}

.paused-cycle {}

.butter-fly {
    z-index: 9999999;
    animation: animated_div 25s infinite;
    -moz-animation: animated_div 25s infinite;
    -webkit-animation: animated_div 25s infinite;
    -o-animation: animated_div 2s 1 infinite;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

@keyframes animated_div {
    0% {
        transform: rotate(0deg);
        right: 0px;
        top: 0px;
    }
    25% {
        transform: rotate(0deg);
        right: 500px;
        top: 0px;
    }
    50% {
        transform: rotate(-40deg);
        right: 800px;
        top: 150px;
    }
    75% {
        transform: rotate(40deg);
        right: 200px;
        top: 200px;
    }
    100% {
        transform: rotate(0deg);
        right: 0px;
        top: 0px;
    }
}

@-webkit-keyframes animated_div {
    0% {
        transform: rotate(0deg);
        right: 0px;
        top: 0px;
    }
    25% {
        transform: rotate(0deg);
        right: 500px;
        top: 0px;
    }
    50% {
        transform: rotate(-40deg);
        right: 800px;
        top: 150px;
    }
    75% {
        transform: rotate(40deg);
        right: 200px;
        top: 200px;
    }
    100% {
        transform: rotate(0deg);
        right: 0px;
        top: 0px;
    }
}

@-moz-keyframes animated_div {
    0% {
        transform: rotate(0deg);
        right: 0px;
        top: 0px;
    }
    25% {
        transform: rotate(0deg);
        right: 500px;
        top: 0px;
    }
    50% {
        transform: rotate(-40deg);
        right: 800px;
        top: 150px;
    }
    75% {
        transform: rotate(40deg);
        right: 200px;
        top: 200px;
    }
    100% {
        transform: rotate(0deg);
        right: 0px;
        top: 0px;
    }
}

@-o-keyframes animated_div {
    0% {
        transform: rotate(0deg);
        right: 0px;
        top: 0px;
    }
    25% {
        transform: rotate(0deg);
        right: 500px;
        top: 0px;
    }
    50% {
        transform: rotate(-40deg);
        right: 800px;
        top: 150px;
    }
    75% {
        transform: rotate(40deg);
        right: 200px;
        top: 200px;
    }
    100% {
        transform: rotate(0deg);
        right: 0px;
        top: 0px;
    }
}

.show-header {
    display: block !important;
    position: absolute;
    right: 5%;
    right: 25%;
    width: 12%;
    top: 17%;
    z-index: 9999;
    border-radius: 5px;
}

.show-header .hide-menu {
    display: none
}

.iframe body {
    overflow: hidden !important;
}

/*.animate-onload {
        animation-play-state: paused;
        -webkit-animation-play-state: paused;
        -o-animation-play-state: paused;
        -ms-animation-play-state: paused;
}*/

.show-header li a span {
    display: none !important;
}

.show-header ul {
    display: block !important;
    position: relative;
    margin-bottom: 10px;
}

.show-header li {
    background: #fff;
    padding: 0;
}

.show-header li a {
    padding: 8px 0 !important;
}

.show-header li a:hover {
    background: #7eb948;
    color: #fff;
    margin: 0;
}

.bus-child {
    animation-name: shake-little;
    animation-duration: 1000ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes shake-little {
    2% {
        transform: translate(0px, 0px) rotate(.5deg)
    }
    8% {
        transform: translate(1px, 1px) rotate(.5deg)
    }
    14% {
        transform: translate(0px, 1px) rotate(.5deg)
    }
    20% {
        transform: translate(1px, 1px) rotate(.5deg)
    }
    26% {
        transform: translate(1px, 0px) rotate(.5deg)
    }
    32% {
        transform: translate(0px, 1px) rotate(.5deg)
    }
    38% {
        transform: translate(1px, 0px) rotate(.5deg)
    }
    44% {
        transform: translate(0px, 0px) rotate(.5deg)
    }
    50% {
        transform: translate(1px, 0px) rotate(.5deg)
    }
    56% {
        transform: translate(0px, 1px) rotate(.5deg)
    }
    62% {
        transform: translate(1px, 1px) rotate(.5deg)
    }
    68% {
        transform: translate(0px, 0px) rotate(.5deg)
    }
    74% {
        transform: translate(0px, 1px) rotate(.5deg)
    }
    80% {
        transform: translate(0px, 1px) rotate(.5deg)
    }
    90% {
        transform: translate(1px, 1px) rotate(.5deg)
    }
    0%,
    100% {
        transform: translate(0, 0) rotate(0)
    }
}

.clouds-div {
    position: absolute;
    width: 100%;
    top: 12%;
}

.clouds-cloud1 {
    width: 116px;
    height: auto;
    position: absolute;
    left: 10%;
    top: -16px;
}

.clouds-cloud2 {
    width: 170px;
    height: auto;
    position: absolute;
    left: 17%;
    top: 24px;
    z-index: 9;
}

.clouds-cloud3 {
    width: 158px;
    height: auto;
    position: absolute;
    right: 11%;
    top: 57px;
    z-index: 9;
}

.clouds-cloudr1 {
    width: 116px;
    height: auto;
    position: absolute;
    left: 40%;
    top: -20px;
}

.clouds-cloudr2 {
    width: 170px;
    height: auto;
    position: absolute;
    top: 70px;
    z-index: 9;
    left: 28%;
}

.clouds-cloudr3 {
    width: 158px;
    height: auto;
    position: absolute;
    right: 11%;
    top: 57px;
    z-index: 9;
}

.bus_graas_path {
    width: 100%;
    bottom: -18px;
    margin: 0;
    text-align: center;
    height: 300px;
    padding-top: 120px;
    box-sizing: border-box;
    -webkit-animation: slide 13s linear infinite;
}

@-webkit-keyframes slide {
    from {
        background-position: 50% 0%;
    }
    to {
        background-position: 380% 0%;
    }
}

.blue_car {
    -webkit-animation: blue-car 8s linear infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    opacity: 0;
}

.yellow_car {
    -webkit-animation: yellow-car 10s linear infinite;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    opacity: 0;
}

@-webkit-keyframes yellow-car {
    from {
        left: -50%;
        opacity: 1;
    }
    to {
        left: 100%;
        opacity: 1;
    }
}

@-webkit-keyframes blue-car {
    from {
        left: -25%;
        opacity: 1;
    }
    to {
        left: 100%;
        opacity: 1;
    }
}

.bus .bus_passenger {
    width: 66%;
    right: 10%;
    bottom: 50%;
}

.clouds-div img {
    animation: bounce_cloud 0.8s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}


.near-location h5 {
    font-size: 20px;
    color: #000;
    padding-left: 34px;
}

.near-location {
    position: relative;
    margin-top: 13px;
    border-bottom: 1px solid #7eb948;
    padding-bottom: 12px;
    float: left;
}
.near-location h5 span {
    color: #70c516;
    margin-right: 10px;
}

.near-location div >span {
    margin-left: 36px;
    margin-top: 5px;
    display: block;
}

.radio-location {
    float: left;
    cursor: pointer;
}

.radio-location input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-location .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
}

.radio-location:hover input~.checkmark {
    background-color: #ccc;
}

.radio-location input:checked~.checkmark {
    background-color: #6da64f;
}

.radio-location .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-location input:checked~.checkmark:after {
    display: block;
}

.radio-location .checkmark:after {
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    background: white;
}

.mb30 {
    margin-bottom: 30px;
}

.pac-container {
    overflow-y: scroll !important;
    height: 130px !important;
}

.receptoion-wave>div {
    position: absolute;
    z-index: 9999;
    top: 312px;
    max-width: 131px;
    left: 238px;
}

.location_page {
    width: 100%;
    margin-left: 0;
}

.location_page form {
    margin-top: 0 !important;
}

.location_page2 {
    width: 100%;
    margin: 0;
    margin-top: 30px;
}

.location_page2 .page-sub-head {
    margin-bottom: 10px;
}

.location_page2 .col-sm-3 {
    margin-bottom: 25px;
}
.near-location a {
    display: inline-block;
    margin-left: 35px;
    cursor: pointer;
}
.near-location a:hover{color: #fff;text-decoration: none;}
.centre-photo {
    background: #7eb948;
    border: none;
    color: #fff;
    margin-top: 10px;
    padding: 6px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    font-family: 'Brady Bunch Remastered';
    font-size: 22px;
    letter-spacing: 0;
    outline: none;
}
.image-gallery .slide {
    width: 100% !important;
    position: static !important;
    height: 100%;
}
.image-gallery .slide .carousel-inner{height:80%;}
.image-gallery .modal-title,
.image-gallery .modal-content {
    height: auto;
}

.thankdiv {
    height: 100%;
    background: url(../image/thanku.jpg) no-repeat;
    background-size: cover;
    padding: 4% 0;
    min-height: 400px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 0px;
    text-align: center;
}

.thankdiv h3 {
    font-size: 2.6rem;
    color: #70c516;
    margin: 0;
    padding-bottom: 30px;
    margin-bottom: 26px;
    position: relative;
    display: inline-block;
}

.thankdiv p {
    font-size: 1.3rem;
    line-height: 33px;
    padding: 0 0%;
}

.thankdiv a {
    color: #2e3e93;
    font-weight: 400;
}

.thank-sec {
    margin: 0 auto;
}

.thankdiv button {
    float: none !important
}


/* Base for label styling */

.check-div [type="checkbox"]:not(:checked),
.check-div [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.check-div [type="checkbox"]:not(:checked)+label,
.check-div [type="checkbox"]:checked+label {
    position: relative;
    padding-left: 1.95em;
    font-family: 'Arial Rounded MT';
    cursor: pointer;
    margin-bottom: 10px;
    color: #5d8c33;
    font-size: 17px;
}


/* checkbox aspect */

.check-div [type="checkbox"]:not(:checked)+label:before,
.check-div [type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    border: 2px solid #ccc;
    background: #fff;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1)
}


/* checked mark aspect */

.check-div [type="checkbox"]:not(:checked)+label:after,
.check-div [type="checkbox"]:checked+label:after {
    content: '✔';
    position: absolute;
    top: .2em;
    left: .15em;
    font-size: 1.3em;
    line-height: 0.8;
    color: #6a9a3e;
    transition: all .2s;
    font-family: Helvetica, Arial, sans-serif;
}


/* checked mark aspect changes */

.check-div [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

.check-div [type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}


/* disabled checkbox */

.check-div [type="checkbox"]:disabled:not(:checked)+label:before,
.check-div [type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

.check-div [type="checkbox"]:disabled:checked+label:after {
    color: #999;
}

.check-div [type="checkbox"]:disabled+label {
    color: #aaa;
}


/* accessibility */

.check-div [type="checkbox"]:checked:focus+label:before,

/* hover style just for information */

.check-div label:hover:before {
    border: 2px solid #7eb948!important
}

.checkbox-page {
    background: #fff;
    overflow: hidden;
    padding: 20px;
}

.check-div {
    width: 25%;
    float: left;
    margin-bottom: 20px;
}

.strenght-page {
    width: 80%;
    margin: 10px 30px;
}

.mr15 {
    margin-right: 15px;
}

.question p a {
    font-family: 'Arial Rounded MT';
}

.question {
    margin-top: 25px;
}

.question p a {
    font-family: 'Arial Rounded MT';
    margin-top: 12px;
    display: inline-block;
    color: #222;
    font-weight: 300;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile-1+label {
    color: #fff;
    background-color: #7eb948;
}

.inputfile+label {
    max-width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

.inputfile+label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

.two-girl-play {
    margin-top: 38px;
    width: 25%;
    float: left;
}

.rec-board {
    position: absolute;
    top: 10%;
    max-width: 65% !important;
    left: 10%;
    right: 0;
    margin: 0 auto;
}

.t-member-family,
.f-member-family {
    cursor: pointer;
}

.page-content .hide-select,
.page-content .hide-select1,
.page-content .hide-select2,
.page-content .hide-select3,
.page-content .hide-select4{
    display: none
}

.page-content .show-select {
    display: block;
}

.dis-f {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

a.page-sub-head:hover {
    color: #699a3c;
    text-decoration: none;
}

.footer-info {
    position: absolute;
    right: 7%;
    bottom: -190px;
}

.footer-info a {
    color: #fff;
    float: left;
    margin: 0 17px;
}

.footer-info a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-info {
    position: absolute;
    right: 8%;
    bottom: -180px;
    z-index: 999;
    padding-bottom: 7px;
}

.career-mail {
/*    font-family: 'Arial Rounded MT';*/
    color: #000;
}

.plain-sub-head {
    line-height: 34px;
    color: #000;
    font-family: 'Arial Rounded MT';
    font-size: 25px;
}

.video-btn {
    margin-bottom: 0;
    float: none;
}

.mtm20 {
    margin-top: -20px;
}

.testimonial .slide {
    position: static;
    width: 90%;
    margin-bottom: 0px;
}

.testimonial {
    position: relative;
}

.contact__testimonials--right .testimonials__image {
    width: 43%;
    float: left;
    margin-left: 7%;
}

.contact__testimonials--right .testimonials__quote {
    width: 50%;
    float: right;
    margin-top: 45px;
}

p.f-intro span {
    font-size: 20px;
    color: #00adee;
    margin-right: 11px;
    margin-top: 4px;
    font-size: 25px;
    display: inline-block;
    font-family: 'Brady Bunch Remastered';
}

.speech-bubble {
    max-width: 485px;
    padding: 25px;
    /* background: #fff; */
    background: url(../images/testimonial/bubble.png);
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 100% 100%;
    padding-left: 95px;
}

.testimonials__quote p {
    font-family: 'Brady Bunch Remastered';
    font-size: 25px;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.testimonial .carousel-indicators .active {
    width: 20px;
    height: 20px;
    margin: 0;
    background-color: #e8219b;
}

.testimonial .carousel-indicators {
    bottom: 0;
    margin-top: 30px;
}

.testimonial .carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 3px;
    border-color: #e8219b;
}

.testimonial .glyphicon {
    font-size: 55px;
    color: #e8219b;
}

img.hospitality-wave {
    position: absolute;
    max-width: 24%;
    left: 22%;
    bottom: 28%;
}

.hospitality {
    position: relative;    z-index: 999;
}

.hide-dish {
    display: none;
}

.show-dish {
    display: block;
}


/*navbar-design*/

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar-brand {
    display: none;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border: none;
}

.navbar-inverse .navbar-toggle {
    background: #7eb948;
    border-color: #7eb948;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
    height: 3px;
}

.click-div {
    position: absolute;
    top: 7%;
    left: 36%;
    animation: click-shake 0.5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    z-index: 9;
    color: #fff;
}

@keyframes click-shake {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(7px, 0px, 0);
    }
}


/*---------models css-------------*/


/* Add Zoom Animation */

.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}
.learn-more{font-size: 23px;}
.pop-up-slide .click-div {
    top: 40%;
    left: 49%;
    right: 0;
    z-index: 9;
    color: #000;
}
.hide-slider {
    display: none;
}
.image-gallery .modal-dialog {
    width: 86%;
    margin: 27px auto;
    height: 88% !important;
    border: 5px solid #fff;
}
.click-div.bu-click {
    left: 4%;
    top: 50%;
    color: #fff;
}
.door-click {
    animation: click-shake 0.5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    position: absolute;
    top: 49%;
    left: -8%;
    right: 0;
    text-align: center;
    background: #a5a5a5;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    text-align: center;
    padding: 3px;
    margin: 0 auto;
}

.image-gallery .carousel-control {
    opacity: 1;
}

.image-gallery {
    padding: 0 !important;
    z-index: 9999;
}

.image-gallery .modal-content {
    height: 100%;
    border-radius: 0;
}

.location-image .modal-dialog {
    width: 70%;
    height: 93% !important;
}
.wps-comdiv {
    height: 100%;
}
.photo-slider .modal-dialog {
    width: 56%;
    height: 90% !important;
}

.photo-slider .carousel-inner .item>img {
    height: 100%;
    width: auto;
    margin: 0 auto;
}
/*htumbnail css*/

.thumbCarousel {
    /* max-width: 650px; */
    margin: 0 auto !important;
    overflow: hidden;
    background: #ffffff;
    padding: 10px 0;
    text-align: center;
    display: flex;height: 100px;
    justify-content: center;

}
.boxscroll{ overflow-x: scroll;}
.boxscroll::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}

.boxscroll::-webkit-scrollbar
{
    width: 5px !important;
    background-color: #F5F5F5;
}

.boxscroll::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #00aef0;
}

.thumbCarousel .thumb {
    float: left;
    margin-right: 10px;
    border: 1px solid #ccc;
    background: #fff; 
    height: 66px;
}

.thumbCarousel .thumb:last-child {
    margin-right: 0;
}

.thumbCarousel .thumb img {
    width: 67px;
    object-fit: cover;
    height: 100%;
}

.thumb:hover {
    cursor: pointer;
}

.thumb img {
    opacity: 0.7;
}

.thumb img:hover {
    opacity: 1;
}

.thumb.active img {
    opacity: 1;
    border: 1px solid #f00994;
}

.error.text-danger {
    color: #ff0803;
    margin-left: 405px !important;
    margin-top: 0;
    position: absolute;
    left: 0;
    top: 11px;
}

.click-div i {
    display: none
}

.error {
    color: red !important;
    font-size: 13px;
    margin: 0 !important;
}

span.right_on {
    position: absolute;
    top: 0;
    padding: 10px;
    font-size: 1.1rem;
    width: 100%;
}

span.right_on i {
    float: right;
    text-align: right;
}

.input-append input {
    width: 100%;
    border: none;
    padding: 11px 13px;
}

.control-group {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.icon-arrow-right:before,
.icon-arrow-left:before {
    color: #222;
    content: "\f101";
    position: absolute;
    font-family: FontAwesome;
    left: -4px;
    top: -16px;
    font-size: 1.3rem;
}

.icon-arrow-left:before {
    content: "\f100";
}
.jc-fs{justify-content: flex-start;}
a.click-video-modal {
    margin-top: 30px;
    margin-left: 0;
    cursor: pointer;
    width: 518px;
    height: 270px;
    overflow: hidden;
    display: inline-block;
    clear: both;
}
a.click-video {
    margin-top: 30px;
    margin-left: 10px;
    cursor: pointer;
    width: 250px;
    height: 150px;
    overflow: hidden;
    display: inline-block;
    clear: both;
}
.mb10{margin-bottom: 10px;}
a.click-video img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}
.free-food:hover{color:#fff;}
a.wlcm-click:hover {color: #617f18 !important;}
.free-food, .wlcm-click{    position: absolute;
                            left: 11px;
                            right: 0;
                            bottom: 5%;font-family: 'Arial Rounded MT';
                            color: #fff;
                            text-align: center;
                            font-size: 17px;
                            cursor: pointer;}
a.wlcm-click {
    width: 23%;
    margin: 0 auto;
    color: #fff!important;
    font-size: 12px;
    left: 11%;
    line-height: 15px;
    bottom: 6%;

}
.modal-body{overflow: hidden;}
.text-modal h4 {
    font-family: 'Brady Bunch Remastered';
    font-size: 38px;
    color: #02adef;
    line-height: 42px;
}
.text-modal .close {
    position: absolute;
    right: 20px;
    top: 17px;
    font-size: 28px;

    opacity: 2;
}
.text-modal .modal-dialog{    width: 60%;}
.text-modal .modal-header{    padding: 15px;
                              border-bottom: 1px solid #e5e5e5;}
.free-food span, .wlcm-click span {
    display: block;
    font-size: 9px;letter-spacing: 1px;
}
.ajax-loader {
    text-align: center;
    margin-top: 40px;
}
.location-image .carousel .item img{ height: 100%;
                                     width: auto;
                                     margin: 0 auto;
                                     object-fit: cover;}
.slide-cont {width: 600px; display: block; margin: 0 auto;}
.slide-cont .owl-carouse div {width: 100%;}
.carousel .item {height: 100%;}
/*SEE END OF THUMBNAIL FUCNTION TO TINKER SIZE OF THUMBS*/
.slide-cont .owl-carousel .owl-controls .owl-dot {float: left; background-size: cover; margin-top: 10px;}
#enrollment_form label.error, .location_page label.error{ background: #da0404!important;
                                                          padding: 10px !important;
                                                          border-radius: 0 !important;
                                                          position: relative;
                                                          display: inline-block;
                                                          box-shadow: 1px 1px 1px #aaaaaa;
                                                          margin-top: 10px !important;
                                                          width: 64% !important;
                                                          left: 36% !important;
                                                          color: #fff !important;}
.location_page label.error{left: 0 !important;}
#enrollment_form label.error:before, .location_page label.error:before{    content: '';
                                                                           width: 0;
                                                                           height: 0;
                                                                           border-left: 10px solid transparent;
                                                                           border-right: 10px solid transparent;
                                                                           border-bottom: 10px solid #da0404;
                                                                           position: absolute;
                                                                           top: -10px;}

.parent-login-page{max-width: 90%;margin: 0 auto;overflow: hidden}
.parent-login-content-div h3 {
    background: #45a828;
    color: #fff;
    padding: 6px 5px;
    text-align: center;
    font-size: 13px;
    font-weight: 500 !important;
    margin-bottom: 8px;
}
.parent-login-content-div p{    font-size: 12px;
    font-weight: 500;   }
.parent-login-content-div span{color: #4d4d4d;
    font-size: 12px;
    line-height: 15px;
    font-style: italic;
    display: block;
    margin-top: 13px;}
.parent-login-content-div {
    float: left;
    width: 18%;
    text-align: center;
    margin-bottom: 30px;
    background-image: linear-gradient(#d6efc2, #ebffdc, #7dc658);
}
.parent-login-images {
display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.parent-clickdiv {
    padding: 0 40px;
    border-right: 3px dotted #00aef0;
    text-align: center;
    margin-bottom: 30px;
    height: 112px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    text-align: center;
    justify-content: center;
}
.parent-clickdiv img {max-height: 80px;
    width: auto;}
.parent-clickdiv:last-child{border-right: 0;}
.parent-clickdiv a {
    font-family: 'Arial Rounded MT';
    color: #000;
    display: inline-block;
    margin-top: 13px;
    font-size: 17px;

}
.parent-clickdiv:last-child img{    height: 50px;}
.parent-login-images .parent-login-images-div{margin-right: 6px;}
.parent-login-images .parent-login-images-div:last-child{margin-right: 0px;}
/*.parent-login-content-div *{    font-family: arial;}*/
.parent-login-content{    display: flex;
    justify-content: space-between;
    overflow: hidden}
.location-door {
    width: 190px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
}
.location-door img{width: 100%;height: 100%;}
.width100{width: 100%;}
.ads_popup .modal-body{background: #fff !important; padding: 0px !important;display: flex;}
.gradient-bg {background-image: linear-gradient(#e6fdd7, #7dc659, #45a828); padding: 20px 0;}
/*-----------------------responsive css--------------------------*/

@media only screen and (min-width: 993px) and (max-width: 1024px)/* i-pad landscape */
{
    .home_location{width:28%;}
    .slide_girl{width: 52%;left: -8%;bottom: 27%;}
    .water_tower {
        bottom: 6%;
    }
    .bus_graas_path {
        bottom: -123px;
    }
    .bus_content {
        width: 42%;
    }
    .kids_room2_content.text-ccontent {
        width: 39%;
    }

    .reception {
        bottom: -35px;
    }
    .brick-wall {
        background-size: 114%;
    }
    .home_path_inn {
        top: 60px;
    }
    .water-fountain {
        bottom: 47%;
    }
    .bounce-ball-popup {
        top: -38%;
    }
    .boy-ball-bounce img {
        width: 100%;
    }
    .home1 {
        padding-top: 137px;
    }
    .form-field input, .form-field select {
        width: 100% !important;
    }
    .home2 {
        padding-bottom: 28%;
    }
    .pop-up-slide {
        max-width: 60%;
        top: -45%;
    }
    .sand_kids {
        width: 14%;
        right: 4%;
    }
    .homepage-home {
        width: 29%;
        margin-left: -70px;
    }
    .pop-up-slide {
        max-width: 56%;
        top: -45%;
    }

    .cycle-track {
        margin-top: -40px;
    }
    .hospitality {
        width: 67%;
        left: -17px;
    }
    .two-girl-play img {
        width: 85%;
        margin-right: 40px;
    }
    .t-member-family img {
        width: 98%;
        float: left;
    }
    .f-member-family img {
        width: 115%;
    }
    .btm-space {
        max-width: 90%;
        margin-top: -26px;
    }
    .dor-divv {
        padding: 0;
    }
    .main-menu ul li a {
        padding: 5px 0 4px 1px;
    }
    .left-side-plant,
    .right-side-plant {
        width: 33%;
    }
    .left-side-plant {
        left: 6%;
    }
    .reception {
        width: 67%;
    }
    .bottom-section {
        bottom: -97px;
    }
    .animate-popup .modal-dialog {
        width: 80%;
        height: 60%;
    }

    .show-header {
        width: 18%;
        top: 21%;
    }
    .kids_room2_content h4, .content h4, .bus_content h4{display: none}
    .photo-slider .carousel-inner .item>img {height: 326px;}
}

@media only screen and (min-width: 768px) and (max-width: 992px)
{.parent-clickdiv img {
    max-height: 40px;
    width: auto;
}
    
    .photo-slider .carousel-inner .item>img{height: 250px}
    .home_location{width:40%}
    .photo-slider .carousel-inner .item>img {  height: 326px;}
    /*    .kids_room2_content h4, .content h4, .bus_content h4{display: none}*/
    .text-modal .modal-dialog {
        width: 80%;
    }
    .bus { width: 38%; bottom: -32px;}
    .home-menu {
        top: 26%;
    }
    .show-header {
        width: 18%;
        top: 14%;
    }
    .home2 {
        padding-bottom: 38%;
    }
    .cycle-track11 {
        width: 111%;
        float: left;
    }
    .bounce-ball-popup { top: 2%;}
    .boy-ball-bounce>div {
        top: -59px;
        left: 3%;    width: 60%;
    }
    .water-fountain{bottom: 62%;
                    right: 10%;}
    .home-track {
        width: 21%;
        margin-left: 0;
    }
    .cycle {
        top: 11%;
    }
    .sand_kids{display: none;}
    .cycle-track {
        width: 54%;
        margin-top: 0;
        padding: 0;
    }
    .pop-up-slide {max-width: 86%;
                   top: -60px;}
    .homepage-home { width: 60%;}

    .homepage-home {    max-width: 40%;
                        margin-left: -60px;}
    .home1 {
        padding-top: 180px;}
    .animate-popup .modal-dialog {
        width: 90%;
        margin: 40px auto;
        height: 49%;
    }
    .two-girl-play {
        width: 20%;
    }
    .right-side-plant {
        right: 1%;
    }
    .toy-basket {
        max-width: 15%;
    }
    .f-member-family {
        padding: 0 6px;
        width: 30%;
    }
    .two-girl-play img {
        width: 97%;
        margin-right: -2px;
    }
    .t-member-family {
        width: 33%;
        float: right;
    }
    .hospitality {
        width: 62%;
        bottom: -51px;
        left: 0;
    }
    .btm-space {
        max-width: 96%;
        margin-top: 30px;
    }
    .wall-div {
        width: 50%;
    }
    .dor-divv {
        width: 50%;
    }
    .wall-div.mobile-hide {
        width: 84%;
        float: none;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .main-menu ul li a {
        font-size: 0.8rem;
        padding: 5px 0 4px 1px;
    }
    .contact__testimonials--right .testimonials__image {
        width: 100%;
        margin-left: 4%;
    }
    .form-field input,
    .form-field select {
        width: 100% !important;
    }
    .location_page form {
        overflow: hidden;
    }
    .page-content {
        width: 99%;
        margin: 60px 0px;
    }
    .content {
        width: 34%;
    }
    .speech-bubble {
        max-width: 100%;
    }
    .contact__testimonials--right .testimonials__quote {
        width: 100%;
        margin-top: 0;
        margin-bottom: 22px;
    }
    .page-sub-head {
        font-size: 20px;
    }
    .page-head {
        font-size: 40px;
    }

}

@media only screen and (max-width: 992px)
{
    .bus_graas_path {bottom: -66px; height: auto;}
    .photo-slider .carousel-inner .item>img{height: 290px !important;}
}
@media only screen and (max-width: 767px)

{
    .parent-clickdiv a {
    width: 100%;
}
.parent-clickdiv {
    border: none;
    border-bottom: 3px dotted #00aef0;
    padding-bottom: 20px;
    height: auto;
}
    .parent-login-content {
    display: block;}
    .parent-login-content-div {
    width: 100%;

}
.parent-login-images{ display: block;}
    .carousel-control.left, .carousel-control.right {
    background-image: none;
    top: -110px;
}
    .kids_room2_content *, .content *, .bus_content *, .content *{display: none}
    
    .thumbCarousel{display: none;}
    .image-gallery .slide { height: 100%;}
    .bus_scene {
        overflow: hidden;
    }
    .click-div {
        left: 26%
    }
    .b-select-wrap {
        margin-bottom: 20px;
    }
    .navbar-collapse {
        background: #cfeef9;
        margin-top: 5px;
        padding: 0;
    }
    .main-menu ul li a {
        align-items: flex-start;
        margin: 0;
        padding: 8px 15px;
    }
    ul.social-m {
        display: flex;
        align-items: center;
    }
    .ans_sec {
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .form-btn {
        float: none;
    }
    .question_ans_sec .col-sm-12 {
        display: block;
    }
    .question_ans_sec {
        padding: 0;
    }
    .video_sec {
        padding-bottom: 50px;
    }
    .video_sec video {
        width: 100%;
    }
    .plain-sub-head {
        line-height: 25px;
        font-size: 17px;
    }
    .page-content {
        margin: 32px -3px;
        width: 100%;
    }
    .profile_accordion .panel-title>a {
        font-size: 14px;
        padding: 10px;
    }
    .profile_accordion .panel-title>a span {
        font-size: 13px;
        display: none;
    }
    .page-head {
        font-size: 42px;
    }
    .page-sub-head {
        font-size: 25px;
        word-wrap: break-word;
    }
    .main-menu .navbar-collapse>ul li {
        /*    animation-play-state: paused !important;*/
    }
    .navbar-brand {
        display: block;
        padding: 2px 5px;
        max-width: 210px;
    }
    .page-section {
        padding: 20px 15px;
    }
    .check-div {
        width: 50%;
        float: left;
        margin-bottom: 20px;
    }
    .check-div [type="checkbox"]:not(:checked)+label,
    .check-div [type="checkbox"]:checked+label {
        font-size: 14px;
    }
    .page-head {
        font-size: 34px;
    }
    .main-menu .navbar-collapse>ul {
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .main-menu ul li a span {
        display: none;
    }
    .main-menu .navbar-collapse>ul li:hover a {
        background: #71c516;
        color: #fff;
    }
    .loader {
        background-size: 50%;
    }
    .form-field input,
    .form-field select {
        width: 100% !important;
    }
    .form-field label {
        width: 78% !important;
    }
    .carousel-indicators {
        display: none;
    }
    .mt60 {
        margin-top: 30px;
    }
    .mobile-hide {
        display: none
    }
    .homepage-home {
        max-width: 53%;
    }
    .homepage-home {
        width: 70%;
    }
    .home-right-tree {
        width: 15%;
        right: 2%;
    }
    .home2 {
        padding-bottom: 58%;
    }
    .home-sun {
        left: 4%;
        width: 68px;
    }
    .moving-birds {
        top: 38%;
    }
    .clouds-cloudr1 {
        left: 63%;
    }
    .boy-ball-bounce img {
        width: 79%;
    }
    .pop-up-slide {
        max-width: 100%;
        top: 8%;
        left: 30px;
    }
    .home-track {
        width: 26%;
        margin-left: 21px;
    }
    .home-left-sec {
        width: 33%;
    }
    .home1 {
        padding-top: 80px;
    }
    .bottom-section {
        width: 113%;
        bottom: -77px;
    }
    .cycle-track11 {
        width: 140%;
    }
    .WaterTower_V1 {
        width: 60%;
    }


    .cycle-track {
        width: 48%;
        margin-top: 13px;
        padding-right: 0;
        left: 14%;
    }

    .bounce-ball-popup {
        top: 70px;
        z-index: 9;
    }

    .sand_kids {
        top: 0;
        width: 29%;
        right: 2%;
    }

    .water-fountain {
        bottom: -15%;
        left: -19px;
    }

    .water-fountain-animation-bottom {
        width: 164px;
        bottom: 0;
    }

    .homepage-home-img {
        width: 83%;
        bottom: 0;
        margin-bottom: -15px;
    }

    .plant2 {
        width: 138px;
        bottom: 0;
    }

    .home .main-menu {
        display: block !important;
        padding: 0 15px;
        margin-bottom: 0 !important;
        background: #cfeef9;
    }

    .home .home-menu {
        display: none;
    }

    .home .main-menu .navbar {
        margin-bottom: 0
    }

    .home_location {
        position: relative;
        top: 220px;
        width: 90%;
        left: 4%;
        float: left;
    }

    .footer-info {
        position: absolute;
        right: 1%;
        bottom: -250px;
        z-index: 999;
        padding-bottom: 7px;
    }

    .pop-up-slide .click-div {
        left: 40%;
    }

    .bus {
        width: 50%;
        bottom: -210px;
        left: 25%;
    }
    .water-fountain-animation-top {
        min-width: 344px;
        left: -33%;
        top: -30px;
    }

    .water_tower {
        width: 40%;
        bottom: 7%;
        right: 22%;
    }
    .kids_room2_content.text-ccontent,
    .bus_content {
        position: absolute;
        width: 59%;
        margin-left: 0;
    }

    .kids_room2_content h4,
    .content h4,
    .bus_content h4 {
        display: none;
    }

    .animate-popup .modal-dialog {
        height: 90%;
        margin: 20px auto;
    }

    .play_scene_building {
        width: 59%;
        top: -1%;
    }

    .slide_girl {
        width: 60%;
        left: -13%;
        top: 31%;
    }

    .content {
        left: 5%;
        width: 60%;
        top: auto;
        bottom: 6%;
        letter-spacing: 1px;
        z-index: 99;
    }

    .playing_boy {
        width: 80%;
        right: -10%;
        bottom: 40px;
        z-index: 99;
    }

    .animate-popup .close {
        right: 10px;
        top: 10px;
    }

    .bus_passenger {
        bottom: 52%;
        right: 14px;
    }

    .dor-divv {
        width: 61%;
        margin-top: 0;
        float: right;
    }

    .reception {
        width: 100%;
    }

    .kids_room2_content {
        width: 32%;
        margin-left: 0;
    }

    .kids_room_v1_label {
        margin-top: 0
    }

    .two-girl-play {
        width: 45%;
    }

    .btm-space {
        max-width: 95%;
        margin-top: -80px;
    }
    .t-member-family {
        width: 45%;
        margin-top: 0;
        margin-left: 20px;
    }
    .content.women-text {
        top: 40px;
    }
    .music_room_flowerpot {
        width: 14%;
    }
    .music_room_plant {
        width: 17%;
    }
    .kids_room_v1_reading_teacher {
        width: 93%;
        bottom: 18%;
    }
    .click-div i {
        display: block;
    }
    .photo-slider .modal-dialog {
        width: 74%;
        height: 78% !important;
    }

    .photo-slider .carousel-inner .item>img {
        height: 100% !important;

    }
    .mt10{margin-top:10px;}
    #thumbCarousel .thumb img {
        width: 33px;
        height: 24px;
        object-fit: cover;
    }

    .water_top {
        width: 76%;
        left: 17%;
        bottom: 28%;
    }

    .animate-popup .close {
        z-index: 999;
        width: 30px;
        height: 30px;
        font-size: 28px;
    }

    .name-board {
        width: 39%;
        left: 22%;
    }
}
@media only screen and (max-width: 680px)
/* mobile portrait */

{
    div#nearestCenters {
    width: 100%;
        overflow: hidden;
}
    .near-location {
    width: 50%;
}
    .location_page2 .col-sm-3 {
    margin-bottom: 25px;
    width: 50%;
    float: left;
}
.location-door {
    width: 100%;
       height: 150px;
}
      .moving_plants img{width:100px !important;}
    #thumbCarousel { padding: 0 0; height: 20%;}
    .bus_graas_path {
        bottom: -15px;
        height: auto;
    }
    .footer-info {
        left: 1%;
        bottom: -286px;
        right: auto;
    }
    .animate-popup .modal-dialog {
        height: 90%;
        margin: 18px auto;
    }
    .women-feeding {
        width: 80%;
        right: -4%;
    }
    .speech-bubble {
        margin: 0 auto
    }
    .testimonials__quote p,
    p.f-intro span {
        font-size: 19px;
    }
    .contact__testimonials--right .testimonials__quote {
        margin-top: 0;
    }
    .slide_girl {
        width: 20%;
    left: 25%;
    top: 50%;;
    }
    .testimonial .slide {
        width: 100%;
    }
    .homepage-home-img {
        margin-bottom: -15px;
    }
    .playing_boy {
     width: 11%;
    right: 10%;
    bottom: 20%;
    z-index: 99;
    }
    .contact__testimonials--right .testimonials__image {
        width: 60%;
        margin: 0 auto;
        float: none;
    }
    .contact__testimonials--right .testimonials__quote {
        width: 100%;
    }
    .bubble_girl {
          width: 8%;
    bottom: 36.5%;
    right: 27.1%;
    z-index: 9;
    }
    .slide {
        width: 50%;
        left: 25%;
        top: 43%;
    }
    .WaterTower_V1 {
        width: 70%;
    }
    .bus_footer_path {
        height: 41vh;
    }
    .water-fountain-animation-top {
        min-width: 355px;
        left: -95px;
    }
    .water-fountain-animation-bottom {
        width: 244px;
        bottom: 4px;
    }
    .bus {
        width: 50%;
        bottom: -180px;
        left: 25%;
    }
    .click-div {
        left: 21%;
    }
    .home_location {
        top: 190px
    }
    .footer-info {
        left: 1%;
        bottom: -270px;
    }
    .dor-divv {
        width: 70%;
        float: none;
        margin: 0 auto;
        margin-top: 0px;
    }
    .photo-slider .carousel-inner .item>img {
        height: 100% !important;

    }
    .photo-slider .modal-dialog {
        width: 76%;
        height: 75% !important;
    }
    #thumbCarousel .thumb img {
        width: 38px;
        height: 34px;
    }
    .cloud {
        top: 16px;
    }
    .music_room_plant {
        width: 12%;
        top: 21%;
    }
    .b-wall {
        display: flex;
    }
    .reception {
        width: 100%;
    }
    .home_location label {
        padding-right: 20px;
    }
    .brick-wall {
        background-size: 114%;
    }
    .text-modal .modal-dialog {
        width: 97%;
    }
    .text-modal .modal-dialog img{max-width: 50%}
    a.wlcm-click {
        width: 29%;}
    #myvideo iframe{width:100%;}
    .location-image .modal-dialog {
        width: 70%;
        height: 34% !important;
    }
.gallery-div1 .carousel-control.left, .gallery-div1 .carousel-control.right {
    background-image: none;
    top: 0px;
}
}

@media only screen and (max-width: 480px)
/* mobile portrait */

{
    .social-links-block {
    margin-top: 10px;
}
.gallery-div1 .carousel-control.left, .gallery-div1 .carousel-control.right {
    background-image: none;
    top: 0px;
}
div#nearestCenters {
    width: 100%;
    overflow: hidden;
}
.near-location {
    width: 100%;
}
.location_page2 .col-sm-3 {
    margin-bottom: 25px;
    width: 100%;
    float: left;
}
.location-door {
    width: 100%;
    height: auto;
}
    img.dor-first-head{width: 72%}
     .moving_plants img{width:100px !important;}
    .home2 {
        padding-bottom: 68%;
    }
    .photo-slider .carousel-inner .item>img {
        height: 128px;
    }
    .home1 {
        padding-top: 130px;
    }
    .water-fountain {
        bottom: -23%;
        left: -34px;
    }
    .homepage-home-img {
        margin-bottom: -9px;
    }
    .b-wall {
        display: flex;
        flex-direction: column-reverse;
    }
    .btm-space {
        max-width: 95%;
        margin-top: -38px;
    }
    .rec-board {
        top: 20px;
    }
    .wall-div {
        width: 74%;
        margin: 0 auto;
        float: none;
    }

    .text-modal .modal-dialog {
        width: 95%;
    }
    .text-modal h4 {
        font-size: 27px;
    }
    .reception {
        width: 91%;
        float: none;
        position: relative;
        bottom: 0;
        top: 18px;overflow: hidden;
    }
    .cloud img {
        width: 50px;
    }
    .animate-popup .modal-dialog {
        height: 40%;
    }
    .animate-popup .modal-dialog {
        height: 40%;
    }
    .water-fountain-animation-top {
        min-width: 245px;
        left: -69px;
        z-index: 999999;
    }
    .dor-divv {
        margin-left: 10px;
        width: 100%;
    }
    .water-fountain-animation-bottom {
        width: 154px;
        bottom: 0;
    }
    .inside-btm-sec {
        background-color: #c9c9c9;
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .footer-info {
        left: 0%;
        bottom: -210px;
    }
    .home_location {
        top: 119px;
    }
    .music_room_plant {
        width: 17%;
        top: 21%;
    }
    .bus {
        width: 50%;
        bottom: -113px;
        left: 25%;
    }
    #tawkchat-container {
        position: fixed;
    }
    .bus_content h4 {
        display: none;
    }
    .bus_footer_path {
        height: 36vh;
    }
    .content-link a {
        font-size: 17px;
    }
    .speech-bubble {
        margin: 0 auto;
        padding-left: 63px;
    }
    .t-member-family img {
        width: 98%;
    }
    .bus_graas_path {
        bottom: -62px;
    }
    .ads_popup img {
        height: auto;
        width: 100%;
    }
    .ads_popup {
      min-width: auto!important;
    }
    .manage_popup_in .close{    right: 0px !important; top: 0 !important;}
    .ads_popup .manage_popup .modal-body{padding: 0px !important;}
    .add-popop{padding-left: 0px !Important;overflow: visible !important;}
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.cke_editable {
    cursor: text;
    height: 160px;
    overflow-y: scroll;
}
.cmng-soon h2 {
    color: #7eb948;
    font-size: 90px;
    margin-top: 20px;
    margin-bottom: 0;
    font-family: 'Brady Bunch Remastered';
    line-height: 140px;
}
.cmng-soon .next_btn {
    float: none !important;
}
.cmng-soon {
    margin: 0 auto;
    text-align: center;
}

.ml-140{margin-left: 140px;}
.ml-140 h4{margin-left: 50px; margin-right: 115px;}

.magazine-img a{margin-left: 15px;width: 50%; color: #000;    font-size: 16px;
    font-family: 'Arial Rounded MT';}

.parent-clickdiv a{width: 100%}

.home-img-text {position: absolute; top: 74%; left: 76%; transform: translate(-50%, -50%); height: 20px !important; width: 30px !important;}


/*--vikas--13-8-19--*/

.d-block{
    display: block !important;
    width:100% !important;
}
.magazine-img{display: block;    margin-top: 7px;}
/*.img-magazine {width: 250px;max-height: 325px;min-height: auto;}*/
.img-magazine {width: 100%;height:490px;min-height: auto;}
.img-magazine img {
    object-fit: contain;
    height: 100%;
    object-position: left;
}
.choice_magazine h2{
    font-size: 30px;
    font-family: 'Brady Bunch Remastered';
}

.pt-30 {
    padding-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
/*--22-08--19--*/


.anchor-pt-10 p{padding-top: 0px;width: 100%;font-size: 17px;}
.wid-marg {
    width: 70%;
    margin: auto;
    line-height: 21px;
}
.white-wrap{white-space: nowrap;}
.mp-20{margin-top: 20px;}
.pt-22{
    padding-top: 22px;
}
.background_modal {
background:#cfeef9;
width: 70%;
margin: auto;
}
.background_modal label{
    padding-bottom: 10px;
}
.click_btn{
    margin: 0;
    line-height: 44px;
    padding: 0px 10px;
}

.background_modal .form-field input{
    width: 100% !important;
    border-radius: 5px;
}

body .modal-open {overflow-y: hidden;padding-right: 0px !important;}
.color_cancel button {
    color: #fff !important;
    opacity: 1;
}
form#magazineSubscribeForm {
    position: relative;
}
form#magazineSubscribeForm label.error{
    position: absolute;
    top: 62px;
} 
.latest_magazine_h3 {
    margin-bottom: 0px;
}
.latest_magazine_h3 a {
    padding-top: 10px;
    font-size: 20px;
}
.latest_magazine_h3 h2{
   margin-bottom: 30px;
}
.latest_magazine_h3 h3 {
    font-size: 15px;
    padding: 15px 0px;
    margin-bottom: 20px;
}
.d_grid{
    display: grid;
}
.magazine-page {
      height: auto;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: normal;
}
.magazine-page img {
         height: auto;
    width: 100%;
    object-fit: contain;
    object-position: left;
    display: flex;
    align-items: start;
}
form#magazineSubscribeForm label#magcontact-error {
    width: 100% !important;
}
form#magazineSubscribeForm label.radio-inline {
    display: inline-grid;
}
form#magazineSubscribeForm label#attendCentre-error {
    position: absolute;
    top: 22px !important;
    white-space: nowrap;
}

.pl-0 {padding-left: 0px;}
.ml-20{margin-left: 20px;}
.mr-20 {margin-right: 20px;}
.show_prev_mag {
    width: 53% !important;
    margin-left: 11px !important;
}
.magazine_cont_page {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    max-width: 100%;
}
.main_prev_scroll {
    width: 90%;
    max-height: 550px;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 250px;
}

.main_prev_scroll::-webkit-scrollbar {
    width: 10px;
}
.main_prev_scroll::-webkit-scrollbar-thumb {
    background: #7eb948;
}
.main_prev_scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.main_prev_scroll .latest_magazine_h3 {
    margin-bottom: 0;
}

/*hitesh css strt*/
.mag-modal-class form#magazineSubscribeForm label#attendCentre-error{
    left: -20px;
}
.mag-modal-class .radio-inline input[type=radio]{
    margin-left: -20px !important;
} 
.mag-modal-class input[type=radio]{
    margin: 4px 0 0 !important;
}
/*hitesh css end*/