.container {
    max-width: 96vw;
    width: 100%;
}

.d-flex {
    display: flex;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }

    .d-lg-none {
        display: none !important;
    }
}

.p-0 {
    padding: 0 !important
}
  .banner .slide__img img {
          
            aspect-ratio: 6/2;
        }
.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.header-main {
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
    justify-content: space-between;
}

@media(max-width:648px) {
    .header-main {
        /* flex-direction: column; */
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        column-gap: 5px;
    }
}

.header-main-logo {
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    column-gap: 5px;
    width: 1100px;
}

@media only screen and (min-width: 991px) and (max-width: 1068px) {
    .header-main-logo {
        width: 1260px;
    }
}

@media only screen and (max-width: 648px) {
    .header-main-logo {
        width: auto;
    }
}


.logo-text {
    padding: 0 0px;
}

.my-button-box {
    margin-bottom: 30px;
}

.my-button {
    height: 60px;
    color: #fff;
}

.my-button button {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    transition: 0.4s;
    border: none;
    outline: 0;
}

.my-button button:hover {
    color: #fff;
    transform: scale(1.1);
    transition: 0.4s;
}

.text-center {
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .my-button {
        margin-bottom: 15px;
    }
}

.right-annouce li {
    padding: 5px;
}

a.btn.btn-lg.new_button {
    font-size: 12px !important;
    font-weight: normal !important;
    padding: 10px !important;
    text-align: center;
    min-width: 110px !important;
}

.row.newcell .col-md-4:first-child {
    padding-left: 15px !important;
    padding-right: 6px !important;
}

.row.newcell .col-md-4:nth-child(2) {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.row.newcell .col-md-4:last-child {
    padding-left: 6px !important;
    padding-right: 15px !important;
}

@media only screen and (max-width: 960px) {
    .row.newcell .col-md-4:first-child {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .row.newcell .col-md-4:nth-child(2) {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .row.newcell .col-md-4:last-child {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .news {
        height: 42px;
    }

    .news ul li {
        line-height: 45px;
    }
}

.marqueestyle {
    /* padding: 4px 5px 5px 5px; */
}

.first_section {
    margin: 0 !important;
}

.marqueetext {
    /* border: 1px solid #636363; */
    padding: 5px 10px;
    border-radius: 4px;
    background: #ffffff;
    margin: 0px 10px;
    color: #052960;
    font-weight: 600;
}

ul#news_updates_links.newbottom li a {
    background: #fff;
    box-shadow: none;
    color: #000;
    padding: 0;
    overflow: hidden;
}

.dropdown-menu.multi-level>.dropdown-submenu:target>.dropdown-menu {
    display: block !important
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.welcome_content .customer-logos .slick-slide img,
.home_columns_order2 .customer-logos .slick-slide img {
    height: 170px;
    border-radius: 50%;
    border: #96000b solid;
    padding: 1px;
}

@media(max-width: 480px) {

    .welcome_content .customer-logos .slick-slide img,
    .home_columns_order2 .customer-logos .slick-slide img {
        height: 120px;
    }

    .h3,
    h3 {
        font-size: 16px;
    }
}

.slick-slider {
    margin-top: 85px;
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 0px auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

#auth {
    display: flex;
    flex-direction: row
}

#auth.sign-up #slider {
    left: 50%
}

#auth form {
    flex: 100%;
    padding: 3vh 5vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f2f2f7
}

#auth form label {
    margin-bottom: 5px
}

#auth form button,
#auth form input {
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 1.25rem;
    outline: none
}

#auth form input {
    border: 1px solid #b5b5b5;
    transition: 125ms ease
}

#auth form input:focus {
    border-color: #00f;
    box-shadow: 0 0 0 2pt rgba(0, 0, 255, .3)
}

#auth form button {
    color: #fff;
    border: none;
    margin-top: 20px;
    background: rgb(45, 87, 151);
    box-shadow: 0 3px 15px 5px rgba(0, 0, 0, .2);
    cursor: pointer;
    font-family: Quattrocento Sans;
    transition: 75ms ease
}

#auth form button:active {
    background: #00f;
    transform: scale(.95)
}

#slider {
    color: #fff;
    width: 50%;
    /*background-image: url('../images/auth_bg.jpg');*/
    background-attachment: fixed;
    background-size: 100vw 100%;
    transition: left .3s ease;
    -webkit-clip-path: inset(0);
    clip-path: inset(0)
}

#slider,
#slider:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

#slider:before {
    content: "";
    display: block;
    width: 100%;
    background-color: #0d7bba;
    opacity: 0.8;
}

#slider div {
    color: #fff;
    position: relative;
    width: 100%;
    padding: 50px;
    top: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box
}

#slider #login-text {
    left: 0
}

#slider #sign-up-text {
    left: 50vw
}

.toggle {
    text-align: center;
    color: #757575
}

.toggle span {
    color: #00f;
    cursor: pointer
}

.welcome_content>p>img {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
    padding: 10px 0;
    /*max-height: 320px;*/
}

.floating_section {
    position: fixed;
    top: 50%;
    z-index: 9999;
    right: 0px;
}

.floting_apply {
    bottom: 70px;
    right: 5px;
    position: absolute;
    z-index: 1000;
    border: 0px none;
    width: 35px;
    height: 35px;
    line-height: 3.75rem;
    cursor: pointer;
    border-radius: 50%;
}

.apply_body {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-block: auto;
    background: #5af877;
    display: flex;
    align-items: center;
    border-radius: 50%;
    padding: 6px;
}

.floting_call {
    bottom: 0px;
    right: 5px;
    position: absolute;
    z-index: 1000;
    border: 0px none;
    width: 35px;
    height: 35px;
    line-height: 3.75rem;
    cursor: pointer;
    border-radius: 50%;
}

.call_body {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-block: auto;
    background: #5af877;
    display: flex;
    align-items: center;
    border-radius: 50%;
}

.floting_whatsapp {
    top: 170px;
    right: 5px;
    position: absolute;
    z-index: 1000;
    border: 0px none;
    width: 45px;
    height: 45px;
    line-height: 3.75rem;
    cursor: pointer;
    border-radius: 50%;
}

.call_whatsapp {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-block: auto;
    background: #5af877;
    display: flex;
    align-items: center;
    border-radius: 50%;
}

.floting_email {
    top: 70px;
    right: 5px;
    position: absolute;
    z-index: 1000;
    border: 0px none;
    width: 35px;
    height: 35px;
    line-height: 3.75rem;
    cursor: pointer;
    border-radius: 50%;
}

.call_email {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-block: auto;
    background: #5af877;
    display: flex;
    align-items: center;
    border-radius: 50%;
}

.enquiry_progrma {
    bottom: 50%;
    right: -50px;
    position: fixed;
    z-index: 99999999;
    border: 0px none;
    width: 140px;
    height: 40px;
    line-height: 3.75rem;
    cursor: pointer;
    border-radius: 0%;
    transform: rotate(90deg);

}

.enquiry_progrma_body {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-block: auto;
    background: #5af87700;
    display: flex;
    align-items: center;
    border-radius: 0%;
    /* transform:rotate(90deg); */
    /* position: absolute; */
}

.home_video_col {
    display: flex;
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center;
}

.home_video_row {
    width: 48%;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    padding: 10px;
    display: -webkit-box;
    margin-left: 2%;
}

.home_video_row:nth-child(2n+1) {
    margin-left: 0;
}

.video_thumbnail {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100px;
    width: 45%;
}

.video_title {
    width: 55%;
    padding: 15px;
    font-size: 15px;
    font-weight: 600;
}

.watch_now_btn {
    width: 100%;
    margin-top: 10px;
}

.watch_now_btn a {
    width: 100%;
    text-align: center;
    padding: 10px 15px;
    color: #fff;
    display: inline-block;
    border-radius: 8px;
    font-weight: 600;
}

.watch_now_btn a:hover {
    text-decoration: none;
}

.overlay-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1212121;
    background: rgba(0, 0, 0, 0.8);
}

.popup-inner-video-frame {
    position: absolute;
    background: #FFFFFF;
    border-radius: 10px;
    width: 800px;
    height: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.close-popup {
    padding: 10px 15px;
    border-bottom: 1px solid #EEEEEE;
    text-align: right;
    width: 100%;
    display: inline-block;
}

.close-popup i {
    font-size: 20px;
    color: #444444;
    cursor: pointer;
}

.popup-inner-video-frame iframe {
    width: 100%;
    height: 100%;
}

.enquiryPopup .modal-content {
    width: 350px;
    margin: 0 auto;
}

.enquiryPopup .modal-body {
    padding: 0 !important;
}

.enquiryPopup .modal-body img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.enquiryPopup .btn-primary {
    margin-bottom: 20px;
}

.enquiryPopup button.close {
    position: absolute;
    z-index: 9;
    right: 5px;
    top: 0;
    font-size: 24px;
    color: #000;
    opacity: 1;
}

.blogos .slide {
    border: 1px solid #EEEEEE;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    width: 80px;
    height: 100px;
    border-radius: 8px;
}

.blogos .slick-prev.slick-arrow {
    left: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0;
}

.blogos .slick-next.slick-arrow {
    right: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0;
}

.blogos .slick-arrow {
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    background: #17458c;
    border: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #fff;
}

.slick-prev:before {
    content: "\F060";
    font-size: 14px;
}

.slick-next:before {
    content: "\F061";
    font-size: 14px;
}

.state_col {
    padding: 15px;
    border-radius: 8px;
    width: 31%;
    margin-left: 3.33%;
    margin-bottom: 3.33%;
    border: 1px solid #EEEEEE;
    text-align: left;
}

.pt-20 {
    padding-top: 20px;
}

.text-decoration-none {
    text-decoration: none;
}

.state_col .panel-title {
    margin-bottom: 15px;
}

.state_col:nth-child(3n+1) {
    margin-left: 0;
}

.flex-wrap {
    flex-wrap: wrap;
}

.blog-img-col {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    border-radius: 6px;
}

.blog-img-main-col {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
}

.faq_title {
    padding-right: 40px !important;
}

.faq_plus_btn {
    position: absolute;
    right: 15px;
    top: 0px;
    margin-top: 0 !important;
}

.position-relative {
    position: relative;
}

.mb-0 {
    margin-bottom: 0;
}

.show_colleges_list {
    margin-bottom: 25px;
}

.show_colleges_list {
    display: -webkit-box;
}

.college_list_col {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
}

.college_list_col:nth-child(2n+1) {
    margin-left: 0;
}

.color-A4A4A4 {
    color: #A4A4A4;
}

.font-size-12 {
    font-size: 12px;
}

.college_inner_col p {
    font-size: 16px;
    margin: 0;
    text-align: left;
}

.college_inner-title {
    color: #B3B3B3;
    font-size: 14px;
}

.college_name_col h3 {
    font-size: 18px;
    text-align: left;
    line-height: 28px;
    margin-top: 0;
    font-weight: 700;
}

.college_inner_col {
    margin-bottom: 15px;
}

.college_search_col {
    margin-bottom: 15px;
    margin-top: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.align-items-center {
    align-items: center;
}

.well.welcome_content div {
    text-align: left;
}

.media-img {
    height: 170px;
    width: 100%;
    transition: transform .3s;
}

.media-img:hover {
    transform: scale(1.1);
}

.ckeditor-content img {
    max-width: 100%;
    font-family: 'Roboto', sans-serif;
}

.ckeditor-content p,
.ckeditor-content span,
.ckeditor-content div,
.ckeditor-content h1,
.ckeditor-content h2,
.ckeditor-content h3,
.ckeditor-content h4,
.ckeditor-content h5,
.ckeditor-content h6,
.ckeditor-content em,
.ckeditor-content tr td,
.ckeditor-content tr th,
.ckeditor-content strong {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

table tr th,
table tr td {
    padding: 7px 10px;
}

.ckeditor-content h2 {
    width: 100%;
    color: #FFFFFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    text-align: left;
    font-size: 18px;

    text-decoration: inherit;
}

.register_ck_content {
    padding-top: 40px;
    border-right: 1px solid #EEEEEE;
}

.register_ck_content li {
    margin-bottom: 5px;
}

.register_ck_content p,
.register_ck_content span,
.register_ck_content div,
.register_ck_content h1,
.register_ck_content h2,
.register_ck_content h3,
.register_ck_content h4,
.register_ck_content h5,
.register_ck_content h6,
.register_ck_content em,
.register_ck_content tr td,
.register_ck_content tr th,
.register_ck_content strong {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.btnLogin,
.btnRegister {
    height: auto;
}

.auth_layout {
    padding-right: 15px;
}

.left-side-filter {
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.1);
    background: #FFFFFF;
    padding: 15px;
    margin-top: 30px;
}

.left-side-filter-col {
    margin-bottom: 30px;
}

.select2-container .select2-selection--single {
    height: 36.5px !important;
}

.ms-options-wrap>button:focus,
.ms-options-wrap>button {
    padding: 8px 20px 8px 5px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #aaaaaa !important;
    font-size: 13px;
    line-height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px !important;
}

.ms-options-wrap>button:after {
    border: 4.5px solid rgba(0, 0, 0, 0) !important;
}

.ms-options ul {
    padding-left: 0px;
    list-style: none;
}

.ms-options-wrap>.ms-options {
    border-top: 0 !important;
}

.ms-options-wrap>.ms-options>.ms-search input {
    padding: 8px 5px !important;
    color: #aaaaaa !important;
    font-size: 13px !important;
}

.ms-options-wrap>.ms-options>ul label {
    padding-left: 25px !important;
    font-weight: 400;
    font-size: 13px;
}

#steps .step.active {
    color: #2d6ca2 !important;
}

@media screen and (min-width: 767px) {
    .ms-options-wrap>.ms-options {
        position: initial !important;
        display: block !important;
    }
  
}

@media screen and (max-width: 767px) {
    .dropdown-submenu:focus>.dropdown-menu {
    display: block;
}
    .col-md-6{
        width:100%;
    }
    .col-md-12{
        width:100%;
    }
    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        color: #000000 !important;
    }
    .navbar-default .navbar-collapse {
        width: 100%;
        box-shadow: 20px 2px 67px #cdcdcd;
        border-radius: 5px;
    }
    .popup-inner-video-frame {
        width: 95%;
        margin-left: 0;
        height: 300px;
        transform: translate(-50%, -75%);
    }
    #calendar h5 {
        font-size: 15px !important;
    }
    #calendar .header-display p { 
        font-size: 18px;
    }
    #calendar { 
        height: auto;
    }
    .auth_layout form .form-group {
        padding-right: 0 !important;
        padding-left: 0;
    }
    .left-side-filter,
    .left-side-filter-col {
        margin-bottom: 15px;
    }

    .xs-pl-0 {
        padding-left: 0;
    }

    .xs-pr-0 {
        padding-right: 0;
    }

    .home_video_row {
        width: 100%;
        margin-left: 0;
    }

    .state_col {
        width: 100%;
        margin-left: 0;
    }

    .state_col .panel-title {
        text-align: left;
    }

    .faq_title {
        padding-right: 35px !important;
        line-height: 20px;
        text-align: left !important;
    }

    .faq_plus_btn {
        top: 8px;
    }
}

.navSideSection {
    margin-top: 0px;
    width: 90px;
}

@media only screen and (max-width: 648px) {
    .navSideSection {
        width: 150px;
    }
}

.middleConImg {
    border-style: solid;
    border-width: 2px;
    height: 192px;
    width: 621px;
}

@media only screen and (min-width: 600px) and (max-width: 650px) {
    .middleConImg {
        width: 580px;
    }
}

@media only screen and (min-width: 550px) and (max-width: 599px) {
    .middleConImg {
        width: 520px;
    }
}


@media only screen and (min-width: 450px) and (max-width: 549px) {
    .middleConImg {
        width: 450px;
    }
}

@media only screen and (min-width: 400px) and (max-width: 449px) {
    .middleConImg {
        width: 390px;
    }
}

@media only screen and (min-width: 350px) and (max-width: 399px) {
    .middleConImg {
        width: 340px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 950px) {
    .middleConImg {
        width: 346px;
    }
}

@media only screen and (min-width: 949px) and (max-width: 1100px) {
    .middleConImg {
        width: 446px;
    }
}


@media only screen and (min-width: 1101px) and (max-width: 1300px) {
    .middleConImg {
        width: 500px;
    }
}


/* Override default Owl Carousel nav button styles */
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    /* Ensures that the nav buttons do not obstruct video interactions */
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent background */
    color: #fff;
    /* White arrow color */
    border-radius: 50%;
    /* Rounded arrows */
    width: 40px;
    /* Width of arrows */
    height: 40px;
    /* Height of arrows */
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    /* Enable pointer events */
}

.owl-nav .owl-prev {
    left: -20px;
    /* Position left arrow slightly outside */
}

.owl-nav .owl-next {
    right: -20px;
    /* Position right arrow slightly outside */
}

.customer-logos.slider {
    padding: 0 20px;
}

.customer-logos.slider .slide {
    width: 20%;
}

section.customer-logos.slider {
    display: flex;
}

.customer-logos.slider .slide img {
    width: 100%;
}
.announcement {
    background: #ffffff;
    padding: 15px 30px 20px;
    box-shadow: 2px 6px 35px -12px #d5d5d5;
    border-radius: 10px;
}
.announcement ul li {
    list-style: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 7px 0 10px;
    font-size: 15px;
}
.announcement ul li span img {
    width: 45px;
}
.left_menu_bar ul{
    background: #38377a;
    padding: 7px 0;
    border-radius: 10px;
}
.left_menu_bar ul li{
    margin:0;
}
.cont-info .welcome_contact{
    height:120px;
}
.description * {
    font-size: 1rem;
    line-height: inherit;
    margin: 0;
    padding: 0;
    display: contents;
}

.description {
    margin-bottom: 1rem;
}
.card .card-body a h3 {
    margin: 0 0 7px !important;
    font-size: 1.2rem;
    line-height: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}