
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Font family start */
/* @font-face {
  font-family: 'Axiforma';
  src: url("../fonts/Axiforma-Regular.woff") format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Axiforma';
  src: url("../fonts/Axiforma-Medium.woff") format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Axiforma';
  src: url("../fonts/Axiforma-Bold.woff") format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Axiforma';
  src: url("../fonts/Axiforma-ExtraBold.woff") format('woff');
  font-weight: 800;
  font-style: normal;
} */

/* ******* Font family end ********** */

html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	position: relative;
	min-height: 100%;
	width: 100%;
	overflow-x:hidden;
}

body {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  color: #515151!important;
  scroll-behavior: smooth;
}

p{
  line-height: 30px;
}

h2 {
  margin-bottom: 30px!important;
  font-size: 30px;
  font-weight: 600;
}

.service-details-sec {
  float: left;
  width: 100%;
}

/* Font style start */
.font-style-1 { font-family: 'Merriweather', serif;}
.font-style-2 {font-family: 'Poppins', sans-serifg}
/*---- Font Style Ends ----*/

/*---- Font Size Starts ----*/
.font-size-10 {font-size: 0.714em;}
.font-size-12 {font-size: 0.857em;}
.font-size-13 {font-size: 0.929em;}
.font-size-14 {font-size: 1.000em !important;}
.font-size-15 {font-size: 1.071em;}
.font-size-16 {font-size: 1.143em !important;}
.font-size-18 {font-size: 1.286em;}
.font-size-20 {font-size: 1.429em;}
.font-size-22 {font-size: 1.571em;}
.font-size-24 {font-size: 1.714em;}
.font-size-26 {font-size: 1.857em;}
.font-size-28 {font-size: 2.000em;}
.font-size-30 {font-size: 2.143em;}
.font-size-32 {font-size: 2.286em;}
.font-size-34 {font-size: 2.429em;}
.font-size-36 {font-size: 2.571em;}
.font-size-38 {font-size: 2.714em;}
.font-size-40 {font-size: 2.857em;}
.font-size-45 {font-size: 3.214em;}
.font-size-50 {font-size: 3.571em;}
.font-size-60 {font-size: 4.286em;}

/*---- Font Size Ends ----*/

/*---- Font weight Starts ----*/
.font-wt-300 {font-weight: 300;}
.font-wt-400 {font-weight: 400;}
.font-wt-500 {font-weight: 500;}
.font-wt-600 {font-weight: 600;}
.font-wt-700 {font-weight: 700;}
.font-wt-800 {font-weight: 800;}
.font-wt-900 {font-weight: 900;}
/*---- Font weight Ends ----*/

/*---- Text Color Starts ----*/
.color-white {color: #ffffff !important;}
.color-black {color: #0000 !important;}
.color-yellow {color: #fddd31;}
.color-orange {color: #EF6C00 !important;}
.color-blue {color: #1565C0 !important;}
.color-bluelt {color: #A9BEDF !important;}
.color-skyblue {color: #0BC1FC !important;}
.color-green {color: #28CB92 !important;}
.color-gray {color: #828282 !important;}
.color-purple {color: #7D79F1 !important;}
.color-red {color: #FF3E61 !important;}
.color-sefty-orange { color: #FF5E14;}
.text-muted {color: #8c8c8c;}
.color-dark-blue {color: #6a707e !important;}
.color-cyan-blue { color:#0093E8;}
/*---- Text Color Ends ----*/

/*---- Background Color Starts ----*/
.white {background-color: #ffffff;}
.black {background-color: #505050;color: #ffffff;}
.blue {background-color: #192841;color: #ffffff; /*#003F6B*/}
.bluelt {background-color: #213453;color: #ffffff; /*#003F6B*/}
.bluegrd {background: radial-gradient(111.26% 1642.9% at 100% 0%, #00C1DB 0%, #0064B9 100%);}
.yellowgrd {background: radial-gradient(96.46% 306.39% at 71.01% 23.01%, #FFCA43 0%, #F99205 100%);}
.purplegrd {background: radial-gradient(69.75% 232.28% at 77.48% 21.05%, #7BBDD9 0%, #6279C9 100%);}
.pinkgrd {background: radial-gradient(106.62% 324.61% at 83.33% 8.42%, #FF5574 0%, #FF3EBD 100%);}
.darkblue {background-color: rgba(87, 82, 208, 1);color: rgba(63, 57, 192, 1);}
.blue-trans {background-color: rgba(38,50,110,0.8) !important;}
.green {background-color: #02461d;}
.yellow {background-color: #fddd31 !important;}
.gray {background-color: #EEF1F9;}
.gray-lt {background-color: #f7f7f7;}
.red {background-color: #fa1700 !important;}
.red-trans {background-color: rgba(211,47,47,0.5) !important;}
.black-grad {background: rgba(0,0,0,0.9);}
.error {
  color: #fa1700;
  padding-top: 0px !important;
  margin-bottom: 5px !important;
  font-weight: 400 !important;
}
/*---- Background Color Ends ----*/

/*---- Icon Starts ----*/
.icon-1x { font-size: 1.125em !important;}
.icon-2x {font-size: 1.750em !important;}
.icon-3x {font-size: 2.000em !important;}
.icon-4x {font-size: 2.500em !important;}
.icon-5x {font-size: 3.000em !important;}
.icon-6x {font-size: 3.500em !important;}
.icon-7x {font-size: 4.000em !important;}
.icon-8x {font-size: 4.500em !important;}
/*---- Icon Ends ----*/

/*---- Line Height Starts ----*/
.lh-20 {line-height: 20px;}
.lh-25 {line-height: 25px;}
.lh-30 {line-height: 30px;}
.lh-35 {line-height: 35px;}
.lh-40 {line-height: 40px;}
.lh-45 {line-height: 45px;}
.lh-50 {line-height: 50px;}
.lh-55 {line-height: 55px;}
.lh-60 {line-height: 60px;}
.lh-70 {line-height: 70px;}
/*---- Line Height Ends ----*/

/* social icon start */

.btn-social-small {
  font-size: 26px;
  border-radius: 100%;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 48px;
  text-align: center;
  padding: 2px;
}

.btn-blue-shadow{

  -webkit-box-shadow: 0px 0px 30px 0px rgba(21,101,192,0.6);
  -moz-box-shadow: 0px 0px 30px 0px rgba(21,101,192,0.6);
   box-shadow: 0px 0px 30px 0px rgba(21,101,192,0.6);
   color: #fff!important;
   background: #1565C0;
   border: 2px solid #1565C0;
  
  }

  .btn-social-small.btn-mail {
      background: #4164d5;
  }

  .btn-social-small.btn-facebook {
      background: #4f7dd4;
  }

      .btn-social-small.btn-facebook:hover {
          background: #789bde;
      }

  .btn-social-small.btn-twitter {
      background: #5bceff;
  }

      .btn-social-small.btn-twitter:hover {
          background: #8eddff;
      }

  .btn-social-small.btn-linkedin {
      background: #21a6d8;
  }

      .btn-social-small.btn-linkedin:hover {
          background: #49b9e3;
      }

  .btn-social-small.btn-google-plus {
      background: #dc422b;
  }

      .btn-social-small.btn-google-plus:hover {
          background: #e36957;
      }

  .btn-social-small.btn-instagram {
      background: #e24381;
  }

      .btn-social-small.btn-instagram:hover {
          background: #eb5891;
      }

.btn-social-small:hover {
  color: #fff;
}

/* social icon end */

.uni-padding {
  margin: 0;
  padding: 60px 0;
}



/*---- Button Starts ----*/
.btn {
  border-radius: 8px !important;
  /*padding: 8px 30px;*/
  font-size: inherit;
  /*font-weight:500;*/
}

.btn-large {
  padding: .9rem 1.8rem !important;
  font-size: 16px;
  font-weight: 700;
}

.btn-medium {
  padding: .65rem 1.6rem !important;
  font-size: 16px;
  font-weight: 600;
}

.btn-small {
  font-size: 15px;
  font-weight: 500;
  padding: 10px 30px;
}

.btn-blue {
  color: #fff;
  background: #1565C0;
  border: 2px solid #1565C0;
}

.btn-cyan-blue {
  color: #fff!important;
  background: #0093E8!important;
  border: 2px solid #0093E8;
}

.btn-sefty-orange {
  color: #fff!important;
  background: #FF5E14 !important;
  border: 2px solid #FF5E14 !important;
}


.btn-yellow {
  color: #fff;
  background: #FBBC05;
  border: 2px solid #FBBC05;
}

.btn-circle {
  text-align: center;
  border-radius: 50px!important;

}

.btn-blue-it, .btn-blue-lt:hover {
  color: #ffffff !important;
  background: #00ABEA;
  border: 2px solid #00ABEA;
}
.btn-red:hover, .btn-red:active, .btn-red:visited, .btn-red:link,
.btn-green:hover, .btn-green:active, .btn-green:visited, .btn-green:link,
.btn-yellow:hover, .btn-yellow:active, .btn-yellow:visited, .btn-yellow:link,
.btn-blue:hover, .btn-blue:active, .btn-blue:visited, .btn-blue:link {
  color: #ffffff;
}
.btn-outline-blue {
  color: #1565C0!important;
  background: transparent;
  border: 2px solid#1565C0!important;
  /*border-radius: 28px;
  padding: 10px 30px 10px 30px;*/
}
  .btn-outline-blue:hover {
      color: #ffffff!important;
      background-color: #1565C0;
  }

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.btn-orange {
  background: #FF5E14;
  color: #fff!important;
}

.btn-file {
  position: relative;
}


/*---- Button Ends ----*/





/* navbar start */

header {
  width: 100%;
  height: auto;
  /* background: #061538; */
  background: #fff;
  /* padding: 8px 0px; */
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.main-header {
  position: relative;
  z-index: 1100;
}

/* .top-nav {
  display: flex;
  justify-content: center;
  align-items: center;
} */
.top-bar {
  display: flex;
  align-items: center;
  /* margin-bottom: 12px; */
  /* border-bottom: 1px solid #000; */
  background: #1a4a63;
  padding: 0px;
}

.top-bar .navbar-nav .nav-link {
  font-size: 12px!important;
  font-weight:400;
  color: #ffffff!important;
}

.top-bar ul {
  display: flex!important;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}


.top-bar ul li {
  /* margin-right: 12px; */
  color: #000;
  list-style: none;
  /* gap: 10px; */
}

/*.top-bar a {*/
/*  font-size: 18px;*/
/*}*/

.copyright-sec {
  background: #1a4a63;
}

.copyright-sec p {
  color: #f5f5f5;
}

.top-bar a {
  color: #ffffff;
  font-weight: 500;
}

.login-btn {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  border-radius: 0px!important;
  padding: 5px 20px!important;
  font-size: 12px;
}

.la-sign-in-alt:before {
  content: "\f2f6";
  font-size: 20px;
  /* display: flex; */
  justify-content: center;
  /* align-items: center; */
}

.header .nav-flex {
  display: flex;
}

/* .navbar-expand-lg .navbar-collapse {
  flex-direction: column;
  align-items: flex-end;
} */

.navbar-expand-lg .navbar-collapse {
  flex-direction: column;
  align-items: flex-end;
  /* gap: 13px; */
}





header.header-top {
  padding: 10px 0px;
  background: #0a4e68;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  border-top: 5px solid #ff5e14;
}

a.nav-link:hover {
  color: #ff5e14;
}

.fa-user-lock:before {
    content: "\f502";
    /* padding: 0px 10px; */
    padding-right: 20px;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.carousel-item {
    min-height: 420px;
    height: 55vh;
    max-height: 620px;
    object-fit: cover;
}


.carousel-caption.d-none.d-md-block strong {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 3px;
}

.carousel-caption {
  position: absolute;
  right: 0%;
  bottom: 0;
  left: 0%;
  top: 0%;
  margin: auto;
  padding-top: 0;
  display: block!important;
  height: fit-content!important;
  /* padding-bottom: 19.25rem; */
  color: #fff;
  text-align: center;
}

img, svg {
  vertical-align: middle;
  max-width: 100%;
}

.navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 500;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  /* padding-top: .5rem; */
  /* padding-bottom: .5rem; */
  padding: 5px 0px!important;
}


.navbar .megamenu{
   padding: 1rem; 
  }

  .logo img {
    width: 180px;
}

a {
  color: #424242!important;
  text-decoration: none;
}

.nav-item {
  height: auto;
  display: flex;
  align-items: center;
  padding: 15px 20px;
}

.navbar .mobile-nav-item {
  display: none !important;
}

.top-bar .nav-item {
  height: auto;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: .5rem 0;
  margin: 0;
  font-size: inherit;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: .25rem;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 12px!important;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-item {
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: inherit !important;
  font-weight: 400;
  font-size: 14px;
}

.dropdown-menu[data-bs-popper] {
  left: 0;
  margin-top: 0px;
}

.megamenu li{
  padding: 10px 10px 10px 0px;
}
.megamenu h6{
  color: #515151;
  font-weight: bold;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.top-menu {
  display: flex !important;
  min-height: 38px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  margin: 0;
}

.top-menu li {
  display: flex;
  height: auto;
  align-items: center;
  padding: 0;
  list-style: none;
}

.top-menu .nav-link {
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 500;
  padding: 0 !important;
}

.top-menu .nav-link:hover {
  color: #ffb48e !important;
}

.top-login-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ff5e14;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 700;
  padding: 9px 16px;
}

.top-login-btn:hover {
  background: #e94e08;
  color: #ffffff !important;
}

.site-navbar {
  background: #ffffff;
  padding: 0 !important;
}

.site-navbar-container {
  display: flex !important;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.site-brand {
  margin: 0 !important;
  padding: 0 !important;
}

.site-brand img {
  width: 190px;
  max-width: 100%;
}

.site-navbar-toggler {
  display: none;
  border: 1px solid #d8e2e8;
  border-radius: 12px;
  background: #ffffff;
  padding: 10px;
  box-shadow: 0 6px 16px rgba(26, 74, 99, .12);
}

.site-navbar-toggler span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px 0;
  border-radius: 99px;
  background: #1a4a63;
}

.site-nav-collapse {
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-end;
}

.site-nav-list {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.site-nav-list > li {
  display: flex;
  height: auto;
  align-items: center;
  padding: 0;
  list-style: none;
}

.site-nav-list .mobile-nav-item {
  display: none !important;
}

.site-nav-link {
  display: flex;
  align-items: center;
  gap: 7px;
  border-radius: 12px;
  color: #1a4a63 !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  padding: 10px 14px !important;
  text-decoration: none !important;
}

.site-nav-link:hover {
  background: #f1f7fb;
  color: #ff5e14 !important;
}

.site-nav-list > .dropdown > .site-nav-link::after {
  display: inline-block;
  margin-left: 4px;
  border-top: .32em solid;
  border-right: .32em solid transparent;
  border-bottom: 0;
  border-left: .32em solid transparent;
  color: currentColor;
  content: "";
}


.commodity-nav-item:hover > .commodity-mega-menu {
  display: none !important;
}

.commodity-nav-item.is-open > .commodity-mega-menu {
  display: block !important;
}

.commodity-nav-item {
  position: static;
}

.commodity-nav-item::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 14px;
  content: "";
}

.commodity-mega-menu {
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  width: min(1560px, calc(100vw - 48px));
  max-height: 80vh;
  overflow: auto;
  padding: 20px 24px 24px;
  border: 1px solid #d8e2e8;
  border-top: 5px solid #ff5e14;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 22px 48px rgba(26, 74, 99, .18);
}

.commodity-mega-shell {
  display: grid;
  grid-template-columns: minmax(270px, 360px) minmax(430px, 1fr) minmax(260px, 340px);
  gap: 16px;
  margin-bottom: 18px;
}

.commodity-panel {
  border-radius: 18px;
  background: #1a4a63;
  color: #ffffff;
  padding: 16px;
}

.commodity-panel-title {
  color: #ff5e14;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.4px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.commodity-search-box {
  position: relative;
}

.commodity-search-box input {
  width: 100%;
  height: 46px;
  border: 0;
  border-radius: 12px;
  color: #25313b;
  font-size: 14px;
  outline: none;
  padding: 8px 42px 8px 14px;
}

.commodity-search-box input:focus {
  box-shadow: 0 0 0 3px rgba(0, 147, 232, .25);
}

.commodity-search-box i {
  position: absolute;
  right: 14px;
  top: 50%;
  color: #0093e8;
  transform: translateY(-50%);
}

.commodity-filter-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(170px, 1fr));
  gap: 8px;
}

.commodity-location-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  max-height: 132px;
  overflow: auto;
  padding-right: 4px;
}

.commodity-chip {
  cursor: pointer;
  margin: 0;
}

.commodity-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.commodity-chip span {
  display: block;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  padding: 9px 12px;
}

.commodity-chip input:checked + span {
  background: #ff5e14;
  border-color: #ff5e14;
}

.location-chip input:checked + span {
  background: #0093e8;
  border-color: #0093e8;
}

.commodity-menu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(250px, 1fr));
  gap: 16px;
}

.commodity-menu-section {
  min-width: 0;
  border: 1px solid #d8e2e8;
  border-radius: 18px;
  background: #ffffff;
  padding: 14px;
  box-shadow: 0 8px 20px rgba(26, 74, 99, .07);
}

.commodity-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #d8e2e8;
  color: #25313b !important;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 8px;
  padding-bottom: 12px;
}

.commodity-section-heading strong {
  color: #0093e8;
}

.commodity-section-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.commodity-section-heading em {
  border-radius: 999px;
  background: #f1f7fb;
  color: #1a4a63;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  padding: 3px 8px;
}

.section-chevron {
  display: none;
  color: #ff5e14;
  font-size: 12px;
  transition: transform .2s ease;
}

.commodity-section-items {
  display: grid;
  gap: 4px;
}

.commodity-menu-link {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  color: #25313b !important;
  font-size: 13px;
  font-weight: 700;
  padding: 8px;
}

.commodity-menu-link i {
  color: #0093e8;
  font-size: 10px;
}

.commodity-menu-link span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.commodity-menu-link:hover {
  background: #f8fbfd;
  color: #ff5e14 !important;
}

@media (min-width: 992px) {
  .main-header #main_nav {
    display: flex !important;
    flex-basis: auto !important;
    flex-grow: 0 !important;
  }
}

@media (max-width: 1199px) {
  .commodity-mega-menu {
    width: min(1080px, calc(100vw - 32px));
  }

  .commodity-mega-shell {
    grid-template-columns: minmax(240px, 320px) 1fr;
  }

  .commodity-mega-locations {
    grid-column: 1 / -1;
  }

  .commodity-location-grid {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    max-height: 148px;
  }

  .commodity-menu-grid {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
  }
}

@media (max-width: 991px) {
  .top-bar {
    display: none !important;
  }

  .site-navbar {
    padding: 10px 0 !important;
  }

  .site-brand img {
    width: 150px;
  }

  .site-navbar-toggler {
    display: inline-block;
  }

  .site-nav-collapse {
    position: absolute;
    top: calc(100% + 10px);
    left: 12px;
    right: 12px;
    z-index: 1200;
    background: #ffffff;
    border-top: 4px solid #ff5e14;
    border-radius: 18px;
    box-shadow: 0 18px 36px rgba(26, 74, 99, .22);
    max-height: calc(100vh - 110px);
    overflow: auto;
    padding: 12px;
  }

  .site-nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    width: 100%;
  }

  .site-nav-list > li,
  .site-nav-list .mobile-nav-item {
    display: block !important;
    width: 100%;
  }

  .site-nav-link {
    justify-content: space-between;
    width: 100%;
    padding: 12px 14px !important;
  }



  .commodity-mega-menu {
    position: static !important;
    left: auto !important;
    right: auto !important;
    transform: none;
    width: 100%;
    max-height: none;
    overflow: visible;
    padding: 12px;
    border-top: 3px solid #ff5e14;
    box-shadow: none;
    filter: none;
    margin: 8px 0 12px;
  }

  .commodity-nav-item .commodity-mega-menu {
    display: none !important;
  }

  .commodity-nav-item .commodity-mega-menu.show {
    display: block !important;
  }

  .commodity-nav-item {
    position: relative;
  }

  .commodity-mega-shell,
  .commodity-menu-grid,
  .commodity-filter-grid,
  .commodity-location-grid {
    grid-template-columns: 1fr;
  }

  .commodity-location-grid {
    max-height: 170px;
  }

  .commodity-menu-section {
    padding: 0;
    overflow: hidden;
  }

  .commodity-section-heading {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 16px;
  }

  .commodity-section-heading span:first-child {
    min-width: 0;
  }

  .section-chevron {
    display: inline-block;
  }

  .commodity-menu-section.is-expanded .section-chevron {
    transform: rotate(180deg);
  }

  .commodity-section-items {
    display: none;
    border-top: 1px solid #d8e2e8;
    padding: 8px 10px 12px;
  }

  .commodity-menu-section.is-expanded .commodity-section-items {
    display: grid;
  }
}

/* navbar end */


/* main banner start */
.main-banner {
    /* background: #F4F7FF; */
    background-size: cover;
    /* padding: 50px 0px 0px 0px; */
}
.main-banner h1 {
  letter-spacing: 2px;
}


/* main banner end */



/* sarvices start */

section.services p {
  /* width: 80%; */
}

/* ssss */

.service-icon {
  margin-bottom: 10px;
  width: 50px;
  background: #0093e812;
  width: 70px;
  height: 70px;
  padding: 12px;
  border-radius: 10px;
}

.service-card {
  border: none!important;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(235,235,235,1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(235,235,235,1);
  box-shadow: 0px 0px 20px 0px rgba(235,235,235,1);
  border: 1px solid #1565C0;
  padding: 15px 20px;
  background-color: #ffffff;
  flex-direction: column;
  min-height: 260px;
  height: auto;
  display: flex;
  gap: 15px;
  padding-top: 20px;
}

.services .row {
  display: flex;
  justify-content: center;
  align-items: center;
}



 
.about-us .carousel-item {
  height: auto !important;
  min-height: 280px;
  object-fit: cover;
}


.owl-theme .owl-nav {
  margin-top: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.news-sec .owl-theme .owl-nav {
  margin-top: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.news-sec {
  margin-bottom: 50px;
  background-position-x: 106%!important;
  position: relative;
  padding: 60px 0px 120px 0px;
}

.owl-nav button {
  width: 55px;
  border: 2px solid #FF5E14!important;
  height: 55px;
  color: #fff!important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF5E14!important;
  border-radius: 50px!important;
}

/* .owl-carousel .owl-item img {
  margin: auto;
  width: 100%;
  border-radius: 5px;
  height: 230px;
  object-fit: cover;
  padding: 0;
} */



.news-card figure {
  overflow: hidden;
  border-radius: 5px;
  width: 100%;
  margin: 0px;
}

.news-card img{
    height: 250px;
    width: 100%;
    object-fit: cover;
}


.news-sec .img-part img {
  height: 230px;
  object-fit: cover;
  border-radius: 5px 5px 0px 0px;
}

.news-sec .owl-carousel .owl-stage {
  display: flex!important;
  width: 100%;
}

.news-sec .item {
  display: flex;
  width: 100%;
  height: 100%;
}

.news-sec .card {
  border-radius: 8px;
  margin-bottom: 30px;
  width: 100%;
  /* height: 100%; */
}

.news-card .text-part {
  padding: 20px;
}

/* .news-sec  .item {
  display: flex;
  width: 100%;
  height: 100%;
} */

button.owl-prev {
  background: transparent!important;
  color: #FF5E14!important;
  margin-right: 20px!important;
}

.steps img {
  height: 120px;
  margin-bottom: 19px;
  /* border: 7px solid; */
  padding: 20px;
  /* border-radius: 50%; */
}

.steps span {
  font-size: 18px;
  font-weight: 600;
}

.why-choose-us-sec.mt-5.mb-5.text-center {
  margin: 150px 0px!important;
}

.why-choose-us-sec {
  text-align: center;
  float: left;
  width: 100%;
}

.about-us h2 {
  margin-bottom: 36px;
}

.why-choose-us-sec {
  text-align: center;
  background: #ffede5;
  padding: 80px 0px;
}


.services {
  background: url(../images/services-bg.svg) no-repeat;
  background-size: cover;
  padding-bottom: 60px;
  z-index: auto;
  margin: 0 !important;
  padding: 64px 0 !important;
}

.client-logo img {
  height: 100px!important;
}

.client-logo-sec .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  /* aspect-ratio: inherit; */
  aspect-ratio: 2/1;
  object-fit: contain;
}

.client-logo {
  border: 1px solid#dddddd;
  border-radius: 5px;
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-bottom: 20px;
}

.client-logo img {
  height: 100px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: block;
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: contain;
}

.client-logo-sec{
  float: left;
  width: 100%;
}


.service-details-sec ul li {
  font-size: 18px;
  text-decoration: none;
  list-style: none;
}

section.service-details-sec li {
  padding: 6px 0px;
}

.fa-check-circle:before {
  padding: 0px 20px;
  content: "\f058";
  color: #ff5e14;
}

section.service-details-sec img {
  max-height: 450px;
  height: auto;
  width: 100%;
  object-fit: contain;
}






























.sub-head {
  color: #1565C0;
  font-size: 1rem;
}


.main-head {
  font-weight: bold;
  margin-bottom: 50px;
}



/* .services .row {
  max-width: 100%;
  margin: auto;
}  */



.card {
  border-radius: 8px;
  margin-bottom: 30px;
}

.card-title {
  font-weight: bold;
  padding-bottom: 10px;
}

.card-text:last-child {
  margin-bottom: 0;
  color: #969BA0;
}



.service-card span {
  -webkit-line-clamp: 4 !important;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}


/* services end */


/* Cta start */

.cta-card {
    background-color: #1565C0;
    background-image: url(../images/cta-bg.svg);
    padding: 50px;
    border: none!important;
}
.cta-card .cta-text {
  color: #FFFFFF;
  font-weight: 500;
  margin: 0;
  font-size: 40px;
}

/* Cta end */

/* about-us start */

.team-img {
  border-top: 10px solid #CDCBCB;
  border-top-right-radius: 230px;
  border-bottom: 10px solid #FFA726;
  border-bottom-right-radius: 230px;  
}

.about-us {
  margin-bottom: 50px;
  background-position-x: 106%!important;
  padding-bottom: 60px;
  position: relative;
}

.news-sec:before {
  background: #ff50001a;
  position: absolute;
  right: 0;
  height: 100%;
  content: '';
  top: 0;
  width: 100%;
  z-index: -1;
}


.testimonial-card {
  border: none!important;
  border-radius: 15px;
  padding: 1rem 1rem;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(235,235,235,1);
  min-height: 340px;
  height: auto;
}

.testimonial .item {
  margin: 10px;
}

.user-star-rating {
  display: flex;
}

.rating-head {
  color: #616161;
  font-weight: 500;
  padding: 10px 0px;
}

.user-star-rating ul {
  display: flex;
  list-style: none;
  padding-left: 0px!important;
}

.testimonial-card  hr {
  margin: 1rem 0;
  color: inherit;
  /* background-color: #000; */
  border: 0px dashed #fff;
}

.user-star-rating ul li {
  margin: 0px 4px;
}

.user-star-rating ul li i {
  color: #ff9900 !important;
}

.client-detail {
  display: flex;
  flex-direction: column;
  gap: 0px;
}


/* portfolio end */


/* testimonial start */


.testimonial {
  /* padding-left: 50px; */
  float: left;
  width: 100%;
}

.fa-quote-left {
  font-size: 4em;
  color: #DDDDDD;
}

.testimonial-card img {
  width: 120px!important;
  height: 90px!important;
  margin: unset !important;
  aspect-ratio: 2/1 !important;
  object-fit: contain!important;
  padding-left: 0px;
}

.testimonial-card img h3 span{
  display: flex;
}

.testimonial .owl-nav{
  display:none ;
}

.form-card:before {
  width: 90%;
  left: 5%;
  height: 17px;
  background: #f0f4ff8f;
  position: absolute;
  bottom: -17px;
  border-radius: 0px 0px 20px 20px;
}

/* Consultation end */

/* footer start */

.main-footer {
  background-color: #ff50001a;
  padding-top: 60px;
  width: 100%;
  float: left;
}

.footer-logo{
  width: 160px;
  max-width: 100%;
}

.social-icon {
  display: inline-flex;
}

.footer-list {
  padding: 0;
  list-style: none;
}

.footer-list li {
  padding: 5px 0px;
}

.footer .footer-service-sec .social-icon li .fa {
  background-color: #00ABEA;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.footer-service-sec h6 {
  font-weight: bold;
  white-space: pre;
}

.footer-social a {
  margin: 0px 4px;
}

.footer-social i {
  font-size: 14px;
  color: #fff;
}

.footer-service-sec.footer-social ul {
  list-style: none;
  margin-left: -35px;
  display: flex;
  margin-top: 20px;
}

.footer-social li a i {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.footer-head {
  gap: 20px;
}

/* footer end */

.choose-us-main:hover .item-no {
  color: #fff!important;
  border-color:#fff!important;
}

.web-services  {
  background: url(../images/web-bg.png) center center no-repeat;
  background-size: contain;
  padding-bottom: 60px;
}

.web-info p {
  padding: 0px 150px 0px 150px!important;
}

.web-img {
  margin-top: 50px;
}

.why-choose-us{
  position: relative;
}

.why-choose-us:before {
  background: #F3F6FF;
  position: absolute;
  right: 0;
  height: 100%;
  content: '';
  top: 0;
  width: 80%;
  z-index: -1;
  border-radius: 50px 0px 0px 50px;
}


/* contact page start */
.contact-banner {
  background: url(../images/hero-service.svg)no-repeat;
  background-size: cover;
  padding: 90px 0px 90px 0px;
}

.contact-form {
  position: relative;
  margin-bottom: 50px;
}


.contact-form label {
  margin-bottom: 10px;
  color: #000;
  font-weight: 500;
}

.contact-form .input-group>.form-control, .input-group>.form-select {
  box-shadow: none;
  border: 1px solid #1a4a6370;
}

.contact-sec {
  background: #ffffff;
  float: left;
  width: 100%;
  padding: 30px;
  box-shadow: 1px 0px 19px 9px #00000014;
  margin: 50px 0px;
  border-radius: 15px;
}

.contact-sec .side-sec h5 {
  color: #ff5e14;
  margin-top: 30px;
}

.contact-sec .row {
  display: flex;
  justify-content: center;
  align-items: center;
}


.contact-sec .side-sec {
  background: #1a4a63;
  padding: 30px 60px;
  width: 40%;
  border-radius: 15px;
}


.side-sec p {
  color: #fff;
}


.contact-form img {
  width: 100%;
  height: 560px;
  padding: 20px;
  border-radius: 30px;
  object-fit: cover;
}

.contact-form::before {
  /*background: #EEF1F9;*/
  /* background: #F6F7FB; */
  position: absolute;
  right: 0;
  height: 100%;
  content: '';
  top: 0;
  width: 100%;
  z-index: -1;
  /* border-radius: 40px 0px 0px 40px; */
} 

.contact-card {
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(235,235,235,1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(235,235,235,1);
  box-shadow: 1px 2px 9px 3px rgba(235,235,235,1);
  padding: 2rem 2rem;
  background-color: #fff;
  position: relative;
  overflow: inherit;
  margin: 40px 0px 50px 0px;
  width: 100%;
  justify-content: center;
  margin: auto;
}

.contact-map {
  padding: 40px;
}


.contact-details-sec img {
  width: 50px;
  margin-bottom: 20px;
}

.location-card {
  border: none!important;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(235,235,235,1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(235,235,235,1);
  box-shadow: 0px 0px 20px 0px rgba(235,235,235,1);
  height:220px;
}

.location-card img {
  width: 70px;
  margin-bottom: 10px;
}

.contact-details-sec {
  margin: auto;
}

.location-card-main {
  gap: 25px;
  justify-content: center;
}
.map-card .map{
  width: 100%;
}

.contact-card .form-control {
  padding: 1.2rem .75rem;
  background-color: #F0F4FF;
  font-size: 1rem;
  border: 1px solid #e1e9ff;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-family: inherit;
  border-radius: .25rem;
  box-shadow: none;
}


/* contact page end */

#sidebar{
	position: sticky;
	top: 50px;
	height: 100vh;
	padding-top: 0px;
	flex-basis: calc(100% - 400px - 60px);
	flex-grow: 1;
}

.tag-line {
  display: flex;
  gap: 15px;
  padding-top: 20px;
}

.tag-line-main .item-no {
  font-size: 25px;
  font-weight: 700;
  font-family: quicksand,sans-serif;
  color: #1565C0;
  width: 100px;
  height: 55px;
  line-height: 50px;
  text-align: center;
  border: 3px solid #1565C0;
  border-radius: 50%;
}
 .mob-devolpment-content h2 {
  margin-top: 100px;
} 





  #carrousel h1 {
    /* margin: 50px; */
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 1px;
}



#carrousel .card-container .slider-card {
  border: 0px solid;
  border-radius: 10px;
  width: auto;
  position: absolute;
  bottom: 0px;
  top: 30px;
  left: 0;
  right: 0;
  z-index: -9;
}

  #carrousel .owl-item {
  height: 200px;
  position: relative;
  transform: scale(0.7);
  -ms-transform: scale(0.7);
  transition: all .2s;
  -webkit-transform: all .2s;
  z-index: 1;
  }

  #carrousel .owl-stage-outer {
    padding-bottom: 150px;
}
  #carrousel .owl-item.big {
    transform: scale(1.2);
    -ms-transform: scale(1);
    z-index: 3;
}
#carrousel .owl-item.medium {
  -ms-transform: scale(0.8);
  z-index: 2;
}

  #carrousel .owl-item.medium.mdright {
  position: relative;
  left: -30px;
  }
  
.contact-form {
    position: relative;
    margin-left: 30px;
}

.contact-form .shape6{
  left: 90%;
  position: absolute;
  top: 275px;
  width: 15px;
}

.contact-form .shape5 {
  left: 222px;
  position: absolute;
  top: 7px;
  width: 110px;
  z-index: -1;
  opacity: 0.5;
}
.contact-form .shape7 {
  right: 215px;
  position: absolute;
  top: 514px;
  width: 119px;
  z-index: -1;
  opacity: 0.5;
}


.digital-banner {
  height: 400px;
  display: flex;
  margin: auto;
}

.about-us {
  position: relative;
}


.about-main .img-part {
  width: 40%;
  float: left;
}



/* login page */




.login-section .form-section {
  max-width: 550px;
  margin: 50px auto;
  padding: 70px 50px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 1px 2px 9px 3px rgb(165 162 162 / 32%);
  margin-top: 60px;
}

.login-section .form-section h3 {
  /* margin: 0 0 30px; */
  font-size: 23px;
  font-weight: 400!important;
  align-items: center;
  text-align: center;
}

.login-section .form-section .form-control {
  font-size: 16px;
  outline: none;
  color: #616161;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.login-section .form-section .form-control {
  float: left;
  width: 100%;
  padding: 12px 20px 12px 20px;
}

.login-section .form-section .form-group {
  margin-bottom: 25px;
}

.button-theme {
  background: #95c41f;
  border: 2px solid #95c41f;
}


div#sidebar img {
  width: 70%;
}












/* daily price */
.main-contain {
  background: #f1f1f1cf;
  width: 100%;
  float: left;
  min-height: 100vh;
  height: auto;
}

input#search {
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #ced4da!important;
  background-color: #fff;
  border-radius: .25rem;
  background-size: 16px 12px;
}

.dropdown-sec .form-select {
  display: block;
  width: 100%;
  padding: 8px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 10px;
}

.dropdown-sec .form-select {
  display: block;
  width: 100%;
  padding: 8px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 10px;
}

.dropdown-sec label {
  display: inline-block;
  /* margin-bottom: 10px; */
  font-size: 12px;
  font-weight: 500;
  gap: 10px;
  display: flex;
  align-items: center;
  padding: 0px;
  margin-left: 4px;
}

.material-symbols-outlined {
  font-size: 16px!important;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  /* box-shadow: -1px 1px 12px 0px #a5a3a3; */
  box-shadow: 0px 0px 20px 17px rgba(235,235,235,1);
  border-radius: 5px;
}

/* .multiselect-dropdown-list div {
  padding: 5px;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 10px;
} */

.daily-price-header tr td {
  text-align: center!important;
  vertical-align: baseline!important;
}

table td {
  vertical-align: baseline!important;
  padding: 10px!important;
  border-right: 2px solid #ebebeb;
  /* border-left: 1px solid; */
}


.multiselect-dropdown {
  /* display: inline-block; */
  padding: 8px!important;
  border-radius: 5px!important;
  margin-top: 10px;
  width: 100%!important;
}

.multiselect-dropdown-list div {
  padding: 5px;
  display: flex!important;
  align-items: center;
}


tr.daily-price-header {
  background: #0093e821;
  /* padding: 10px!important; */
}

.daily-price-header th {
  border-right: 2px solid #fff;

  font-size: 12px;

  color: #5d5d5d;
  font-weight: 600;
}

.table>:not(caption)>*>* {
  padding: .5rem .5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);

  text-align: left!important;

  /* text-align: center!important; */
  padding: 14px 14px!important;
  font-size: 12px;

}

tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  padding: 20px 0px!important;
}

th {
  /* display: flex; */
  /* text-align: center; */
  justify-content: center;
  flex-direction: column;
}

td {
  justify-content: center;
  /* text-align: center; */
}


#date-dropdown {
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #ced4da!important;
  background-color: #fff;
  border-radius: .25rem;
  background-size: 16px 12px;
  width: 370px;
}

input#start-date {
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #ced4da!important;
  background-color: #fff;
  border-radius: .25rem;
  background-size: 16px 12px;
  width: 100%;
}



.submit-btn {
  margin-top: 45px;
}

input#end-date {
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #ced4da!important;
  background-color: #fff;
  border-radius: .25rem;
  background-size: 16px 12px;
  width: 100%;
}

.start-date label {
  margin: 0;
  padding-top: 10px;
}

.end-date label {
  margin: 0;
  padding-top: 10px;
}


#multiple-dates {
  display: flex!important;
  /* gap: 2px; */
  position: absolute;
  right: 15px;
  top: 10px;
  width: 400px;
}

.excel-btn {
  position: absolute;
  top: 110px;
  right: 20px;
}

#multiple-dates {
  position: relative;
}


/* .news-card {
  border-radius: 10px;
  background: #fff !important;
  height: auto;
  border: 1px solid #cfcfcf!important;
} */

/* .news-card img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  padding: 10px;
} */

.news-card a:hover {
  color: #0093e8;
}


.news-card a .btn {
  display: flex!important;
  justify-content: center;
  align-items: center;
  gap: 10px;
}


.sub-banner img {
  object-fit: cover;
  height: 250px;
  width: 100%;
}

.news-box img {
  border-radius: 8px;
  height: 400px;
  object-fit: cover;
}

.post-details .fa {
  margin-right: 10px!important;
}

.latest-news ul li {
  border-bottom: 1px dashed #0093e8;
  padding: 14px 0px;
  font-size: 14px;
  font-weight: 400;
}

button.btn.btn-search {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
}

/* .news-detail-sidebar {
  background: #edecec;
  padding: 30px 20px;
  border-radius: 6px;
} */

.news-box {
  position: relative;
}

.post-details {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #1565c0;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  box-shadow: 0px 0px 20px 5px #1565c033;
}

.news-detail-sidebar .form-search input {
  padding: 10px 10px 10px 20px;
  border-radius: 8px;
}

.sub-banner:after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #0009;
  content: '';
  position: absolute;
}

.sub-banner {
  position: relative;
}

.sub-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 100%;
  float: left;
}

.sub-banner .text-part {
  position: absolute;
  color: #fff;
  z-index: 1;
}


div#list_filter {

  display: none;

} 

.sidebar:hover {
  height: 700px;
  overflow-x: auto;
}

.news-detail-sidebar {
  background: #edecec;
  padding: 30px 20px;
  border-radius: 6px;
  min-height: 850px;
  height: 850px;
  overflow: hidden;
}
.news-detail-sidebar:hover {
  overflow-y: scroll;
}






section.upgrade-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 100px;
}

section.upgrade-sec img {
  width: 280px;
  margin-bottom: 24px;
}

/* 19-10-23 css */

.inner-sec {
  float: left;
  margin: -top;
  margin-top: 50px;
}

.inner-sec p {
  margin-bottom: 5px;
}

.inner-sec img {
  width: 100%;
  padding: 20px;
  border-radius: 30px;
}

.services-sec {
  float: left;
  width: 100%;
  margin: 50px 0px;
}

.price-card {
  padding: 20px;
  border: 1px solid #a52a2a;
  background: #fff;
  border-radius: 6px;
  position: relative;
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.price-card span {
  font-size: 18px!important;
  font-weight: 600;
  color: brown;
}

.price-card p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
  padding: 0px!important;
  margin-bottom: 10px;
  font-weight: 500;
}

.price-card i {
  font-size: 20px;
  position: absolute;
  top: 6px;
  left: 5px;
  color: brown;
}

.faq-sec {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

.faq-sec #accordionExample {
  max-width: 80%;
  margin: auto;
}

.faq-sec tr {
  border: 1px solid #e2e2e2!important;
}

.faq-sec th {
  border: 1px solid #e2e2e2!important;
}

.accordion-button:not(.collapsed) {
  color: brown;
  background-color: #0093e812;
}

.faq-sec p {
  margin: 0px;
}

.faq-sec button.accordion-button {
  box-shadow: none!important;
}

.terms-sec {
  float: left;
  width: 100%;
  margin: 50px 0px;
}

.terms-sec .row .col-lg-6 {
  padding: 0px 20px;
}

.terms-sec h3{
  position: relative;
}

.terms-sec p {
  padding-top: 10px;
}

.terms-sec h3:after {
  border-bottom: 2px solid brown;
  width: 12%;
  padding: 0px 0px;
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  bottom: -10px;
}

.news-card .btn-sefty-orange,
.news-box .btn-sefty-orange {
  padding: 8px 25px !important;
}
.news-card .btn-sefty-orange i,
.news-box .btn-sefty-orange i{
 margin-right:10px;
}





.password-container {
  position: relative;
  /* width: 250px; */
}

.password-container input {
  width: 100%;
  padding: 10px 40px 10px 10px;
  font-size: 16px;
}

.toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  color: #555;
}



.our-customer-support {
  background: #1a4a63;
  padding: 30px 30px;
  border-radius: 15px;
  margin-top: 20PX;
}

.our-customer-support h5 {
  color: #ff5e14;
}

.our-customer-support p {
  color: #fff;
  margin-bottom: 6px;
  word-break: break-word;
}


.our-customer-support h2 {
  color: #fff;
  margin-bottom: 30px!important;
  font-size: 26px;
}

.our-customer-support #support {
  display: flex;
  justify-content: center;
  align-items: baseline!important;
}

.main-contact {
  display: flex;
  flex-direction: column;
  gap: 30px;
}




@media(max-width: 991px){
	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
		overflow-y: auto;
	    max-height: 90vh;
	    margin-top:10px;
	}


    .contact-sec .row {
        display: flex!important;
        flex-direction: column!important;
        justify-content: center;
        align-items: center;
    }


    .main-contact {
        display: flex;
        flex-direction: column;
        gap: 0px!important;
        margin-bottom: 40px;
    }

    .contact-sec .side-sec {
      background: #1a4a63;
      padding: 30px 60px;
      width: 100%!important;
      border-radius: 15px;
  }
  }


  .side-sec p {
    color: #fff;
    word-break: break-word;
}
