@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-Regular;
    src: url(../css/font/HelveticaNeue-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: 100%;
}
.logo-rgt{
    text-align: right;
}
header {
    overflow: hidden;
    position: relative;
    background: #fff;   
    margin-bottom: 30px;
    margin-top: 20px;
}
.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 25px 0;
    background: #1F3764;
    width: 100%;
    height:500px;
}

.content_form_box {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#1F3764;
}
.banner_heading1 {
    font-family: "HelveticaNeue-Bold";
    font-size: 35px;
    color: #fff;
    line-height:40px;
    margin-top: 87px;
}
.banner_heading2 {
    font-family: "HelveticaNeue-Bold";
    font-size: 35px;
    color: #fff;
    line-height: 40px;
}
.banner_heading2 span{
    color: #56983F;
    font-family: "HelveticaNeue-Bold";
}
.banner_heading3 {
    font-family: "HelveticaNeue-Regular";
    font-size: 21px;
    color: #fff;
    line-height: normal;
    line-height: 28px;
    padding-top: 14px;
}
.my_btn {
    border: 0;
    padding: 5px 15px;
    border-radius: 100px;
    background-color: #56983f;
    color: #fff;
    font-size: 24px;
    font-family: 'Metropolis-Bold';
    margin-top: 15px;
}
.banner_content_box {
    /* width: 92%; */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.student-img .student-desk {
    max-width: 332px;
    /* margin: -46px 0 0 -120px;     */
}
.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: #56983f;
    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: #56983f;
    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: #56983f;
    font-family: "Metropolis-Bold";
}
.btn_submit:hover {
    text-decoration: none;
    color: #56983f !important;
    background: #fff !important;
    border: 2px solid #56983f !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 #56983f;
    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 section ends----------- */

/* Highlights sections starts */
.hl-section{
    margin: 40px 0;
}
.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: #696969;
}
.txt-heading h2 span {
    font-family: Inter-SemiBold;
    font-size: 40px;
    color: #56983F;
}
.hl-comp{
    width: 30%;
    padding: 30px 0;
}
/* Highlights section ends */

/* Specialization section starts */
.spl_section .txt-heading h2 {
    text-align: left;
    font-family: Metropolis-Bold;
    font-size: 40px;
    margin: 19px 0;
    color: #fff;
}
.spl_section .txt-heading h2 span {
    text-align: left;
    font-family: Metropolis-Medium;
    font-size: 40px;
    color: #56983F;
}
.spl_section .div-transparent:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    width: 84%;
    height: 2px;
    background-image: linear-gradient(to right, #C66445, #C66445, #C66445);
}
.spl_section .div-dot:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -24px;
    left: 0;
    width: 55px;
    height: 10px;
    background-color: #DA3832;
}
.spl-to-join-points ul li::before {
    content: "";
    position: absolute;
    background-image: url(../images/pointer1.webp);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: inherit;
    left: -30px;
    top: 10px;
    height: 100px;
    width: 50px;
}
.spl-to-join-points ul li.point2::before {
    content: "";
    position: absolute;
    background-image: url(../images/pointer2.webp);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: inherit;
    left: -30px;
    top: 10px;
    height: 100px;
    width: 50px;
}
.spl-to-join-points{
 background: #1F295E;
 padding-left: 30px;
 height: auto;
}
.spl-to-join-points ul li {
    font-size: 17px;
    line-height: 38px;
    color: #fff !important;
    font-family: Inter-Medium;
    list-style: none;
    position: relative;
}
/* Specialization section ends */

/* Features section starts */
.feature-section{
    margin: 40px 0 20px 0;
}
.feature-section .txt-heading h2 {
    color: #696969;
    padding: 25px 0;
    position: relative;
    z-index: 0;
    left: 0;
    font-family: Inter-SemiBold;
    font-size: 35px;
}
.feature-section .txt-heading h2 span {
    font-size: 35px;
    font-family: Inter-SemiBold;
    color: #56983F  ;
}
.feature-text, .feature-text1{
    padding: 10px;
    background-color: #fff;
    color: #882e29;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #c9c9c9;
}
.feature-text p {
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
}
.feature-text1 p{
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 700;
   color: #fff;
   text-align: center;
   margin: 0 auto;
   padding: 10px 12px;
}
/* Features section ends */

/* Placement sections starts */
.pl_section{
    margin-bottom: 40px;
}
.pl_section .txt-heading h2 {
    color: #696969;
    padding: 25px 0;
    position: relative;
    z-index: 0;
    left: 0;
    font-family: Inter-SemiBold;
    font-size: 35px;
}
.pl_section .txt-heading h2 span {
    font-size: 35px;
    font-family: Inter-SemiBold;
    color: #56983F;
}
.divider {
    position: relative;
    margin-top: 10px;
    height: 1px;
}

/* .pl-bg {
    border-radius: 12px;
    border: 1px solid #707070;
    background-color: #F7F7F7;
    padding: 20px 0;
    height: 168px;
} */
/* .pl_logobox {
    text-align: center;
    font-family: "Inter-Regular";
    border-right: 1px solid #bcbcbc;
} */
.pl_box p {
    text-align: center;
    margin: 0 0;
    font-size: 40px;
    font-family: Inter-SemiBold;
    color: #56983F;
}
.pl_box h5 {
    text-align: center;
    font-size:22px;
    font-family: Inter-Medium;
    color: #1D2D34;
    padding: 0 20px;
}
.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;
}
/* Placement Highlights ends */

/* Recruitment section starts */
.recruiters_section {
    padding: 20px 0;
}
.recruiters_section .txt-heading h2 {
    color: #696969;
    padding: 25px 0;
    position: relative;
    z-index: 0;
    left: 0;
    font-family: Inter-SemiBold;
    font-size: 35px;
}
.recruiters_section .txt-heading h2 span {
    font-size: 35px;
    font-family: Inter-SemiBold;
    color: #56983F  ;
}
.recruiters_logobox {
    margin: 0 0 25px 0;
    overflow: hidden;
    transition-duration: 0.5s;
    background-color: #fff;
}
.recruiters_logobox img {
    transform: scale(0.9);
    transition-duration: 0.5s;
    width: 100%;
    height: auto;
    min-height: 80px;
    max-height: 150px;
    aspect-ratio: 2 / 1;
    object-fit: contain;
    display: block;
}
.recruiters_logobox:hover img {
    transform: scale(1.1);
}
/* Recruitment section ends */
.awards-section {
    padding: 40px 0 1px 0;
    background-color: #efefef;
}
.awards-section .heading {
    font-family: Inter-Medium;
    font-size: 40px;
    color: #000;
    text-align: center;
    line-height: 46px;
}
.awards-section .heading span {
    font-family: BebasNeue-Black;
    color: #9c0b0d;
}
.aw-box p {
    font-family: Inter-Regular;
    font-size: 15px;
    padding: 25px 10px 0 10px;
}
.aw-img {
    width: 20%;
    padding: 0 10px 0 10px;
    text-align: center;
    font-family: "Inter-Regular";
    border-right: 1px solid #f08d41;
    margin-top: 20px;
}
.aw-after-line {
    max-height: 80%;
}
.aw-img img {
    width: 85%;
}
.aw-after-line-last {
    border-right: none;
}
.aboutus_section {
    margin: 30px 0 0 0;
    background: #EFF0F0;
    padding: 40px 0;
}
.aboutImg_box img {
    border-radius: 10px 0 0 10px;
    border: 1px solid #ddd;
    width: 100%;
    height: 270px;
}
.about_content p {
    font-family: HelveticaNeue-Regular;
    font-size: 18px;
    padding: 0 20px;
    margin-bottom: 30px;
    text-align: justify;
}
                                                                   
.aboutus_section .txt-heading h2 {
    text-align: center;
    font-family: Inter-SemiBold;
    font-size: 40px;
    color: #696969;
}
.aboutus_section .txt-heading h2 span {
    text-align: left;
    font-family: Inter-SemiBold;
    font-size: 40px;
    color: #56983F;
}
.adm-open_section {
    text-align: center;
    width: 100%;
    background-color: #56983F;
}
.adm-open_section .txt-heading h2 {
    color: #fff;
    padding: 25px 0;
    position: relative;
    z-index: 0;
    left: 0;
    font-family: Inter-SemiBold;
    font-size: 45px;
}
.adm-open_section .txt-heading h2 span {
    font-size: 45px;
    font-family: Inter-Regular;
}
.apply_btn {
    border: 0;
    padding: 0 32px;
    border-radius: 100px;
    background-color: #fff;
    color: #484848;
    font-family: "Metropolis-Bold";
    font-size: 35px;
    margin: 50px 0;
    cursor: pointer;
}
footer {
    background: #20375f;
}
hr {
    margin: 0;
}
.copyright {
    font-size: 10px;
    font-family: "Metropolis-Regular";
    color: #fff;
    padding: 5px 0;
}
.copyright a img {
    width: 95px;
    background-color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 99;
    border: none;
    outline: 0;
    background-color: #56983F;
    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: #56983F;
    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: #56983F;
    background: #fff;
    border: 1px solid #56983F;
}

/*---------------- 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 {
        width: 20%;
    }
    .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: 20px;
    }
    .banner_heading1 {
        margin-top: 164px;
        /* margin-top: 97px; */
    }
    /* .hl-icon img { 
        margin: 0 0 0 30px;
    } */
    .student-img .student-desk {
        width: 82%;
        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: 5px;
    }
    .spl-to-join-points ul li {
        line-height: 28px;
    }
    
    .feature-text p, .feature-text1 p {
        font-size: 18px;
        padding: 10px 0px;
    }
}
@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: 125px;
    }
    .pl_box {
        width: 25%;
    }
}

@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 {
        width: 25%;
    }
    .pl_box p {
        font-size: 30px;
    }
    .pl_box 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: 21px;
        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;
    }
}
@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 {
        width: 100% !important;
        border-right: none;
        border-bottom: dashed 1px #c4c4c4;
    }
    .pl-bg {
        /* 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: 0 0 !important;
    }
    .spl-to-join-points{
        padding: 0 30px;
        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;
    }
}
@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;
    }
}
