/* Font Family */
@font-face {
  font-family: "random-bold";
  src: url(../fonts/random/RG-StandardBold.ttf);
}

@font-face {
  font-family: "Poppins-Light";
  src: url(../fonts/popins/Poppins-Light.woff);
}

@font-face {
  font-family: "Poppins-Bold";
  src: url(../fonts/popins/Poppins-Bold.woff);
}

@font-face {
  font-family: "Poppins-Regular";
  src: url(../fonts/popins/Poppins-Regular.woff);
}

@font-face {
  font-family: "Poppins-Medium";
  src: url(../fonts/popins/Poppins-Medium.woff);
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url(../fonts/popins/Poppins-SemiBold.woff);
}

@font-face {
  font-family: "Poppins-Thin";
  src: url(../fonts/popins/Poppins-Thin.woff);
}

/* Font Family */
/* Universal Css Start Here */
html {
  scroll-behavior: smooth;
}

body {
  max-width: 100%;
  overflow-x: hidden;
}

figure {
  margin-bottom: 0px;
}

.responsicve_px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.responsicve_px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.gap-7 {
  gap: 76px;
}

.capitalize {
  text-transform: capitalize;
}

* {
  font-size: 14px;
  transition: 0.6s all;
  font-family: "Poppins-Regular";
}

.mh-0 {
  max-height: 0px;
  overflow: hidden;
}

.pop_md {
  font-family: "Poppins-Medium";
}

.pop_b {
  font-family: "Poppins-Bold";
}

.pop_sb {
  font-family: "Poppins-SemiBold";
}

.pop_light,
.pop_light * {
  font-family: "Poppins-Light";
}

p {
  font-size: 14px;
  font-family: "Poppins-Regular";
  color: #7E7E7E;
}

.hide {
  display: none !important;
}

.btn {
  background: #2BA7FF;
  color: #ffffff;
  font-size: 16px;
  font-family: "Poppins-Regular";
  padding: 8px 16px;
  border-radius: 2px;
  transition: 0.6s all;
  border: 2px solid transparent;
}

.btn:focus {
  box-shadow: none !important;
}

.btn:hover {
  background: transparent;
  color: #2BA7FF !important;
  border: 2px solid #2ba7ff;
}

h1,
h1 span {
  font-family: "Poppins-Bold";
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins-SemiBold";
}

h1,
h1 span {
  font-size: 46px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
}

h5 {
  font-size: 26px;
}

h4 {
  font-size: 21px;
}

h6 {
  font-size: 17px;
}

h6.blue_text {
  color: #2BA7FF;
  font-size: 19px;
  font-family: "Poppins-Regular";
}

/* .btn.transparent_btn {
    color: #FFFFFF;
    background: transparent;
    border: 2px solid #FFFFFF;
    padding-right: 38px;
} */
.btn.transparent_btn {
  color: #FFFFFF;
  background: transparent;
  border: 2px solid #FFFFFF;
  padding-right: 27px;
  padding-left: 27px;
}

.xs_text {
  font-size: 11px;
}

.sm_text {
  font-size: 12px;
}

.md_text {
  font-size: 13px !important;
}

.l_m_text {
  font-size: 16px;
}

.l_text {
  font-size: 17px;
}

.white_text,
.white_text * {
  color: #FFFFFF !important;
}

.black_text,
.black_text * {
  color: #000;
}

input:focus {
  outline: none;
}

section {
  max-width: 100%;
  overflow-x: hidden;
}

/* Universal esponsiveness */
@media (max-width: 1400px) {

  h1,
  h1 span {
    font-size: 42px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 29px;
  }

  h5 {
    font-size: 23px;
  }

  h6 {
    font-size: 16px;
  }

  h4 {
    font-size: 20px;
  }

  p {
    font-size: 13px;
  }
}

@media (max-width: 1200px) {
  .btn {
    font-size: 14px;
    padding: 7px 14px;
  }

  h1,
  h1 span {
    font-size: 39px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 15px;
  }

  h4 {
    font-size: 18px;
  }

  p {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .btn {
    font-size: 13px;
    padding: 6px 12px;
  }

  h1,
  h1 span {
    font-size: 35px;
  }

  h2 {
    font-size: 29px;
  }

  h3 {
    font-size: 23px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 14px;
  }

  p {
    font-size: 11px;
  }

  h4 {
    font-size: 16px;
  }

  header.header_top .header_start .logo_join .btn.transparent_btn {
    color: #FFFFFF;
    background: transparent;
    border: 2px solid #FFFFFF;
    padding-right: 21px;
    padding-left: 22px;
  }
}

@media (max-width: 768px) {
  .btn {
    font-size: 12px;
    padding: 6px 11px;
  }

  h1,
  h1 span {
    font-size: 31px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 13px;
  }

  h4 {
    font-size: 15px;
  }

  p {
    font-size: 10px;
  }

  header.header_top .header_start .logo_join .btn.transparent_btn {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (max-width: 576px) {
  .btn {
    font-size: 11px;
    padding: 6px 10px;
  }

  h1,
  h1 span {
    font-size: 28px;
  }

  h2 {
    font-size: 23px;
  }

  h3 {
    font-size: 18px;
  }

  h5 {
    font-size: 14px;
  }

  h6 {
    font-size: 12px;
  }

  h4 {
    font-size: 14px;
  }

  p {
    font-size: 9px;
  }

  header.header_top .header_start .logo_join .btn.transparent_btn {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (max-width: 430px) {
  .btn {
    font-size: 11px;
    padding: 6px 10px;
  }

  h1,
  h1 span {
    font-size: 28px;
  }

  h2 {
    font-size: 21px;
  }

  h3 {
    font-size: 16px;
  }

  h5 {
    font-size: 13px;
  }

  h4 {
    font-size: 13px;
  }

  h6 {
    font-size: 11px;
  }
}

/* Form Conpnent Css Start Here */

.form_row .the_input label,
.form_row .single_input label {
  margin-bottom: 6px;
  font-family: "Poppins-Regular";
  font-size: 13px;
  color: #1F162C;
}

.form_start input,
.form_start select,
.form_start textarea {
  width: 100%;
  display: block;
  background: transparent;
  height: 41px;
  padding: 0px 19px 0px;
  font-size: 12px;
  border: 1px solid #B8AFAF;
  font-family: "Poppins-Regular";
  /* text-transform: uppercase; */
  outline: none;
  text-align: left;
  /*color: #CFCCD2;*/
  border-radius: 7px;
}

.form_row label.error {
  color: red;
}

.form_start input.error {
  border-color: red !important;
}

.form_start input::placeholder,
.form_start textarea::placeholder {
  color: #CFCCD2;
}

.form_row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form_row .single_input {
  width: 48%;
}

.form_row .three_inputs {
  width: 32%;
}

.form_start textarea {
  height: 75px;
  resize: none;
  padding-top: 12px;
}

.form_start select {
  appearance: none;
  background-image: url(../img/select.png);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
  background-size: contain;
  color: #000000;
}

@media (max-width: 991px) {

  .form_start input,
  .form_start select,
  .form_start textarea {
    font-size: 10px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .form_row .the_input label,
  .form_row .single_input label {
    font-size: 12px;
  }
}

/* Form Conpnent Css End Here */

/* Pagination Start Here */
.paginations_custom ul.pagination {
  justify-content: center;
  margin-top: 49px;
  gap: 14px;
}

.paginations_custom ul.pagination li.page-item a.page-link {
  border-radius: 4px;
  padding-left: 0px;
  padding-right: 0px;
  min-width: 37px;
  color: #404040;
  text-align: center;
  font-size: 16px;
  font-family: "Poppins-Medium";
  border: 0px;
  box-shadow: #0000002e 0px 7px 19px 0px;
}

.paginations_custom ul.pagination {
  gap: 6px;
}

@media (max-width: 768px) {
  .paginations_custom ul.pagination li.page-item a.page-link {
    min-width: 28px;
    padding: 5px 0px;
    font-size: 13px;
  }
}

.paginations_custom ul.pagination li.page-item a.page-link[aria-label="Previous"],
.paginations_custom ul.pagination li.page-item a.page-link[aria-label="Next"] {
  background: #F3FBFF;
}

/* Pagination End Here */
/* Prelaoder */
/* #preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #0becc0;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
} */

header.header_top .header_start .logo_join .join .btn.transparent_btn:hover {
  color: #FFFFFF !important;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 20000;
  overflow-x: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.absCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loaderPill {
  text-align: center;
}

.loaderPill .loaderPill-anim {
  height: 160px;
}

.loaderPill .loaderPill-anim .loaderPill-anim-bounce {
  -webkit-animation: loaderPillBounce 1800ms linear infinite;
  animation: loaderPillBounce 1800ms linear infinite;
}

.loaderPill .loaderPill-anim .loaderPill-anim-bounce .loaderPill-anim-flop {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loaderPillFlop 1800ms linear infinite;
  animation: loaderPillFlop 1800ms linear infinite;
}

.loaderPill .loaderPill-anim .loaderPill-anim-bounce .loaderPill-anim-flop .loaderPill-pill {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #2490EB;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #2490EB), color-stop(50%, #ffffff));
  background-image: linear-gradient(to right, #2490EB 50%, #ffffff 50%);
}

.loaderPill .loaderPill-floor {
  display: block;
  text-align: center;
}

.loaderPill .loaderPill-floor .loaderPill-floor-shadow {
  display: inline-block;
  width: 70px;
  height: 7px;
  border-radius: 50%;
  background-color: color(#2490EB opacity(26%));
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-animation: loaderPillScale 1800ms linear infinite;
  animation: loaderPillScale 1800ms linear infinite;
}

@keyframes loaderPillBounce {
  0% {
    transform: translateY(123px);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  25% {
    transform: translateY(40px);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
  }

  50% {
    transform: translateY(120px);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  75% {
    transform: translateY(20px);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
  }

  100% {
    transform: translateY(120px);
  }
}

@keyframes loaderPillFlop {
  0% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(450deg);
  }

  100% {
    transform: rotate(720deg);
  }
}

@keyframes loaderPillScale {
  0% {
    transform: translateY(-15px) scale(1, 1);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  25% {
    transform: translateY(-15px) scale(0.7, 1);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
  }

  50% {
    transform: translateY(-15px) scale(1, 1);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  75% {
    transform: translateY(-15px) scale(0.6, 1);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
  }

  100% {
    transform: translateY(-15px) scale(1, 1);
  }
}







/* Custom banner Start Here */
section.cusotm_banner {
  background-image: url(../img/custom_banner.png);
  height: 283px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
}

section.cusotm_banner::before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #00000029;
}

.custom_banner .custom_heading {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

section.cusotm_banner .custom_heading {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

section.banner_section .carousel-inner .carousel-item::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000b0;
}

section.banner_section .index_banner_start .carousel-caption p.white_text {
  letter-spacing: 3px;
}

section.banner_section .social_icons_div {
  position: absolute;
  right: 13px;
  top: 0px;
  z-index: 9;
  height: 100%;
  padding: 28px 0px 41px;
}

section.banner_section .social_icons_div .icons {
  display: flex;
  flex-direction: column;
  gap: 17px;
  justify-content: end;
  height: 100%;
  z-index: 999;
}

footer.footer .footer_start .footer_text ul.social_links li a {
  display: block;
}

footer.footer .footer_start .footer_text ul.social_links li a,
section.banner_section .social_icons_div .icons a {
  transition: 0.4s all;
}

footer.footer .footer_start .footer_text ul.social_links li a:hover,
section.banner_section .social_icons_div .icons a:hover {
  transform: translateY(-10px);
}

section.banner_section .social_icons_div .icons a img {
  max-width: 37px;
  max-height: 37px;
  border-radius: 50%;
}

section.banner_section .social_icons_div .line {
  height: calc(100% - 282px);
  width: 1px;
  background: #FFF;
  position: absolute;
  right: 17px;
}

/* Custom banner End Here */
/* Header Css Start Here */
header.header_top .header_start .logo_join {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7px;
}

header.header_top .header_start hr {
  margin: 0px;
  background: #FFFFFF;
}

header.header_top .header_start .nav_login {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header.header_top .header_start .nav_login .navbar ul {
  display: flex;
  gap: 8px;
  align-items: center;
  list-style: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

header.header_top {
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 0px;
  padding: 24px 0px;
}

header.header_top .header_start .logo_join figure img {
  max-width: 228px;
  max-height: 39px;
}

header.header_top .header_start .nav_login .navbar ul li a {
  color: #FFF;
  text-decoration: none;
}

header.header_top .header_start .nav_login .navbar ul li {
  padding: 13px 11px 6px;
}

header.header_top .header_start .nav_login .navbar {
  margin: 0px;
  padding: 0px;
}

header.header_top .header_start .nav_login .auth_no {
  margin-top: 4px;
}

header.header_top .header_start .nav_login .auth_no .btn {
  cursor: pointer;
}

header.header_top .header_start .nav_login .auth_no .btn:hover,
header.header_top .header_start .nav_login .auth_no .btn:focus {
  background-color: #2BA7FF;
  color: #FFF !important;
}

/* header.header_top .header_start .nav_login .auth_no .btn:hover {
    background-color: transparent;
} */

header.header_top .header_start .nav_login .open_nav {
  display: none;
  cursor: pointer;
}

header.header_top .header_start .nav_login .open_nav img {
  max-width: 25px;
  filter: brightness(0)invert(1);
}




/* header.header_top .dropdown-menu {
	display: none !important;
} */

header.header_top .dropdown-menu.show {
  display: block !important;
  inset: unset !important;
  border: 0px !important;
  background-color: #FFFFFF;
  border-radius: 0px;
  transform: translate(-16.5px, 10px) !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  min-width: 189.35px;
}

header.header_top .dropdown-menu.show a {
  color: #000 !important;
  font-size: 11px !important;
  padding: .25rem 1rem .25rem 4px;
}


.single_drop_down {
  display: flex;
  align-items: center;
  gap: 7px;
  position: relative;
}

.single_drop_down .text_view span {
  display: block;
  line-height: 16px;
}

.single_drop_down .icon {
  position: absolute;
  top: -9px;
  right: 0px;
}

.single_drop_down .text_view span.name {
  color: #000000;
  font-family: "Poppins-SemiBold" !important;
}

.single_drop_down .text_view span.greeting {
  font-size: 13px;
}

.single_drop_down figure img {
  border-radius: 50%;
  max-width: 40px;
  max-height: 40px;
  border: 2px solid #138FCB;
}

li.auth_user {
  list-style: none;
}

li.auth_user .dropdown {
  background: #FFF;
  padding: 10px 16px;
}

@media (min-width: 1200px) {
  section.banner_section .index_banner_start .carousel-caption .banner_boxes .single_box {
    min-width: 178px;
  }
}

@media (max-width: 1200px) {
  header.header_top .header_start .nav_login .navbar ul {
    gap: 7px;
  }

  header.header_top .header_start .nav_login .navbar ul li {
    padding: 11px 8px 5px;
  }

  header.header_top .header_start .logo_join figure img {
    max-width: 202px;
  }

  header.header_top .header_start .nav_login .navbar ul li a {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  header.header_top .header_start .nav_login .navbar {
    display: none;
  }

  header.header_top .header_start .nav_login .open_nav {
    display: block;
  }
}

/* Header End Here */
/* Mobile Header Start Here */
li.canvas_btn {
  background: transparent;
  width: 25px;
  display: none;
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 25px;
}


.mobile_header {
  position: fixed;
  z-index: 2;
  left: 0;
  background: #0C0B1A;
  width: 237px;
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: flex-start;
  padding: 98px 0px 82px 30px;
  transition: 0.8s;
  transform: translateX(-120%);
  top: 0;
  z-index: 99999;
}

.mobile_header.show {
  transform: translateX(0%);
}

.mobile_header .cancel {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile_header ul.mobile_menus {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mobile_header ul.mobile_menus li.menu_items {
  margin: 10px 0;
}

.mobile_header ul.mobile_menus li.menu_items.menu_btn {
  margin-top: 30px;
}

.mobile_header ul.mobile_menus li.menu_items a {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  font-family: "Poppins-Medium";
}

.mobile_header ul.mobile_menus li.menu_items.cart_btn a span.count {
  background: #c98536;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 9px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: -10px;
}

.mobile_header.show::after {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #000;
  top: 0px;
  left: 0px;
  z-index: -1;
  opacity: 0.8;
}

@media (max-width: 991px) {
  li.nav_links.ms-auto {
    display: none;
  }

  li.canvas_btn {
    display: initial;
  }

  header.normal_header ul.header_start li.header_contact {
    display: none;
  }
}

@media (max-width: 768px) {
  .mobile_header {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .mobile_header {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .mobile_header {
    width: 100%;
  }
}

/* Mobile Header Css Start Here */
/* Mobile Header End Here */
/* Banner Start here */
section.banner_section .index_banner_start .carousel-caption {
  text-align: start;
  left: 0% !important;
  padding-bottom: 8px;
}

section.banner_section .index_banner_start .carousel-caption p.paragraph {
  max-width: 537px;
}

section.banner_section .index_banner_start .carousel-caption .banner_boxes {
  display: flex;
  gap: 19px;
  margin-top: 104px;
}

section.banner_section .index_banner_start .carousel-caption .banner_boxes .single_box {
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  text-align: center;
  padding: 6px 16px;
}

section.banner_section .index_banner_start .carousel-caption .banner_boxes .single_box h2 {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 30px;
}

section.banner_section .index_banner_start .carousel-caption .banner_boxes .single_box p {
  margin-bottom: 0px;
  font-size: 15px;
  white-space: nowrap;
}

section.banner_section .index_banner_start .carousel-caption .banner_btns a.btn.btn_dark {
  background: #1B3C74;
}

section.banner_section .index_banner_start .carousel-caption .banner_btns {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 28px;
  margin-bottom: 8px;
  justify-content: right;
}

section.banner_section .carousel-indicators {
  flex-direction: column;
  margin-right: 0px;
  margin-left: 31px;
  top: calc(11%);
  max-width: 35px;
}

section.banner_section .carousel-indicators button {
  width: 2px;
  height: 35px;
  background-color: #FFFFFF;
  left: 0px;
  opacity: 1;
  border: 0px;
  margin: 12px 0px;
}

section.banner_section .carousel-indicators button.active {
  background: #2BA7FF;
  height: 35px !important;
  padding: 0px !important;
}

section.banner_section .index_banner_start img.banner_image {
  min-height: 631px;
  object-fit: cover;
}

@media (max-width: 1400px) {
  section.banner_section .index_banner_start .carousel-caption .banner_boxes {
    display: flex;
    gap: 19px;
    margin-top: 41px;
    position: relative;
    top: 20px;
  }
}

@media (max-width: 576px) {
  section.banner_section .index_banner_start .carousel-caption {
    width: calc(100% - 89px);
    left: 38px !important;
  }

  section.banner_section .index_banner_start .carousel-caption .banner_boxes .single_box h2 {
    font-size: 18px;
  }

  section.banner_section .index_banner_start .carousel-caption .banner_boxes .single_box p {
    font-size: 10px;
  }

  section.banner_section .index_banner_start .carousel-caption .banner_boxes .single_box {
    margin-top: 12px !important;
    padding: 10px 12px;
  }

  section.banner_section .index_banner_start .carousel-caption .banner_boxes {
    margin-top: 25px;
    gap: 8px;
  }

  section.banner_section .index_banner_start img.banner_image {
    min-height: 562px;
  }
}

@media (max-width: 450px) {
  section.banner_section .index_banner_start .carousel-caption .banner_boxes .single_box h2 {
    font-size: 15px;
  }

  section.banner_section .index_banner_start .carousel-caption .banner_boxes .single_box p {
    font-size: 8px;
  }

  /* section.banner_section .index_banner_start .carousel-caption .banner_boxes .single_box {
    padding: 10px 6px;
  } */

  section.banner_section .index_banner_start .carousel-caption .banner_boxes .single_box {
    padding: 10px 6px;
    min-width: 33%;
  }

  section.banner_section .index_banner_start .carousel-caption .banner_boxes {
    gap: 4px;
  }

  section.banner_section .index_banner_start .carousel-caption p {
    font-size: 9px;
    max-width: 348px;
  }

  section.banner_section .index_banner_start .carousel-caption h1 {
    font-size: 15px;
    /* max-width: 231px; */
  }

  section.banner_section .index_banner_start .carousel-caption .banner_btns .btn {
    font-size: 8px;
  }

  section.banner_section .index_banner_start img.banner_image {
    min-height: 460px;
  }

  header.header_top .header_start .logo_join {
    flex-direction: column;
    align-items: unset;
    gap: 12px;
  }

  header.header_top .header_start .logo_join .join {
    margin-left: auto;
  }

  header.header_top {
    padding: 24px 9px;
  }

  section.banner_section .carousel-indicators {
    margin-left: 7px;
  }

  section.banner_section .index_banner_start .carousel-caption {
    width: calc(100% - 62px);
    left: 19px !important;
  }

  section.banner_section .index_banner_start .carousel-caption .banner_btns {
    margin-top: 14px;
  }
}



/* Service Css Start Here */
section.services_section {
  padding: 70px 0px;
}

section.services_section .service_list {
  display: flex;
  justify-content: space-between;
}

section.services_section .service_list .single_service {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: 19%;
  padding: 35px 14px;
  text-align: center;
  margin-top: 18px;
  height: 250px;
  overflow: hidden;
}

section.services_section .service_list .single_service figure img {
  max-width: 70px;
  max-height: 70px;
  margin: 0px auto;
}

section.services_section .service_list .single_service figure {
  text-align: center;
  min-width: 70px;
  min-height: 70px;
}

section.services_section .service_list .single_service h6 {
  font-size: 16px;
  margin-top: 16px;
}

section.services_section .service_list .single_service p {
  font-size: 12px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

section.services_section .service_list .slick-list.draggable {
  padding: 10px 0px;
}

section.services_section .service_list .single_service a {
  color: #1D1D1D;
  font-size: 16px;
  text-decoration: none;
  font-family: "Poppins-SemiBold";
}

section.services_section .service_list .single_service:first-child a {
  font-family: "Poppins-Medium";
}

@media (max-width: 1400px) {
  section.services_section .service_list .single_service h6 {
    font-size: 15px;
    min-height: 36px;
  }
}

@media (max-width: 1200px) {
  section.services_section .service_list .single_service h6 {
    font-size: 15px;
  }

  section.services_section .service_list .single_service a {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  section.services_section .service_list {
    justify-content: left;
    gap: 12px;
    flex-wrap: wrap;
  }

  section.services_section .service_list .single_service {
    width: calc(33.3% - 9px);
  }
}

@media (max-width: 768px) {
  section.services_section .service_list .single_service p {
    font-size: 12px;
  }

  section.services_section .service_list .single_service h6 {
    font-size: 12px;
    margin-bottom: 2px;
    min-height: 29px;
  }

  section.services_section .service_list .single_service {
    padding: 21px 14px;
  }

  section.services_section .service_list .single_service figure img {
    max-width: 58px;
    max-height: 58px;
  }

  section.services_section .service_list .single_service figure {
    min-height: 64px;
  }
}

@media (max-width: 576px) {
  section.services_section .service_list .single_service {
    width: calc(50% - 9px);
    padding: 31px 21px;
  }

  section.services_section .service_list .single_service h6 {
    min-height: unset;
  }
}

@media (max-width: 430px) {
  section.services_section .service_list .single_service {
    padding: 21px 8px;
  }

  section.services_section .service_list .single_service h6 {
    font-size: 10px;
    min-height: 12px;
  }

  /* section.services_section .service_list .single_service p {
    font-size: 8px;
  } */
  section.services_section .service_list .single_service p {
    font-size: 11px;
  }

  section.services_section .service_list .single_service a {
    font-size: 11px;
  }
}

/* Servecies End Here */
/* Experience Start Here */
section.experience_section .experience_start figure.blue_bac {
  z-index: -1;
}

section.experience_section .experience_start figure.rotate_back {
  transition: 0.6s all;
  transform: unset;
  position: absolute;
  /* top: 0px; */
  transform: rotate(11deg) translate(38px, -41px);
  bottom: 0px;
  right: 0px;
}

section.experience_section .experience_start figure.rotate_back img {
  height: 438px;
  width: 100%;
  object-fit: cover;
}


section.experience_section .experience_start figure.blue_bac img {
  height: 439px;
}

section.experience_section .experience_start figure.sdie_image {
  /* transition: 0.6s all; */
  animation: myAnimate 3s infinite;
  transition: 0.6s;
}

@keyframes myAnimate {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(40px);
  }

  100% {
    transform: translateY(0px);
  }
}

section.experience_section .experience_start .images_secton {
  position: relative;
}

section.experience_section .experience_start .images_secton:hover figure.rotate_back {
  transform: unset;
}

section.experience_section .experience_start .text_here p {
  color: #1D1D1D;
  font-family: "Poppins-Medium";
}

section.experience_section {
  width: 100%;
  background-image: url(../img/experience.png);
  padding: 131px 0px 73px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1400px) {
  section.experience_section .experience_start figure.rotate_back {
    transform: rotate(11deg) translate(34px, -33px);
  }
}

@media (max-width: 991px) {
  section.experience_section .experience_start .experience_text {
    padding-left: 20px !important;
    margin-left: 0px !important;
  }

  section.experience_section .experience_start .experience_text .text_here {
    padding-right: 0px !important;
  }

  section.experience_section .experience_start figure.rotate_back {
    transform: rotate(11deg) translate(23px, -24px);
  }
}

@media (max-width: 768px) {
  section.experience_section .experience_start .ms-auto.ps-5 {
    padding-left: 0px !important;
  }

  section.experience_section .experience_start .experience_text {
    padding-left: 13px !important;
    padding-top: 27px;
  }

  section.experience_section .experience_start figure.rotate_back {
    transform: rotate(11deg) translate(-25px, -38px);
  }

  section.experience_section .experience_start .experience_text figure {
    text-align: end;
    margin-top: 16px;
  }
}

@media (max-width: 576px) {
  section.experience_section .experience_start figure.rotate_back {
    transform: translateY(-46px);
    right: unset;
    left: 0px;
  }

  section.experience_section .experience_start .experience_text .text_here a.btn {
    margin-top: 0px !important;
  }
}

/* Service Css End Here */
/* Testimonials Start Here */
section.testimonials_section {
  padding: 56px 10px 35px;
}

.single_testimonial {
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 10px 0px;
  background: #f3fbff;
  border-radius: 15px;
  padding: 25px 25px;
  border: 1px solid transparent;
}

.single_testimonial .testimonials_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single_testimonial .testimonials_top .about_user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.single_testimonial .testimonials_top .about_user figure img {
  max-width: 65px;
  border-radius: 51%;
}

.single_testimonial .testimonials_top .about_user figure {
  border-radius: 50%;
  background-color: #138fcb;
  padding: 2px;
}

.single_testimonial .testimonials_top .about_user h5 {
  margin-bottom: 0px;
}

.single_testimonial .testimonials_top .about_user span {
  color: #858585;
  font-size: 16px;
  font-family: "Poppins-Medium";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.single_testimonial .testimonials_top .user_ratings {
  text-align: right;
}

.single_testimonial .testimonials_top .user_ratings img {
  display: block;
  max-width: 93px;
  max-height: 25px;
  margin-left: auto;
  margin-right: auto;
}

.single_testimonial .testimonials_top .user_ratings i {
  color: #e69a00;
  font-size: 13px;
}

.single_testimonial .testimonials_top .user_ratings .ratings {
  margin-bottom: 6px;
  display: flex;
  gap: 6px;
}

.single_testimonial p {
  color: #656565;
  font-size: 12px;
  margin-top: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  min-height: 90px;
}

.single_testimonial a.read_more {
  color: #138fcb;
  font-size: 12px;
  font-family: "Poppins-Medium";
  text-decoration: underline;
}

.testimonials_list .slick-list.draggable .slick-slide {
  max-width: 411px;
  margin-right: 12px;
  margin-left: 11px;
  margin-top: 23px;
  margin-bottom: 25px;
  border: 1px solid transparent;
}

.single_testimonial:hover {
  transition: 0.6s all;
  background: transparent;
  border: 1px solid #2ba7ff !important;
}

.testimonials_start .top_heading.text-center h1 {
  color: #3b3b3b;
}

.testimonials_list .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #138fcb;
  font-size: 18px;
}

.testimonials_list .slick-dots {
  text-align: left;
  margin-left: 19px;
  z-index: 9999999;
  bottom: -48px !important;
  max-width: 216px;
  display: none !important;
}

.testimonials_list .slick-dots li button:before {
  /* font-family: "slick"; */
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: left;
  opacity: 1;
  color: #c4c4c4;
}

section.testimonials_section .see_more.text-center a.btn {
  border-radius: 3px;
  padding: 7px 34px;
}

section.testimonials_section .see_more.text-center {
  position: relative;
  top: -13px;
}


section.testimonials_section .testimonials_start {
  position: relative;
}

section.testimonials_section .testimonials_start .testimonials_list {
  margin-top: 29px;
}

@media (min-width: 1200px) {
  .single_testimonial .testimonials_top .about_user h5 {
    font-size: 21px;
  }
}

@media (max-width: 1400px) {
  .single_testimonial .testimonials_top .about_user figure img {
    max-width: 50px;
  }

  .single_testimonial .testimonials_top .user_ratings .ratings i {
    font-size: 11px;
  }

  .single_testimonial .testimonials_top .user_ratings img {
    max-width: 72px;
  }

  .testimonials_list .slick-list.draggable .slick-slide {
    margin: 15px 11px;
  }

  .single_testimonial .testimonials_top .about_user {
    gap: 8px;
  }

  .single_testimonial .testimonials_top .about_user h5 {
    font-size: 18px;
  }

  .single_testimonial {
    padding: 23px 22px;
  }
}

@media (max-width: 1200px) {
  .testimonials_list .slick-list.draggable .slick-slide {
    max-width: 413px;
  }


  section.testimonials_section .testimonials_start::before,
  section.testimonials_section .testimonials_start::after {
    height: 186px;
    width: 121px;
    top: 75px;
    left: -14px;
  }

  section.testimonials_section .testimonials_start::after {
    top: unset !important;
    bottom: 44px;
    left: unset;
    right: -12px !important;
  }

  .testimonials_start.px-4 .top_heading.text-center {
    margin-bottom: 44px;
  }
}

@media (max-width: 576px) {
  .slick-dotted.slick-slider {
    padding: 0px !important;
  }

  .testimonials_list .slick-list.draggable .slick-slide {
    margin: 15px 4px;
  }

  .single_testimonial .testimonials_top .about_user figure img {
    max-width: 35px;
  }

  .single_testimonial .testimonials_top .about_user h5 {
    font-size: 15px;
  }

  .single_testimonial .testimonials_top .user_ratings img {
    max-width: 59px;
  }

  .single_testimonial .testimonials_top .user_ratings .ratings i {
    font-size: 8px;
  }

  .single_testimonial {
    padding: 23px 14px;
  }

  section.testimonials_section .testimonials_start {
    padding: 0px !important;
  }

  section.testimonials_section .see_more.text-center {
    top: 32px;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 36px;
  }

  .testimonials_list .slick-dots {
    bottom: -29px !important;
  }


}

/* Testimonials End here */
/* Contact Css Start Here */
section.contact_section_start_here {
  /* background: #F6F6F6; */
  padding: 66px 0px 81px;
  background-image: url(../img/bg_contact.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.single_contact {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 59px;
}


/* FORM CSS HERE */
.contact_form {
  width: 100%;
  background: #FFFFFF;
  padding: 25px 28px 50px !important;
  height: 100%;
  box-shadow: 0px 0px 4px #e7cfcf;
}

.contact_form form .form_row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 19px;
}

.contact_form form .form_row .single_input {
  width: 48%;
}

.contact_form form .form_row input,
.contact_form form .form_row select,
.contact_form form .form_row textarea {
  width: 100%;
  background: #F6F6F6;
  border: 0px;
  height: 49px;
  color: #636060;
  font-family: "Poppins-Light";
  font-size: 13px;
  padding-left: 20px;
  outline: none;
}

.contact_form form .form_row textarea {
  resize: none;
  height: 171px;
  padding-top: 22px;
}

.contact_form .form_top_text {
  margin-bottom: 51px;
}

.submit_btn {
  margin-top: 20px;
}

p.point::before {
  content: "";
  display: block;
  position: relative;
  width: 25px;
  top: 1px;
  height: 25px;
  background-image: url(../img/point.png);
  background-repeat: no-repeat;
  margin-right: 14px;
}

p.point {
  display: flex;
  margin-bottom: 7px;
}

.single_contact .contact_here a {
  text-decoration: none;
  color: #000000;
  font-size: 17px;
  opacity: .8;
}

@media (max-width: 576px) {
  .contact_form form .form_row {
    display: block;
  }

  .contact_form form .form_row .single_input {
    width: 100%;
    margin-top: 19px;
  }
}

@media (max-width: 768px) {
  .contact_form {
    margin-top: 33px;
  }

  .single_contact .contact_here a {
    font-size: 13px;
  }

  .single_contact {
    margin-top: 24px;
  }

  .contact_form {
    padding: 20px 17px 12px !important;
  }
}

/* Footer STart Here */
footer.footer ul {
  list-style: none;
  padding-left: 0px;
  padding-bottom: 0px;
}

footer.footer {
  padding: 101px 0px 12px;
}

footer.footer .footer_start .footer_text figure.logo img {
  max-width: 222px;
}

footer.footer .footer_start .footer_text p {
  font-size: 11px;
  line-height: 22px;
  margin-top: 26px;
  color: #000000;
  opacity: 0.5;
  max-width: 320px;
}

footer.footer .footer_start .footer_text ul.social_links {
  display: flex;
  gap: 13px;
  margin-top: 24px;
}

footer.footer .footer_start .footer_text ul.social_links li a img {
  max-width: 36px;
  max-height: 36px;
  border-radius: 50%;
}

footer.footer .footer_start .footer_links ul {
  margin-top: 16px;
}

footer.footer .footer_start .footer_links ul li {
  padding-left: 17px !important;
  padding: 3px 0px;
  background-image: url(../img/li.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: left;
  transition: 0.6s all;
  /* background-size: 8px; */
}

footer.footer .footer_start .footer_links ul li a {
  text-decoration: none;
  color: #000000;
  font-family: 'Poppins-Light';
  font-size: 12px;
}

footer.footer .footer_start .footer_links ul li:hover {
  background-position: center left 7px;
}

footer.footer .footer_start .contact_info ul {
  margin-top: 25px;
}

footer.footer .footer_start .contact_info ul li span,
footer.footer .footer_start .contact_info ul li a {
  text-decoration: none;
  color: #000000;
  font-family: 'Poppins-Light';
  font-size: 12px;
}

footer.footer .footer_start .contact_info ul li {
  padding: 8px 0px;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left top 12px;
}

footer.footer .footer_start .contact_info ul li:not(:first-child) {
  border-top: 1px solid #00000070;
}

footer.footer .footer_start .news_letter p {
  margin-top: 30px;
  font-size: 12px;
  line-height: 22px;
  color: #000000;
  opacity: 0.5;
  max-width: 320px;
}

footer.footer .footer_start .news_letter .news_email {
  display: flex;
}

footer.footer .footer_start .news_letter .news_email input {
  width: calc(100% - 50px);
  height: 52px;
  padding-left: 16px;
  font-size: 10px;
  line-height: 22px;
  color: #000000;
  opacity: 0.5;
  border: solid #7070708a;
  border-width: 1px 0px 1px 1px;
}

footer.footer .footer_start .news_letter .news_email button.email_btn {
  width: 56px;
  border: 0px;
  background-image: url(../img/email.png);
  background-position: center;
  background-size: cover;
}

footer.footer .footer_start .contact_info ul li.address {
  background-image: url(../img/mark.png);
}

footer.footer .footer_start .contact_info ul li.tel_us {
  background-image: url(../img/phone.png);
}

footer.footer .footer_start .contact_info ul li.email_us {
  background-image: url(../img/mail.png);
}

@media (max-width: 991px) {
  footer.footer .footer_start .row .col-md-12 {
    order: 3;
  }
}

@media (max-width: 768px) {
  footer.footer .footer_start .row .col-md-12 {
    order: unset;
  }
}

section.gallery_section {
  padding: 116px 0px 55px;
}

/* Privacy And Terms Page Css Start Here */
section.legal_text p {
  color: #1F162C;
}

section.legal_text {
  padding: 79px 0px 55px;
}

@media (max-width: 1200px) {
  section.legal_text {
    padding: 49px 0px 25px;
  }
}

@media (min-width: 1200px) {
  .responsive_container_margin {
    margin-left: -24px;
    margin-right: -24px;
  }
}

@media (max-width: 768px) {
  section.banner_section .social_icons_div {
    display: none;
  }
}

@media (max-width: 576px) {
  footer.footer {
    padding-top: 30px;
  }
}

/* Privacy And Terms Page Css End here */
.copy_right p {
  color: #000000;
  font-size: 11px;
  opacity: 0.8;
}

/*.auth_user {*/
/*  display: none;*/
/*}*/

section.services_section .service_list .single_service:first-child {
  border: 1px solid #2BA7FF;
}

header.header_top .header_start .nav_login .navbar ul li.nav_link.active a,
header.header_top .header_start .nav_login .navbar ul li.nav_link:hover a {
  color: #1D1D1D;
}

/* header.header_top .header_start .nav_login .navbar ul li.nav_link.active, */
header.header_top .header_start .nav_login .navbar ul li.nav_link {
  position: relative;
}

header.header_top .header_start .nav_login .navbar ul li.nav_link::before {
  content: "";
  height: 0px;
  width: 0px;
  background: #FFF;
  position: absolute;
  display: block;
  top: -4px;
  left: 0px;
  z-index: -1;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  transition: 0.6s all;
}

header.header_top .header_start .nav_login .navbar ul li.nav_link:hover::before,
header.header_top .header_start .nav_login .navbar ul li.nav_link.active::before {
  height: 45px;
  width: 100%;
}

section.services_section .service_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

section.services_section .service_list .slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  content: '.';
  text-align: center;
  opacity: .25;
  background-color: #3ca9fd;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
}

section.services_section .service_list .slick-dots li.slick-active button:before {
  opacity: 1;
}

/*Appintment Modal Css*/
.appointment_modal .modal-content {
  width: auto;
  background: transparent;
  border: 0;
}

.appointment_modal .modal-dialog {
  max-width: 70%;
  background: #fffffff5;
  /* margin: 0; */
  display: block;
  /* margin: 0px auto; */
  backdrop-filter: blur(15px);
  border-radius: 10px;
}

.appointment_modal .modal-dialog .schedule_class_start {
  width: 70%;
  padding: 20px 0px 40px;
}

.appointment_modal .modal-content button.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  border: 0;
  padding: 0;
  background: transparent;
}

/*.appointment_modal .modal-dialog input,.appointment_modal .modal-dialog select {*/
/*    border: 0;*/
/*    padding: 0;*/
/*}*/
/*Appointment Modal Css*/
.line-only-1 {
  -webkit-line-clamp: 1;
}

.line-only-3 {
  -webkit-line-clamp: 3;
}

.line-only-1,
.line-only-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.alert-danger {
  /*display: flex !important;*/
  justify-content: space-between !important;
}

.appointment_table tr td.normal-td {
  text-align: center;
  font-size: 13px;
  font-family: "Poppins-Medium";
  line-height: 17px;
}

.testimonials_slider.slick-initialized.slick-slider.slick-dotted .slick-list.draggable {
  max-height: 260px !important;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.resouces-section {
  padding: 62px 0px;
}

.resources-link {
  color: #2BA7FF;
  font-size: 14px;

}

.resouces-start .resources-list .single-resource {
  background-color: #F6F6F6;
}

.resouces-start .resources-list .single-resource .body-text {
  padding: 16px 23px;
}

.resouces-start .tag {
  background-color: #D5EDFC;
  padding: 5px 14px;
  display: block;
  width: fit-content;
  margin-bottom: 10px;
  color: #2BA7FF;
  font-size: 12px;
  font-family: "Poppins-Medium";
}

.resouces-start .detail-img img {
  max-height: 460px;
  min-height: 350px;
  object-fit: cover;
}

.resouces-start .resources-list .single-resource figure img {
  height: 189px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1400px) {
  .resouces-start .resources-list .single-resource figure img {
    height: 162px;
  }

  .resouces-start .resources-list .single-resource .body-text h4 {
    font-size: 17px;
  }

  .resouces-start .resources-list .single-resource .body-text p {
    font-size: 11px;
    margin-bottom: 6px;
  }

  .resouces-start .resources-list .single-resource .body-text .resources-link {
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  .resouces-start .resources-list .single-resource figure img {
    height: 135px;
  }

  .resouces-start .resources-list .single-resource .body-text h4 {
    font-size: 15px;
  }

  .resouces-start .resources-list .single-resource .body-text p {
    font-size: 10px;
    margin-bottom: 6px;
  }

  .resouces-start .resources-list .single-resource .body-text .resources-link {
    font-size: 11px;
  }

  .resouces-start .tag {
    font-size: 10px;
  }

  .resouces-start .resources-list .single-resource .body-text {
    padding: 16px 16px;
  }
}

@media (max-width: 991px) {
  .resouces-start .detail-img img {
    max-height: 390px;
    min-height: 300px;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .resouces-start .detail-img img {
    max-height: 350px;
    min-height: 200px;
    object-fit: cover;
  }
}
