.logo-box1 img{
    width: 100%;
}
.mobile-nav__content .main-menu__list li a button{
    background-color: #00312f;
}


.scroll-to-target.qrcode {
    width: 100%;

}

@media only screen and (max-width: 600px) {
    .qrcode {
        position: fixed;

        width: 50px;
        bottom: 85px;
        right: 100px
    }
}

.scroll-to-target.qrcode {
    width: 100%;

}

@media only screen and (max-width: 600px) {
    .qrcode {
        position: fixed;

        width: 50px;
        bottom: 85px;
        right: 100px
    }
}

.scroll-to-target.qrcode {
    width: 100%;

}

@media only screen and (max-width: 600px) {
    .qrcode {
        position: fixed;

        width: 50px;
        bottom: 85px;
        right: 100px
    }
}
.main-slider-two {

margin-top: 100px
/* background: red; */
}

.main-slider-two .image-layer {
position: relative;
display: block;
z-index: 2;
height: 100%;
/* margin-top: 150px; */
background-repeat: no-repeat
}

.video-one__box iframe {
height: 600px;
}

@media only screen and (max-width: 992px) {
.video-one__box iframe {
height: 300px;
}
}

@media only screen and (max-width: 600px) {
#broadcasting h2 {
font-size: 25px;
}

.video-one__box iframe {
height: 300px;
}

}

@media only screen and (max-width: 992px) {
.main-slider-two {

margin-top: -75px
}

.main-slider-two .image-layer {

margin-top: 150px;
}

.courses-one {
margin-top: 50px;
}

}

@media only screen and (max-width: 780px) {
.main-slider-two {

margin-top: -75px
}

.courses-one {
margin-top: -50px;
}

}

@media only screen and (max-width: 600px) {
.main-slider-two {

margin-top: -75px
}

.main-slider-two .image-layer {

margin-top: 115px;
}

.about-two{
padding:0  !important;
}

.courses-one {
margin-top: -140px;
}

}

@media only screen and (max-width: 400px) {
.main-slider-two {

margin-top: -70px
}

.courses-one {
margin-top: -300px;

}

}

@media only screen and (max-width: 375px) {
.main-slider-two {

margin-top: -70px
}

.courses-one {
margin-top: -200px;

}

}


@media only screen and (max-width: 310px) {
.main-slider-two {

margin-top: -70px
}

/* .courses-one {
margin-top: -200px;
} */

}

/* tab */
#responsive_tab_according h1 {
margin: 0;
line-height: 2;
text-align: center;
}

#responsive_tab_according h2 {
/* margin: 0 0 0.5em; */
font-weight: normal;
}

#responsive_tab_according input {
position: absolute;
opacity: 0;
z-index: -1;
}

#responsive_tab_according .row {
display: flex;
}

#responsive_tab_according .row .col {
flex: 1;
}

#responsive_tab_according .row .col:last-child {
margin-left: 1em;
}

/* Accordion styles */
#responsive_tab_according .tabs {
/* border-radius: 8px; */
overflow: hidden;
/* box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5); */
}

#responsive_tab_according .tab {
width: 100%;
color: black;
overflow: hidden;
}

#responsive_tab_according .tab-label {
display: flex;
justify-content: space-between;
padding: 1em;
background: #ffffff;
font-weight: bold;
cursor: pointer;
color: #000000
/* Icon */
}

#responsive_tab_according .tab-label:hover {
background: #00312f;
color: #ffffff
}

#responsive_tab_according input:checked+.tab-label:hover {
color: #ffffff
}

#responsive_tab_according .tab-label::after {
content: "❯";
width: 1em;
height: 1em;
text-align: center;
transition: all 0.35s;
color: #000;


}

#responsive_tab_according .tab-content {
max-height: 0;
padding: 0 1em;
color: #2c3e50;
background: white;
transition: all 0.35s;
border-bottom: 1px solid #e0e2e9;
}

#responsive_tab_according .tab-close {
display: flex;
justify-content: flex-end;
padding: 1em;
font-size: 0.75em;
background: #fff;
cursor: pointer;
}

#responsive_tab_according .tab-close:hover {
background: #00312f;

}

#responsive_tab_according input:checked+.tab-label {
background: #00312f;
color: #ffffff
}

#responsive_tab_according input:checked+.tab-label::after {
transform: rotate(90deg);
color: #ffffff
}

#responsive_tab_according input:checked~.tab-content {
max-height: 100vh;
padding: 1em;
}


.btn-custom{
    background-color: #00312f;
    color:white;
}
.razorpay-payment-button{
    background-color: #00312f;
    color:white;
}


.form-control{
    border: 1px solid #ababab !important;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}