/*Designed By Arun*/ 
@font-face{
  src: url('../fonts/Montserrat-Regular.ttf');
  font-family: Montserrat-Regular;
}
@font-face{
  src: url('../fonts/Montserrat-Medium.ttf');
  font-family: Montserrat-Medium;
}
@font-face{
  src: url('../fonts/Montserrat-SemiBold.ttf');
  font-family: Montserrat-SemiBold;
}
@font-face{
  src: url('../fonts/Montserrat-Bold.ttf');
  font-family: Montserrat-Bold;
}
@font-face{
  src: url('../fonts/Montserrat-ExtraBold.ttf');
  font-family: Montserrat-ExtraBold;
}
@font-face{
  src: url('../fonts/Montserrat-Black.ttf');
  font-family: Montserrat-Black;
}


html {
  width: 100%;
}
body {
  font-family: Montserrat-Regular !important;
  font-size: 18px;
  color: #000000;
  margin: 0;
  padding: 0;
}
h1, h2 {
    font-family: Montserrat-Bold;
    font-size: 50px !important;
}
h3 {
    font-family: Montserrat-Bold;
} 
h4 {
  font-family: Montserrat-Bold;
}
h5, h6{
  font-family: Montserrat-SemiBold;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 25px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
a {
    color: inherit;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0 0 15px;
}

.form-control.is-valid, .was-validated .form-control:valid {
    background: transparent !important;
}
.sec_heading {
    text-align: center;
    line-height: 63px; /* 126% */
}
.sec_sub_heading {
    color: #E69D0F;
    text-align: center;
    line-height: 44px; /* 146.667% */
}
.section {
    width: 100%;
    float: left;
}
.sec_main {
    display: flex;
    gap: 20px;
}
.sec_left, .sec_right {
    width: 48%;
}
.sec_right {
    position: relative;
}
.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sec_img {
    width: 100%;
}
.pad-70 {
    padding: 70px 0;
}
.apbct_label_id8510, .apbct_special_field {
    display: none;
}
.fixedbtn {
    position: fixed;
    top: 50%;
    transform: rotate(0);
    text-decoration: none;
    background-color: #EAC816;
    color: #000;
    padding: 10px 20px;
    font-family: 'Montserrat-Bold';
    transition: 0.5s all;
    opacity: 0;
}
.fixedbtn:hover {
    color: inherit;
}
.sticky_btn {
    opacity: 1;
    right: -50px;
    transform: rotate(90deg);
}
/*header sec start*/
.header_main_sec {
    display: flex;
    padding: 5px 30px;
    background-color: #fff;
    align-items: center;
    justify-content: space-between;
}
.header_left_sec {
    width: 45%;
    display: flex;
    align-items: center;
    gap: 30px;
}
.header_left_sec img {
    width: 175px;
}
.header_main_sec p {
    margin-bottom: 0;
}
.affilliate {
    background-color: #F4F4F4;
    font-family: 'Montserrat-ExtraBold';
    font-size: 19px;
    padding: 20px;
}
.header_right_sec {
    width: 55%;
    display: flex;
    align-items: center;
}
.contact_nos {
    width: 40%;
    font-family: 'Montserrat-ExtraBold';
    color: #852929;
}
.contact_nos i {
    color: #852929;
}
.contact_nos a {
    color: #852929;
    text-decoration: none;
    margin: 7px;
    font-family: 'Montserrat-ExtraBold';
    font-size: 18px;
}
.address {
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    padding: 20px;
    width: 60%;
    gap: 20px;
}
.address span {
    font-size: 15px;
}
.address i::before {
    font-size: 25px;
    color: #852929;
}
/*header sec end*/
/*banner sec start*/
.banner {
    background-color: #F2E7EB;
    position: relative;
}
.banner_main {
    display: flex;
    justify-content: space-between;
/*    padding: 0 30px;*/
}
.banner_left {
    width: 35%;
}
.banner_left h3 {
    background-color: #852929;
    color: #FFF0A0;
    font-size: 22px;
    text-transform: uppercase;
    width: max-content;
    padding: 7px 20px;
}
textarea#EnquiryMessage {
    height: 70px;
}
.banner_left h1 {
    color: #852929;
    font-size: 40px !important;
}
.bannr_box {
    background-color: #fff;
    margin: 30px 0;
}
.bannr_box h4 {
    padding: 10px;
    margin: 0;
    font-size: 22px;
    font-family: 'Montserrat-ExtraBold';
}
.banner_box_main {
    display: flex;
    border-top: 2px solid #F2E8EC;
}
.banner_box_left {
    width: 35%;
}
.banner_box_left p:nth-child(odd) {
    background-color: #852929;
    color: #fff;
}
.banner_box_left p {
    border-bottom: 2px solid #fff;
}
.banner_box_main p {
    margin: 0;
    padding: 12px;
    font-family: 'Montserrat-Bold';
    font-size: 15px;
}
.banner_box_left p:nth-child(even) {
    background-color: #E69D0F;
    color: #fff;
}
.banner_box_right {
    width: 65%;
}
.banner_box_right p {
    border-bottom: 2px solid #F2E8EC;
}
.banner_box_right p:last-child {
    border-bottom: 0;
}
.banner_left h5 {
    color: #852929;
    font-family: 'Montserrat-ExtraBold';
    font-size: 18px;
}
.banner_left ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.banner_left ul li {
    position: relative;
    padding: 0 30px;
    font-family: 'Montserrat-Bold';
    font-size: 13px;
}
/*.banner_left ul li:before {
    content: '|';
    position: absolute;
    left: 0;
}*/
.banner_right {
    width: 30%;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 7px 8.2px 0px rgba(0, 0, 0, 0.12);
    padding: 30px;
}
.banner_form h3 {
    font-family: 'Montserrat-Bold';
    font-size: 22px;
    text-align: center;
}
.banner_form h2 {
    color: #852929;
    font-size: 22px !important;
    text-align: center;
}
.banner_form .form-group {
    margin-bottom: 15px;
}
.banner_form .form-control {
    background: #F1F1F1;
    border-radius: 0;
    border: none;
    font-family: 'Montserrat-Regular';
    color: #000 !important;
    padding: 10px 20px;
    appearance: auto;
}
.banner_form .form-control:focus {
    color: #212529;
    background-color: #fff;
    border: 3px solid #F2E7EB;
    outline: 0;
    box-shadow: none;
}
.banner_form #submit {
    width: 100%;
    background-color: #A13132;
    border: none;
    padding: 15px 10px;
    font-size: 18px;
    font-family: 'Montserrat-ExtraBold';
}
.bnr_center_img {
    position: absolute;
    width: 40%;
    bottom: 0;
    transform: translate(-50%, 0%);
    left: 48%;
}


section.section.banner.banner_newsec {
    background-color: #9E2A2B;
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100%;
    padding: 50px 0;
}

.banner.banner_newsec .banner_right {
        padding: 15px 25px;
}

.banner.banner_newsec .back_banner_img img {
    width: 100%;
    display: none;
}


.banner_newsec .banner_left h1 {
    color: #fff;
    width: auto;
    font-family: 'Montserrat-Medium';
    line-height: normal;
}

.banner_newsec .banner_left h3
 {
    background-color: #F2E7EB;
    color: #9E2A2B;
    font-family: 'Montserrat-Bold';
}

.banner_newsec .banner_form .form-group {
    margin-bottom: 10px;
}

.banner_newsec .banner_form .form-control
 {
    background: #F1F1F1;
    font-family: 'Montserrat-Medium';
    color: #000 !important;
    padding: 10px;
    appearance: auto;
    line-height: normal;
    height: auto;
    font-size: 15px;
    border: 1px solid #9E2A2B;
    border-radius: 3px;
}

.banner_newsec .banner_form p.dscf7captcha input {
    width: 100% !important;
    font-size: 15px;
    border: 1px solid #9E2A2B;
    border-radius: 3px;
    height: auto;
    padding: 10px;
}

.banner_newsec .banner_form p.dscf7captcha {
    font-size: 14px;
}

.banner_newsec .bnr_center_img {
    width: 35%;
    transform: unset;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.banner_newsec .banner_left h5 {
    color: #fff;
}

.banner_newsec .banner_left ul li:before {
    content: '|';
    position: absolute;
    right: 0;
    color: #fff;
    left: auto;
}

.banner_newsec .banner_left {
    width: 60%;
}

.banner_newsec .banner_left ul li:nth-child(2)::before, .banner_newsec .banner_left ul li:nth-child(4)::before {
    display: none;
}

.banner_newsec .banner_form h2 {
    color: #852929;
    font-size: 22px !important;
    text-align: center;
}

.banner_newsec .banner_admissiontab {
    width: 50%;
}

.banner_newsec .banner_left ul li {
    padding: 0 20px;
    color: #F2E7EB;
}

.banner_box_main p {
    font-size: 12px;
}

/*banner sec end*/
/*sec 1 start*/
.sec1 .sec_heading {
    text-align: left;
}
.sec1 .sec_left {
    padding-right: 50px;
}
.sec_left p {
    font-family: 'Montserrat-Medium';
}
.sec2_img {
    width: 100%;
    float: left;
    position: relative;
}
.sec2_img img {
    width: 100%;
}
.video_img {
    width: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translate3d(0, 0, 0);
    cursor: pointer;
    opacity: 1;
}
.video_iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video_iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 7px;
    display: none;
}
.cmr_sarjpurnew .sec_main {
    align-items: center;
}
iframe.video_iframenew {
    height: 325px;
}
.video_play_sec {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin: auto;
}
video#video1_home {
    width: 100%;
    border-radius: 10px;
}
.play .video_img {
    opacity: 0;
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transform: translate3d(0, 20%, 0);
}
/*.video_img img{
    width: 100%;

}*/
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fff; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  transition: all 200ms;
}
.video-play-button:hover:after {
  background-color: darken(#fff, 10%);
}
.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #E69D0f;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.80);
  opacity: 0;
  transition: all ease 500ms;
}
.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}
.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}
.video-overlay-close:hover {
  color: #fff;
}
.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0,0,0,0.75);
}
/*sec 1 end */
/*sec 2 start*/
.sec2 {
    background-color: #36284A;
    color: #fff;
}
.sec2_main {
    display: flex;
    gap: 40px;
    margin-top: 50px;
}
.sec2_left {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 50px;
}
.sec2_left_innr {
    width: 45%;
}
.sec2_left_innr img {
    max-width: 100%;
}
.sec2_left_innr h3 {
    font-size: 22px;
    margin: 15px 0;
}
.sec2_left_innr p {
    font-size: 14px;
}
.sec2_right {
    width: 35%;
}
/*sec 2 end*/
/*sec 3 start*/
.sec3 {
    background-color: #FBF7F7;
}
.sec3_main {
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: space-between;
}
.sec3_item {
    width: 32%;
    border-radius: 11px;
    overflow: hidden;
    background-color: #fff;
}
.sec3_cont {
    text-align: center;
    padding: 20px;
}
.sec3_item1, .sec3_item6 {
    background-color: #FFE664;
}
.sec3_item2, .sec3_item9 {
    background-color: #FFC5E1;
}
.sec3_item3, .sec3_item7 {
    background-color: #99E8EE;
}
.sec3_item4, .sec3_item8 {
    background-color: #FFCC6A;
}
.sec3_item5 {
    background-color: #FFAFAF;
}
.sec3_cont h3 {
    font-size: 22px;
}
.sec3_cont p {
    font-size: 15px;
}
.sec3 h2.sec_heading {
    width: 70%;
    margin: auto;
}
/*sec 3 end*/
/*sec 4 start*/
.sec4_slider {
    margin-top: 50px;
}
.flickity-button:focus {
    box-shadow: none !important;
}
.carousel-cell {
    width: 100%;
}
.sec4_slide {
    width: 100%;
    position: relative;
}
.sec4_slide img {
    width: 100%;
}
.sec4_lable {
    position: absolute;
    left: 50px;
    bottom: 70px;
}
.sec4_lable h3 {
    background-color: #EAC816;
    font-size: 26px;
    padding: 8px 20px;
    margin: 0;
}
.sec4_slider .next {
    right: -70px !important;
}
.sec4_slider .previous {
    left: -70px !important;
}
.sec4_slider .flickity-button .flickity-button-icon {
    width: 80% !important;
    height: 85% !important;
}
.sec4_slider .flickity-fullscreen-button-exit, .sec4_slider .flickity-fullscreen-button-view {
    display: none;
}
.sec4 .flickity-viewport {
    height: 400px !important;
}
/*sec 4 end*/
/*sec 5 start*/
.sec5 {
    background-color: #FBF7F7;
}
.sec5_main {
    display: flex;
    margin-top: 40px;
    justify-content: center;
    gap: 40px;
}
.sec5_item {
    width: 15%;
}
/*sec 5 end*/
/*sec6 start*/
 /* Start FAQ */
.faqss ul {
    padding-left: 2em;
}
.faqss li {
    list-style: disc inside;
}
section.w3l-footer-29-main.py-5 {
    float: left;
    width: 100%;
}
.faqss {
    float: left;
    width: 100%;
}
.static__content {
    width: 100%;
    float: left;
    margin-top: 35px;
    background-color: #fff;
    border-radius: 7px;
    overflow: hidden;
    padding: 20px 0;
}
.static__content .title {
    text-align: center;
    margin-top: 0;
    font-size: 25px!important;
    margin: 0 0 1em;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-family: inherit!important;
}
.static__content .title::after {
        height: 3px;
        width: 150px;
        position: relative;
        top: 7px;
        left: 0;
        display: block;
        background-color: #dc2e34;
        content: " ";
        margin: auto;
}
p.fquestion {
    background-color: #f5f5f5;
    border-bottom: 1px solid #dc2e34;
    position: relative;
    padding: 20px 20px;
    cursor: pointer;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    margin: 0;
}
h3.fquestion {
    background-color: #fff;
    position: relative;
    padding: 25px;
    cursor: pointer;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    margin: 0;
}
div[itemprop="acceptedAnswer"] {
    display: none;
    padding:10px;
    line-height: 27px;

}
div[itemprop="acceptedAnswer"] p{
    margin-bottom: 0;
}
div[itemprop="acceptedAnswer"] h3{
    margin-bottom: 0;
}
div[itemprop=text] p {
    margin: 0;
    line-height: 25px;
    text-align: left;
    margin-bottom: 10px;
    padding: 0 20px 20px;
    color: #333 !important;
}
div[itemprop=text] h3 {
    margin: 0;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 10px;
    padding: 20px;
     color: #333 !important;
}
.active div[itemprop="acceptedAnswer"] {
    display: block;
    padding: 0;
    width: 85%;
}
div[itemprop="mainEntity"] {
    border-bottom: 1px solid rgba(133, 41, 41, 0.4);
    padding: 0 50px 0 90px;
    position: relative;
    counter-increment: item;
}
div[itemprop="mainEntity"]:before {
    position: absolute;
    left: 18px;
    width: 90px;
    height: 90px;
    font-family: 'Montserrat-ExtraBold';
    font-size: 50px;
    color: #E7D4D4;
    top: 0;
    counter-increment: li;
    content: counter(item, decimal-leading-zero);
}
div[itemprop="mainEntity"]:last-child {
    border-bottom: none;
}
p.fquestion.collapsed:after {
    position: absolute;
    right: 10px;
    content: '\0002B';
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.active p.fquestion.collapsed:after {
    content: '\2212';
}
h3.fquestion.collapsed:after {
    position: absolute;
    right: 10px;
    content: '\0002B';
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FFECEC;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.active h3.fquestion.collapsed:after {
    content: '\2212';
}
.sec6 {
    border-radius: 7px;
    background-color: #FFAFAF;
}
/* End FAQ */
/*sec6 end*/
/*sec 7 start*/
.sec7_slider {
    margin-top: 50px;
}
.sec7_slider .carousel-cell {
    width: 50%;
}
.sec7_slide {
    background-color: rgba(192, 45, 45, 0.1);
    margin: 30px 20px;
    border-radius: 60px;
    border: 1px solid rgba(243, 204, 204, 1);
    text-align: center;
    padding: 30px;
    position: relative;
    transition: 0.3s all;
}
.carousel-cell.is-selected .sec7_slide {
    background-color: #FFFEF6;
    border: 1px solid rgba(255, 248, 210, 1);
    transition: 0.3s all;
}
.sec7_cont i::before {
    color: #F5D62C;
    margin-right: 3px;
}
img.quotes-icon {
    position: absolute;
    top: 0;
    transform: translate(-50%, -25px);
    background-color: #852929;
    border-radius: 100%;
    border: 10px solid #852929;
    width: 55px;
    left: 50%;
    transition: 0.3s all;
}
.carousel-cell.is-selected img.quotes-icon {
    background-color: #E69D0F;
    border: 10px solid rgba(230, 157, 15, 1);
    transition: 0.3s all;
}
.sec7_message {
    padding: 70px 0 20px;
}
/*sec 7 end*/
/*sec 8 start*/
.sec8 {
    background-image: url(../images/our-admission-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.sec8 h2 {
    color: #fff;
    width: 75%;
    margin: 0px auto 30px;
}
.sec8 a {
    background-color: #E69D0F;
    color: #fff;
    padding: 7px 30px;
    font-size: 25px;
    text-decoration: none;
}
.sec8 a:hover {
    color: inherit;
}
/*sec 8 end*/

img.sec_img.cammob_img {
    display: none;
}

.banner_left.adm_comnmob {
    display: none;
}

.newopup_form .banner_form input, .newopup_form .banner_form select, .newopup_form .banner_form textarea {
    height: auto;
    font-size: 15px;
    border: 1px solid #9E2A2B;
    border-radius: 3px;
    width: 100% !important;
}

.newopup_form p.dscf7captcha {
    text-align: left;
} 

.banner_newsec .banner_left h4 {
    color: #fff;
    font-size: 15px;
    width: 70%;
    font-family: 'Montserrat-Medium';
}

.banner_newsec .banner_left .bannr_box h4 {
    color: #000;
    font-family: 'Montserrat-ExtraBold';
    font-size: 17px;
}

.cmr_sarjpurnew .sec_mainnew {
    text-align: center;
}

.cmr_sarjpurnew .sec_mainnew h2 {
    text-align: center;
    margin-bottom: 30px;
}

.cmr_sarjpurnew .sec_mainnew iframe  {
    width: 1000px;
    height: 570px;
}
/*responsive css start*/
@media screen and (max-width: 2000px) {
    .banner_left h1 {
        width: 120%;
    }
}
@media screen and (max-width: 1600px) {
    .banner_left h1 {
        width: 160%;
    }
}
@media screen and (max-width: 1450px) {
    .banner_box_left {
        width: 140%;
    }
}
@media screen and (max-width: 1400px) {
    .affilliate, .contact_nos a {
        font-size: 16px;
    }
    .address span {
        font-size: 14px;
    }
    .banner_left h1 {
        font-size: 35px !important;
    }
    .banner_left ul li {
        padding: 0 25px;
    }
    .sec3 h2.sec_heading {
        width: 80%;
    }
    .sec7_cont h3 {
        font-size: 22px;
    }
}
@media screen and (max-width: 1350px) {
    .banner_box_left {
        width: 45%;
    }
    .banner_box_main p {
        font-size: 14px;
    }
    .banner_left ul li {
        padding: 0 20px;
    }
}
@media screen and (max-width: 1300px) {
    .header_left_sec {
        gap: 15px;
    }
    .affilliate, .contact_nos a {
        font-size: 15px;
    }
    .address span {
        font-size: 12px;
    }
    .banner_left ul li {
        padding: 0 15px;
    }
    .sec3_cont h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 1250px) {
    .banner_left h1 {
        font-size: 30px !important;
    }
    .banner_left ul li {
        padding: 0 12px;
    }
    .banner_box_main p {
        font-size: 13px;
    }
    .banner_form h3, .bannr_box h4, .banner_left h3 {
        font-size: 20px;
    }
    .banner_left h5 {
        font-size: 15px;
    }
    .sec4_slider .next {
        right: -50px !important;
    }
    .sec4_slider .previous {
        left: -50px !important;
    }
}
@media screen and (max-width: 1200px) {

    .banner_newsec .banner_admissiontab {
        width: 60%;
    }
    .header_main_sec {
        padding: 5px;
    }
    .affilliate {
        padding: 15px;
    }
    .affilliate, .contact_nos a {
        font-size: 14px;
    }
    .banner_left {
        width: 40%;
    }
    .sec_left p {
        font-size: 15px !important;
    }
    .sec2_main {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: center;
        gap: 70px;
        text-align: center;
    }
    .sec3 h2.sec_heading {
        width: 90%;
    }
    .sec3_main {
        justify-content: center;
    }
    .sec3_item {
        width: 48%;
    }
    .sec_heading {
        font-size: 40px !important;
        line-height: normal;
    }

    .banner_left ul {
        width: 90%;
    }

    .banner_newsec .banner_left ul li {
        padding: 0 20px;
        width: 100%;
    }

    .banner_newsec .banner_left ul li:before {
        content: '•';
        position: absolute;
        right: auto;
        color: #fff;
        left: 3%;
    }

    .banner_newsec .banner_left h4 {
        font-size: 15px;
        width: 100%;
    }

    .banner_newsec .bnr_center_img {
        width: 30%;
    }
}
@media screen and (max-width: 1150px) {
    .banner_form h3, .bannr_box h4, .banner_left h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 1100px) {
    .affilliate, .contact_nos a, .banner_box_main p {
        font-size: 12px;
    }

        .banner_newsec .banner_admissiontab {
        width: 65%;
    }

    .banner_newsec .banner_left ul li:nth-child(2)::before, .banner_newsec .banner_left ul li:nth-child(4)::before {
    display: block;
}
}
@media screen and (max-width: 990px) {
    .cmr_sarjpurnew .sec_mainnew iframe {
        width: 100%;
        height: 520px;
    }
    .sec4 .flickity-viewport {
        height: 245px !important;
    }
    .header_main_sec {
        gap: 20px;
    }
    .sec_main {
        flex-wrap: wrap;
    }
    .sec_left, .sec_right {
        width: 100%;
    }
    .sec2_left {
        gap: 20px;
        justify-content: space-between;
        width: 100%;
    }
    .sec4_slider .next {
        right: -40px !important;
    }
    .sec4_slider .previous {
        left: -40px !important;
    }
    div[itemprop="mainEntity"] {
        padding: 0 10px 0 70px;
    }
    div[itemprop="mainEntity"]:before {
        font-size: 40px;
    }
    .sec7_slider .carousel-cell {
        width: 80%;
    }
    .banner_main {
        flex-wrap: wrap;
        justify-content: start;
        gap: 40px;
    }
    .banner_left {
        width: 60%;
        background-color: #F2E7EB;
    }
    .banner_newsec .banner_left {
         width: 100%;
        background-color: #9E2A2B;
    }
    .banner_right {
        width: 100%;
    }
    .bnr_center_img {
        bottom: auto;
        top: 33%;
        left: 75%;
        width: 45%;
        transform: translate(-50%, -50%);
    }
    .address {
        gap: 10px;
    }

    .banner_newsec .bnr_center_img {
        width: 35%;
        position: relative;
        transform: unset;
        margin: auto;
        left: 0;
        right: 0;
        top: auto;
    }

    img.sec_img.cammob_img {
        display: block;
    }

    img.sec_img.camdesk_img {
        display: none;
    }


}
@media screen and (max-width: 767px) {
    .cmr_sarjpurnew .sec_mainnew iframe {
        width: 100%;
        height: 400px;
    }
    .header_main_sec p.address {
        display: none;
    }
    .banner_left h1 {
        width: 100%;
    }
    .fixedbtn {
        top: auto;
        right: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        opacity: 0;
        transform: translateY(50px);
    }
    .sticky_btn {
        opacity: 1;
        transform: translateY(0px);
    }
    .header_main_sec {
        flex-wrap: wrap;
        gap: 0;
    }
    .header_left_sec {
        width: 100%;
        justify-content: space-between;
    }
    .header_left_sec img {
        width: 125px;
    }
    .header_right_sec {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 10px;
        margin: 10px;
    }
    .contact_nos, .address {
        width: 100%;
    }
    .contact_nos a {
        font-size: 15px;
    }
    .banner_main {
/*        gap: 250px;*/
        padding: 0;
    }
    .banner_left {
        width: 100%;
    }
    .bnr_center_img {
        top: 47%;
        left: 50%;
        width: 60%;
    }
    .sec2_right {
        width: 65%;
    }
    .sec2_left_innr, .sec3 h2.sec_heading, .sec3_item  {
        width: 100%;
    }
    .sec_heading {
        font-size: 30px !important;
    }
    .sec4_slider .next {
        right: 0px !important;
        background: transparent !important;
        top: -35px;
    }
    .sec4_slider .previous {
        left: 0px !important;
        background: transparent !important;
        top: -35px;
    }
    .sec4_lable {
        bottom: 20px;
        left: 20px;
    }
    .sec4 .flickity-viewport {
        height: 121px !important;
    }
    .sec4_lable h3 {
        font-size: 12px;
        padding: 5px 10px;
    }
    .sec5_main {
        flex-wrap: wrap;
        gap: 20px;
    }
    .sec5_item {
        width: 46%;
    }
    h3.fquestion.collapsed:after {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .active div[itemprop="acceptedAnswer"], .sec8 h2 {
        width: 100%;
    }
    div[itemprop=text] p {
        padding-left: 10px;
    }
    h3.fquestion.collapsed {
        padding-left: 10px;
        font-size: 17px;
        padding-right: 45px;
    }
    div[itemprop="mainEntity"]:before {
        font-size: 25px;
        width: 40px;
        height: 40px;
        top: 25px;
    }
    div[itemprop="mainEntity"] {
        padding: 0 0px 0 50px;
    }
    .sec7_slider .carousel-cell {
        width: 90%;
    }
    .sec7_slide {
        margin: 30px 10px;
    }
    .sec7_message {
        padding: 30px 0 20px;
    }
    .sec7_cont h3 {
        font-size: 20px;
    }

    .banner_newsec .bnr_center_img {
        width: 50%;
    }

    .banner_newsec .banner_left ul li:before {
        left: 2%;
    }
}
@media screen and (max-width: 600px) {

    .cmr_sarjpurnew .sec_mainnew iframe {
        width: 100%;
        height: 230px;
    }

    .banner_left.adm_comnmob, .banner_left.adm_comnmob .banner_admissiontab {
        display: block;
        width: 100%;
    }
    
    .banner_newsec .banner_admissiontab {
        display: none;
    }
    .banner_newsec .bnr_center_img {
        width: 85%;
        margin-top: 20px;
    }

    .banner_left h5 {
        font-size: 18px;
    }

    .banner_main {
        gap: 20px;
    }

    .banner_left h3 {
        font-size: 12px;
        padding: 5px 10px;
    }

    .affilliate {
        font-size: 10px;
    }

    .header_left_sec img {
        width: 100px;
    }

    .newopup_form .banner_form {
    padding: 20px 15px 5px;
}

.newopup_form.bts-popup .bts-popup-container {
    padding: 0;
}

    .banner_right.banner_form h2 {
        font-size: 18px !important;
    }

}
@media screen and (max-width: 400px) {
    .banner_box_main p {
        padding: 6px;
    }
    .sec7_slide {
        padding: 20px;
    }
    .sec7_message {
        font-size: 15px;
    }
    .cmr_sarjpurnew .sec_mainnew iframe {
        width: 100%;
        height: 200px;
    }
}
@media screen and (max-width: 375px) {
    .banner_form h3, .bannr_box h4, .banner_left h3 {
        font-size: 15px;
    }
    .banner_left h1 {
        font-size: 25px !important;
    }
    .banner_box_main p {
        padding: 7px 4px;
    }
    .banner_box_main p {
        font-size: 10.5px;
    }
    .sec_heading {
        font-size: 25px !important;
    }
}