/* css part 1 banner  */

.about-banner-sec {

    line-height: 0;

  }

  .about-banner-sec img {

    max-width: 100%;

    width: 100%;

  }

  section.about-banner-main {

    border-top: 1px solid #ccc;

  }

  /* css part 1 banner end  */



  /* css part 2 section  */

  .plan-inner {

    display: flex;

    justify-content: space-between;

    align-items: center;

  }

  .plan-right {

    width: 50%;

    text-align: right;

  }

  .plan-left {

    width: 50%;

  }

  section.plan-section {

    padding: 70px 0;

  }

  .plan-left h1 {

    font-weight: bold;

    color: #000000;

    font-size: 55px;

    margin: 0;

    line-height: 1;

    margin-bottom: 20px;

    font-weight: 400;

  }

  .plan-left p {

    color: #494949;

    font-size: 18px;

    line-height: 30px;

    margin-bottom: 18px;

  }

  .plan-right img {

    box-shadow: 0px 3px 5px rgb(0 0 0 / 12%);

    background: #fff;

    padding: 15px 15px;

  }



  .heading-plan {

    max-width: 60%;

    margin: auto;

    text-align: center;

  }

  .heading-plan h2 {

    font-size: 36px;

    font-weight: 900;

    letter-spacing: 1.5px;

  }

  .heading-plan p {

    color: #494949;

    font-size: 20px;

    line-height: 35px;

    margin-bottom: 0;

  }

  .py-cl {

    padding: 70px 0;

  }

  .list-category-box {

    display: flex;

    flex-wrap: wrap;

    width: 100%;

    max-width: 100%;

    justify-content: flex-start;

  }

  .list-category-box .inner-box-category {

    width: 31%;

    margin: 0 15px;

    box-shadow: 0px 3px 5px rgb(0 0 0 / 12%);

    overflow: hidden;

    border-radius: 8px;

  }

  .list-category-box .inner-container {

    padding: 20px 30px;

    background: #001f33;

    display: flex;

    justify-content: space-between;

    align-items: center;

  }

  .inner-container p {

    color: #fff;

    font-size: 20px;

  }

  .list-category-box .inner-box-category > a img {

    transition: all 0.5s ease;

    transform: scale(1);

    width: 100%;

  }

  .list-category-box .inner-box-category:hover > a img {

    transition: all 0.5s ease;

    transform: scale(1.1);

  }

  .list-category-box .inner-container ul {

    list-style: none;

    display: flex;

    justify-content: flex-end;

  }

  .list-category-box .inner-container ul li {

    background: #fff;

    margin: 0 5px;

    border-radius: 30px;

    width: 30px;

    height: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 5px;

    transition: all 0.5s ease;

    transform: scale(1);

  }



  .list-category-box .inner-container ul li img {

    width: 100%;

    transition: all 0.5s ease;

  }

  .list-category-box .inner-container ul li:hover {

    transition: all 0.5s ease;

    background: #ffa824;

    transform: scale(1.1);

  }

  .list-category-box .inner-container ul li:hover img {

    filter: invert(1);

    transition: all 0.5s ease;

  }

  .list-category-box .cat-name {

    width: 100%;

    margin: 0 0px 2.5rem;

    font-size: 36px;

    font-weight: bold;

    letter-spacing: 1.5px;

    text-align: center;

    position: relative;

    color: #001f33;

  }

  .list-category-box .btn-view-more {

    width: 100%;

    text-align: center;

    margin-top: 1rem;

  }

  .list-category-box .btn-view-more a.btn {

    display: inline-block;

    text-decoration: none;

    color: #fff;

    font-size: 19px;

    max-width: 197px;

    text-align: center;

    background: #ff0000;

    padding: 17px 0;

    font-family: "Mukta", sans-serif;

    line-height: 1;

    font-weight: 500;

    width: 100%;

  }

  section.plan-section .row {

    margin-bottom: 5rem;

  }

  .cate-inner-top h3 {

    font-size: 15px;

    font-weight: 600;

    padding-left: 10px;

  }

  .cate-area-box {

    display: grid;

    grid-template-columns: 60% 40%;

    width: 31.5%;

    box-shadow: 1px 3px 7px 3px rgb(0 0 0 / 12%);

    margin: 20px 10px;

    transition: all 0.5s ease;

  }

  .cate-area-left {

    overflow: hidden;

    transition: all 0.5s ease;

    position: relative;

  }

  .cate-area-box:hover .cate-area-left::before {

    position: absolute;

    content: "";

    width: 100%;

    height: 100%;

    background: rgb(0 0 0 / 28%);

    top: 0;

    right: 0;

    left: 0;

    z-index: 1;

    transition: all 0.5s ease;

    pointer-events: none;

  }

  .cate-inner-top .code-area {

    background: #000;

    padding: 10px 10px;

    text-align: center;

    margin-bottom: 15px;

    line-height: 24px;

  }

  .cate-inner-top .code-area p {

    color: #fff;

  }

  .cate-inner-top .code-area h4 {

    margin: 0px;

    color: #fff;

    font-size: 20px;

    letter-spacing: 1px;

  }

  .cate-area-left a {

    display: block;

    height: 100%;

    width: 100%;

  }

  .cate-area-left a img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: all 0.5s ease;

    transform: scale(1);

  }

  .cate-area-box:hover .cate-area-left a img {

    transform: scale(1.1);

  }

  .cate-list-right {

    display: flex;

    flex-direction: column;

    justify-content: space-between;

  }

  .cate-inner-top ul {

    list-style: none;

    padding-left: 10px;

  }

  .cate-inner-top ul li {

    display: flex;

    align-items: center;

    margin-bottom: 12px;

  }

  .cate-inner-top ul li img {

    width: 18px;

    margin-right: 8px;

  }

  .cate-inner-bottome a {

    display: inline-block;

    text-decoration: none;

    color: #fff;

    font-size: 16px;

    text-align: center;

    background: #ff0000;

    padding: 10px 0;

    font-family: "Mukta", sans-serif;

    line-height: 1;

    font-weight: 500;

    width: 100%;

  }

  .cate-inner-top ul li span {

    color: #333;

    font-size: 13px;

  }

  .list-category-box-main .cate-area-box {

    margin-bottom: 30px;

  }

  section.plan-main-sec {

    padding-top: 0;

  }

  .cate-inner-bottome a:hover,

  .list-category-box .btn-view-more a.btn:hover {

    background: #c90202;

    transition: 500ms;

  }

  .plan-section .container-fluid .row .list-category-box {

    max-width: 1415px;

    margin: 0 auto;

  }

  .plan-section .container-fluid .row:nth-child(2n + 1) {

    background: #dddddd36;

    padding: 70px 0;

  }

  .list-category-box .cat-name:after {

    content: "";

    position: absolute;

    width: 110px;

    height: 3px;

    background: #ffa824;

    bottom: -15px;

    left: 0;

    right: 0;

    margin: 0 auto;

  }



  @media (min-width: 1024px) and (max-width: 1440px) {

    .plan-section .container-fluid .row .list-category-box {

      padding: 0 30px;

    }

  }



  @media (min-width: 1091px) and (max-width: 1150px) {

    .cate-area-box {

      width: 31.4%;

    }

  }



  @media (min-width: 1024px) and (max-width: 1090px) {

    .plan-section .container-fluid .row .list-category-box {

      padding: 0 15px;

    }

    .cate-area-box {

      width: 31.3%;

    }

    .plan-section .container-fluid .row .list-category-box {

      padding: 0 15px;

    }

    .heading-plan {

      max-width: 80%;

    }

  }



  @media (min-width: 769px) and (max-width: 1024px) {

    .plan-section .container-fluid .row .list-category-box {

      padding: 0 15px;

    }

    .cate-area-box {

      width: 47.2%;

    }

  }



  @media (max-width: 768px) {

    .heading-plan {

      max-width: 100%;

      padding: 0 15px;

    }

    .heading-plan p {

      line-height: 28px;

    }

    .heading-plan h2 {

      margin: 0 0 15px;

    }

    section.plan-section.plan-main-sec {

      padding: 0 0;

    }

    .plan-section .container-fluid .row .list-category-box {

      padding: 0 15px;

    }


  }



  /* css part 2 section end  */

  /* 02/03/2023 plan-section-start  */

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (max-width: 768px) { 
	.cate-area-box {
    display: inline-table !important;
    width: 100%;
}
	.list-category-box .cat-name {
    margin:32px 0px 2rem;
    font-size: 21px; 
}
	section.plan-section {
    padding: 20px 15px;
}
	.heading-plan h2 {
    font-size: 25px;
}

	section.plan-section .row {
    margin-bottom: 0rem;
}
	.site-footer {
    padding-top: 0rem;
    padding-bottom: 0rem !important;
}
	ul.social-btn-area li {
    white-space: inherit !important;
}
	.plan-section .container-fluid .row:nth-child(2n + 1) {
    padding: 0px 0;
}

}


@media (min-width: 769px) and (max-width: 991.98px) {
		ul.social-btn-area li {
    white-space: inherit !important;
}
	section.plan-section {
    padding: 20px 0 !important;
}
	.plan-section .container-fluid .row:nth-child(2n + 1) {
    padding: 0px 0;
}
	.list-category-box .cat-name {
    margin: 32px 0px 2rem;
}
	.site-footer {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}
section.plan-section .row {
    margin-bottom: 0rem !important;
}
}


@media (min-width: 992px) and (max-width:  1199.98px) {
	ul.social-btn-area li {
    white-space: inherit !important;
}
		.site-footer {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}
section.plan-section .row {
    margin-bottom: 0rem !important;
}
	.list-category-box .cat-name {
    margin: 32px 0px 2rem;
}
	.plan-section .container-fluid .row:nth-child(2n + 1) {
    padding: 0px 0;
}
}

  /* 02/03/2023 plan-section-end  */
h1.entry-title {
    display: none;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */