/*-----------------    Default Css By Amit Silori   ----------------------------------*/
*{margin: 0px; padding: 0px; box-sizing:border-box;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}
li{list-style: none;}
body{	margin:0;	font-weight:400;overflow-x:hidden; font-family: "Poppins", sans-serif; font-size:16px; color: #313131;	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }

article{overflow: hidden;}
article.overflow{overflow: visible;}
body a{	transition: 0.5s all ease;-webkit-transition: 0.5s all ease;-moz-transition: 0.5s all ease;	-o-transition: 0.5s all ease;	-ms-transition: 0.5s all ease; font-family: "Poppins", sans-serif; color: #313131;}

/* CSS TOP MARGINS * -------------------------- */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { 
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; 
}

h1,h2,h3,h4,h5,h6{margin:0; color: #555	; font-weight: 600; font-family: "Poppins", sans-serif; }

h1{ font-size:36px; }
h2{ font-size:26px; }
h3{ font-size:20px; }
h4{ font-size:20px; }
h5{ font-size:15px; }

p{font-weight: 500;  color: #150e70; font-size: 16px;  line-height: 24px; margin: 0px 0 10px; 0; color:666; font-family: "Poppins", sans-serif;}

p a {color: #222;}
b.normal{font-weight: 400;}

ul,label{	margin:0;	padding:0;}

body a:hover{	text-decoration:none;}
html input[type="text"], input[type="email"], input[type="tel"], input[type="password"], select {border-radius: 10px;  height: 42px;  padding: 0 10px; box-sizing: border-box;   width: 100%; color: #777;border:1px solid #ddd;	font-size: 13px;background:#fff;}
html select { padding: 0 11px;font-size:13px;}
html select option {font-size:14px;	font-weight:300;}
html textarea { padding:10px 10px; box-sizing: border-box;width: 100%; color: #999;border:1px solid #ddd;border-radius:0px;	font-size: 15px;}
html button, html input[type="button"]{  color: #fff;  display: inline-block;  padding: 13px 20px;  text-transform: uppercase;  font-size: 16px;
    border-radius:2px; border:none;	font-weight:600;height:50px;}
html button:hover, html input[type="button"]:hover{   color: #fff;}
html input:focus, select:focus, textarea:focus, button:focus {outline: none;}
.form-control:focus { color: #495057; background-color: #fff;   outline: 0; }
.form-control{font-size: 13px; height: 42px;border-radius: 10px; margin-bottom: 10px;}
textarea.form-control {
    height: 120px;
    border-radius: 10px;
}
.btn {font-size:14px;	padding: 10px 22px;	font-weight:400;	border-width:2px; border-radius:30px; line-height:normal; font-family: "Poppins", sans-serif;   font-weight: 400; }
.btn-primary {   color:#fff;  background-color:#e14539;  border-color: #e14539;}
.btn-primary:hover, .btn-primary:focus {  color: #fff;  background-color: #4a4b35;  border-color: #4a4b35;box-shadow: 0 0px 10px 0 rgb(0 0 0 / 15%);}
.btn-primary2 {   color: #136a7a;  background-color:#fff;  border-color:#fff;  }
.btn-primary2:hover, .btn-primary2:focus {  color: #fff;  background-color:#136a7a;  border-color: #136a7a;}
.btn-primary-outline {  color: #764979; background-color: #fff; border-color: #fff;}
.btn-primary-outline:hover, .btn-primary-outline:focus { color: #fff; background-color: #333; border-color: #333;}
.btn-primary:focus, .btn-primary:focus { color: #fff; background-color: #333; border-color: #333;}
.btn-primary.focus, .btn-primary:focus { box-shadow: none;}
.text-uppercase{ text-transform:uppercase;}
.text-capitalize{ text-transform:capitalize;}
.bottom-marg20{margin-bottom: 20px;}
/*--HeaderS ection--*/
.container{ padding: 0px;}

/*--nav Section--*/
.img-fluid{width: 100%;}
.img-border{ border:5px solid #fff; border-radius: 15px; box-shadow: 0 0 10px #d5bbe5; }

/*--General CSS--*/
.section{ padding:3em 0;  position: relative;}
.title-box{margin-bottom: 40px;}
.title{font-size:38px; line-height:1.3; color: #000; font-weight:500;  font-family: "Poppins", sans-serif; margin: 0 0 30px 0; text-transform: capitalize; }
.title span{color: #bd4141;}
span.red{ color: #bd4141; }
.title-box span{position: relative; }
.title-box span:before{position: absolute;left: -75px; bottom: 0px; width: 70px; height: 2px; background: #544147; content: ''; }
.title-box span:after{position: absolute;right: -75px; bottom: 0px; width: 70px; height: 2px; background: #544147; content: ''; }
.sub-title{color: #ff6468; font-size: 18px;  font-weight: 400;    letter-spacing: 1px;  margin:0px 0 10px 0; text-transform: capitalize;}
hr{width: 100px; margin: 1em 0px; background:#e182a8; height: 3px !important; opacity: 1; }
hr.hr-center{width: 100px; margin: 1em auto; height: 3px; }
img.hr{padding: 20px 0;}
ul.navbar-nav li.nav-item.dropdown{transition: .5s all;}
ul.navbar-nav li.nav-item.dropdown:hover .dropdown-menu{ display: block;   padding: 0px; border-top: 5px solid #E1CCAD;}
.navbar-brand{width: 27%; display: block; }
.back-gry{background: #fbfcfd;}
/*-- end General CSS--*/


#more {display: none;}


/*-----------------   End Default Css By Amit Silori   ----------------------------------*/


/*================================================= start header section css ==========================================*/

.top-header{ background: transparent; transition: .5s all; border-bottom: 1px solid #ddd;}
.left-header{float: left;}
.right-header{float: right; padding: 8px 0}
.call a{color: #fff;}
.email a{color: #fff;}
.top-header .call{margin-right: 15px; padding-right: 15px;}
.top-header span{display: inline-block; padding: 12px 0; color: #150e70;font-size: 14px; }
.top-header span i{margin-right: 5px; color: #150e70;  }
.right-header a i{height: 28px; width: 28px; line-height: 28px;  text-align: center; color: #150e70; margin: 0 2px; display: inline-block; font-size: 14px;}
.header-start {background: transparent; transition: .5s all; width: 100%;  z-index: 99;}
.header-start .navbar{background: transparent; padding: 0px; }
.header-start .navbar-light .navbar-nav .nav-link { color: #150e70; font-size: 15px; font-weight: 600;   padding: 15px 42px; text-transform: uppercase;border-bottom: 1px solid transparent; }
.navbar-expand-lg .navbar-nav {  flex-direction: row;  }
.header-start .navbar-light .navbar-nav .nav-link:hover{color: #150e70; background: transparent; border-bottom: 1px solid #150e70;}
.header-start.darkHeader{position: fixed;top: 0px;left: 0px; width: 100%;z-index: 999999; transition: .5s all;}
.header-start.darkHeader .top-header{display: none; transition: .5s all;}
.header-start.darkHeader .second-header {display: none; transition: .5s all;}
ul.navbar-nav li.nav-item.dropdown .dropdown-menu li a.dropdown-item{font-size: 14px; padding: 10px 15px; border-bottom: 1px solid #ddd; }
ul.navbar-nav li.nav-item.dropdown .dropdown-menu li a.dropdown-item:hover{ color: #764979;}
.second-header{padding: 0px 0;}
.second-header-box{display: inline-block; width: 27%; vertical-align: top; padding: 22px 0 0 6em;}
.logo-header-box{display: inline-block; width: 23%; vertical-align: top;}
.second-header-box span{display: inline-block; font-size: 16px; margin-right: 8px; color: #764979; vertical-align: top;}
.second-header-box p{display: inline-block; width: 74%; vertical-align: top; text-transform: uppercase; font-size: 13px; line-height: 20px; padding-top: 3px;}
.second-header-box p a{ display: block;font-size: 22px;font-weight: bold;color: #136a7a; }
.second-header-box p a b{display: block;text-transform: lowercase; color: #333; font-size: 14px; font-weight: normal;}
.second-header-box.second-header-box-last{text-align: right; float: right; width: 20%;}
.header-start .navbar-light .navbar-nav .nav-link.pay-link{background:#764979; color: #fff; }
.second-header-box span i{height: 40px; width: 40px; line-height: 40px; text-align: center; color: #fff; margin-right: 5px; background: #136a7a;}

.navbar-light .navbar-brand { 
    color: rgba(0, 0, 0, .9);
    width: 16%;
}
/*===============================================end header css=============================================================*/

/*===============================================start banner css===========================================================*/
.main-banner{margin-top: ;}
.main-banner .carousel-control-prev { left: -50px; top: 45%;}
.main-banner .carousel-control-next { right: -50px; top: 45%;}
.main-banner-overlay{background: rgba(0, 0, 0, .5); position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;}
.main-banner .carousel-caption{z-index: 999;    position: absolute; right: 15%; bottom: 32%; left: 15%;  padding-top: 1.25rem; padding-bottom: 1.25rem; color: #fff;}
.main-banner .carousel-caption .heading{ font-size: 75px; color: #fff; font-weight: 700; line-height: 56px;  text-shadow: 2px 2px 2px #000;}
.main-banner .carousel-caption p{ font-size: 18px; color: #fff; margin: 15px 0; text-shadow: 2px 2px 2px #000;}
/*=============================================end banner css ==============================================================*/


.home-about-section p{text-align: justify;}

.home-about-section p.sub-title{text-align: center;}

.home-abou-ico{padding: 2em; border: 1px solid #ddd; box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%),0 4px 32px 0 rgb(103 151 255 / 9%); margin-top: 50px; transition: .5s all;}
.home-abou-ico span{display: block; width: 30%; margin: 0 auto; transition: .5s all;}
.home-abou-ico strong{ display: block; text-align: center; margin-top: 12px; font-size: 18px;  }
.home-abou-ico:hover span{transform: scale(1.2); }
.home-about{margin-top: 30px;}
.home-about img{ border-radius: 20px; }
.freedom img{margin-top: 20px; border-radius: 20px;}
.vithal-img p{font-size: 20px; line-height: 28px;}
.vithal-img-box {position: relative; overflow: hidden; margin-top: 50px; overflow: hidden; border-radius: 20px;}
.vithal-img-box img{border-radius: 0px;}
.vithal-img-box span{ text-align: center; padding: 3em 2em; background: #f5f5f5; display: block;}
.vithal-img-box span b{display: block; color: #ff6468; margin-top: 5px; text-align: center;}

/*start home course css*/
.home-course-box{ margin-top: 40px; border-radius: 20px; overflow: hidden; transition: .5s;}
.home-course-box:hover{box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);}
.start-home-course p{text-align: center;}
.home-course-text{padding: 20px; text-align: center; background: #faf1e8;}
.home-course-text h3{padding:  0 0 15px 0; margin-bottom: 12px;}
.home-course-text ul li{list-style: none; padding: 10px 0}
.home-course-text ul li span{float: right;}
.home-course-footer a.btn{ vertical-align: middle; }
.home-course-footer span{color: #ffc108; padding-top: 10px; display: inline-block;}
.home-course-footer{padding-top: 20px; }
/*end home course css*/


.home-school-img .row {
    overflow: hidden;
}
.home-school-img .row .col-md-4 {
    padding: 10px 10px;
}



.home-other{position: relative; background: url(../images/back.jpg) no-repeat top; background-size: cover;}
.home-other .col-md-4{margin-bottom: 30px;}
.key-box{background: #fff; padding: 25px; text-align: center; margin-bottom: 30px; box-shadow: 0px 0px 10px #cecece; height: 100%}
.key-box p{text-align: justify; text-align-last: center;}
.key-box b{display: block; font-size: 20px; margin-bottom: 10px; color: #147182; text-transform: uppercase;}


/*start why section css*/


.why-text i{font-size: 55px; color: #544147;}





.why-text{background: #fff; padding: 30px; background: #fff; box-shadow: 0px 0px 10px #cecece; border-radius: 12px;  margin-bottom: 20px; text-align: center; transition: .54s all; height: 100%;}
.why-text:hover{ box-shadow: 0px 0px 10px #147a8d; }
.why-img{transition: .5s all;}
.why-text b{display: block; font-size: 20px; margin: 10px 0;}
.why-yogshala .row .col-md-3{margin-bottom: 20px;}
.yourube-box iframe{ height: 200px; width: 100%; }
.youtube-video{padding-bottom: 4em;}
.faq .accordion-item{ margin-bottom: 10px; border:none; }
.faq .accordion-item .accordion-button{color: #000; text-transform: capitalize; font-weight:500;border:1.5px solid rgba(0,0,0,.075); box-shadow: 0 2px 8px 0 rgb(103 151 255 / 2%),0 4px 32px 0 rgb(103 151 255 / 2%) }
.faq .accordion-item .accordion-button:focus{ box-shadow: none; outline: none;}
.faq .accordion-button:not(.collapsed){ box-shadow: none; outline: none; background: rgb(19, 106, 122) ;color:#fff;}
.faq .accordion-body{ border:1.5px solid rgba(0,0,0,.075); }

/*end faq section css*/


/*start home gallery section*/
.home-gallery{overflow: hidden; border-radius: 30px; position: relative;}
.home-gallery:before{position: absolute; top: 0px; left: 0px;  width: 100%; height: 100%; background: #000; opacity: .5; content: '';}
.gallery-overlay{position: absolute; bottom: 0px; left: 0px; width: 100%; padding: 30px; z-index: 999;}
.gallery-overlay h4{font-size: 35px; text-transform: uppercase; color: #fff; font-weight: 800; margin: 0px 0 20px 0}
.gallery-overlay p{color: #fff; font-size: 20px;}
.home-small-gallery{position: relative; overflow: hidden; border-radius: 20px; margin-bottom: 15px;}
.home-small-gallery:before{position: absolute; top: 0px; left: 0px;  width: 100%; height: 100%; background: #000; opacity: .5; content: ''; transform: .5s all; z-index: 999}
.home-small-gallery span{position: absolute; left: 0px; bottom: 0px; width: 100%; text-align: left; color: #fff; z-index: 999; font-size: 20px; padding: 20px; transition: 2s all; z-index: 999999;}
.home-small-gallery img{transition: 5s; }
.home-small-gallery:hover img{ transform: scale(1.5); }
.home-small-gallery:hover span{letter-spacing: 2px; }
.home-small-gallery:hover:before{opacity: .7 }
/*end home gallery*/


/*start testimonials */
.review-box{padding: 30px; background: #fff; box-shadow: 0 3px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04); height: 100%; }
.review-box strong{ display: block;padding: 15px 0 ; font-weight: normal; border-bottom: 1px dashed #ccc;}
.review-box strong span{ float: right; color: #f69737; }
.review-box p{margin-top: 15px;}
.review-box b{display: block; color: rgb(19, 106, 122); font-size: 20px;}

/*start footer css*/
.main-footer{background:#4d4c3a;width: 100%; background-size: cover;position: relative;}
.main-footer .row{position: relative;z-index: 999;}
.main-footer:after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #000;opacity: 0.6;}
.box1 h5:before {content: "";display: block;position: absolute;width: 2em;height: 0.2rem;
 background-color: #fff;bottom: 0;left:0;margin: -5px 0;}
 .box1 h5{position: relative;margin-bottom: 25px;color: #fff;font-size: 1.5rem;font-weight: 600;
padding-bottom: 8px;}
.box1{position: relative;}
.box1 img{display: block;position: relative;}
.blog-img a{display: block;}
.blog-img{margin: 15px 0;}
.blog-img span{display: inline-block;width: 26%;}
.blog-img p{display: inline-block;width: 65%;margin-left: 15px;vertical-align: top;position: relative;color: #fff;font-size: 14px;}
.box2 ul li{position: relative;line-height: 1.75; padding: 8px 0;color: #fff;}
.box2 ul li a i{font-size: 27px;margin-right: 8px;color: #9a9a9a;}
.box2 ul li a i.fa-circle-arrow-right{font-size: 15px;}
.box2 ul li a {color: #9a9a9a;}
.bottom-footer {padding: 4px 0;background: #000000;text-align: center;}
.bottom-footer p {color: #fff;font-size: 15px;margin: 15px 0;}
.bottom-footer a {color: #fff;font-size: 15px;}
.box2 p a{color: #9a9a9a; }
.box2 p i{color: #9a9a9a; margin-right: 10px;}
.box1 p{color: #9a9a9a;}
/*end footer section*/


.inner-banner{position: relative; overflow: hidden; position:relative ;}
.inner-banner:before{ content: ''; background-color: #000; height: 100%; width: 100%; position: absolute; top: 0px; left: 0px; opacity: .5;}
.inner-banner-text{position: absolute; top: 25%; left: 0px; width: 100%; text-align: center;}
.inner-banner-text h1{color: #fff; position: relative; text-shadow: 2px 2px 2px #000; text-transform: uppercase; font-size: 50px; line-height: 60px; margin-bottom: 20px;}
.inner-banner-text p{color: #fff; position: relative; text-shadow: 2px 2px 2px #000; text-transform: uppercase; font-size: 25px;}
/*end inner banner css*/

/*start contact page css*/
.contact-form{background: #fff; box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%),0 4px 32px 0 rgb(103 151 255 / 9%);}
.contact-form .form-heading{padding: 3em ; border-bottom:1px solid #ddd;}
.contact-form form{padding: 3em;}
.contact-form form .form-control{height: 50px; padding: 0px; border-radius: 0px; border:none; border-bottom: 1px solid #ddd;margin-bottom: 10px;}
.contact-form form label{font-size: 14px; padding: 10px 0	;}
.contact-form form .form-control:focus{outline: none; border:none; box-shadow: none;  border-bottom: 1px solid #168fa6; color: #168fa6; }
.contact-form form textarea.form-control{height: 80px;}
.form-btn{margin-top: 15px;}

.contact-page-details{padding-left: 2em;}
.contact-page-heading{ padding-bottom: 20px; }
.contact-page-box{padding: 25px 0; border-top: 1px solid #ddd; }
.contact-page-box i{display: inline-block; width: 50px; height: 50px; line-height: 50px; border:1px solid #136a7a; color: #136a7a; font-size: 20px; text-align: center; transition: .5s all; vertical-align: top; margin-right: 8px;}
.contact-page-box:hover i{ background: #136a7a; color: #fff; }
.contact-page-box p{display: inline-block; width: 80%;  vertical-align: top;}
.contact-page-box p b{display: block;}


.highlight-box{padding: 3em;text-align: center;  box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%),0 4px 32px 0 rgb(103 151 255 / 9%); background: #fff; height: 290px; border:1px solid #ddd;}
.highlight-box small{display: block; color: #ff6468; padding: 15px 0 }
.highlight-box i{height: 60px; line-height: 60px; width: 60px; font-size: 20px; text-align: center; background:#136a7a; color: #fff; }
.start-enroll-form{padding: 3em; background: #fff; border:1px solid #ddd;  box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%),0 4px 32px 0 rgb(103 151 255 / 9%);margin-top: 4em;}
.start-enroll-form form .form-group{margin-bottom: 25px;}
.start-enroll-form form .form-control{height: 45px; font-size: 14px;}
.start-enroll-form form .form-control:focus{outline: none; box-shadow: none;}
.start-enroll-form form .form-select:focus{outline: none; box-shadow: none;}
.start-enroll-form form .form-select{font-size: 14px;}
.start-enroll-form form textarea.form-control{height: 100px;}
.start-enroll-form form label{margin-bottom: 5px; font-weight: 500; position: relative;}
.start-enroll-form form label:before {  content: "*";  color: #EC6857;;  position: absolute;  right: -15px; top: -5px; font-size: 20px;  line-height: 2.4rem;}
/*end enroll page css*/


/*start about page css*/
.about-small-img{display: inline-block; width: 15%; padding: 5px; border:1px solid #136a7a; margin-right: 10px;}
.about-small-text{display: inline-block; width: 80%;}
.about-page-small{margin-top: 30px;}
.about-page{position: relative; overflow: hidden;}
.about-page:before{position: absolute;top: 0px; left: 0px; width: 30%; height: 100%; background: #136a7a; content: '';}
.about-page-img{position: relative;}
.food-icon{padding: 20px 50px;background: #f5f5f5; transition: .5s all;}
.food-icon:hover{background: #e5fbff;}
.food-icon.food-icon2:hover{background: #e5fbff;}
.food-icon b{display: block; margin-top: 10px; color: #000; }
.food-highlight .col-md-2{padding: 0px;}
.food-icon.food-icon2{background: #fff}
.food-highlight{margin-top: 50px;}
.food-page-boox{position: relative; overflow: hidden; margin-top: 30px;}
.food-page-boox img{transition: .5s all;}
.food-page-boox:hover img{transform: scale(1.2);}
.food-page-boox span{ position: absolute; bottom: 20px; left: 20px; padding: 8px 22px; background: rgba(0, 0, 0, .6); color: #fff; font-size: 16px;  border-left: 2px solid #fff; transition: .5s all;}
.food-page-boox:hover span{letter-spacing: 2px;}

.food-section ul li{padding: 5px 0;}
.food-section ul li i{color:#136a7a; margin-right: 5px;}
.teacher-page .row{background: #fff; box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%),0 4px 32px 0 rgb(103 151 255 / 9%); margin-bottom:30px;	}
.teacher-page .col-md-6{padding: 0px;}
.teacher-page .teacher-page-text{padding: 2em;}
.teacher-page-text .teacher-title{ font-size: 30px; color: #000; text-transform: uppercase; margin-bottom: 5px; font-weight: 800; }
.teacher-page-text small{color: #136a7a; display: block; margin-bottom: 20px; font-weight: 500;}
.teacher-page-text p{text-align: justify;}
.teacher-social{padding: 15px 0 ; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; margin-top: 30px;}
.teacher-social a i{height: 40px; width: 40px; line-height: 40px; color: #fff; text-align: center; border:1px solid #fff;background: #000;}
.teacher-social a i.fa-facebook-f {  background: #1a4790;}
.teacher-social a i.fa-instagram { background: linear-gradient( 10deg,#efa513,#9007dc);}
.teacher-social span{margin-right: 8px;}

.faq-page-box{padding: 2.5em; box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%),0 4px 32px 0 rgb(103 151 255 / 9%); border:1px solid #ddd; position: relative;  margin-bottom: 30px;}
.faq-page-box:before{position: absolute; top: 0px; left: 0px; width: 18%; height: 35%; border-top: 3px solid #136a7a; border-left: 3px solid #136a7a; content: ''; transition: .5s all;}
.faq-page-box:after{position: absolute; bottom: 0px; right: 0px; width: 18%; height: 35%; border-bottom: 3px solid #136a7a; border-right: 3px solid #136a7a; content: ''; transition: .5s all;}
.faq-page-box:hover:before{height: 40%; width: 25%;}
.faq-page-box:hover:after{height: 40%; width: 25%;}
.faq-page-box .title span{height: 40px; width: 40px; line-height: 40px; text-align: center; color: #fff; background: #136a7a; font-size: 16px; display: inline-block; vertical-align: top; margin-right: 5px;}
.faq-page-box .title b{display: inline-block;width: 90%; vertical-align: top;}
.faq-page-box .title{font-size: 20px; border-bottom: 2px solid #ddd; margin-bottom: 25px;}
.faq-page-box p{padding-left: 0px;}
.faq-page-box p span{height: 40px; width: 40px; line-height: 40px; text-align: center; color: #fff; background: #07a3bf; font-size: 16px; display: inline-block; vertical-align: top; margin-right: 5px; font-weight: 800;}
.faq-page-box p b{font-weight: 500; display: inline-block;width: 90%; vertical-align: top; text-align: justify;}
.faq-right-box h5{padding: 2em 20px; background: #136a7a; color: #fff; font-size: 20px;}
.faq-right-box{background: #fff; box-shadow: 0 2px 8px 0 rgb(103 151 255 / 9%),0 4px 32px 0 rgb(103 151 255 / 9%); border:1px solid #ddd; }
.faq-right-box ul li a{padding: 10px 20px; border: 1px dashed #999; display:  block; margin-bottom:8px ; width: 100%; border-left: 5px solid #999}
.faq-right-box ul { padding: 20px; }
.faq-book{position: relative;overflow: hidden; margin-top: 10px;}
.faq-book:before{position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: #000; content: ''; opacity: .5}
.faq-book span{position: absolute; top: 0px; left: 0px; width: 100%; text-align: center;z-index: 999; padding-top:30%;}
.faq-right-side{position: sticky; top: 70px; padding-left: 30px;}


.title-box .best .row{border: 1px solid #fff;}
.start-online-page{margin-bottom: 50px;}

.back-gry{background: #f5f5f5;}
span.buddha{ font-size: 35px; }
.event-page .row{  transition: .5s;}
.event-page .row .col-md-3, .event-page .row .col-md-9{padding: 0px;}
.event-page-text{padding: 3em;background: #fff; height: 520px; }
.event-page-text h2{ margin-bottom: 15px; }
.event-page-text strong { display: block;  background: #b44145; padding: 10px 30px; color: #fff; }
.event-page-text b{ display: block; padding: 10px 0;}  
.event-outer{background: #c2dda9; padding: 30px 40px; margin-bottom: 30px;}
.event-page-img{margin-top: 30%;    margin-left: 12px;}


.about-shanti-text .title{font-size: 30px;}

.about-shanti-text p{text-align: justify;}
.about-shanti-text{padding: 60px 30px 30px 30px ;}
.sugato-text p{text-align: justify;}
.review-box p{text-align: justify; font-size: 15px;}
.review-user-ing{float: left; vertical-align: middle; margin-right:15px;}
.review-user-text {float: ; vertical-align: middle;}
.review-user .review-user-ing{display: inline-block; width: 25%;}

.five-days-quote b{ color:#b44145 ; margin-top: 5px; display: inline-block;  }
.just{text-align: justify;}
.retreat-schedule-left strong{padding: 10px; background:#b44145 ; color: #fff; text-align: center; display: block; margin-bottom: 10px; border-radius: 10px;}
.retreat-schedule-left ul {padding: 0px; margin: 0px;}
.retreat-schedule-left ul li span {padding: 10px; width: 30%; background: #f5f5f5; display: inline-block; font-size: 13px; vertical-align: middle; border-radius: 5px;}
.retreat-schedule-left ul li b {padding: 10px; width: 68%; background: #f5f5f5; display: inline-block; font-size: 13px; vertical-align: middle; border-radius: 5px;}
.retreat-schedule-left ul li {margin-bottom: 5px;}

.online-whatsapp-btn{text-align: center; background: #fff; padding: 2em; border-radius: 30px; margin-bottom: 3em; border: 1px solid #ddd; border-right: 5px solid #b44145; border-left: 5px solid #b44145; }
.online-whatsapp-btn p{font-size: 20px; text-align: center;}
.online-whatsapp-btn a {display: inline-block; padding: 15px 30px; background: green; color: #fff; font-size: 22px; font-weight: 600; border-radius: 30px; margin-top: 10px;}


.owl-carousel .owl-nav .owl-prev { position: absolute; top: 40%;  left: -10px; height: 35px; width: 35px; background:#b44145 ; color: #fff;  text-align: center; line-height: 35px; padding: 0px;}
.owl-carousel .owl-nav .owl-next { position: absolute; top: 40%;  right: -10px; height: 35px; width: 35px; background:#b44145 ; color: #fff;  text-align: center; line-height: 35px; padding: 0px;}

.text-review-box{background: #fff; padding: 30px; border: 1px solid #ddd; border-radius: 10px;box-shadow: 0 2px 8px 0 rgb(103 151 255 / 15%),0 4px 32px 0 rgb(103 151 255 / 15%); transform: scale(1.01); margin-top: 5em;}
.text-review-box strong{ font-size: 15px; display: block; text-align: center; color: #f63200;}
.text-review-box small{display: block; text-align: center; }
.review-user{ border-radius: 100%; overflow: hidden; width: 40%; margin: 0 auto;border:5px solid #fff; margin-top: -5em;}  
.text-review-box p{text-align: justify; text-align-last: center; margin-top: 15px; font-size: 14px; line-height: 23px; }
.text-review-box p a.btn01{color: #f63200; cursor: pointer; text-decoration: none;}

.retreat-schedule-left{width: 60%; margin: 0 auto; }


.policy-page-box{ padding: 2em; background: #fff; border-radius: 20px; box-shadow: 0 2px 8px 0 rgb(103 151 255 / 15%),0 4px 32px 0 rgb(103 151 255 / 15%);}
.policy-page-box H2{ margin-bottom: 15px; font-size: 22px; }


/*XX-Large devices (larger desktops, 1400px and up)*/
@media (max-width: 1366px) { 
  .second-header-box {  padding-left: 3em;}
  .header-start .navbar-light .navbar-nav .nav-link {  padding: 18px 25px;}
  .about-page-text .title{font-size: 28px;}
  .about-page-text p{text-align: justify;}
  .teacher-page-text .teacher-title { font-size: 22px;}

.ttc-fee {
  padding: 6px;
}
.yoga-img {
  width: 31%;
  display: inline-block;
  margin: 4px;
}
.faq-right-box h5 {
  padding: 2em 17px;
  background: #136a7a;
  color: #fff;
  font-size: 17px;
}
.faq-page-box .title {
  font-size: 19px;
  border-bottom: 2px solid #ddd;
  margin-bottom: 25px;
}
p{font-size: 16px;}

}

/*X-Large devices (large desktops, 1200px and up)*/
@media (max-width: 1024px) { 
.second-header-box.second-header-box-last {  text-align: right;  width: 16%;}
.second-header-box { width: 29%;  padding-left: 0em;}
.header-start .navbar-light .navbar-nav .nav-link {  font-size: 14px;  font-weight: 600;  padding: 18px 21px;}
.home-course-text ul li {  font-size: 13px;}
.second-header-box{display: none;}
.second-header-box.second-header-box-last {
  text-align: right;
  width: 65%;
  display: inline-block;
}
.logo-header-box {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}
.why-yogshala .col-md-3{width: 50%;max-width: 50%; flex: 50%;}
.about-page-img img{ height: 500px; }
.food-highlight .col-md-2{width: 33%; max-width: 33%; flex: 33%;}
.teacher-page-img img{height: 100%;}
.ttc-page-start .col-md-4.left-none{display: none;}
.ttc-page-start .col-md-8{width: 100%; max-width: 100%; flex: 100%;}
.gallery-img {
  overflow: hidden;
  height: 200px;
}
.faq-right-side {
  position: sticky;
  top: 70px;
  padding-left: 0px;
}
.highlight-box {
  padding: 2em;
  height: 290px;
}
.vithal-img p{margin-bottom: 3%;}



}


/* Large devices (desktops, 992px and up)*/
@media (max-width: 992px) { 
.navbar-light .navbar-toggler {
  color: rgb(255, 255, 255);
  border-color: rgb(20, 120, 138);
  background: #147a8e;
}
.navbar-brand{display: none;}
.navbar-brand.logo-header{display: block; width: 10%;}
.second-header {
  padding: 20px 0;
  display: none;
}
.header-start .navbar{background: #fff; padding: 2px 0;}
.header-start .navbar-light .navbar-nav .nav-link{color: #333; width: 100%;padding: 14px 10px;border-bottom: 1px dashed #333;}
.navbar-nav{display: block;}
.start-home-course .col-md-4{width: 100%; max-width: 100%; flex: 100%;}
.home-course-text ul li {
  font-size: 15px;
}
.why-yogshala .col-md-4{width: 50% ;max-width:50%; flex: 50%;}
.testimonials .col-md-4{width: 100%; max-width: 100%; flex: 100%;}
.review-box {
  height: auto;
  margin-bottom: 30px;
}
.main-footer .col-md-3{width: 50%; max-width: 50%; flex: 50%;}
.main-footer .box1{margin-bottom: 30px;}
.why-text {
  padding: 20px;
}
.why-text b {
  display: block;
  font-size: 18px;
  margin: 10px 0;
}
.faq-page .col-md-8{width: 100%; max-width: 100%; flex: 100%;}
.faq-page .col-md-4{width: 100%; max-width: 100%; flex: 100%; margin-top: 30px;}
}




/* Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
.about-page .col-md-6{width: 100%; max-width: 100%; flex: 100%;}
.about-page::before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 30%;
  background: #136a7a;
  content: '';
}
.about-page-img img {
  height: auto;
}
.about-page-text {margin-top: 30px;}
.food-page-img .col-md-3{width: 50%; max-width: 50%; flex: 50%;}
.teacher-page .col-md-6{width: 100%; max-width: 100%; flex: 100%;}
.inner-banner-text .title{font-size: 25px;}
.ttc-feee.ttc-fee b small {
  font-size: 12px;
  font-weight: 500;
  display: block;
}
.gallery-img {
  overflow: hidden;
  height: 150px;
}
.gallery-start .nav li button.btn {
  font-size: 12px;
}
.contact-page .col-md-6{width: 100%; max-width: 100%; flex: 100%;}
.contact-page-details{padding-left: 0px; margin-top: 50px;}
.enroll-page .col-md-4{width: 100%; max-width: 100%; flex: 100%;}
.highlight-box{height: auto; margin-bottom: 30px;}
.freedom .title{font-size: 30px;}
.main-footer .col-md-4{width: 100%; max-width: 100%; flex: 100%;}
    .main-footer .box1 {
        margin-bottom: 30px;
        margin-left: 30px;
    }
.top-about-text .col-md-6{width: 100%; max-width: 100%; flex: 100%}
.top-about-text-box p{font-size: 18px;}
.start-home-course .col-md-4 { width: 95%; max-width: 95%; flex: 95%; margin-left: auto; margin-right: auto;}
.vithal-img p{margin-bottom: 3%;}
.vithal-img .vithal-img-box{width: 95%; margin-left: auto; margin-right: auto;}
.vithal-img .vithal-img-box span{left: 8%; bottom: 5%; width: 100%;}
.testimonials .col-md-4{width: 95%; max-width: 95%; flex: 95%}
.testimonials .col-md-8{width: 40%; flex: 40%;}
.review-box p{text-align: justify; font-size: 17px;}
.owl-carousel .owl-nav .owl-next{width: 35px;}
.about-shanti .row{display: flex; flex-direction: column;}
.about-shanti .row .col-md-6{flex: 90%; width: 90%; margin-left: auto; margin-right: auto;}
.about-shanti .order-last{order: 0 !important;}
.about-page-teacher .row{display: flex; flex-direction: column;}
.about-page-teacher .row .col-md-5{flex: 90%; width: 90%; margin-left: auto; margin-right: auto;}
.about-page-teacher .row .col-md-7{flex: 90%; width: 90%; margin-left: auto;  margin-right: auto; margin-top: 35px;}

p{font-size: 17px;}

.inner-banner-text h1{font-size: 25px; line-height: 35px;}
.inner-banner-text p{font-size: 16px;}
.five-days-retreat .title{font-size: 35px;}
.five-days-retreat .row{display: flex; flex-direction: column;}
.five-days-retreat .row .col-md-6{flex: 90%; order: 0 !important; width: 90%; margin-left: auto; margin-right: auto; margin-top: 30px;} 
.retreat-schedule .title{font-size: 35px;  margin: 20px 0 50px 0;}
.retreat-schedule-left {width: 75%;}
.retreat-schedule-left ul li span{font-size: 14px;}
.retreat-schedule-left ul li b{font-size: 17px;}
.online-whatsapp-btn p{font-size: 18px;}
.online-whatsapp-btn a{padding: 5px 10px; font-size: 17px;}
.event-page .title{font-size: 35px;}
.event-outer .row{display: flex; flex-direction: column;}
    .event-page-text {
        height: auto;
        padding: 20px;
    }
.event-outer .row .col-md-9{flex: 100%; width: 100%; margin-left: auto; margin-right: auto;}
.event-outer .row .col-md-3{flex: 100%; width: 100%; margin-left: auto; margin-right: auto; order: 0 !important;}
.review-page .row .col-md-4{flex: 50%; width: 50%; margin-bottom: 30px;}
.text-review .row .col-md-4 { flex: 100%; width: 100%;}
.col-2 article{ width: 100%; flex: 100%;}
#secondary ul li a{    font-size: 17px;}
.event-page-img {
    margin-top: 0px;
    margin-left: 0pc;
    width: 100%;
    margin-bottom: 20px;
}












}






@media (max-width: 667px) { 
.title {
  font-size: 35px;
}
.why-yogshala .col-md-4 {
  width: 100%;
  max-width: 100%;
  flex: 100%;
}
.yourube-box{margin-bottom: 20px;}
.gallery .col-md-6{margin-bottom: 30px;}
.blog-img p {
  width: 66%;
  margin-left: 9px;
}
.ttc-fee {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-right: none;
  padding: 20px 0px;
  border-bottom: 1px solid #aaa;
}
.yoga-img {
  width: 47%;
  display: inline-block;
  margin: 4px;
}
.start-syllabus .accordion-item .accordion-button{font-size: 14px;}
.gallery-start .nav li button.btn{padding: 10px;}
.gallery-start .col-md-3, .gallery-start .col-lg-3 {
  padding: 5px 5px;
  width: 50%;
}
.gallery-img {
  overflow: hidden;
  height: auto;
}
.faq-page-box {
  padding: 1.5em;
}
.faq-page-box .title b {
  width: 87%;
}
.faq-page-box p b {
  width: 87%;
}
    .navbar-brand.logo-header {
        display: block;
        width: 22%;
    }
}


 /*Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) { 
.main-footer .col-md-3 {
  width: 100%;
  max-width: 100%;
  flex: 100%;
}
p.sub-title {
  font-size: 18px;
}
.main-footer .box2 ul li{display: block; width: 100%;}
.main-footer .box2 ul li a {
  border-bottom: 1px dashed #ddd;
  width: 100%;
  display: block;
  padding: 8px 0;
}
.title {
  font-size: 30px;
}
.food-highlight .col-md-2 {
  width: 50%;
  max-width: 50%;
  flex: 50%;
}
.food-section p{text-align: justify;}
.inner-banner img{height: auto;}
.left-header {
    float: none;
    text-align: center;
}
.right-header {
    float: none;
    padding: 0px;
    text-align: center;
}
.bottom-footer p {
    color: #fff;
    font-size: 9px;
    margin: 15px 0;
}
.bottom-footer a {
    color: #fff;
    font-size: 10px;
}
    .freedom .title {
        font-size: 22px;
    }
    .vithal-img p {
    font-size: 16px;
    line-height: 25px;
}
    .top-about-text-box p {
        font-size: 16px;
    }
}




@media (max-width: 480px) { 
.container{padding: 0 15px;}
.navbar-brand.logo-header {
  display: block;
  width: 29%;
}
.why-yogshala .col-md-3 {
  width: 100%;
  max-width: 100%;
  flex: 100%;
}
.gallery-overlay h4 {
  font-size: 26px;
}
.bottom-footer p, .bottom-footer p a {
  color: #fff;
  font-size: 12px;
  margin: 15px 0;
}
p{font-size: 15px;}
.section {
  padding: 1em 0;
  position: relative;
}
.ttc-page-box table.table td{font-size: 14px;}
.gallery-start .nav li button.btn {
  padding: 10px 33px;
  margin: 5px 0;
}
.faq-page-box .title {
  font-size: 16px;
  border-bottom: 2px solid #ddd;
  margin-bottom: 25px;
}
.ttc-page-box {
  padding: 16px;
}
.top-header .call {
    margin-right: 0;
    padding-right: 0;
    padding: 4px 0;

}
    .retreat-schedule .title {
        font-size: 26px;
        margin: 14px 0 33px 0;
    }

        .retreat-schedule-left {
        width: 100%;
    }
    .retreat-schedule-left ul li b {
    padding: 10px;
    width: 49%;
    background: #f5f5f5;
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    border-radius: 5px;
}
.retreat-schedule-left ul li span {
    padding: 10px;
    width: 43%;
    background: #f5f5f5;
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    border-radius: 5px;
}
    .retreat-schedule-left ul li b {
        font-size: 13px;
    }

        .main-footer .box2 ul li a {
        border-bottom: 1px dashed #ddd;
        width: 100%;
        display: block;
        padding: 8px 0;
        font-size: 14px;
    }
        .five-days-retreat .title {
        font-size: 25px;
    }

        .event-page .title {
        font-size: 28px;
    }
    .event-page-text h2 {
    margin-bottom: 15px;
    font-size: 22px;
}
.about-shanti-text {
    padding: 20px 0px 30px 0px;
}
.vithal-img-box img {
    border-radius: 20px;
    height: 100%;
}
    .vithal-img .vithal-img-box {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        height: auto;
    }
    .vithal-img-box span {
    padding: 1em 1em;
}
}



@media (max-width: 400px) { 
.navbar-brand.logo-header {
  display: block;
  width: 16%;
  padding: 0px;
}
.title {
  font-size: 25px;
  margin-bottom: 15px;
}
p.sub-title {
  font-size: 16px;
}
.about-small-text {
  display: inline-block;
  width: 67%;
  vertical-align: top;
}
.about-small-img {
  display: inline-block;
  width: 27%;
  padding: 5px;
  border: 1px solid #136a7a;
  margin-right: 10px;
  vertical-align: top;
}
.about-small-text b{font-size: 13px;}
.about-page-text .title {
  font-size: 21px;
}
.gallery-start .nav li button.btn {
  padding: 10px 14px;
  margin: 5px 0;
}
.start-syllabus .accordion-item .accordion-button {
  font-size: 12px;
}
.yoga-img {
  width: 45%;
  display: inline-block;
  margin: 4px;
 
 }

     .navbar-brand.logo-header {
        display: block;
        width: 32%;
        padding: 0px;
    }

}

label.error.fail-alert {
  position: static;
  bottom: 0;
  padding: 0;
  font-size: 11px;
  font-weight: 500;
  color: #f00 !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.error.fail-alert {
  color: #f00;

}