@font-face {
    font-family: "Myriad Pro";
    src: url("../fonts/MyriadPro-BoldCond.woff2") format("woff2"), url("../fonts/MyriadPro-BoldCond.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Myriad Pro";
    src: url("../fonts/MyriadPro-Bold.woff2") format("woff2"), url("../fonts/MyriadPro-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Myriad Pro";
    src: url("../fonts/MyriadPro-BoldCondIt.woff2") format("woff2"), url("../fonts/MyriadPro-BoldCondIt.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Myriad Pro";
    src: url("../fonts/MyriadPro-CondIt.woff2") format("woff2"), url("../fonts/MyriadPro-CondIt.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Myriad Pro";
    src: url("../fonts/MyriadPro-Light.woff2") format("woff2"), url("../fonts/MyriadPro-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Myriad Pro";
    src: url("../fonts/MyriadPro-Semibold.woff2") format("woff2"), url("../fonts/MyriadPro-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Myriad Pro";
    src: url("../fonts/MyriadPro-Cond.woff2") format("woff2"), url("../fonts/MyriadPro-Cond.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Myriad Pro";
    src: url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Myriad Pro";
    src: url("../fonts/MyriadPro-BoldIt.woff2") format("woff2"), url("../fonts/MyriadPro-BoldIt.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Myriad Pro";
    src: url("../fonts/MyriadPro-SemiboldIt.woff2") format("woff2"), url("../fonts/MyriadPro-SemiboldIt.woff") format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
/* ==========================================================================
Global Styles
========================================================================== */
article,
aside,
details,
video,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}
html,
body {
    width: 100%;
    overflow-x: hidden !important;
}
body {
    margin: 0;
    background: #fff;
    height: 100%;
    font-family: "Myriad Pro", sans-serif;
	color:#49494d;
}
ul li {
    margin: 0;
    padding: 0;
}
ul {
    padding: 0;
    margin: 0;
}
/* select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}
select::-ms-expand {
    display: none;
} */
p {
    padding: 0;
    margin: 0;
}
a {
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #132953;
}
ul,
ol {
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
}
select,
input,
button,
a {
    outline: none;
}
/* select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
} */
button:focus {
    border: 0;
    outline: none;
}
::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #adbdc8 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #adbdc8 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #adbdc8 !important;
}

/* ==========================================================================
Heading Tags
========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.text_blue {
    color: #37afa9;
}

.adspace {
    padding: 50px 0;
}
.top-header {
    background-color: #37afa9;
    padding: 13px 0;
}
.main-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-self: center;
    justify-content: space-between;
}
.email {
    align-self: center;
}
.email li {
    padding: 0 10px;
    display: inline-block;
    border-right: 1px solid #21a0ff;
}
.email li:nth-last-child(1) {
    border-right: 0;
}
.email li a i {
    padding-right: 6px;
}
.email li a {
    font-size: 16px;
    color: #fff;
    font-family: "Cerebri Sans Pro";
}
.social_icon {
    align-self: center;
    display: flex;
    flex: 0 0 30%;
}

.social_icon li {
    padding-right: 20px;
    display: inline-block;
}
.social_icon li:nth-last-child(1) {
    border-right: 0;
}
.social_icon li a {
    color: #faac76;
    font-size: 16px;
    font-weight: 500;
}
.social_icon li a:hover {
    text-decoration: none;
    color: #faac76;
}

/* ==========================================================================
Main Nav Css Start
========================================================================== */

.main-nav {
    padding: 0;
    max-height: 120px;
}
.main-nav .navbar {
    width: 100%;
    justify-content: space-between;
    padding: 15px 0;
    align-items: center;
}
.main-nav a.navbar-brand {
    margin: 0;
    flex: 0 0 40%;
    text-align: center;
    padding: 0;
}

.btn.btn-outline-success {
    background-color: black !important;
    border: 1px solid black !important;
    border-radius: 0;
}
.btn-outline-success {
    color: #fff !important;
    border-color: #000 !important;
}
button.btn.btn-outline {
    background: #d1e4f4 !important;
    border: 1px solid #d1e4f4 !important;
    border-radius: 0;
}
.login-btn {
    display: flex;
    flex-direction: row;
    flex: 0 0 30%;
    justify-content: end;
}
.login-btn li {
    padding: 0 10px;
}
.login-btn li a {
    font-weight: 500;
    font-size: 18px;
    color: #49494d;
    text-transform: uppercase;
}
.navbar-collapse {
    justify-content: center;
}

.login-btn li a i {
    color: #faac76;
    padding-right: 6px;
}
.login-btn li:nth-last-child(1) {
    border-right: 0;
}
.menu_bar {
    background-color: #37afa9;
}
.menu_custom {
    text-align: left;
    //padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu_custom ul li {
    padding: 0 20px;
    display: inline-block;
}
.menu_bar li a {
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
}

/* ==========================================================================
Menu hover  Css Start
========================================================================== */
.sub-menu-parent {
    position: relative;
}

.sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transform: translateY(0em);
    z-index: -1;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.sub-menu-parent:focus .sub-menu,
.sub-menu-parent:focus-within .sub-menu,
.sub-menu-parent:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}
.menu_item {
    text-align: center;
    margin: 0 auto;
}
.menu_item a {
    display: block;
    padding: 25px 15px;
    text-decoration: none;
	position:relative;
}

.menu_item ul,
.menu_item ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ar_btn::after{
    content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #e8e8e8;
	clear: both;
	bottom: 0;
	margin: auto;
}
.menu_item > ul {
    text-align: center;
}
.menu_item > ul > li {
    display: inline-block;
}

ul.sub-menu {
    padding: 15px;
}
.full_wd {
    width: auto;
    min-width: 400px;
    display: flex;
}
.sm_wd {
    width: auto;
    min-width: 200px;
}
.sub-menu {
    filter: drop-shadow(0px 14px 23px rgba(208, 216, 223, 0.37));
    background-color: #ffffff;
    border-radius: 8px;
    padding: 15px;
}
.sub-menu h4 {
    font-size: 16px;
    letter-spacing: 0px;
    color: #000000;
    font-weight: bold;
    font-family: "Cerebri Sans Pro";
    padding: 5px 10px;
    text-align: left;
}
.sub-menu li {
    display: block !important;
    text-align: left;
    padding: 0px 10px;
}
.sub-menu li a {
    display: block !important;
    padding: 5px 10px;
    font-size: 16px;
    letter-spacing: 0px;
    color: #000000;
    font-family: "Cerebri Sans Pro";
    font-weight: 400;
}
.sub-menu:after {
    content: "";
    position: absolute;
    left: 15px;
    top: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 17px 17px;
    border-color: transparent transparent #ffffff transparent;
    z-index: 9998;
    right: 20px;
}

/* ==========================================================================
	Banner Css Start
========================================================================== */
.slide {
    height: 800px;
    background-position: center;
    background-size: cover;
	background-image: url("../images/banner.png");
    padding: 50px 0;
	background-repeat:no-repeat;
}

.bannerSlider {
    padding-left: 0;
}
.bannerSlider {
    //height: 800px;
}
.bannerSlider .slick-slide {
    position: relative;
}
.bannerSlider .slide__text {
    text-align: center;
    width: 100%;
    max-width: 805px;
    margin: 0 auto;
    padding: 15px;
}
.bannerSlider .slide__text h2 {
    font-size: 46px;
    line-height: 62px;
    color: #49494d;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.slide__text p {
    font-size: 22px;
    line-height: 32px;
    color: #49494d;
    text-align: center;
    margin-bottom: 30px;
}
.ban_tb {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 5%;
    right: 0;
    left: 0;
}
.tb_bg {
    padding: 6px 8px;
	margin-bottom: 15px;
	float: left;
	margin-right: 5px;
	width: 160px;
	height: 130px;
	border-radius: 8px;
	background-color: rgba(255,255,255,0.8);
	border: 3px solid rgba(55,175,169,0.37);
	display: flex;
	align-items: center;
	justify-content: center;
}
.tb_bg h6 {
    text-transform: uppercase;
    font-size: 18px;
    color: #0d695d;
    text-align: center;
	font-weight:700;
}
.tb_bg h6 i {
    color: #0d695d;
}
.btn_ylw {
    background-color: #febd37;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 0 auto;
    font-size: 18px;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 400;
    padding: 9px 16px 9px 30px;
	height: 50px;
}
.ban_btn {
    margin-top: 35px !important;
    margin: auto;
}
a.btn_ylw img {
    margin-left: 10px;
    display: inherit;
}
.bannerSlider button.slick-prev.slick-arrow:before {
    background: url(../images/left.png) no-repeat;
    background-position: 100%;
}

.bannerSlider button.slick-next.slick-arrow:before {
    background: url(../images/right.png) no-repeat;
    background-position: 100%;
}

.bannerSlider button.slick-prev.slick-arrow {
    left: 5%;
    z-index: 9;
}

.bannerSlider button.slick-next.slick-arrow {
    right: 5%;
    z-index: 9;
}

.bannerSlider button {
    position: absolute;
    font-size: 0;
    top: auto;
    padding: 0;
    border: none;
    background-color: transparent;
    margin: auto;
    top: 50%;
    height: 70px;
    width: 70px;
    border-radius: 100px;
}

.bannerSlider button:before {
    height: 70px;
    width: 70px;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 0;
    z-index: 9;
    cursor: pointer;
}

/* ==========================================================================
	Booking online Css Start
========================================================================== */
.b_online_sec {
    padding: 25px 0;
    background-color: #e0f2f2;
}
.book_online_bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.b_online_text p {
    font-size: 22px;
    color: #0d695d;
    font-weight: bold;
    text-align: center;
    font-style: italic;
}
.green_btn {
    padding: 10px 45px;
    font-size: 16px;
    cursor: pointer;
    color: #37afa9;
    display: inline-block;
    border-radius: 100px;
    background-color: transparent;
    border: 2px solid #37afa9;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

.green_btn:hover {
    background-color: #37afa9;
    color: white;
}

.testmoninal_sec {
    padding: 100px 0;
}
.testmoninal_sec .head_bx h2 {
    font-size: 35px;
    line-height: 46px;
    color: #49494d;
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
}
.testmoninal_sec .head_bx h2 span {
    font-weight: 700;
}
.testmoninal {
    margin-top: 40px;
}
.testmoninal_bx {
    height: 433px;
    box-shadow: 0px 11px 31px rgba(224, 242, 242, 0.75);
    background-color: #ffffff;
    padding: 40px;
    position: relative;
}
.testmoninal_bx:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -15px;
    left: 20px;
}
.testmoninal h6 {
    font-size: 22px;
    line-height: 62px;
    color: #0d695d;
    font-weight: bold;
    font-style: italic;
}
.testmoninal button.slick-prev.slick-arrow:before {
    background: url(../images/t_l.png) no-repeat;
    background-position: 100%;
}

.testmoninal button.slick-next.slick-arrow:before {
    background: url(../images/t_r.png) no-repeat;
    background-position: 100%;
}

.testmoninal button.slick-prev.slick-arrow {
    left: -5%;
    z-index: 9;
}

.testmoninal button.slick-next.slick-arrow {
    right: -5%;
    z-index: 9;
}

.testmoninal button {
    position: absolute;
    font-size: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    margin: auto;
    top: 50%;
    height: 53px;
    width: 53px;
    border-radius: 100px;
}
.testmoninal .slick-slide {
    padding: 15px;
}
.testmoninal button:before {
    height: 53px;
    width: 53px;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 0;
    z-index: 9;
    cursor: pointer;
}
.testmoninal_bx p {
    font-size: 22px;
    line-height: 32px;
    color: #49494d;
    font-style: italic;
}
.testmoninal_bx p span {
    font-size: 22px;
    line-height: 32px;
    color: #49494d;
    font-weight: 600;
}
.testmoninal_btn {
    text-align: center;
    margin-top: 40px;
}

/* ==========================================================================
	Band Css Start
========================================================================== */
.band_sec {
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    height: 400px;
}
.band_head h2 {
    font-size: 35px;
    line-height: 46px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    max-width: 560px;
    margin: 0 auto;
}

.maryland_sec {
    padding: 100px 0;
    background-color: #e0f2f2;
}

.maryland_sec .head_bx {
    max-width: 785px;
    margin: 0 auto;
    text-align: center;
}
.maryland_sec .head_bx h2 {
    font-size: 35px;
    line-height: 46px;
    color: #49494d;
    text-align: center;
    margin-bottom: 15px;
}
.maryland_sec .head_bx h2 span {
    font-weight: 700;
}
.maryland_sec .head_bx p {
    font-size: 18px;
    line-height: 28px;
    color: #49494d;
    text-align: center;
}
.profile_card {
    border-radius: 8px;
    box-shadow: 0px 15px 35px rgb(227 238 237 / 75%);
    background-color: #ffffff;
    padding: 25px;
    text-align: center;
    height: 100%;
    margin-top: 85px;
    max-height: 340px;
}
.p_cn h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #49494d;
    font-weight: bold;
    text-align: center;
}
.p_cn p {
    font-size: 18px;
    line-height: 28px;
    color: #49494d;
    text-align: center;
}
.p_img {
    margin-bottom: 30px;
    margin-top: -80px;
}
.p_img img {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    border: 5px solid #ffffff;
    background: #fff;
}
/* ==========================================================================
	Music Css Start
========================================================================== */
.music_sec {
    padding: 100px 0;
}
.card.music_card {
    border-radius: 10px;
    box-shadow: 0px 11px 31px rgba(224, 242, 242, 0.75);
    background-color: #ffffff;
    border: none;
}
.music_card .card-body h2 {
    font-size: 26px;
    line-height: 36px;
    color: #49494d;
    font-weight: bold;
    margin-bottom: 15px;
}
.music_card .card-img {
    height: 100%;
    object-fit: cover;
    object-position: right;
}
.music_card .card-body p {
    font-size: 18px;
    line-height: 28px;
    color: #49494d;
    margin-bottom: 15px;
}
.music_card .card-body .btn_ylw {
    background-color: #febd37;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: inherit;
    font-size: 18px;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 400;
    padding: 9px 16px;
    text-align: left;
}


/* ==========================================================================
	Grows up Css Start
========================================================================== */
.grow_sec {
    padding: 100px 0;
}
.grows_cn h2 {
    font-size: 26px;
    line-height: 36px;
    color: #49494d;
    font-weight: bold;
    margin-bottom: 20px;
}
.grows_cn p {
    font-size: 18px;
    line-height: 28px;
    color: #49494d;
    margin-bottom: 10px;
}
.grows_cn p b {
    font-size: 18px;
    line-height: 28px;
    color: #0d695d;
    font-weight: 700;
}
.grows_cn li {
    font-size: 18px;
    line-height: 28px;
    color: #49494d;
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
}
.grows_cn li:before {
    content: "\f001 ";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    position: absolute;
    left: 0;
    color: #37afa9;
}
.grows_cn ul {
    padding-left: 15px;
}
.grow_img_group {
    position: relative;
}
.g_1_img {
    position: relative;
    text-align: right;
}
.g_2_img {
    position: absolute;
    left: 0;
    bottom: 7%;
}

/* ==========================================================================
	Pml Css Start
========================================================================== */

.pml_sec {
    background-color: #e0f2f2;
    padding: 100px 0;
}
.pml_cn h2 {
    font-size: 35px;
    line-height: 46px;
    color: #49494d;
    margin-bottom: 20px;
}
.pml_cn p {
    font-size: 18px;
    line-height: 28px;
    color: #49494d;
    margin-bottom: 10px;
}
.pml_cn h2 span {
    font-size: 35px;
    line-height: 46px;
    color: #49494d;
    font-weight: 700;
}
.pml_btn {
    margin-top: 30px;
}
.plp_icon {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    background-color: #faac76;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
}

.plp_bx {
    margin-bottom: 30px;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 25px;
}
.plp_icon {
    margin-bottom: 20px;
}
.plp_cn h2 {
    margin-bottom: 10px;
    font-size: 22px;
    color: #49494d;
    font-weight: bold;
}
.plp_cn p {
    font-size: 18px;
    line-height: 28px;
    color: #49494d;
}
.plp_bx:hover {
    background-color: #37afa9;
}
.plp_bx:hover .plp_cn h2 {
    color: #fff;
}
.plp_bx:hover .plp_cn p {
    color: #fff;
}
.plp_bx:last-child {
    margin: 0;
}
/* ==========================================================================
	Rental Css Start
========================================================================== */
.rental_sec {
    padding: 100px 0;
}
.rental_cn h2 {
    font-size: 26px;
    line-height: 36px;
    color: #49494d;
    font-weight: bold;
    margin-bottom: 20px;
}
.rental_cn p {
    font-size: 18px;
    line-height: 28px;
    color: #49494d;
    margin-bottom: 10px;
}
.rental_cn li {
    font-size: 18px;
    line-height: 28px;
    color: #49494d;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
	font-weight: 600;
}
.rental_cn li span{
	font-weight: 400;
}
.rental_cn li::before {
    content: "\f005";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    position: absolute;
    left: 0;
    color: #faac76;
}
.rental_cn ul {
    padding-left: 15px;
}
.star li {
    font-size: 18px;
    line-height: 28px;
    color: #49494d;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
	font-weight:400;
}
.star li::before {
    content: "\f005 ";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    position: absolute;
    left: 0;
    color: #faac76;
}
.music_ic li {
    font-size: 18px;
    line-height: 28px;
    color: #49494d;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
	font-weight:400;
}
.music_ic li::before {
    content: "\f001 ";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    position: absolute;
    left: 0;
    color: #faac76;
}
.rental_btn {
    margin-top: 20px;
}
.vml_sec {
    padding-top: 100px;
}

.sudent_t_sec {
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    background-image: url("../images/is.png");
}
.sudent_t_head h2 {
    font-size: 35px;
    line-height: 46px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.sudent_t_cn p {
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    text-align: center;
    max-width: 970px;
    margin: 0 auto;
    font-style: italic;
}
.sudent_t_cn p span {
    font-weight: 600;
}
.sudent_t_slider button.slick-prev.slick-arrow:before {
    background: url(../images/sr_1.png) no-repeat;
    background-position: 100%;
}

.sudent_t_slider button.slick-next.slick-arrow:before {
    background: url(../images/sr_2.png) no-repeat;
    background-position: 100%;
}

.sudent_t_slider button.slick-prev.slick-arrow {
    left: 0%;
    z-index: 9;
}

.sudent_t_slider button.slick-next.slick-arrow {
    right: 0%;
    z-index: 9;
}

.sudent_t_slider button {
    position: absolute;
    font-size: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    margin: auto;
    top: 50%;
    height: 49px;
    width: 50px;
    border-radius: 100px;
}
.sudent_t_slider .slick-slide {
    padding: 15px;
}
.sudent_t_slider button:before {
    height: 49px;
    width: 50px;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 0;
    z-index: 9;
    cursor: pointer;
}
.sudent_t_cn h6 {
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

.m_academy_sec {
    padding: 100px 0;
}
.m_academy_sec .head_bx {
    max-width: 785px;
    margin: 0 auto;
    text-align: center;
}
.m_academy_sec .head_bx h2 {
    font-size: 35px;
    line-height: 46px;
    color: #49494d;
    text-align: center;
    margin-bottom: 15px;
}
.m_academy_sec .head_bx h2 span {
    font-weight: 700;
}
.m_academy_sec .head_bx p {
    font-size: 18px;
    line-height: 28px;
    color: #49494d;
    text-align: center;
    margin-bottom: 30px;
}
.m_academy_cn p {
    font-size: 18px;
    line-height: 28px;
    color: #49494d;
    margin-bottom: 10px;
}
.m_academy_btn {
    margin-top: 20px;
}
/* ==========================================================================
	How to achieve Css Start
========================================================================== */
.how_to_achieve {
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    background-image:url("../images/bnb.png");
}
.how_to_achieve .head_bx {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
.how_to_achieve .head_bx h2 {
    font-size: 35px;
    line-height: 46px;
    color: #49494d;
    text-align: center;
    margin-bottom: 30px;
}
.how_to_achieve .head_bx h2 span {
    font-weight: 700;
}
.hta_bx {
    margin-bottom: 30px;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 25px;
    text-align: center;
    height: 370px;
    border-radius: 10px;
    background-color: #ffffff;
}
.hta_icon {
    margin-bottom: 20px;
}
.hta_icon i {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    background-color: #faac76;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    margin: 0 auto;
}
.hta_cn h2 {
    margin-bottom: 10px;
    font-size: 22px;
    color: #49494d;
    font-weight: bold;
}
.hta_cn p {
    font-size: 18px;
    line-height: 28px;
    color: #49494d;
}
.hta_bx_btn {
    margin-top: 20px;
}

.st_have_question {
    padding: 100px 0;
}
.st_have_question .head_bx h2 {
    margin-bottom: 20px;
}
.st_have_question .head_bx h2 span {
    font-weight: 700;
}
.st_have_question .head_bx {
    margin: 0 auto;
    max-width: 760px;
    text-align: center;
}
.st_have_question .head_bx p {
    font-size: 22px;
    line-height: 36px;
    color: #49494d;
    text-align: center;
    margin-bottom: 30px;
    max-width: 760px;
}
.st_have_question .head_bx p span,
.st_have_question .head_bx p a {
    color: #37afa9;
	font-weight: 600;
	text-decoration: underline;
}
/* ==========================================================================
	Subscribe Css End
========================================================================== */
.subscribe_sec {
    padding: 100px 0;
    background-image: url(../images/ssa.png);
    background-position: center;
    background-size: cover;
}
.subscribe_sec  .head_bx {
    max-width: 650px;
    margin: 0 auto;
}
.subscribe_sec .head_bx h2 {
    font-size: 35px;
    line-height: 46px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.subscribe_sec .head_bx p {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    text-align: center;
}
.form_bx input {
	border: 1px solid #ffffff;
	width: 370px !important;
	padding: 0 25px;
	color: #fff;
	height: 50px;
	border-radius: 25px;
	background-color: #ffffff;
}
.form_bx .form-group {
    padding-right: 15px;
}
.form_bx {
    max-width: 970px;
    margin: 0 auto;
        margin-top: 0px;
    margin-top: 40px !important;
}
.btn.btn-yellow {
    color: #fff;
    width: 190px;
    height: 50px;
    border-radius: 25px;
    background-color: #febd37;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
/* ==========================================================================
	Footer Css End
========================================================================== */
.footer-icon {
    margin-top: 30px;
    padding: 0px;
}

.social-icon li {
    padding-right: 5px;
    display: inline-block;
}

.footer-icon a {
    border-radius: 20px;
    background-color: #0d695d;
    width: 40px;
    height: 40px;
    font-size: 16px;
    align-items: center;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    color: #fff;
}

.footer-links ul li {
    list-style: none;
}

.footer-links li span {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.footer-links ul li a {
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 400;
}
footer .footer-links ul li a:hover {
    color: #37afa9;
}

.addres li {
    margin-bottom: 20px;
}
.upper-footer {
    background: #49494d;
    color: #fff;
    padding: 100px 0 60px;
}

.upper-footer h6:hover:after {
    width: 100%;
}
.upper-footer p {
    padding-top: 7px;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
}
.subscribe_sec .form_bx input {
    color: #373737;
	width: 100% !important;
}
.upper-footer p.spam {
    font-size: 12px;
}
.copyright_sec {
    background: #39393d;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
.copyright_sec p,
.copyright_sec p a {
    font-size: 14px;
    color: #ffffff;
}


/* =======================	Vivek ======================= */



footer .upper-footer {
    background: #faac76;
}

.about_sec .right_text h1, .academy_img_sec .left_text h2 {
    font-size: 45px;
    font-weight: bold;
    color: #49494d;
}
.about_sec .right_text p, .academy_img_sec .left_text p{
    font-size: 18px;
    color: #49494d;
    margin: 10px 0;
}
.about_sec .right_text li {
    font-size: 22px;
    color: #49494d;
    font-weight: 600;
}
section.about_sec .right_text {
    background: #fff;
    padding: 40px;
}
section.about_sec .right_text li:before {
    content: "";
    background: url(../images/arrow.png);
    padding-right: 27px;
    color: #37afa9;
    background-repeat: no-repeat;
    background-position: center;
}
section.left_text_right_image.academy_img_sec .right_img img {
    width: 100%;
    box-shadow: #f5ba36 40px 40px 0px 0px;
    border-radius: 17px;
}
.academy_img_sec .left_text {
    display: flex;
    align-items: center;
    list-style: none;
    height: 100%;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    align-content: center;
}
.about_sec .right_text_ab {
    display: flex;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    align-content: center;
}
.testimonials_section h2 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 20px;
}
.testimonials_text p {
    font-size: 23px;
    color: #fff;
}
.bredcrumb_sec a {
    color: #49494d;
    border-right: 1px solid #49494d;
    padding-right: 18px;
}
.bredcrumb_sec ul li {
    color: #49494d;
}
section.banner_sec {
    background-size: cover;
    padding: 7% 0;
}
section.schedule_today_section .img_logo_icon img {
    width: 100%;
    border-radius: 6px;
}
section.program_sections {
    background: #e0f2f2;
}
.schedule_today_section .schedule_today_text {
    background: #37afa9;
    display: flex;
    height: 100%;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
    background-image: url(../images/pattren.png);
    padding: 0 18%;
	border-radius: 6px;
    background-size: 100% 100%;
}
.schedule_today_text h2 {
    width: 100%;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}
.schedule_today_text p {
    color: #fff;
}
.program_sections .program_heading h2 {
    font-size: 45px;
    font-weight: bold;
    color: #49494d;
    text-align: center;
    margin-bottom: 40px;
}
ul.program_includes li {
    background: #fff;
    width: 31%;
    margin-left: 3%;
    padding: 20px 20px;
    margin-bottom: 20px;
    font-size: 18px;
    border-radius: 6px;
    font-weight: 600;
    box-shadow: 4px 4px 15px 0px #e9efef;
}
ul.program_includes li:first-child {
    margin-left: 0;
}
ul.program_includes li:nth-child(3n+4) {
    margin-left: 0;
}
ul.program_includes {
    display: flex;
    align-items: stretch;
    width: 100%;
    flex-wrap: wrap;
}
.program_sections .program_includes li:before {
    content: "\2713";
    background: #37afa9;
    color: #fff;
    padding: 3px 6px;
    border-radius: 20px;
    font-size: 13px;
    margin-right: 6px;
}
.videos_sec .slick-list {
    width: 80%;
    margin: 0 10%;
    border-radius: 40px;
    position: relative;
}
.video_sections button.slick-next.slick-arrow {
    position: absolute;
    right: 0;
    top: 50%;
}
.video_sections button.slick-prev.slick-arrow {
    position: absolute;
    left: 0;
    top: 50%;
}
.videos_btnbg {
    background: #e0f2f2;
    width: 100%;
    height: 210px;
    border-radius: 32px;
    margin-top: -148px;
}
section.garett_music_section {
    background-size: cover;
}
.videos_sec_col h6 {
    text-align: center;
    font-size: 31px;
    font-weight: bold;
    margin-top: 29px;
}
.page-id-396 .schedule_today_text p {
    width: 100%;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0px;
    font-size: 28px;
}
.videos_sec.slick-initialized.slick-slider iframe{
    min-height: 540px;
	width:100%;
}
.videos_btn {
    text-align: center;
}
section.about_find_your_voice h2 {
    text-align: center;
    font-size: 35px;
    margin-bottom: 15px;
}
section.about_find_your_voice p {
    text-align: center;
    font-size: 18px;
}
section.about_find_your_voice h3 {
    text-align: center;
    font-weight: bold;
    margin: 20px 0 0 0;
    font-size: 27px;
}
.inspiration .icons_musi {
    font-size: 30px;
    background: #faac76;
    border-radius: 65px;
    color: #fff;
    width: 70px;
    height: 70px;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    margin-bottom: 20px;
}
.inspiration {
    background: #ffffffed;
    text-align: center;
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    border-radius: 20px;
}
.inspiration p {
    width: 100%;
    font-size: 23px;
    font-weight: bold;
    padding: 0px 13%;
    line-height: 27px;
}
.how_can_we_serve_section .heading_text h2 {
    text-align: center;
    font-size: 35px;
    margin-bottom: 15px;
    color: #49494d;
    font-weight: bold;
    margin-bottom: 30px;
}
  .serve_icons img {
    width: 100%;
}
.page-id-198 section.about_find_your_voice {
    padding-top: 0;
}
.about_find_your_voice.band_muics strong {
    text-align: center;
    font-weight: bold;
    margin: 20px 0 0 0;
}
.serve_icons h3 {
    color: #49494d;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    padding-top: 20px;
}
.serve_icons img {
    border-radius: 10px;
}
section.video_sections video {
    border: 12px solid #fff;
    border-radius: 34px;
}
.serve_icons {
    text-align: center;
}
.serve_icons a {
    background: #0d695d;
    color: #fff;
    padding: 10px 50px;
    font-size: 18px;
    border-radius: 40px;
    display: inline-block;
    text-transform: uppercase;
    margin: 20px 0;
}
.video_sections button.slick-next.slick-arrow:before {
    content: "\27F6";
    font-size: 31px;
}
.video_sections button.slick-next.slick-arrow {
    font-size: 0;
    color: #4bb7b1;
    border: 3px solid #4bb7b1;
    background: transparent;
    border-radius: 30px;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
}  
.testimonials_section button.slick-next.slick-arrow:before {
    content: "\27F6";
    font-size: 23px;
    padding-top: 0;
}
.testimonials_section button.slick-next.slick-arrow {
    font-size: 0;
    color: #4bb7b1;
    background: #ffffff6e;
    border-radius: 30px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
}  

.video_sections button.slick-prev.slick-arrow:before {
    content: "\27F5";
    font-size: 31px;
}
.video_sections button.slick-prev.slick-arrow {
    font-size: 0;
    color: #4bb7b1;
    border: 3px solid #4bb7b1;
    background: transparent;
    border-radius: 30px;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
}
.testimonials_section button.slick-prev.slick-arrow:before {
    content: "\27F5";
    font-size: 23px;
    padding-top: 0;
}
.testimonials_section button.slick-prev.slick-arrow {
    font-size: 0;
    color: #4bb7b1;
    background: #ffffff6e;
    border-radius: 30px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
}
section.our_team_sec .img_teams {
    box-shadow: inherit;
    margin-top: 20px;
    position: relative;
}
section.our_team_sec .social_links_team {
    box-shadow: inherit;
}
section.our_team_sec .img_teams h3 {
    margin-top: 20px;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: bold;
}
section.our_team_sec .img_teams h3 p {
    font-size: 17px;
}
section.our_team_sec .social_links_team {
    box-shadow: inherit;
    border-top: 1px solid #f0efef;
    padding: 0;
    margin-bottom: 20px;
}
.social_links_team a {
    color: #37afa9;
}
body .social_links_team ul li {
    margin: 11px 8px 25px 8px;
}
.img_teams:after {
    content: "\f2b6";
    font-family: 'FontAwesome';
    color: #faac76;
    position: absolute;
    right: 20px;
    top: 15px;
}
section.testimonials_section {
    background-size: cover;
    background-repeat: no-repeat;
}
.schedule_today_section video {
    width: 100%;
	border-radius: 6px;
}
.schedule_today_text select {
    width: 100%;
    padding: 12px 10px;
    margin: 20px 0 0 0;
    border-radius: 4px;
    border: 0;
}
.monthly_enroll {
    width: 100%;
}
.schedule_today_full_text {
    margin-top: 40px;
}
.schedule_today_full_text {
    margin-top: 40px;
    margin-bottom: 0;
}
.schedule_today_full_text p {
    color: #000;
    line-height: 37px;
    margin-bottom: 0;
}
.schedule_today_full_text li::before {
    content: "\2022";
    color: #faac76;
    font-weight: bold;
    display: inline-block;
    width: 17px;
    font-size: 32px;
    margin-left: -15px;
}
.schedule_today_full_text li {
    padding-left: 20px;
}
.schedule_today_section .boxes_col {
    min-height: 320px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    text-align: center;
    justify-content: center;
    border-radius: 6px;
    padding: 30px;
    margin-top: 30px;
}
.schedule_today_section .boxes_col h3 {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 30px;
}
.schedule_today_section .boxes_col p {
    color: #fff;
    font-size: 16px;
}
.payment_section .payments_mode li {
    background: #0d695d;
    color: #fff;
    width: 25%;
    text-align: center;
    margin: 0 20px;
    border-radius: 34px;
    text-transform: uppercase;
    font-size: 18px;
    padding: 11px 0;
}
.payment_section .payments_mode ul {
    width: 100%;
    display: flex;
justify-content: center;
}
.price_box_oran span {
    font-size: 15px;
    font-weight: normal;
    width: 100%;
    display: block;
    text-transform: uppercase;
}
.price_box_oran h3 {
    font-size: 32px;
    font-weight: bold;
}
.price_box_oran {
    background: #faac76;
    color: #fff;
    height: 130px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 130px;
    text-align: center;
    font-weight: initial;
    border-radius: 6px;
    float: right;
}
.price_text {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    font-size: 16px;
}
section.price_section {
    padding: 40px 0;
}
.rent_step {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.rent_step_text {
    float: right;
    width: 84%;
}
.rent_step_icon {
    float: left;
    width: 12%;
}
.rent_step_icon i {
    color: #fff;
    background: #faac76;
    padding: 23px 10px;
    border-radius: 30px;
    width: 100%;
    text-align: center;
}
.rent_step_text h3 {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.rent_step_text li {
    list-style-type: none;
    position: relative;
    padding-left: 9px;
    margin-left: 13px;
    margin-bottom: 10px;
}

.rent_step_text li:before {
    content: "\f0da";
    font-size: 18px;
    position: absolute;
    top: 0px;
    color: #faac76;
    left: -10px;
    font-family: 'FontAwesome';
    font-weight: bold;
}
section.about_find_your_voice p h3:after, section.about_find_your_voice h3:after {
    content: '';
    height: 25px;
    width: 2px;
    background: #faac76;
    position: absolute;
    top: 5px;
    right: 43.5%;
}
section.about_find_your_voice p h3, section.about_find_your_voice h3 {
    position: relative;
}
.rent_step_text ul{
	margin-top: 15px;
}
.additional_text h3 {
    font-size: 35px;
    margin-bottom: 10px;
    font-weight: bold;
}
section.additional_section .additional_text {
    text-align: center;
    color: #49494d;
}
.additional_text a {
    background: #0d695d;
    color: #fff;
    padding: 10px 40px;
    display: inline-block;
    margin-top: 30px;
    border-radius: 32px;
}
section.additional_section {
    padding-top: 0;
}
.only_need_section .need_col {
    background: #fff;
    width: 100%;
    margin-left: 3%;
    padding: 20px 20px;
    margin-bottom: 20px;
    font-size: 18px;
    border-radius: 6px;
    font-weight: 600;
    box-shadow: 4px 4px 15px 0px #e9efef;
    height: 100%;
}
.need_icon i {
    background: #37afa9;
    color: #fff;
    /* width: 20%; */
    text-align: center;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 25px;
}
.need_text {
    float: right;
    margin-bottom: 20px;
    width: 82%;
}
.need_text h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
.need_icon {
    width: 18%;
    float: left;
}
.blogs_col img {
    width: 100%;
    border-radius: 16px;
    max-height: 217px;
}
span.date_blog {
    color: #37afa9;
    font-size: 17px;
    padding: 10px 0;
    display: block;
}
.blogs_text h2 {
    color: #1b1d20;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 5px;
}
.blogs_text p {
    color: #1b1d20;
    font-size: 18px;
    text-align: justify;
    margin-bottom: 20px;
}
.blogs_col {
    padding: 0 10px;
    margin-bottom: 40px;
}
.payments_mode em {
    float: right;
    margin-right: 18%;
    margin-top: 3px;
    color: #fff;
}
.page-id-396 section.about_find_your_voice.band_muics {
    padding-top: 0;
}
.rent_heading h2 {
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 40px;
}
section.contact_sec.top-info {
    background: #faac76;
    padding: 40px 0;
}
span.address_span h3 {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
span.address_span p {
    font-size: 15px;
    color: #fff;
}
.address_span {
    float: right;
    width: 85%;
}
.call_us_div span.address_span {
    width: 75%;
}
.email_div span.address_span {
    width: 82%;
}
.banner_sec .bredcrumb_sec {
    background-color: #c1c1c1;
}
section.banner_sec.single_post_banner .heading h1 {
    color: #959595;
}
.give-btn {
    border: 2px solid #febd37 !important;
    background: #febd37 !important;
}
footer {
    float: left;
    width: 100%;
}
.comments_sec {
    float: left;
    width: 100%;
}
.related_post {
    float: left;
    width: 50%;
    margin-top: 60px;
    text-align: center;
}
.related_post {
    float: left;
    width: 50%;
    margin-top: 60px;
    text-align: center;
}
.single_page_sec .nav-links {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding: 0 5%;
}
.related_post h2 {
    text-align: left;
    font-weight: bold;
    padding: 0 87px;
    font-size: 22px;
    color: #49494d;
    margin-bottom: 30px;
    margin-top: 14px;
}
.comments_sec {
    padding: 0 50px;
    margin-top: 56px;
    margin-bottom: 50px;
}
.single_page_sec .nav-links .nav-previous {
    float: left;
    width: 50%;
    text-align: left;
}
.single_page_sec .nav-links .nav-previous a, p.must-log-in a, .single_page_sec .nav-links .nav-next a{
    color: #faac76;
}
.single_page_sec .nav-links .nav-next {
    float: left;
    width: 50%;
    text-align: right;
}
section.making_the_brand_sec {
    background-size: cover;
}
section.making_the_brand_sec .sponsor_mode {
    float: left;
    width: 40%;
}
.video_sections video {
    width: 100%;
}

.address_icon {
    float: left;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 100%;
    color: #fff;
    font-size: 22px;
}
section.contact_sec .contact_form {
    width: 50%;
    margin: 0 auto;
}
section.contact_sec .contact_form  input, section.contact_sec .contact_form textarea {
    margin-bottom: 20px;
}
section.contact_sec .contact_form  input {
    height: 60px;
}
section.contact_sec .contact_form  label {
    font-size: 18px;
}
section.contact_sec .contact_form .submit-btn {
    background-color: #faac76;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 0 auto;
    font-size: 18px;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 400;
    padding: 9px 51px 9px 28px;
    height: 50px;
    background-image: url(../images/btn_a.png);
    background-repeat: no-repeat;
    background-position: 91%;
}
section.map_sec iframe {
    width: 100%;
}
section.map_sec {
    padding: 0;
}
section.single_page_sec article {
    margin-top: -160px;
    background: #fff;
    padding: 50px 50px;
}
ul.comment_po li {
    display: inline-block;
    margin-right: 12px;
    padding-right: 18px;
}
.comments_div li:first-child {
    border-right: 1px solid #d9d9d9;
}
.comments_div {
    float: left;
    width: 50%;
    text-align: left;
}
.social_share_div {
    float: right;
    width: 50%;
    text-align: right;
}
.social_share_div li {
    display: inline-block;
    line-height: 0;
    margin-left: 5px;
}
.social_share_icon a {
    font-size: 31px;
}
.single_page_sec .entry-content {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.single_page_sec p {
    text-align: justify;
    margin-bottom: 10px;
    color: #49494d;
    font-size: 18px;
}
body .bredcrumb_sec {
    width: auto;
    display: inline-block;
    padding: 0 20px;
}
body section.about_find_your_voice.band_muics {
    padding-top: 80px 0;
}
/* ==========================================================================
	Media query Css Start
========================================================================== */
@media only screen and (max-width: 1200px) {
    .profile_card {
        height: auto;
        max-height: 100%;
    }
	.social_icon {
    flex: 0 0 33%;
}
.main-nav a.navbar-brand {
    flex: 0 0 33%;
}
.login-btn {
    flex: 0 0 33%;
}
section.testimonials_section {
    background-size: cover;
}
.rent_img img {
    width: 100%;
}
.rent_step_icon i {
    padding: 19px 10px;
}
.menu_bar li a {
    font-size: 16px;
}
.address_icon {
    width: 40px;
    display: flex;
    height: 40px;
    font-size: 15px;
}
.inspiration p {
    font-size: 14px;
    line-height: 20px;
	    padding: 0px 7%;
}
.about_sec .right_text h2, .academy_img_sec .left_text h2 {
    font-size: 28px;
}
.about_sec .right_text p, .academy_img_sec .left_text p {
    font-size: 14px;
}
.sudent_t_cn p {
    font-size: 20px;
}
.blogs_text h2 {
    font-size: 16px;
}
.blogs_text p {
    font-size: 14px;
}
span.address_span h3 {
    font-size: 18px;
}
section.contact_sec .contact_form input {
    height: 40px;
}
.serve_icons img {
    min-height: 194px;
}
}
@media only screen and (max-width: 991px) {
	
    .menu_item a {
        padding: 6px 8px;
    }
    .main-nav .navbar {
        padding: 15px;
    }
    .menu_item a {
        padding: 5px 8px;
    }
    .main-nav .form-inline {
        flex: 1;
    }
    .navbar-collapse {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .main-nav .container {
        max-width: 100%;
    }
    .login-btn li a span {
        display: none;
    }
	.form_bx .form-inline {
		flex-direction: column;
	}
	.form_bx input {
		width: 100% !important;
	}
	.form_bx .form-group {
		width: 100%;
	}
	.ban_tb{
		position:relative;
		display:none;
	}
	.login-btn {
    flex: 0 0 25%;
}
.social_icon {
    flex: 0 0 25%;
}
.heading .bredcrumb_sec {
    background-color: #ffffff;
}
.schedule_today_text p {
    font-size: 14px;
}
.schedule_today_text h2 {
    font-size: 20px;
}
.schedule_today_section .schedule_today_text {
    padding: 0 8%;
}
ul.program_includes li {
    width: 47%;
}

.videos_btnbg {
    margin-top: -158px;
    margin-bottom: 30px;
}
section.testimonials_section {
    background-size: cover;
}
.inspiration {
    margin-bottom: 30px;
}
.menu_bar li a {
    font-size: 12px;
}
section.contact_sec .contact_form {
    width: 100%;
    margin: 0 auto;
}
.address_div, .call_us_div {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.address_span {
    float: right;
    width: 90%;
}
.call_us_div span.address_span {
    width: 90%;
}
.email_div span.address_span {
    width: 90%;
}
.email_div span.address_span {
    width: 90%;
}
	section.single_page_sec article {
    margin-top: 0;
    padding: 20px;
}
.related_post {
    width: 100%;
}
.related_post h2 {
    padding: 0 20px;
}
.schedule_today_section .boxes_col {
    padding: 10px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.need_icon i {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}
	section.our_team_sec .img_teams h3 {
		font-size: 18px;
	}
	ul.program_includes li:nth-child(3n+4) {
		margin-left: 3%;
	}
	ul.program_includes li:first-child {
		margin-left: 3%;
	}
	.rent_step_icon {
		float: left;
		width: 18%;
	}
	.rent_step_text {
		float: right;
		width: 80%;
	}
	.rent_img img {
		width: 100%;
	}
	.rent_step_text li {
		font-size: 14px;
	}
	.rent_step_text p {
		font-size: 14px;
	}
	body .menu_bar li a {
		font-size: 11px;
	}

}
@media only screen and (max-width: 767px) {
	.only_need_section .need_col {
    margin-left: 0;
}
.page-id-396 .schedule_today_text p {
    font-size: 22px;
}
	.need_icon i {
    width: 40px;
    height: 40px;
    font-size: 18px;
}
	.rent_step_icon i {
    width: 43px;
    height: 43px;
}
	.address_span {
    float: right;
    width: 85%;
}

	.call_us_div span.address_span {
    width: 85%;
}
.email_div span.address_span {
    width: 85%;
}

    .menu_bar {
        background-color: #37afa9;
        position: absolute;
        top: 90px;
        width: 100%;
        z-index: 9;
    }
    .menu_custom ul li {
        display: block;
        padding: 6px 15px;
        border-bottom: 1px solid #d7e9f8;
    }
    .menu_custom {
        text-align: left;
        padding: 10px 0;
    }
    .menu_custom {
        display: block;
    }

    #configure {
        right: 35px;
        position: absolute;
        top: 29px;
    }
    #configure::after {
        font-family: FontAwesome;
        content: "\f0c9";
        font-size: 29px;
        letter-spacing: 2px;
        position: absolute;
        right: 0;
        font-weight: normal;
        line-height: 16px;
        left: 0;
        margin: 0 auto;
        top: 7px;
        color: #08675b;
    }
    .email li:nth-last-child(1) {
        border-right: 0;
        display: none;
    }
    .hidden-xs {
        display: none;
    }
    .tabs-nav li {
        padding: 0 5px;
    }
    .adspace {
        padding: 60px 0;
    }
    .btn-shop {
        margin-top: 15px;
    }

    .mor-bnt {
        padding: 18px 65px;
    }
    .upper-footer ul li {
        padding-top: 10px;
    }
    .upper-footer h6 {
        margin-top: 20px;
        padding-bottom: 10px;
    }
    .main-nav .form-inline {
        display: none;
    }
    #configure {
        right: 35px;
        position: absolute;
        top: 35px;
        display: inline-block;
    }
    .main-nav .container {
        max-width: 100%;
    }
    .main-nav a.navbar-brand {
        margin: 0;
        flex: 0 0 50%;
        text-align: left;
    }
    .navbar-collapse {
        position: absolute;
        right: 4px;
        top: 60px;
        width: auto;
    }
    .bannerSlider .slide__text h2 {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    .slide__text p {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
	.ban_tb{
		position:relative;
		display:none;
	}
	.tb_bg {
		border-radius: 14px;
		background-color: #ffffffd9;
		padding: 7px 6px;
		margin-bottom: 5px;
		float: left;
		margin-right: 5px;
		
	}
    .tb_bg h6 {
        font-size: 14px;
    }
    .slide {
        height: auto;
		background-position: 75% 100%;
    }
    .book_online_bx {
        flex-direction: column;
    }
    .b_online_text {
        margin-bottom: 15px;
    }
    .testmoninal_sec,
    .maryland_sec,
    .music_sec,
    .grow_sec,
    .pml_sec,
    .rental_sec,
    .vml_sec,
    .sudent_t_sec,
    .m_academy_sec,
    .how_to_achieve,
    .st_have_question,
    .upper-footer {
        padding: 50px 0;
    }
    .testmoninal_sec .head_bx h2,
    .band_head h2,
    .maryland_sec .head_bx h2,
    .pml_cn h2,
    .pml_cn h2 span,
    .sudent_t_head h2,
    .m_academy_sec .head_bx h2,
    .how_to_achieve .head_bx h2 {
        font-size: 25px;
        line-height: 40px;
    }
    .testmoninal_bx p,
    .testmoninal_bx p span,
    .testmoninal h6,
    .sudent_t_cn p {
        font-size: 18px;
    }
    .testmoninal_bx {
        height: auto;
		padding:5%;
    }
    .green_btn {
        font-size: 14px;
    }
    .band_sec {
        height: auto;
    }
    .music_card .card-body h2,
    .grows_cn h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .p_cn h4 {
        font-size: 18px;
    }
    .g_2_img {
        position: relative;
        left: 0;
        bottom: 0;
        top: 15px;
    }
    .g_2_img img,
    .g_1_img img,
    .rental_img img {
        width: 100%;
    }
    .music_card .card-body p,
    .grows_cn p,
    .grows_cn li,
    .grows_cn p b,
    .p_cn p,
    .pml_cn p,
    .plp_cn p,
    .rental_cn p,
    .rental_cn li,
    .m_academy_cn p,
    .m_academy_sec .head_bx p,
    .st_have_question .head_bx p {
        font-size: 16px;
    }
    .plp_bx {
        margin-top: 25px;
    }
    .rental_btn {
        margin-bottom: 20px;
    }
    .m_academy_cn {
        padding-top: 15px;
    }
	.sudent_t_cn p {
		line-height: 30px;
	}	
	.sudent_t_cn h6 {
		font-size: 20px;
	}
	.btn_ylw {
		height: auto;
	}

	
	.heading .bredcrumb_sec {
    background-color: #ffffff;
}
.img_logo_icon {
    margin-bottom: 20px;
}
.schedule_today_section .schedule_today_text {
    padding: 50px 18%;
}
ul.program_includes li {
    width: 100%;
	margin-left: 0;
	
}
	.videos_btnbg {
    margin-top: -158px;
    margin-bottom: 30px;
}
	.inspiration {
    margin-bottom: 20px;
}
.left_img img {
    width: 100%;
}
section.about_sec .right_text {
    padding: 10px 0 0 11px;
}
section.testimonials_section {
    background-size: cover;
}
.about_sec .right_text h2, .academy_img_sec .left_text h2 {
    font-size: 25px;
}
.about_sec .right_text p, .academy_img_sec .left_text p {
    font-size: 14px;
}
.academy_img_sec .left_text {
    margin-bottom: 20px;
}
.price_box_oran {
    float: none;
    margin: 0 auto 20px auto;
}
.rent_img img {
    width: 100%;
    margin-bottom: 30px;
}
.rent_step_icon i {
    padding: 20px 10px;
    width: 58px;
    height: 58px;
}
.blogs_col img {
    max-height: inherit;
}
.rent_img img {
    width: 100%;
}
.payment_section .payments_mode li {
    width: 100%;
    margin: 10px 0;
    font-size: 18px;
    padding: 11px 30px;
}
.payment_section .payments_mode ul {
    width: 100%;
    display: grid;
    justify-content: center;
}
.payments_mode em {
    float: left;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
section.making_the_brand_sec .sponsor_mode {
    width: 100%;
}
section.about_sec {
    padding-top: 0;
}

}

section.our_team_sec .img_teams img {
    width: 100%;
    max-width: 100px;
    border-radius: 50px;
}
.payment_section .payments_mode li a {
    color: #ffffff;
}
.single_page_sec p {
    text-align: justify;
    margin-bottom: 30px;
    color: #49494d;
    font-size: 18px;
    line-height: 28px;
}
.wp-block-group {
    border-left: 6px solid #37afa9;
    padding: 20px;
    box-shadow: 1px 2px 3px 4px #f1f1f173;
    margin: 20px 0;
}
