html {
  overflow-x: hidden;
}

body {
  overflow: hidden;
  margin: auto;
  background: #ffffff;
  font-family: "Open Sans", sans-serif !important;

}


@media(min-width: 1366px) {
  .cmpad {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media(max-width: 1366px) {
  .cmpad {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media(max-width: 991px) {
  .cmpad {
    padding-left: 40px;
    padding-right: 40px;
  }

}

@media(max-width: 767px) {
  .cmpad {
    padding-left: 15px;
    padding-right: 15px;
  }

}

p {
  margin-bottom: 0;
  color: #313131;
  font-size: 16px;
  font-weight: 400;
  line-height: 136%;
}

a {
  color: #1A1A1A;
  text-decoration: none !important;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  font-size: 16px;
  font-weight: 500;
}

a:hover {
  text-decoration: none !important;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

ul {
  padding-left: 0px;
  list-style-type: none;
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.posrel {
  position: relative;
}





.btn {
  padding: 10px 15px;
  display: inline-block;
  font-weight: 600 !important;
  text-align: center;
  border-radius: 30px;
}

.mybtn-primary {
  position: relative;
  color: #fff !important;
  background: #004ECE;
  font-size: 16px;
  padding: 5px 5px 5px 20px;
  border: none !important;
  overflow: hidden;
  min-width: 128px;
  z-index: 1;
  display: flex;
  gap: 13px !important;
  height: 45px;
  align-items: center;
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}

.mybtn-primary span {
  background: #ffffff;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
}


.mybtn-primary:hover {
  background: #003fa8;
  color: #fff !important;
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}

.mybtn-primary:hover span img {
  transform: rotate(45deg);
}


.mybtn-secondary {
  position: relative;
  color: #ffffff !important;
  font-size: 16px;
  padding: 5px 5px 5px 20px;
  background: #F4B709;
  border: none !important;
  overflow: hidden;
  min-width: 128px;
  z-index: 1;
  display: flex;
  gap: 13px !important;
  height: 45px;
  align-items: center;
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}

.mybtn-secondary span {
  background: #ffffff;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
}

.mybtn-secondary:hover {
  background: #ae8102;
  color: #fff;
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}

.mybtn-secondary:hover span img {

  transform: rotate(45deg);
}




.mybtn-third {
  position: relative;
  color: #ffffff;
  font-size: 1rem;
  padding: 5px 5px 5px 20px;
  background: transparent;
  border: 1px solid #fff;
  overflow: hidden;
  min-width: 128px;
  z-index: 1;
  display: flex;
  gap: 15px;
  height: 53px;
  align-items: center;
}

.mybtn-third span {
  background: #613195;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
}

.mybtn-third span img {
  filter: brightness(0) invert(1);
}

.mybtn-third:hover {
  border: 1px solid transparent;
  background: #613195;
}

.mybtn-third:hover span {
  background: #ffffff;
}

.mybtn-third:hover span img {
  filter: none;
}


.mybtn-fill {
  position: relative;
  color: #ffffff;
  background: #613195;
  font-size: 1rem;
  padding: 5px 5px 5px 20px;
  border: 1px solid transparent;
  overflow: hidden;
  min-width: 128px;
  z-index: 1;
  display: flex;
  gap: 15px;
  height: 53px;
  align-items: center;
}

.mybtn-fill span {
  background: #ffffff;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
}


.mybtn-fill:hover {
  border: 1px solid #613195;
  background: transparent;
  color: #613195;
}

.mybtn-fill:hover span {
  background: #613195;
}

.mybtn-fill:hover span img {
  filter: brightness(0) invert(1);
}



/* Outer framed container with corner marks */
.frame {
  position: relative;
  padding: 1px;
  border: 1px solid #00000030;
  display: inline-block;
}

/* Decorative crop/corner marks (small L shapes) */
.frame::before,
.frame::after,
.frame .spn::before,
.frame .spn::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border: 2px solid #111;
  box-sizing: border-box;
  background: transparent;
}

/* top-left */
.frame::before {
  left: -2px;
  top: -2px;
  border-right: none;
  border-bottom: none;
}

/* top-right */
.frame::after {
  right: -2px;
  top: -2px;
  border-left: none;
  border-bottom: none;
}

/* We'll use span pseudo-elements for bottom corners */
.frame .spn::before {
  left: -2px;
  bottom: -2px;
  border-right: none;
  border-top: none;
}

.frame .spn::after {
  right: -2px;
  bottom: -2px;
  border-left: none;
  border-top: none;
}

/* whitecorner */
.framew {
  position: relative;
  padding: 1px;
  border: 1px solid #ffffff4d;
  display: inline-block;
}

/* Decorative crop/corner marks (small L shapes) */
.framew::before,
.framew::after,
.framew .spn::before,
.framew .spn::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border: 2px solid #fff;
  box-sizing: border-box;
  background: transparent;
}

/* top-left */
.framew::before {
  left: -2px;
  top: -2px;
  border-right: none;
  border-bottom: none;
}

/* top-right */
.framew::after {
  right: -2px;
  top: -2px;
  border-left: none;
  border-bottom: none;
}

/* We'll use span pseudo-elements for bottom corners */
.framew .spn::before {
  left: -2px;
  bottom: -2px;
  border-right: none;
  border-top: none;
}

.framew .spn::after {
  right: -2px;
  bottom: -2px;
  border-left: none;
  border-top: none;
}





.mybtn-third .text {
  flex: 1;
  text-align: center;
  color: #000;
  padding: 0 15px;
  background-color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.mybtn-third .arrow {
  background-color: #121416;
  color: #fff;
  width: 36px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mybtn-third .arrow img {
  filter: brightness(0) invert(1);
}

.mybtn-third:hover .text {
  background-color: #121416;
  color: #fff;
}

.mybtn-third:hover .arrow {
  background-color: #fff;
}

.mybtn-third:hover .arrow img {
  filter: unset;
}


.bnrhed {
  font-size: 48px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 125%;
}

.mainhed {
  font-size: 45px;
  font-weight: 700;
  color: #002690;
  line-height: 125%;
}

.paramain {
  font-size: 18px;
  line-height: 152%;
}

.subhed {
  font-size: 24px;
  font-weight: 500;
  color: #613195;
  line-height: 120%;
}

.clrred {
  color: #BC252D;
}

/* haeder */

.header {
  height: auto;
  position: relative;
  z-index: 11;
}

.header-inn {
  padding-top: 13px;
  padding-bottom: 10px;
}

.nav-header {
  max-width: 117px;
}

.hedrfll {
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 100%;
  float: left;
  position: relative;

}

.logo img {
  width: 100%;
  max-width: 177px;
  float: left;
  position: relative;
  background: #fff;
}

.hdr-menu {
  height: 100%;
}

.menus {
  display: flex;
  gap: 12px;
  flex-direction: row;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
}


.megalistcust {
  padding: 20px 7px !important;
  display: flex !important;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}


/* Fixed header class */
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 1px 11px #00000030;
  animation: slideDown 0.3s ease forwards;
  height: auto;
  padding: 10px 0px;
  background: #182100;
}

/* Optional animation */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}



/*mob*/
/* Wrapper */
/* Wrapper & Container */
.mobile-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  float: right;
  height: 100%;
  display: flex;
  align-items: center;
}

.content {
  background: transparent;
  display: block;
  width: 100%;
  height: 100%;
}

nav {
  position: relative;
}

/* Hide native checkbox */
nav input[type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

/* Hamburger Icon */


.hamburger-label {
  position: relative;
  /* Use absolute for positioning inside the container */
  top: 7px;
  /* Aligns to the right side */
  z-index: 1100;
  width: 30px;
  height: 24px;
  cursor: pointer;
}

.mobile-container {
  position: relative;
}


.hamburger-label::before,
.hamburger-label::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #004ece;
  left: 0;
  border-radius: 5px;
  transition: 0.3s ease;
}

.hamburger-label::before {
  top: 0;
}

.hamburger-label::after {
  top: 10px;
}

.hamburger-label::after {
  box-shadow: 0 10px 0 #004ece;
}

/* Becomes X when open */
#hamburger1:checked+.hamburger-label::before {
  transform: rotate(45deg);
  top: 8px;
  background-color: #fff;
}

#hamburger1:checked+.hamburger-label::after {
  transform: rotate(-45deg);
  top: 8px;
  background-color: #fff;
  box-shadow: unset;
}

/* Overlay full menu */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: all 0.3s ease;
}

/* Show overlay */
#hamburger1:checked~.overlay {
  opacity: 1;
  visibility: visible;
}

/* Navigation links */
.nav-links {
  margin: 0px 0 0 0;
  padding: 125px 0;
  background: #004ece;
}

.nav-links li {
  list-style: none;
  /*border-bottom: 1px solid #ddd;*/
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.nav-links li a,
.submenu-label {
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 500;

  text-align: center;
  color: white;

}

.nav-links li a:hover,
.submenu-label:hover {
  color: #FFD000;
}

/* Animate in when menu opens */
#hamburger1:checked~.overlay .nav-links li {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

#hamburger1:checked~.overlay .nav-links li:nth-child(1) {
  transition-delay: 0s;
}

#hamburger1:checked~.overlay .nav-links li:nth-child(2) {
  transition-delay: 0.1s;
}

#hamburger1:checked~.overlay .nav-links li:nth-child(3) {
  transition-delay: 0.2s;
}

#hamburger1:checked~.overlay .nav-links li:nth-child(4) {
  transition-delay: 0.3s;
}

/* Submenu */
.has-submenu {
  position: relative;
}

.has-submenu input[type="checkbox"] {
  display: none;
}

.submenu {
  display: none;
  background: #c6272a;
}

.submenu li a {
  font-size: 16px;
  padding: 10px 40px;
  border-top: 1px solid #8a0f11;
}

.has-submenu input[type="checkbox"]:checked~.submenu {
  display: block;
  padding-left: 0;
}

@media(min-width:992px) {
  .mobile-wrapper {
    display: none;
  }
}

/*mob*/

.header_menu_area ul li a img {
  margin-left: 0px;
  margin-left: 0px;
  width: 13px;
}

.header_menu_area {
  position: relative;
  text-align: center;
  width: 100%;
}

.header_menu_area>ul {
  padding-right: 0px;
  padding: 0px 0px 0px 0px;
  width: auto;
  float: right;
  vertical-align: middle;
  display: flex;
  align-items: center;
  position: unset;
}

.header_menu_area>ul>li {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #000000;
  float: left;
  text-decoration: none;
  list-style-type: none;
  position: relative;
  padding: 0px 12px;
  z-index: 1;
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  text-decoration: none;
  text-align: center;
}

.menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
}

.header_menu_area>ul>li>a {
  position: relative;
  display: flex;
  gap: 4px;
  float: left;
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}

.header_menu_area>ul>li>a.stable {
  color: #002690;
}

.header_menu_area>ul>li>a:hover {
  color: #002690;
}

/* .stable{
  color: #ffffff !important;
} */


.menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  top: 0px;
  padding: 0;
  width: 270px;
  position: absolute;
  right: 20px;
  padding-top: 30px;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 99999;
  -moz-transform: perspective(600px) rotateX(-90deg);
  -ms-transform: perspective(600px) rotateX(-90deg);
  -o-transform: perspective(600px) rotateX(-90deg);

  -o-transition: -o-transform .5s ease, opacity .6s ease, max-height .6s step-end, max-width .6s step-end, padding .6s step-end;

}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  transition: all .5s ease-out;
  height: auto;
  right: 0;
}

.submenu2 {
  right: -100% !important;
  padding-top: 0px !important;
}

/* .menu-padding2{
  padding-bottom: 10px!important;
  border-radius: 0 0;
} */
.menu-padding1 {
  padding-top: 10px !important;
  border-radius: 8px 8px 0 0;
}

.menu ul li:hover {
  background: #FFF7F0;
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}

.menu ul li a:hover,
.menu ul li:hover>a {
  /* background: #396dab; */
  /* color: #ffffff; */
  padding-left: 4px;
  text-decoration: none;
  transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}

.menu li:first-child {
  margin-left: 0;
}

.menu li:first-child {
  margin-left: 0;
}

.menu ul li {
  display: block;
  padding: 15px;
  float: left;
  background: 0 0;
  margin: 0;
  padding: 15px 13px;
  background: #fff;
  width: 100%;
  position: relative;
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;

}

.menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
  /* z-index: 9; */
  /* padding-bottom: 50px; */
}

.menu ul li a {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  display: block;
  color: #970e10;
  background: transparent;
  text-align: -webkit-match-parent;
  text-decoration: none;
  border-radius: 0;
  /* margin-bottom: 10px; */
  text-align: left;
}


/*overlay*/

.side-menu-4 {
  position: relative;
  top: 7px;
  right: 0;
  z-index: 999;
  width: auto;
  float: right;
  padding-left: 11px;
}

.burger-menu img {
  width: 26px;

  cursor: pointer;
}

.overlay-menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 102;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  display: flex;
  background: rgba(0, 0, 0, 0.95);
}

.overlay-menu.active {
  opacity: 1;
  visibility: visible;
}

.overlay-wrap {
  display: flex;
  width: 100%;
  height: 100%;
}

.left-area,
.right-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px;
}

.right-areamain {
  width: 100%;
  float: left;
}

.right-areamain h2 {
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.right-areamain p {
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 14px;
  font-weight: 400;
}

.left-area h6 {
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 55px;
  font-weight: 500;
  line-height: 127%;
  margin-bottom: 0;
}

.left-area {
  background: #121416;
  color: white;
  text-align: left;
}

.right-area {
  background: #FD421B;
  color: #A8A8A8;
  box-shadow: -1px 0px 13px #10346057;
  text-align: left;
}

.left-area nav ul {
  list-style: none;
  padding: 0;
}

.left-area nav li {
  margin-bottom: 20px;
}

.left-area nav a {
  color: white;
  font-size: 40px;
  text-decoration: none;
}

.close img {
  width: 100%;
  max-width: 30px;
  filter: brightness(0) invert(1);
}

.overlay-menu .close {
  position: absolute;
  right: 60px;
  top: 55px;
  font-size: 30px;
  background: #121416;
  border-radius: 30px;
  cursor: pointer;
  opacity: 0.5;
  z-index: 10;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.overlay-menu .close:hover {
  opacity: 1;
}

.right-area-main {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.right-area-main h2 {
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 35px;
  font-weight: 500;
}

.right-area-main p {
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 15px;
  font-weight: 400;
}

.right-area-main a {
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.left-area form {
  width: 100%;
  float: left;
  margin-top: 40px;
  transition-delay: 300ms;
}

.ham-field {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.ham-field label {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  width: 100%;
  float: left;
  margin-bottom: 5px;
}

.ham-field input {
  width: 100%;
  float: left;
  padding: 12px;
  border: none !important;
  border-radius: 10px;
  font-size: 15px;
  color: #000;
  height: 51px;
  outline: none !important;
}

.ham-field textarea {
  width: 100%;
  float: left;
  padding: 12px;
  border: none !important;
  border-radius: 10px;
  font-size: 16px;
  color: #000;
  height: 150px;
  outline: none !important;
}

.tophed {
  background: #970E10;
}

.tphedmain {
  display: flex;
  justify-content: flex-end;
  padding: 5px 0;
}

.tpcall {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tpcall a {
  color: #fff;
  font-weight: 400;
}

.tphedfirst {
  display: flex;
  gap: 30px;
}

.tphedsecond {
  display: flex;
  gap: 40px;
}

.tphedsecond a {
  color: #fff;
  font-weight: 400;
}

/*---------------------------------------*/
/*:::::::::::::::::SLIDER::::::::::::::::*/
/*---------------------------------------*/

.mylist {
  display: flex;
  flex-flow: column;
  margin-bottom: 1rem;
}

.mylist li {
  position: relative;
  padding: 4px 0;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}

.mylist li:before {
  content: '';
  background-image: url(/assets2/images/icons/points.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 19px;
  position: absolute;
  left: 0;
  margin-top: 4px;
}


.banner {
  position: relative;
  background: url(/assets2/images/slider/banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  z-index: 1;
  background-position: center;
  padding-bottom: 85px;
}

.bnrtxt-slider {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 11;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 0;
  padding-top: 150px;
}

.lbfbtn {
  position: relative;
  color: #fff;
  background: #004ECE;
  font-size: 16px;
  padding: 13px 20px;
  border: none !important;
  overflow: hidden;
  z-index: 1;
  display: flex;
  gap: 13px !important;
  height: auto;
  align-items: center;
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}

.lbfbtn:hover {
  background: #F4B709;
  color: #fff !important;
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}

.bnrtext {
  display: flex;
  gap: 13px;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.bnrtext p {
  color: #ffffffdb;
  font-size: 16px;
  line-height: 136%;
  max-width: 100%;
}


.bnrtext .bnrname {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  padding: 3px 13px;
  border-radius: 0 13px 13px 0;
  background: #43197094;
}

.bnrfrmfull {
  display: flex;
  align-items: center;
  height: 100%;
}

.bnrform {
  background: #ffffff;
  border-radius: 22px;
  padding: 38px;
  z-index: 1;
  padding-bottom: 102px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 17px #0000001a;
}

.bnrform .wavefrm {
  position: absolute;
  bottom: 0;
  pointer-events: none;
  right: 0;
  width: 100%;
  z-index: -1;
}

.bnrform h3 {
  color: #333333;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 28px;
}

.bnrform .con-field {
  margin-bottom: 11px;
}

.bnrform .con-field input {
  background: #FFF6ED;
  border: 1px solid #FFE8D1 !important;
}

.spad {
  padding-top: 70px;
  padding-bottom: 70px;
}

.spad2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.bnrobjectscroll {
  margin-top: 50px;
}

.bnrobjects {
  display: flex;
  gap: 15px;
  height: 100%;
}

.bnrobject {
  background: #004fce5c;
  width: 100%;
  padding: 17px 15px;
  border-radius: 13px;
  backdrop-filter: blur(7px);
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
}

.bnrobject:hover {
  background: #003c9cf5;
  backdrop-filter: unset;
  transition: all 0.3s ease;
}

.bnrobject img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 13px;
}

.bnrobject .desc {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

/* search */
.searchfull {
  position: relative;
  margin-top: -42px;
  z-index: 1;
}

.search-wrapper {
  background: #fff;
  border-radius: 15px;
  padding: 23px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.search-box {
  flex: 1;
  display: flex;
  align-items: center;
  background: #F0F5FF;
  border-radius: 10px;
  overflow: hidden;
  height: 52px;
}

.search-box .icon {
  width: 42px;
  height: 52px;
  background: #C4DAFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
  font-size: 18px;
}

.search-box .icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.search-box input,
.search-box select {
  flex: 1;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  padding: 0 18px;
  font-size: 16px;
  color: #555;
}

.search-box select {
  appearance: none;
  cursor: pointer;
}

/* featured */
.seched {
  font-size: 16px;
  font-weight: 400;
  color: #F4B709;
  padding: 5px 12px;
  border-radius: 8px;
  margin-bottom: 9px;
  background: #FFFAEA;
  display: inline-block;
}

.featurecrd {
  background: #F0F5FF;
  border-radius: 10px;
  padding: 10px;
}

.featurecrd .featrimg {
  border-radius: 10px;
}

.featurecrd .desc {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #313131;
}

.desccrd {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 7px;
  position: relative;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.desccrd span {
  width: 22px;
  height: 22px;
  background: #004ECE;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.desccrd span img {
  height: 14px;
  width: 14px;
  object-fit: contain;
}

.desccrd p {
  width: calc(100% - 27px);
  font-size: 14px;
  color: #313131;
}



.cateogrycrd {
  background: #fff;
  width: 100%;
  padding: 15px 15px;
  border-radius: 13px;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  cursor: pointer;
}

.cateogrycrd span {
  background: #FFFAEA;
  height: 52px;
  width: 52px;
  border-radius: 50px;
  display: flex;
  margin-bottom: 13px;
  justify-content: center;
  align-items: center;
}

.cateogrycrd span img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.cateogrycrd .desc {
  font-size: 16px;
  font-weight: 600;
  color: #313131;
}

.cateogrycrd:hover {
  background: #FFFAEA;
  transition: all 0.3s ease;
}

.cateogrycrd:hover span {
  background: #fff;
}

/* overview */

.ligthbac {
  background: #F5F8FF;
}

.overimg img {
  border-radius: 20px;
}

.overbxs {
  display: flex;
  gap: 15px;
}

.ovrbx {
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  flex: 1;
}

.ovrbx .desc {
  font-weight: 600;
  font-size: 24px;
  color: #F4B709;
  margin-bottom: 8px;
}

.ovrbx .cont {
  font-size: 16px;
  color: #313131;
}

.ovrbxblue .desc {
  color: #002690;
}

.ovrbxornge .desc {
  color: #FF8D00;
}


/* whatis */
.whatpoint {
  background: #fff;
  border-radius: 15px;
  padding: 16px 23px;
  display: flex;
  width: 100%;
  gap: 13px;
  margin-bottom: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.whatpoint img {
  width: 15px;
}

.whatpoint p {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

.visionbx {
  background: #FFFAEA;
  border-radius: 15px;
  padding: 20px;
  padding-bottom: 75px;
  position: relative;
  height: 100%;
  z-index: 1;

}

.visionbx .desc {
  font-size: 30px;
  font-weight: 600;
  color: #F4B709;
  margin-bottom: 7px;
}

.visionbx .cont {
  font-size: 16px;
  font-weight: 400;
  color: #313131;
  margin-top: 0;
  width: 64%;
}

.visionbx img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 69%;
  z-index: -1;
}

.misionbx {
  background: #F0F5FF;
}

.misionbx .desc {
  color: #002690;
}

/* whatwedo */
.whatdobx {
  border-radius: 15px;
  background: #fff;
  height: 100%;
  padding: 20px;
}

.whatdobx .desc {
  font-size: 24px;
  color: #242424;
  font-weight: 600;
  margin-bottom: 10px;
}

.bacptrn {
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  z-index: -1;
}

.whatwefull {
  z-index: 1;
}

/* whylbf */
.whycrd {
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 15px 15px;
  border-radius: 12px;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.whycrd span {
  background: #F0F5FF;
  height: 52px;
  width: 52px;
  border-radius: 50px;
  display: flex;
  margin-bottom: 11px;
  justify-content: center;
  align-items: center;
}

.whycrd span img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.whycrd .desc {
  font-size: 18px;
  font-weight: 600;
  color: #313131;
}

.whycrd .cont {
  font-size: 15px;
  font-weight: 400;
  color: #313131;
}

.whycrd:hover {
  background: #F0F5FF;
  transition: all 0.3s ease;
}

.whycrd:hover span {
  background: #fff;
}



/* callaction */
.callactionfull {
  background: url(/assets2/images/images/callaction.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 55px 0;
  position: relative;
  margin-top: 50px;
}

.callactiontxt h2 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #fff;
}

.callactiontxt p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 8px;
}

.callactiontxt span {
  font-size: 24px;
  font-weight: 700;
  color: #F4B709;
  padding-top: 8px;
}

.callactionimg {
  position: absolute;
  bottom: 0;
}

.callactionimg img {
  max-width: 330px;
}



/* business */
.clr-w {
  color: #fff;
}

.business-cont p {
  opacity: 89%;
  margin-bottom: 8px;
  width: 49%;
}

.businessfull {
  background: url(/assets2/images/images/businessbac.webp) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 24px;
  position: relative;
  padding: 70px 45px;
  z-index: 1;
}

.businessfull::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  border-radius: 20px;
  top: 0;
  background: linear-gradient(41deg, #002690 7%, #0026901a);
  z-index: -1;
}



/* CONTACTFROM */
.con-field {
  margin-bottom: 12px;
}

.con-desc {
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;

}

.con-desc .cont-img {
  width: 36px;
  height: 36px;
  background: #2e7bd7;
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.con-desc p {
  margin-bottom: 0;
  width: calc(100% - 51px);
  color: #ffffff;
}

.con-desc p a {
  color: #ffffff !important;
  font-weight: 400;
}

.cont-img img {
  width: 22px;
}


.con-field label {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  width: 100%;
  float: left;
  margin-bottom: 5px;
}

.con-field input {
  width: 100%;
  float: left;
  padding: 12px;
  border: none !important;
  border-radius: 10px;
  font-size: 15px;
  color: #313131;
  background: #F0F5FF;
  height: 51px;
  outline: none !important;
}

.con-field textarea {
  width: 100%;
  float: left;
  background: #F0F5FF;
  padding: 12px;
  border: none !important;
  border-radius: 10px;
  font-size: 16px;
  color: #313131;
  height: 100px;
  outline: none !important;
}

.con-field select {
  width: 100%;
  float: left;
  padding: 14px;
  border: none !important;
  border-radius: 8px;
  font-size: 16px;
  color: #313131;
  background: #F0F5FF;
  height: 51px;
  outline: none !important;
}

.bookingfrm input,
.bookingfrm textarea,
.bookingfrm select {
  height: 46px !important;
  padding: 10px 14px;
  background: #ac853047;
}

.con-field .jointexarea {
  height: 51px;
}


.modal-dialog {
  display: flex;
  height: 100vh;
  align-items: center;
}

/* modal */
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px !important;
  }
}

#booking .modal-content {
  /* background: #000; */
  background-size: cover;
  border-radius: 20px;
  background: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  border: none;
}

.close_form {
  border-radius: 30px;
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 5px;
  z-index: 999;
  top: 15px;
  background: #ac8530 url(/assets2/images/icons/close.svg) no-repeat center center;
  background-size: 15px 15px;
  text-indent: 100%;
  white-space: nowrap;
  background-position-x: 12px;
  overflow: hidden;
  border: none;
  cursor: pointer;
}

.mod-new {
  width: 100%;
  float: left;
  padding: 30px;
}




/*top side*/
/* Sidebar Container */
#sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 30%;
  /* 50% width as requested */
  height: 100%;
  /* Full screen height */
  z-index: 1000;
  color: #d9d9d9;
  border-top-left-radius: 20px;
  transform: translateX(100%) translateZ(-500px);
  background-color: rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(60px);
  /* BOOK CLOSED STATE */
  transform-origin: right center;
  transform: perspective(1400px) rotateY(-90deg);
  opacity: 0;


  transition:
    transform 1.2s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.6s ease,
    visibility 0s 1.2s;
  visibility: hidden;

  padding: 0px 20px 0px 40px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;

  background: #B90723;
  background: linear-gradient(316deg, #031334, #2054A8);

  overflow-y: auto;

  /* smooth scrolling */
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;

}

.sidebar-open #sidebar {
  transform: perspective(1400px) rotateY(0deg);
  opacity: 1;
  visibility: visible;
  transition:
    transform 1.2s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.6s ease;
}


body.sidebar-open {
  overflow: hidden;
  height: 100vh;
}



.close-btn {
  color: #ffffff;
  font-size: 60px;
  text-decoration: none;
  line-height: 0.5;
  transition: color 0.3s;
  margin-top: 0px;
  float: left;
  text-align: left;
  position: absolute;
  top: -42px;
  /* font-weight: 200; */
}


.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}

.sidebar-content {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.quick-enquiry {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sidebar-title {
  font-size: 20px;
  font-weight: 500;

  color: #fff;
}

.sd-address p {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  color: white;
  line-height: 30px;
  margin-bottom: 0px;
}

.sidebar-title:hover {
  color: #969595;

}

.sd-logo img {
  width: 262px;
}

.hmbrsocial a span img {
  filter: brightness(0) invert(1);
  opacity: 55%;
}




/* footer */
footer {
  background: #F5F8FF;
  background-size: cover;
  background-repeat: no-repeat;
}

.ftrinn {
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  padding-bottom: 18px;
}

.ft-top {
  border-bottom: 1px solid #6131951d;
}

.ft-logo {
  max-width: 100%;
  width: 248px;
  margin-bottom: 20px;
}

.ft-logo img {
  width: 100%
}

.ft-social {
  flex-direction: row;
  gap: 15px;
  display: flex;
  padding-top: 10px;
  justify-content: flex-start;

}

.ft-social a {
  display: flex;
  width: 38px;
  height: 38px;
  background-color: #ffffff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
}

.ft-social a:hover span img {
  animation-name: zoomIn;
  animation-duration: .5s;
  animation-iteration-count: 1;
}

.quicklink h2 {
  font-size: 24px;
  font-weight: 600;
  color: #002690;
  margin-bottom: 13px;
}

.quicklink p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 8px;
}

.quicklink p a {
  color: #313131;
  font-size: 16px;
  font-weight: 400;
}

.quicklink p a:hover {
  color: #002690;
}

.adresslink p {
  margin-bottom: 10px;
}

.foot-list li a {
  display: flex;
  color: #313131;
  font-size: 16px;
  font-weight: 400;
}

.foot-list li a:hover {
  color: #002690;
}

.foot-list li p {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  line-height: 27px;
}

.foot-list li p .fticn {
  background: #002690;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin-top: 4px;
}

.foot-list li p .fttxt {
  width: calc(100% - 50px);
  font-weight: 600;
}

.foot-list li {
  padding: 4px 0;
}

.collab-logo {
  display: flex;
  gap: 20px;
  align-items: center;
}

.ft-disc ul {
  display: flex;
  gap: 27px;
}

.ft-disc ul li a {
  font-size: 15px;
  font-weight: 400;
}

.ft-disc ul li a:hover {
  color: #0b0b0b;
}

.ft-bottom {
  border-radius: 14px;
  background: #fff;
  padding: 20px 35px;
  box-shadow: 0 0 6px #00000012;
  margin-top: 30px;
}

.copy {
  color: #313131;
  font-size: 16px;
  border-top: 1px solid #0026901c;
}

.quicklinkss2 {
  margin-top: 41px;
}

sup {
  vertical-align: super;
  font-size: 10px;
  line-height: 0;
  left: -2px;
}







@media (min-width:992px) and (max-width:1199px) {

  .header_menu_area>ul>li>a {
    font-size: 15px;
  }

  .header_menu_area>ul>li {
    padding: 0px 10px 0px 1px;
  }

  .nav-menu>li>a {
    padding: 0px 6px !important;
    font-size: 14px;
  }

  .nav-header {
    width: 238px;
  }

  .nav-search {
    padding-top: 17px !important;
  }
}

@media(max-width: 1199px) {
  .bnr-hed {
    font-size: 3rem;
  }


  .bnrhed {
    font-size: 48px;
  }

  .search-wrapper {
    gap: 10px;
  }

  .search-box input,
  .search-box select {
    padding: 0 8px;
    width: calc(100% - 50px);
    font-size: 14px;
  }

}

@media(max-width: 1024px) {
  .worldwidebx {
    width: 187px;
  }

  .bnrobjects {
    width: 1200px;
  }

  .bnrobjectscroll {
    overflow-x: auto;
  }

  .search-wrapper {
    padding: 23px 10px;
  }

  .mainhed {
    font-size: 38px;
  }
}


@media(max-width: 991px) {
  .quicklinkss2 {
    margin-top: 0px !important;
  }

  .quicklink {
    margin-bottom: 0px !important;
  }

  .bnrhed {
    font-size: 40px;
  }

  .logo-track img {
    height: 65px;
  }

  .logo-track {
    width: 4000px;
  }

  .abt-cta {
    position: relative;
    right: 0;
  }

  .mainhed {
    font-size: 35px;
  }

  .worldwidefull p {
    width: 100%;
  }

  .mainhedcent {
    font-size: 42px;
  }

  .ctaimghedr .mainhed {
    width: 100%;
  }

  .ctaimgbx .ctacont p {
    font-size: 40px;
  }

  .mainhed2 {
    font-size: 40px;
  }

  .ctadashbx .ctacont p {
    font-size: 30px;
  }

  .header-inn {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .modulecrd {
    padding: 5px 0;
  }

  .ft-logo {
    width: 250px;
  }

  .ftnmbr {
    margin-top: 15px;
  }

  .menus {
    display: none;
  }

  .side-menu-4 {
    display: none;
  }

  .hdr-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }


  .shining:before {
    left: -106%;
  }


  .spad {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .spad2 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .quicklink {
    margin-bottom: 25px;
  }

  .abt {
    margin-top: 15px;
  }

  .cta {
    height: auto;
  }

  .cta-card {

    padding: 50px 40px;
  }


  .ft-social {
    margin-bottom: 25px !important;
  }

  .f-top {
    width: 280px;
  }

  .groupsec {
    padding-top: 0px;
  }

  .navigation-portrait .megamenu-panel {
    padding: 12px !important;
  }

  .megamenu-panel {
    width: 100% !important;
  }

  .nav-toggle {
    margin-top: -26px !important;
  }



  .nav-menu>li>a.stable {
    color: #956600 !important;
  }

  .nav-menu>li:hover>a,
  .nav-menu>li.active>a,
  .nav-menu>li.focus>a {
    color: #956600 !important;
  }

  .nav-menu>li>a img {
    filter: brightness(0);
  }

  .megamenu-list>li>a:hover {
    color: #956600 !important;
  }

  .callactiontxt h2 {
    font-size: 30px;
  }

  .callactionimg {
    position: relative;
    width: 100%;
    max-width: 300px;
  }

  .callactionfull {
    padding-bottom: 0px;
  }
}






@media(max-width: 767px) {
  .search-wrapper {
    flex-direction: column;
  }

  .visionbx {
    height: auto;
    margin-top: 15px;
    padding-bottom: 0px;
  }

  .visionbx .desc {
    font-size: 20px;
  }

  .visionbx .cont {
    width: 100%;
  }

  .visionbx img {
    position: relative;
    margin-top: 15px;
    width: 130px;
  }

  .bnrtxt-slider {
    padding-top: 90px;
  }

  .search-box {
    width: 100%;
  }

  .ftpara p {
    font-size: 18px;
  }

  .bnrhed {
    font-size: 38px;
  }

  .copy p {
    text-align: center;
  }

  .f-top {
    display: none;
  }

  .header_menu_area .btn {
    font-size: 15px;
    padding: 8px 17px;
  }

  .callactiontxt h2 {
    font-size: 28px;
  }

  .business-cont p {
    width: 80%;
  }

}


@media(max-width: 575px) {
  .featurecrd .featrimg {
    border-radius: 10px;
    width: 100%;
    object-fit: contain;
    aspect-ratio: 1 / 1;
  }

  .callactiontxt h2 {
    font-size: 25px;
  }

  .callactiontxt span {
    font-size: 20px;
  }

  .businessfull {
    padding: 30px 18px;
  }

  .business-cont p {
    width: 100%;
  }

  .quicklinkss2 {
    margin-top: 0px !important;
  }

  .quicklink h2 {
    font-size: 20px;
  }

  .cateogrycrd .desc br {
    display: none;
  }

  .whatdobx .desc {
    font-size: 20px;
  }

  .overbxs {
    flex-direction: column;
  }

  .whatpoint {
    padding: 10px;
    align-items: flex-start;
  }

  .bnrhed {
    font-size: 30px;
  }

  .ftpara p {
    font-size: 16px;
  }

  .bnrtext p {
    font-size: 16px;
  }

  .logo-track img {
    height: 55px;
  }

  .paramain {
    font-size: 17px;
  }

  .mainhed {
    font-size: 28px;
    margin-bottom: 10px !important;
  }

  .worldwidebx img {
    height: 270px;
    object-fit: cover;
  }

  .mainhedcent {
    font-size: 28px;
  }

  .ctaimgbx .ctacont {
    padding: 22px 20px;
  }

  .ctaimgbx .ctacont p {
    font-size: 25px;
  }

  .mainhed2 {
    font-size: 25px;
  }

  .modulebx img {
    height: 245px;
  }

  .ctadashbx .ctacont {
    padding: 20px;
  }

  .ctadashbx .ctacont p {
    font-size: 20px;
  }

  .ftscn {
    margin-top: 30px;
    padding-bottom: 30px;
    padding-top: 20px;
  }



  .bnrform {
    padding: 25px;
    padding-bottom: 50px;
  }

  .mytab .nav-tabs .nav-link p {
    font-size: 14px;
  }

  .mytab .nav-tabs .nav-link span {
    width: 50px;
    height: 50px;
  }

  .mytab .nav-tabs .nav-link span img {
    height: 30px;
    width: 30px;
  }

  .mytab .nav-tabs .nav-link {
    padding: 10px;
  }

  .mytab .nav-tabs {
    flex-direction: column;
  }

  .promise {
    padding: 20px;
  }

  .testiinn {
    padding: 40px 0 40px 20px;
  }



  .projectcrd {
    flex-direction: column;
  }

  .projectcrd .cardcont {
    width: 100%;
  }

  .productscrd .cardcont .cont {
    font-size: 18px;
    line-height: normal;
  }

  .productscrd .cardcont .desc {
    line-height: normal;
  }

  .tphedsecond {
    display: none;
  }

  .tphedfirst {
    gap: 10px;
  }

  .abt-tp {
    flex-direction: column;
    border-radius: 20px;
  }

  .abttp-hed {
    width: 100%;
    border-radius: 20px;
  }

  .abttp-para {
    width: 100%;
  }

  .abttp-hed h2 {
    font-size: 22px;
  }

  .abtcrd {
    width: 100%;
  }



  .bnr-hed {
    font-size: 1.5rem;
  }

  .quicklink {
    padding: 0;
  }

  .con-cta {
    background-position: right;
    padding: 70px 30px;
  }


  .bnr-contnt p {
    font-size: 14px;
  }

  .ft-top {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
    margin-bottom: 20px;
    gap: 15px;
  }

  .countbx {
    padding: 10px;
  }

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

  .atributes-card h3 {
    font-size: 19px;
  }

  .nav-header {
    width: 160px;
  }

  .abtmain {
    max-width: 100%;
  }


  .quicklink {
    margin-top: 15px;
  }

  .logo img {
    max-width: 115px;
  }



  .spad {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .spad2 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .quicklink {
    margin-bottom: 16px;
  }

  .quicklink2 {
    padding-top: 0px;
  }

  .circle-logo2 {
    width: 55px;
    height: 55px;
  }

  .ft-logo {
    max-width: 100%;
    width: 170px;
  }

  .foter-logo {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .slide-con li a {
    width: 42px;
    height: 42px;
  }

  .slide-con li a img {
    width: 22px;
  }

  .copy p br {
    display: block;
  }

  .copy p span {
    display: none;
  }

  .subhed {
    font-size: 15px;
  }

  .cta-card {
    padding: 50px 15px;
  }

  .f-btm {
    margin-top: 20px;
  }

  .bnrtext p .txtptrn::after {
    width: 113px;
    height: 30px;
  }

}


@media(max-width: 480px) {
  .mytab .nav-tabs {
    flex-direction: column;
  }

  .bnrtext p br {
    display: none;
  }
}




@media(max-width: 390px) {
  .bnrhed {
    font-size: 25px;
  }

  .mainhedcent {
    font-size: 25px;
  }

  .mainhed {
    font-size: 22px;
  }

  .ctaimgbx .ctacont p {
    font-size: 22px;
  }

  .mainhed2 {
    font-size: 22px;
  }



}

.featrimg {
  width: 100%;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}