@media screen and (width: 1366px) {
  .hero-fluid {
    background-position: left;
  }
}
@media all and (max-width: 1199px) {
  .header-fluid {
    background: #ffffff;
    padding: 5px;
  }
  .hero-fluid {
    background: #ffffff;
    background-image: url(../img/mob-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .header-fluid .navbar-light .navbar-nav .nav-item:nth-last-child(1) {
    border: 0px solid white;
    margin-left: 0;
  }
  .header-fluid .navbar-light .navbar-collapse {
    background: #f3f3f3;
    position: fixed;
    left: -100%;
    width: 80%;
    top: 0;
    height: 100vh;
    padding: 30px 20px 20px 0px;
    -webkit-transition: 1s;
    transition: 0.5s;
    transition-duration: 1s;
    z-index: 999;
    display: block !important;
  }
  .header-fluid .navbar .navbar-brand img {
    max-width: 100px;
    height: auto;
  }
  .header-fluid .navbar-light .navbar-collapse.active {
    left: 0;
    -webkit-transition: 1s;
    transition: 0.5s;
    transition-duration: 1s;
    z-index: 999;
  }
  .backhround-screen.active {
    display: block;
    background: #00000070;
    width: 100%;
    height: 100vh;
    z-index: 99;
    position: absolute;
  }
  .footer-fluid .footer-main {
    flex-direction: column;
  }
  .footer-fluid .card-part .heading {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .copyright-fluid .main-section {
    flex-direction: column;
  }
  .aboutus-fluid .content-part.without-image {
    width: 100%;
    margin: 0px auto;
  }
  .aboutus-fluid .content-part h1 {
    font-size: 3.2rem;
    line-height: 4.4rem;
  }
  .aboutus-fluid {
    padding: 30px 0px;
  }
  .aboutus-fluid .image-part {
    margin-bottom: 30px;
  }
  .hero-fluid .hero-main {
    padding-bottom: 50px;
    align-items: end;
    -webkit-align-items: flex-end;
    height: 100vh;
  }
  .hero-fluid .form-part {
    display: none;
  }
  .hero-fluid .content-part {
    display: none;
  }
  .hero-fluid .monile-login {
    display: block;
    background: #ffffffe5;
    padding: 16px 24px;
    border-radius: 8px;
    width: 50%;
    margin: 0 auto;
  }
  .footer-fluid {
    padding: 20px 0px;
  }
  .internal-fluid .card-part ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .internal-fluid .card-part ul li {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 30px;
  }
  .hero-fluid .monile-login p {
    color: rgb(0 0 0);
    display: flex;
    justify-content: space-between;
  }
  .hero-fluid .monile-login p a {
    color: #ccb27e;
  }
  .hero-fluid .monile-login a.login-section {
    margin-top: 0px;
  }
  .kItHUV {
    display: none !important;
  }
  .internal-footer {
    position: relative;
    margin-bottom: 80px;
  }
}

@media all and (max-width: 920px) {
  .header-fluid {
    background: #ffffff;
    padding: 5px;
  }
  .hero-fluid {
    background: #ffffff;
    background-image: url(../img/mob-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .header-fluid .navbar-light .navbar-nav .nav-item:nth-last-child(1) {
    border: 0px solid white;
    margin-left: 0;
  }
  .header-fluid .navbar-light .navbar-collapse {
    background: #f3f3f3;
    position: fixed;
    left: -100%;
    width: 80%;
    top: 0;
    height: 100vh;
    padding: 30px 20px 20px 0px;
    -webkit-transition: 1s;
    transition: 0.5s;
    transition-duration: 1s;
    z-index: 999;
    display: block !important;
  }
  .header-fluid .navbar .navbar-brand img {
    max-width: 100px;
    height: auto;
  }
  .header-fluid .navbar-light .navbar-collapse.active {
    left: 0;
    -webkit-transition: 1s;
    transition: 0.5s;
    transition-duration: 1s;
    z-index: 999;
  }
  .backhround-screen.active {
    display: block;
    background: #00000070;
    width: 100%;
    height: 100vh;
    z-index: 99;
    position: absolute;
  }
  .footer-fluid .footer-main {
    flex-direction: column;
  }
  .footer-fluid .card-part .heading {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .copyright-fluid .main-section {
    flex-direction: column;
  }
  .aboutus-fluid .content-part.without-image {
    width: 100%;
    margin: 0px auto;
  }
  .aboutus-fluid .content-part h1 {
    font-size: 3.2rem;
    line-height: 4.4rem;
  }
  .aboutus-fluid {
    padding: 30px 0px;
  }
  .aboutus-fluid .image-part {
    margin-bottom: 30px;
  }
  .hero-fluid .hero-main {
    padding-bottom: 50px;
    align-items: end;
    -webkit-align-items: flex-end;
    height: 70vh;
  }
  .hero-fluid .form-part {
    display: none;
  }
  .hero-fluid .content-part {
    display: none;
  }
  .hero-fluid .monile-login {
    display: block;
    background: #ffffffe5;
    padding: 16px 24px;
    border-radius: 8px;
    width: 100%;
  }
  .footer-fluid {
    padding: 20px 0px;
  }
  .internal-fluid .card-part ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .internal-fluid .card-part ul li {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 30px;
  }
  .hero-fluid .monile-login p {
    color: rgb(0 0 0);
    display: flex;
    justify-content: space-between;
  }
  .hero-fluid .monile-login p a {
    color: #ccb27e;
  }
  .hero-fluid .monile-login a.login-section {
    margin-top: 0px;
  }
  .internal-fluid .main-section .card-section ul li {
    width: 48%;
    margin: 1.5% 0.5%;
    position: relative;
    height: 180px;
  }
  .internalsub-fluid .main-section .card-section ul li {
    width: 31% !important;
    margin: 1% 1% !important;
    position: relative;
    padding: 10px 10px 50px 10px;
  }
  .internalsub-fluid .main-section .card-section ul li p span {
    bottom: -25px !important;
  }
  .FormFieldLayout__Container-sc-1m85c11-4.kItHUV.FieldContainer__FieldLayout-sc-gwguj-0.cHBxhK {
    display: none !important;
  }
  .kItHUV {
    display: none !important;
  }
  .footer-fluid .social-media ul {
    justify-content: start;
  }
  .footer-fluid .social-media ul li img {
    max-width: 50px;
  }
  .internalsub-fluid {
    padding: 30px 15px 30px 15px;
  }
  .internalsub-fluid .table-section .image-part img {
    max-width: 100%;
  }
  .internalsub-fluid .main-section .card-section ul li img {
    width: auto;
    height: auto;
    max-height: 100%;
  }
  .internalsub-fluid .main-section .card-section.fancy-card ul li {
    padding: 30px 25px;
    border-radius: 8px;
  }
  .internal-footer {
    position: relative;
    margin-bottom: 80px;
  }
}
@media all and (max-width: 767px) {
  .internalsub-fluid .main-section .card-section ul li {
    width: 48% !important;
    margin: 1% 1% !important;
    position: relative;
    padding: 10px 10px 50px 10px;
  }
}
@media all and (max-width: 520px) {
  .hero-fluid {
    background-image: url(../img/mob-bg.png);
  }
  .internal-fluid .card-part ul li .card-section .content-section p {
    font-size: 16px;
  }
  .internal-fluid .card-part ul li .card-section .content-section p .fa {
    float: right;
    font-size: 20px;
    line-height: 20px;
  }
  .internal-fluid .card-part ul li {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 30px;
  }
  .internal-fluid .card-part ul {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .internalsub-fluid .main-section .card-section ul li img {
    width: auto;
    height: auto;
    max-height: 100%;
  }
}
