/*-------------------------------------------------------------
                    responsive start
-------------------------------------------------------------*/

/*tablet landscape start*/
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .main_menu ul li a {
    font-size: 10px;
  }
  .has_dropdown .arrow-icon {
    right: 5px;
    top: 10px;
    font-size: 10px;
  }
  .main_menu ul li ul li a {
    padding: 7px 15px;
    font-size: 10px;
  }
  .sub_menu li:first-child a {
    padding: 5px 15px;
  }
  .menu-section .main-btn {
    font-size: 10px;
    line-height: 30px;
    height: 30px;
  }
  .top-info a {
    font-size: 10px;
  }
  .login {
    font-size: 10px;
    height: 30px;
  }
  .header-social-inline li {
    font-size: 10px;
  }
  .header-social-list-icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
  }
}
/*tablet landscape end*/

/*tablet landscape start*/
@media screen and (min-width: 1101px) and (max-width: 1400px) {

  
   .main-menu.fixed-top .main_menu ul li a {
        font-size: 11px;
    }
  .header-social-list-icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 8px;
  }
  .has_dropdown .arrow-icon {
    right: 4px;
    top: 10px;
    font-size: 10px;
  }
  .menu-section .main-btn {
    font-size: 10px;
    line-height: 36px;
    height: 36px;
  }
  .top-info a {
    font-size: 10px;
  }
  .login {
    font-size: 10px;
  }
  .header-social-inline li {
    font-size: 10px;
  }
  .main_menu ul li ul li a {
    padding: 10px 15px;
    font-size: 10px;
  }
  .sub_menu li:first-child a {
    padding: 10px 15px;
  }
  .why-choose-content {
    padding-left: 75px;
  }
  .about-img-wrap .about-img-2 {
    max-width: 100%;
  }
}
/*tablet landscape end*/

.for-mobile {
  display: none;
}
.for-desktop {
  display: block;
}
.all-search.for-mobile {
  display: none;
}
@media only screen and (max-width: 991px) {
  .why-choose-item {
    background: transparent;
    padding: 15px 10px;
    width: 180px;
  }

  .counter-box {
    gap: 10px;
  }
  .show-parent {
    display: grid;
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
  .rs-inner-blog .blog-item .blog-content {
    padding: 40px 17px 45px;
    overflow: hidden;
  }
  .container-info .result-info {
    gap: 15px;
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }

  .inline-mobile-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
  }
  .for-mobile {
    display: block;
  }
  .for-desktop {
    display: none !important;
  }
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  nav {
    padding: 15px 0px 2px 0px;
    background: var(--top-header-color);
  }
  .header-top-bar {
    width: 100%;
    padding: 0;
  }
  .header-social {
    width: 100%;
    justify-content: space-between;
    padding: 0 10px;
  }
  .header-social .login:before {
    display: none;
  }
  header .container {
    padding: 0;
  }
  header {
    height: auto;
    background: var(--top-header-color);
  }
  header:after,
  header:before {
    display: none;
  }
  .top-info {
    display: none;
  }
  .inline-menu {
    width: 100%;
    height: 100%;
  }
  .container {
    padding: 0 15px;
  }
  .main-footer {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    padding: 50px 0 20px 0;
  }
  .footer-item:nth-child(2) {
    margin-left: 0;
  }
  .inline-menu .container {
    align-items: flex-start;
    flex-direction: column;
  }
  .menu-section {
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 0 10px;
  }
  .mobile-right {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .all-search.for-mobile {
    display: block;
    margin-right: 0;
  }
  .login {
    margin-right: 0;
  }
  .banner-slider:hover .slick-prev {
    left: 15px;
  }
  .banner-slider:hover .slick-next {
    right: 15px;
  }
  .banner-slider .slick-prev,
  .banner-slider .slick-next {
    width: 26px;
    height: 26px;
  }
  .slick-next:before,
  .slick-prev:before {
    font-size: 14px !important;
  }
  .banner-content {
    width: 100%;
  }
  .search-section {
    flex-direction: column;
    border-radius: 10px;
    width: 100%;
    padding: 20px 15px;
  }
  main {
    /* margin-top: 110px; */
  }
  .about-img-wrap .about-img-2::before {
    width: 95%;
  }
  .about-img-wrap .about-img-2 {
    width: 95%;
  }
  .form-box {
    width: 100%;
  }
  .form-box i {
    left: 0;
  }
  .form-box .form-control {
    padding: 10px 15px 10px 25px;
    min-width: fit-content;
    border-radius: 0;
  }
  .form-box:first-child:after {
    content: "";
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #b3b3b3;
  }
  .form-box:nth-child(2):after {
    content: "";
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #b3b3b3;
  }
  .form-box:nth-child(2) {
    margin-bottom: 20px;
  }
  .form-box .btn-1 {
    height: 45px;
    min-width: 100%;
  }
  body,
  html {
    line-height: 20px;
  }
  .category-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
  .why-choose-grid {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
  .why-choose-text {
    height: auto;
    padding: 30px 30px;
    border-radius: 30px 30px 0 0;
    flex-direction: column;
  }
  .section-heading-between .main-head {
    margin-bottom: 0;
    text-align: center;
  }
  .why-choose-img img {
    border-radius: 0 0 30px 30px;
    height: auto;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .inline-menu .menu-section:last-child {
    display: none;
  }
  .header-top-section {
    height: auto;
    padding: 5px 0 5px 0;
  }
  .about-section {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
  .about-img-area {
    margin-right: 0;
    height: 400px;
  }
  .about-img-area:after {
    display: none;
  }
  .container-info .home-contact-info {
    border-radius: 16px;
    padding: 0;
    gap: 15px;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
  .home-contact-info-items {
    padding: 20px;
    margin-bottom: 0px;
    gap: 10px;
  }
  .contact-box-inline {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
    margin-top: 30px;
  }
  .home-contact-map iframe {
    height: 300px;
    margin-bottom: -10px;
    border-radius: 0 0 20px 10px;
  }
  .all-job {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
  .company-text {
    flex-direction: column;
    align-items: flex-start;
  }
  .company-text li {
    display: block;
    font-size: 14px;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .company-text li:after {
    display: none;
  }
  .box_1 {
    margin-top: 10px;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 5px;
  }
  .job-listing-description {
    margin: 10px 0 10px 0;
  }
  .company-text li:after,
  .sub-list:after {
    display: none;
  }
  .sub-list {
    width: max-content;
  }
  .sub-list span {
    margin-left: 5px;
    width: 210px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .text-fill-list {
    margin-bottom: 0;
    margin-top: 15px;
  }
  .job-details .list-bottom-area {
    align-items: flex-start;
    gap: 5px;
    flex-direction: column;
  }
  .listing-sidebar {
    margin-bottom: 15px;
  }
  .job-details .job-listing-skills li {
    margin-bottom: 5px;
  }
  .breadcrumb-pad-top {
    padding-top: 30px;
  }
  .banner-text p {
    width: 100%;
  }
  .banner-text .main-head {
    width: 100%;
  }
  .banner-owl.right-dots .owl-nav .owl-prev {
    left: 10px;
    top: auto;
    bottom: 15px;
  }
  .banner-owl.right-dots .owl-nav .owl-next {
    left: 45px;
    right: auto;
    top: auto;
    bottom: 15px;
  }
  .about-img-wrap {
    max-width: 100%;
    width: 97%;
    height: auto;
  }
  .about-img {
    display: none;
  }
  .program-card-grid {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
  .date-part {
    width: 80px;
    height: auto;
  }
  .content-part {
    width: 70%;
  }
  .program-owl.owl-carousel .owl-dots.disabled,
  .program-owl.owl-carousel .owl-nav.disabled {
    display: none;
  }
  .center-heading-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .testimonial-owl.owl-carousel .owl-dots.disabled,
  .testimonial-owl.owl-carousel .owl-nav.disabled {
    width: 45px;
  }
  .gallery-owl.owl-carousel .owl-dots.disabled,
  .gallery-owl.owl-carousel .owl-nav.disabled {
    width: 45px;
  }
  .sub-heading {
    margin-bottom: 0;
  }
  .why-choose-item {
    margin-bottom: 15px;
    height: auto;
  }
  .why-choose-item-text p {
    -webkit-line-clamp: none;
  }
  .stripe-section {
    padding: 50px 0;
    background-size: cover;
    top: -30px;
  }
  .gallery-bg {
    padding-bottom: 60px !important;
  }
  .footer-item:nth-child(3) {
    margin-left: 0;
  }
  .footer-title {
    padding-bottom: 15px;
  }
  .footer-bottom p {
    text-align: center;
    line-height: 20px;
  }
  .registration-section {
    width: 100%;
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
  .form-section-left img {
    display: none;
  }
  .form-section {
    border-radius: 16px;
  }
  .stripe-section .section-heading {
    text-align: center;
    flex-direction: column;
    gap: 15px;
  }
  .breadcrumb-area {
    height: 90px;
  }
  .breadcrumb-area .container {
    height: 90px;
  }
  .gallery-box a {
    width: auto;
    text-align: center;
    font-size: 12px;
  }
  .gallery-category h4 {
    font-size: 12px;
    padding: 5px;
    height: 45px;
    justify-content: center;
    align-items: center;
  }
  .gallery-category img {
    height: 120px;
  }
  .gallery-img-img {
    height: 120px;
  }
  .program-img-inner {
    width: 100%;
    margin-bottom: 10px;
  }
  .testimonial-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
  .inner-service-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
  .inner-text {
    margin-top: 15px;
  }
  .inner-service-section img {
    width: 100%;
  }
  .event-page .upcoming-event {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
  .date-time-event {
    align-items: flex-start;
    gap: 0px;
    flex-direction: column;
  }
  .event-section .content-part .title {
    font-size: 12px;
    -webkit-line-clamp: 2;
  }
  .message-section {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }

.login {
    font-size: 11px;
    margin-right: 25px;
    height: 35px;
}
.main-btn { padding: 0 15px; }
  
}

.search-box-fil span {
  display: none;
}

@media only screen and (max-width: 768px) {
  .banner-text { top:43%; left: 16%;}
  .announcement-heading {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-size: 16px;
  }
  .announcement-text a {
    font-size: 14px;
  }
  .event-date {
    top: 15px;
    left: 15px;
    width: 80px;
    height: 80px;
    font-size: 12px;
  }
  .event-date span {
    font-size: 36px;
  }
  .search-box-fil span {
    display: flex;
  }
  .search-box-fil button {
    width: 100%;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .search-box-fil {
    flex-direction: column;
    gap: 10px;
  }
  .search-box-fil input {
    padding: 5px 15px;
    border-radius: 30px;
    width: 100%;
  }
  .closed-button {
    right: 15px;
    top: 15px;
    font-size: 34px;
  }
  .search-box form {
    width: 100%;
    padding: 15px;
  }
  .contact-form {
    padding: 20px;
  }
  .gallery-head .main-head {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .gallery-category img {
    height: 215px;
  }
  .container-info .home-contact-info {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
  .chairman-item {
    padding: 30px 15px;
    border-radius: 30px;
  }
  .text-img {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .testimonial-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
  .testimonial-owl.owl-carousel .owl-dots.disabled,
  .testimonial-owl.owl-carousel .owl-nav.disabled {
    width: 30px;
  }
  .gallery-owl.owl-carousel .owl-dots.disabled,
  .gallery-owl.owl-carousel .owl-nav.disabled {
    width: 30px;
  }
  .gallery-details {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
  .breadcrumb-area h1,
  .breadcrumb-area h2,
  .breadcrumb-area h3,
  .breadcrumb-area h4 {
    font-size: 20px;
  }
  .gallery-section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
  .main-footer {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
    padding: 50px 0 20px 0;
  }
  .header-social-inline {
    column-gap: 0px;
  }
  .banner-item {
    width: 100%;
    height: 350px;
  }
  .right-dots .owl-nav .owl-prev {
    width: 28px !important;
    height: 28px !important;
  }
  .right-dots .owl-nav .owl-prev span {
    width: 12px !important;
    height: 12px !important;
  }
  .right-dots .owl-nav .owl-next {
    width: 28px !important;
    height: 28px !important;
  }
  .right-dots .owl-nav .owl-next span {
    width: 12px !important;
    height: 12px !important;
  }
  .banner-text .main-head {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 10px;
    width: 100%;
  }
  .section-heading {
    margin-bottom: 20px;
  }
  .center-heading .main-head {
    padding: 0 15px;
  }
  .breadcrumb-section {
    margin-bottom: 40px;
  }
  .pad-bottom {
    padding-bottom: 40px;
  }
  .section-padding {
    padding: 40px 0 50px 0;
  }
  .main-footer {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
    padding: 40px 0 20px 0;
  }
  .main-head {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 30px;
  }
  .why-choose-text .section-heading {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 360px) {
  .header-social-inline li:first-child {
    display: none;
  }
  .date-time-event {
    align-items: flex-start;
    gap: 0px;
    flex-direction: column;
  }
  .program-img {
    width: auto;
    height: 120px;
    border-radius: 14px;
    border: 2px solid #ffff;
  }
  .breadcrumb-area h1,
  .breadcrumb-area h2,
  .breadcrumb-area h3,
  .breadcrumb-area h4 {
    font-size: 16px;
  }
  .breadcrumb-list a,
  .breadcrumb-list li {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .min-h {
    min-height: 340px;
  }
}
@media only screen and (min-width: 1024px) {
  .rts-event-section-content {
    min-height: 480px;
  }
}

@media only screen and (max-width: 360px) {
  .header-social-inline li:first-child {
    display: none;
  }
  .date-time-event {
    align-items: flex-start;
    gap: 0px;
    flex-direction: column;
  }
  .program-img {
    width: auto;
    height: 120px;
    border-radius: 14px;
    border: 2px solid #ffff;
  }
  .breadcrumb-area h1,
  .breadcrumb-area h2,
  .breadcrumb-area h3,
  .breadcrumb-area h4 {
    font-size: 16px;
  }
  .breadcrumb-list a,
  .breadcrumb-list li {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .min-h {
    min-height: 340px;
  }

  .rts-event-section-content {
    min-height: 480px;
  }
}

@media only screen and (min-width:1024px) {
.banner-text {
width: 800px;
    position: absolute;
    top: 89%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.banner-text .main-head {
    font-size: 40px;
    line-height: 45px;
    color: #fff;
    width: 90%;
}
}

/*-------------------------------------------------------------
                    responsive end
-------------------------------------------------------------*/
