@font-face {
    font-family: Metropolis-Bold;
    src: url(font/Metropolis-Bold.otf);
}
@font-face {
    font-family: Metropolis-Regular;
    src: url(font/Metropolis-Regular.otf);
}
@font-face {
    font-family: Metropolis-Medium;
    src: url(font/Metropolis-Medium.otf);
}
@font-face {
    font-family: Metropolis-MediumItalic;
    src: url(font/Metropolis-MediumItalic.otf);
}
@font-face {
    font-family: Inter-Bold;
    src: url(../css/font/Inter-Bold.otf);
}
@font-face {
    font-family: Inter-SemiBold;
    src: url(../css/font/Inter-SemiBold.otf);
}
@font-face {
    font-family: Inter-Medium;
    src: url(../css/font/Inter-Medium.otf);
}
@font-face {
    font-family: Inter-Regular;
    src: url(../css/font/Inter-Regular.otf);
}
@font-face {
    font-family: Gotham-Bold;
    src: url(../css/font/Gotham-Bold.otf);
}
@font-face {
    font-family: HelveticaNeue-Bold;
    src: url(../css/font/HelveticaNeue-Bold.otf);
}
@font-face {
    font-family: HelveticaNeue-Medium;
    src: url(../css/font/HelveticaNeue-Medium.ttf);
}
@font-face {
    font-family: HelveticaNeue-Regular;
    src: url(../css/font/HelveticaNeue-Regular.ttf);
}

@font-face {
    font-family: Lobster-Regular;
    src: url(../css/font/Lobster-Regular.ttf);
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html,
body {
    height: 100%;
    width: 100%;
    font-family: Metropolis-Regular;
    font-size: 16px;
}
.logo-img {
    width: 50%;
}
.logo-rgt{
    text-align: right;
}
header {
    overflow: hidden;
    position: relative;
    background: #49277b;   
}
.header_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-content: start;
    padding: 0 30px;
}
.header_mainbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.logobox img {
    max-width: 100px;
}
nav ul {
    padding: 0;
    margin: 0;
    display: flex;
}

/* --------BAnner Section starts---------------- */
.banner_section {
    position: relative;
    margin: 0 0 0 0;
    /* background: #25427d; */
    width: 100%;
    height:500px;
}

.content_form_box {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/banner-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0 0 25px 0;
    min-height: 480px;
    width: 100%;
    z-index: 1;
    position: relative;
    /* background:#25427d; */
}
.banner_heading1 {
    font-family: "HelveticaNeue-Medium";
    font-size: 35px;
    color: #4F2173;
    line-height:40px;
    margin-top: 65px;
}
.banner_heading1 span {
    font-family: "Lobster-Regular";
    font-size: 35px;
    color: #4F2173;
    line-height:40px;
    margin-top: 65px;
}
.banner_heading2 {
    font-family: "HelveticaNeue-Bold";
    font-size: 15px;
    color: #fff;
    line-height: 40px;
}
.banner_heading3 {
    font-family: "HelveticaNeue-Bold";
    font-size: 23px;
    color: #fff;
    line-height: normal;
    line-height: 45px;
    padding: 10px 15px;
    background: #969DEB;
    background: linear-gradient(90deg, rgba(150, 157, 235, 1) 0%, rgba(146, 198, 252, 1) 50%, rgba(201, 147, 233, 1) 100%);
    position: absolute;
    bottom: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.banner_content_box {
    /* width: 92%; */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.student-img .student-desk {
    max-width: 335px;
    margin: -116px 0 0 0;    
}
.student-mob{
    display: none;
}
.banner_btn img {
    width: 65%;
    margin-top: 15px;
}
.form-heading {
    margin: 0 0 0 0;
    font-family: "Metropolis-Bold";
    text-align: center;
    font-size: 22px;
    background: #3d338a;
    color: #fff;
    padding: 10px 0;
    border-radius: 20px 20px 0 0;
    line-height: 26px;
}
.banner-form {
    max-width: 325px;
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 28px #0000001a;
    border-radius: 40px;
    z-index: 1;
    margin-top: 35px;
}
.banner-form form {
    z-index: 2;
    position: relative;
    padding: 10px 20px 10px 20px;
}
.banner-form h3 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin: 15px 0;
}
.banner-form lable,
.tab-content h5,
.tab-content h6,
a.submit_btn {
    color: #fff;
}
textarea.form-control {
    resize: none;
}
.banner-form select.form-control {
    background: url(../images/arrow1.webp) 100% no-repeat #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #00000059;
    cursor: pointer;
    font-family: "Metropolis-Regular";
}
.form-control::placeholder {
    color: #989898;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #ced4da;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: #000;
    opacity: 1;
}
.form-control:focus {
    border-color: #3d338a;
    box-shadow: 0 0 0 0.25rem #eb904863;
}
.banner-form-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    /* padding-top: 23px; */
    padding-right: 50px;
}
.banner-form .form-control {
    font-size: 11px;
    line-height: 18px;
    border-radius: 0;
    height: auto;
    min-height: auto;
    padding: 8px;
    max-height: 60px;
    margin: 0 0 10px 0;
    color: #000;
    font-family: "Metropolis-Regular";
    border: 0;
    border-bottom: 1px solid #ccc;
}
.mobile_view {
    display: none;
}
.btn-wrap p {
    font-size: 9px;
    color: #3c3c3c;
    font-family: Metropolis-Regular;
    padding-top: 5px;
}
.btn_submit {
    padding: 9px 25px;
    color: #fff !important;
    font-weight: 500;
    border: 2px solid;
    border-radius: 25px;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    background-color: #969deb;
    font-family: "Metropolis-Bold";
}
.btn_submit:hover {
    text-decoration: none;
    color: #969deb !important;
    background: #fff !important;
    border: 2px solid #969deb !important;
}
select {
    color: #9e9e9e;
}
option:not(:first-of-type) {
    color: #000;
}
.loader {
    display: none;
    border: 4px solid rgb(255 255 255 / 0.3);
    border-top: 4px solid #3d338a;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: spin 1s linear infinite;
    margin-left: 10px;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loading {
    background-color: #ccc;
    pointer-events: none;
}
.banner-desk {
    display: block;
}
.banner-mob {
    display: none;
}
.banner-cmp{
    width: 60%;
}
.banner-cmp-line{
    border-right: 1px solid #b7b5b5;
    height: 80px;
}
.cmp-text{
    font-family: "HelveticaNeue-Medium";
    font-size: 17px;
    color: #3D338A;
    padding: 10px 0;
    text-align: left;
}
.banner-logo{
    width: 33%;
    height: 55px;
}
/* -------Banner section ends----------- */

/* Highlights sections starts */
.hl-section{
    padding: 40px 0;
    background: #EFEFEF;
}
.hl-icon img {
    width: 50px;
    align-items: center;
    padding: 10px 0;
    margin: 0 0 0 0;
}
.logo-after-line {
    height: 90%;
}
.hl-icon{
    text-align: center;   
    border-right: 1px solid #deb1ab;
    height: 80px;
}
.content-box p{
    font-family: 'Inter-Medium';
    color: #1D2D34;
    padding: 10px 0;
}
.txt-heading h2 {
    text-align: center;
    font-family: Inter-SemiBold;
    font-size: 40px;
    color: #707070;
}
.hl-comp1{
    /* width: 70%; */
    padding: 30px 0;
    display: block;
}
.hl-comp1-mob, .hl-comp3-mob{
    display: none;
}
.hl-comp2{
    width: 80%;
    padding: 30px 0;   
}
.hl-comp3{
    width: 100%;
    padding: 30px 0;
    display: block;
}
.hl-section .divider {
    position: relative;
    margin-top: 10px;
    height: 1px;
}
.hl-section .div-transparent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 27%;
  width: 45%;
  height: 2px;
  background: linear-gradient(to right, #969DEB, transparent);
}
/* Highlights section ends */


/* Awards section starts */
.awards-section {
    padding: 40px 0 0px 0;
    background: #4D2275;
    background: linear-gradient(90deg, rgba(77, 34, 117, 1) 0%, rgba(64, 47, 134, 1) 50%);;
}
.awards-section .txt-heading h2 {
    font-family: 'HelveticaNeue-Bold';
    font-size: 40px;
    color: #FFFFFF;
    text-align: center;
    line-height: 46px;
}
.aw-box p {
    font-family: Inter-Regular;
    font-size: 15px;
    padding: 25px 30px;
    color: #fff;
}
.aw-img {
    width: 28%;
    padding: 0 10px 0 10px;
    text-align: center;
    font-family: "Inter-Regular";
    margin-top: 20px;
    position: relative; /* Required for pseudo-element */
}
.aw-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px; /* Line thickness */
  height: 87%;
  background: linear-gradient(
    180deg,
    rgba(150, 157, 235, 1) 0%,
    rgba(61, 51, 138, 1) 100%
  );
}
/* Remove line for the last element */
.aw-img:last-child::after {
  display: none;
}
.aw-img img {
    width: 100%;
}
.awards-section .divider {
    position: relative;
    margin-top: 10px;
    height: 1px;
}
.awards-section .div-transparent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 27%;
  width: 45%;
  height: 2px;
  background: linear-gradient(to right, #969DEB, transparent);
}
/* Awards section ends */

/* Programmes Offered section starts */
.prog-section{
    margin: 0px 0 0 0;
    background-color: #fff;
    padding: 20px 0;
    color: #707070;
}
.prog-section .txt-heading h2 {
    color: #4F2173;
    padding: 25px 0 0 0;
    position: relative;
    z-index: 0;
    left: 0;
    font-family: Inter-SemiBold;
    font-size: 35px;
}
.prog-section .txt-heading h3 {
    font-size: 26px;
    font-family: Inter-Bold;
    color: #ffffff;
    text-align: center;
    padding-top: 20px;
}
.prog-section .txt-heading h3 span {
    font-size: 26px;
    font-family: Inter-Medium;
    color: #ffffff  ;
    text-align: center;
}
.prog-text, .prog-text1{
    padding: 10px;
    background-color: #E5E8E7;
    color: #5C5C5C;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #c9c9c9;
}
.prog-text p {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    color: #5C5C5C;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
}
.prog-text1 p{
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    color: #5C5C5C;
    text-align: center;
    margin: 0 auto;
    padding: 20px 12px;
}
.divider {
    position: relative;
    margin-top: 10px;
    height: 1px;
}
.prog-section .div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 27%;
    width: 45%;
    height: 2px;
    background: linear-gradient(to right, #969DEB, transparent);
}
.ind-heading .div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
   left: 35%;
    width: 32%;
    height: 2px;
    background: linear-gradient(to right, #969DEB, transparent);
}
 .prog-content p{
    font-size: 26px;
    font-family: HelveticaNeue-Bold;
    color: #8C8A8E;
    text-align: center;
}
 .prog-content p span{
    font-size: 26px;
    font-family: HelveticaNeue-Bold;
    color: #6E3890;
    text-align: center;
}
.prog-offered p{
    font-size: 18px;
    font-family: HelveticaNeue-Regular;
    color: #707070;
    text-align: center;
}

.pl_box p {
    text-align: center;
    margin: 0 0;
    font-size: 40px;
    font-family: 'METROPOLIS-BOLD';
    color: #ffffff;
}
.pl_box h5 {
    text-align: center;
    font-size:20px;
    font-family: Inter-Regular;
    color: #ffffff;
    padding: 0 52px 10px 52px;
}
.pl_box {
    padding: 0 10px 0 10px;
    text-align: center;
    font-family: "Inter-Regular";
    /* border-right: 2px solid #C4C4C4; */
    margin-top: 10px;
}
.pl_after-last {
    border-right: none;
}
.pl-bg{
    background: #969DEB;
    background: linear-gradient(90deg, rgba(150, 157, 235, 1) 0%, rgba(146, 198, 252, 1) 50%, rgba(201, 147, 233, 1) 100%);
    border-radius: 20px;    
    position: relative;
    padding: 20px 20px;
    margin-bottom: 30px;
}
.pl-heading .divider {
    position: relative;
    margin-top: 10px;
    height: 1px;
}
.pl-heading .div-transparent:before {
   content: "";
    position: absolute;
    top: 0;
    left: 34%;
    width: 33%;
    height: 2px;
    background: linear-gradient(to right, #969DEB, transparent);
}
.pl-after-line {
    max-height: 80%;
    border-right: 2px solid #fff;
}
.white-line{
    content: "";
    position: absolute;
    top: 47%;
    left: 45px;
    width: 91%;
    height: 2px;
    background: #fff;
    margin: 20px 0;
}
.client-logo-bg{
    background-color: #969DEB;
    padding: 40px 50px;
}
/* Programmes Offered section ends */

/* Specialization section starts */
.spl_section{
    margin: 30px 0;
}
.spl_section .txt-heading h2 {
    text-align: center;
    font-family: 'HelveticaNeue-Bold';
    font-size: 40px;
    margin:25px 0;
    color: #4F2173;
}
.spl_section .txt-heading h2 span {
    color: #6E3890;
    font-size: 40px;
    margin: 15px 0;
    font-family: 'HelveticaNeue-Bold';
}
.spl_section .div-transparent:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 132px;
    right: 0;
    width: 77%;
    height: 2px;
    background: linear-gradient(to right, #969DEB, transparent);
}
.spl-to-join-points ul li::before{
    content: "";
    position: absolute;
    background-image: url(../images/pointer1.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: inherit;
    left: -30px;
    top: 10px;
    height: 100px;
    width: 50px;
}
.spl-to-join-points ul{
    background-image: url(../images/spl-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0 0 25px 0;
    min-height: 675px;
    width: 100%;
    z-index: 1;
    position: relative;
    padding: 50px 70px;
}
.spl-to-join-points ul li {
    font-size: 20px;
    line-height: 37px;
    color: #ffffff !important;
    font-family: Inter-Medium;
    list-style: none;
    position: relative;
}
/* Specialization section ends */

/* ABOUT US SECTION Starts */
.aboutus_section {
    padding: 30px 0;    
    background-color: #fff;
}
.aboutus_section .txt-heading h2 {
    text-align: center;
    font-family: Inter-SemiBold;
    font-size: 35px;
    color: #4F2173;
}
.aboutus_section .div-transparent:before {
   content: "";
    position: absolute;
    top: 0;
    left: 25%;
    width: 52%;
    height: 2px;
    background: linear-gradient(to right, #969DEB, transparent);
}
.about_content p {
    font-family: Inter-Medium;
    font-size: 16px;
    padding: 0 20px;
    margin-bottom: 30px;
    text-align: justify;
}

footer {
    background: #4F2173;
}
hr {
    margin: 0;
}
.copyright {
    font-size: 10px;
    font-family: "Metropolis-Regular";
    color: #fff;
    padding: 5px 0;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 99;
    border: none;
    outline: 0;
    background-color: #4F2173;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    border-radius: 40px;
    font-size: 22px;
    opacity: 0.5;
    height: 40px;
    width: 40px;
}
#myBtn:hover {
    opacity: 1;
}
.thankyoutext {
    text-align: center;
    padding: 30px 0;
    font-size: 25px;
}
.thankyou_button {
    text-align: center;
}
.thankyou_banner_section {
    padding: 50px 0 120px 0;
    color: #000;
    font-family: "Metropolis-Regular";
}
.ty_btn,
.btn_tysubmit a {
    font-family: "Metropolis-Regular";
    background: #969deb;
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: 0.4s;
}
.ty_btn:hover,
.btn_tysubmit a:hover {
    text-decoration: none;
    color: #969deb;
    background: #fff;
    border: 1px solid #969deb;
}

/*---------------- Responsive screens ----------------*/
@media (min-width:1641px) and (max-width:2000px) {
.student-img .student-desk {
    width: 100%;
    /* margin: -156px 0 0 0; */
}
}
@media (min-width:1367px) and (max-width:1640px) {
    .student-img .student-desk {
        width: 92%;
        /* margin: -115px 0 0 0; */
    }                   
}
@media (min-width:1200px) and (max-width:1366px) {
    /* .student-img .student-desk {
        width:100%;
        margin: -81px 0 0 0;
    }                    */
}
@media screen and (max-width: 1024px) {
    /* .student-img img {
        width: 100%;
        margin: -41px 0 0 0;
    } */
    .banner_form_box {
        margin: 28px 0 0 0;
        width: 290px;
    }
    .list_icon p {
        font-family: "Inter-Regular";
        font-size: 15px;
    }
    .pl_box p {
        font-size: 30px;
    }
    .pl_box h5 {
        font-size: 15px;
    }
    .aw-img {
        width: 25%;
    }
    /* .aboutus_section .txt-heading h2,  {
        font-size: 40px;
    } */
    .aboutus_section .txt-heading h4 {
        font-size: 27px;
    }
    .banner_heading1,
    .banner_heading2,
    .banner_heading3 {
        font-size: 19px;
    }
    .banner_heading1 {
        margin-top: 47px;
        /* margin-top: 97px; */
    }
    /* .hl-icon img { 
        margin: 0 0 0 30px;
    } */
    .student-img .student-desk {
        width: 83%;
        /* margin: 82px 0 0 0; */
        /* margin: -28px 0 0 0; */
    }
    /* .banner_section {      
        height: 309px;
    } */
    .banner-form {
        margin-top: 35px;
        /* margin-top: -11px; */
    }
    .hl_section {
        margin-top: 80px;
    }
    /* .spl-to-join-points {
        height: auto;
    } */
    .spl-to-join-points ul li::before, .spl-to-join-points ul li.point2::before {
        top: 9px;
    }
    .spl-to-join-points ul li {
        line-height: 31px;
        font-size: 17px;
    }
    
    .feature-text p, .feature-text1 p {
        font-size: 18px;
        padding: 10px 0px;
    }
    .banner_heading3 span {
        font-family: "HelveticaNeue-Bold";
        font-size: 30px;
    }
    .prog-text p {
        font-size: 17px;
    }
    .spl-to-join-points ul {
        min-height: auto;
        padding: 56px 40px;
    }
    .white-line {
        content: "";
        position: absolute;
        top: 43%;
    }
}
@media screen and (max-width: 992px) {
    .logo-img {
        width: 100%;
    }
    /* .banner_content_box img {
        width: 10%;
        margin: -301px 0 0 0;
    } */
    .banner_btn img {
        width: 25%;
        margin: 0;
    }
    .banner_heading1 {
        font-size: 30px;
    }
    .banner_listbox_inner {
        margin-bottom: 20px;
    }
    .aw-box p {
        font-size: 14px;
    }
    .spl_section .txt-heading h2 {
        left: 0;
    }
    .about_content p span {
        font-family: Inter-Regular;
        font-size: 21px;
    }
    .about_content p {
        text-align: center;
        font-size: 16px;
        padding: 18px 10px 0 10px;
    }
    .adm-open_section .txt-heading h2,.spl_section .txt-heading h2, .spl_section .txt-heading h2 span  {
        font-size: 36px;
        text-align: center;
    }
    .banner_form_box {
        margin: 28px 0 0 0;
        width: 100%;
    }
    
    .banner-mob {
        display: block;
    }
    .banner-form {
        margin-top: 20px;
    }
    .prog-list1 li,
    .prog-list2 li,
    .prog-list3 li,
    .prog-list4 li,
    .prog-list5 li {
        font-size: 17px;
    }
    .prog_listbox5 {
        margin-top: -222px;
    }
    .student-desk{
        display: block;
    }
    .student-mob{
        display: none;
    }
    .student-img img {
        width: 100%;
        margin: 0 0 0 0;
    }
    /* .student-img .student-desk {
        width: 100%;
        margin: -13px 0 0 0;
    } */
    .banner_section {
        height: 490px;
    }
    .banner-form {
        margin-top: 28px;
    }
    .banner-form-wrap {
        padding-right: 75px;
    }
    .hl_section{
        margin-top: 100px;
    }
    .banner_heading1 {
        margin-top: 75px;
    }
    .pl_box {
        width: 25%;
    }
    .white-line{
        content: "";
        position: absolute;
        top: 43%;
        left: 45px;
        width: 89%;
    }
    .pl_box h5 {
        padding: 0 20px 10px 20px;
    }
    .spl-to-join-points ul {
        min-height: auto;
        padding: 48px 40px;
    }
}

@media screen and (max-width: 768px) {
    header{
        display: none;
    }
    .student-desk{
        display: none;
    }
    .student-mob{
        display: block;
    }
    .logo-img{
        display: none;
    }
    .banner_content_box{
        display: none;
    }
    .hl_section {
        margin-top: 40px;
    }
    .banner_section {
        width: 100%;
        height: 100%;
        /* padding-bottom: 20px; */
    }
    .banner_heading {
        color: #000;
        line-height: normal;
        padding: 10px;
        font-size: 26px;
    }
    .banner_btn {
        padding: 10px 0 20px;
    }
    .content_form_box {
        position: relative;
    }
    .list_icon {
        padding: 10px 0;
    }
    .list_heading {
        min-height: auto;
    }
    section.acheivment_section {
        padding: 30px 0;
    }
    .list_icon span {
        max-height: initial;
        font-size: 40px;
    }
    .nav-pills .nav-link {
        color: #000;
        margin: 10px 10px 0;
        padding: 9px 18px;
        font-weight: 100;
        font-size: 16px;
    }
    .specializationBox {
        margin: 25px 20px 0;
    }
    footer {
        text-align: center;
    }
    footer::before {
        width: 100%;
    }
    .program_offered {
        padding: 30px 0;
    }
    .heading35_white {
        line-height: normal;
    }
    .heading35_black {
        line-height: normal;
    }
    .mapbox {
        margin: 10px 0 0 0;
    }
    .navbar-nav a::after {
        display: none;
    }
    .prog_listbox5 {
        margin-top: -292px;
    }
    .spec-text p {
        text-transform: capitalize;
        font-size: 20px;
    }
    .pl_box,.pl_box1 {
        width: 25%;
    }
    .pl_box p,.pl_box1 p  {
        font-size: 30px;
    }
    .pl_box h5, .pl_box1 h5{
        font-size: 15px;
    }
    .aw-img {
        width: 50%;
    }
    .aw-after-line {
        border-right: 0;
    }
    .content-box{
        text-align: center;
        justify-content: center;
    }
    .hl-icon{
        border-right: 0;
        text-align: center;   
        border-bottom: 1px solid #deb1ab;
        width: 80px;
    }
    .hl-icon img {
        margin:  0 0;
    }
    .content-box p {
        font-size: 16px;
        height: 100px;
        padding-bottom: 10px;
        /* border-bottom: 1px dashed; */
    }
    .hl-section, .spl_section {
        margin: 0px 0;
    }
    .spl-to-join-points ul li {
        margin: 0 0;
        padding: 10px 0 0 0;
        font-size: 16px;
    }
    .spl-to-join-points ul li::before, .spl-to-join-points ul li.point2::before  {       
        background-size: 15px;
        left: -27px;
        top: 16px;
        height: 100px;
        width: 50px;
    }
    .prg-icon {
        text-align: center;
    }
    .feature-text p, .feature-text1 p {
        font-size: 14px;
        padding: 10px 0px;
    }
    .content-box p {
        font-size: 16px;
        height: auto;
        padding-bottom: 10px;
    }
    .hl-comp {
        width: 60%;
        padding: 20px 0;
    }
    .banner-form {
        margin: 0 0 0 0 !important;
    }
    .prog-text p, .prog-text1 p {
        font-size: 12px;
        padding: 10px 0px;
    }
    .hl-section .div-dot:after, .prog-section .div-dot:after, .awards-section .div-dot:after, .pl_section .div-dot:after {
        width: 60px;
    }
    .content_form_box {
        background-image: none;
    }
    .banner-form-wrap {
        padding-right: 0px;
        padding-top: 20px;
    }
    .hl-comp1, .hl-comp3{
        display: none;
    }
    .hl-comp1-mob, .hl-comp3-mob{
        display: block;
    }
}
@media screen and (max-width: 580px) {
    #navbar img {
        margin: 70px 0 0 0;
        width: 80px !important;
        height: 80px !important;
    }
    .student-img{
        padding: 0;
    }
    .student-mob {
        display: block;    
    }
    .student-img img {
        width: 100%;
        margin: 0 0 0 0;
    }
    .banner_content_box img {
        width: 10%;
        margin: -165px 0 0 0;
    }
    .banner_heading1 {
        font-family: "BebasNeue-Bold";
        font-size: 19px;
        color: #f3a43b;
        line-height: 38px;
        margin-top: 0px !important;
    }
    .banner_heading2 {
        font-family: "BebasNeue-Bold";
        font-size: 20px;
        color: #fff;
        line-height: 23px;
    }
    .banner_btn img {
        width: 25%;
        margin: 0;
    }
    section.prog_section {
        padding: 0 0 20px 0;
    }
    .spl_logobox {
        border: 0;
    }
    .aboutImg_box img,
    .about_content p {
        text-align: center;
    }
    .adm-open_section .txt-heading h2, .adm-open_section .txt-heading h2 span,
    .spl_section .txt-heading h2, .spl_section .txt-heading h2 span  {
        font-size: 30px;
    }
    .recruiters_section {
        margin: 0;
        padding: 0;
    }
    .prog_listbox3,
    .prog_listbox5 {
        margin-top: 0;
    }
    .txt-heading h2, .txt-heading h2 span, .aboutus_section .txt-heading h2, .aboutus_section .txt-heading h2 span {
        font-size: 36px;
    }
    .counter-Txt {
        margin-bottom: 10px;
    }
    .pl_box, .pl_box1 {
        width: 100% !important;
        border-right: none;
        border-bottom: dashed 1px #c4c4c4;
    }
    .pl-bg, .pl-bg1 {
        /* padding: 20px 0; */
        width: 100%;
        height: 100% !important;
        margin: 0 0;
    }
    .d-flex {
        display: flex !important;
        flex-direction: column;
    }
    .pl_after-last {
        border-bottom: none;
    }
    .aw-img {
        width: 100%;
    }
    .aw-after-line {
        border-right: 0;
    }
    .logo-img {
        width: 100%;
        padding: 20px 0;
    }
    .banner-form-wrap {
        padding:20px 0 0 0 !important;
    }
    /* .spl-to-join-points{
        padding: 0 0px;
        height: 100%;
    } */
    .div-transparent:before {
        content: "";
        position: absolute;
        top: -20px;
        left: 21%;
        right: 0;
        width: 58%;
        height: 2px;
        background-image: linear-gradient(to right, #C66445, #C66445, #C66445);
    }
    .logo-align{
        text-align: center;
    }
    header{
      margin: 0 0;
    }
    .logo-rgt{
        text-align: center;
        background-color: #FCE8CF !important;
        padding: 20px 0;
    }
    .banner-form {
        margin-top: 0px;
    }
    .content-box p {
        font-size: 16px;
        height: auto;
        padding-bottom: 10px;
        border-bottom: 1px dashed;
    }
    .hl-icon{
        border-bottom: 0;
    }
    .st-dev-left ul {
        /* list-style-type: none; */
        text-align: left;
    }
    .spl_section .div-transparent:before {
        content: "";
        position: absolute;
        top: -20px;
        left: 12px;
    }
    .white-line{
        display: none;
    }
    .client-logo-bg {
        background-color: #969DEB;
        padding: 40px 0px;
    }
    
    .spl-to-join-points ul {
        min-height: auto;
        padding: 48px 50px;
    }
}
@media screen and (max-width: 380px) {
    .specialization .txt-heading h2, .specialization .txt-heading h2 span,
    .spl_section .txt-heading h2, .spl_section .txt-heading h2 span  {
        font-size: 32px;
    }
    .txt-heading h2 {
        font-size: 36px;
    }
    .spl_logobox {
        font-size: 12px;
    }
    form {
        overflow: hidden;
    }
    .banner_content_box img {
        width: 10%;
        margin: -138px 0 0 0;
    }
    .banner_btn img {
        width: 24%;
        margin: 0 0 0 0;
    }
    .prog_listbox3,
    .prog_listbox5 {
        margin-top: 0;
    }
    .txt-heading h2 {
        font-size: 36px;
        margin-top: 15px;
    }
    .banner-form-wrap {
        padding-right: 0;
    }
    .spl-to-join-points ul h3 {
        font-size: 23px;
    }
}
