#offer-banner {
  background: #1A3760;
  color: white;
  padding: 6px 20px;
  text-align: center;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  
  /* Animation ke liye */
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

#offer-banner.show {
  max-height: 100px; /* height adjust karo apne content ke hisaab se */
  opacity: 1;
	margin-bottom: 10px;
}

#close-offer {
  position: absolute;
  right: 10px;
  top: 1px;
  background: transparent;
  border: none;
  font-size: 20px;
  color: white;
  cursor: pointer;
}
#offer-banner a {
    color: #fff;
    font-weight: 600;
	text-decoration: underline;
}
#offer-banner a:hover {
	text-decoration: none;
}
.togglebutton {
    position: absolute;
    top: 150px;
    right: 100px;
	display:none !important;
}
.togglebutton a {
    display: block;
    border-radius: 80px;
}
.togglebutton img {
    width: 80px;
    border-radius: 50px;
}

.fixdButton_bottom {
    position: fixed;
    bottom: 100px;
    right: 0;
    background: #283A60;
    z-index: 9;
    padding: 8px;
    border-radius: 20px 0px 0px 20px;
    font-size: 13px;
    width: 100px;
    text-align: center;
}
.fixdButton_bottom a {
    color: #fff;
    display: block;
}
.fixdButton_bottom small {
    display: block;
    color: #fff;
    margin-bottom: 8px;
}
.fixdButton_bottom strong {
    display: block;
}
.fixdButton_bottom span {
    color: #fff;
    width: 24px;
    height: 24px;
}
.fixdButton_bottom strong img {
    width: 40px;
}

.fluent--ios-arrow-24-filled {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12.727 3.687a1 1 0 1 0-1.454-1.374l-8.5 9a1 1 0 0 0 0 1.374l8.5 9.001a1 1 0 1 0 1.454-1.373L4.875 12z'/%3E%3C/svg%3E");
	vertical-align: middle;
}
.custom-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #283A60;
}
/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  color: var(--default-color);
  padding: 10px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .header-container {
    background: #ffffffd4;
    padding: 12px 15px;
    border-radius: 16px;
    box-shadow: inset 0px 0px 0px 8px #1d1d1d1f;
}

.scrolled .header .header-container {
  background: color-mix(in srgb, var(--surface-color), transparent 5%);
}

.header .logo {
  line-height: 1;
  padding-left: 5px;
  outline: none;
  border: none;
  box-shadow: none;
}

.header .logo img {
    margin-right: 8px;
    width: 130px;
  outline: none;
  border: none;
  box-shadow: none;
}

.header .logo h1 {
  font-size: 24px;
  margin: 0;
  font-weight: 500;
  color: var(--heading-color);
}

.header .btn-getstarted {
  color: var(--contrast-color);
/*  background: var(--accent-color);*/
  background: linear-gradient(180deg, #4673B4 0%, #212C4C 100%);
  font-size: 16px;
  font-weight: 500;
  padding: 10px 15px;
  margin: 0px;
  border-radius: 4px;
  transition: 0.3s;
  text-transform: uppercase;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.right_twobutton{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
  border: 1px solid #E6E6E6;
  background: #FAFAFA;
  padding: 6px 6px 6px 6px;  
}

.right_twobutton span {
    vertical-align: middle;
}
.right_twobutton a {
    color: #000;
    display: flex;
    align-items: center;
    gap: 5px;
}
.right_twobutton a b{
  font-weight: normal;
}

@media (max-width: 1200px) {
  .header {
    padding-top: 10px;
  }

  .header .header-container {
    margin-left: 10px;
    margin-right: 10px;
    padding: 12px 15px;
  }

  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 0;
    padding: 6px 10px;
  }

/*  .header .navmenu {
    order: 3;
  }*/
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 20px 20px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
/*    white-space: nowrap;*/
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,{
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile */


@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 34px;
    line-height: 0;
    margin-right: 5px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 0px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: #EDF2F7;
    overflow-y: auto;
/*    transition: 0.3s;*/
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    width: 75%;
    transform: translate(-100%);
    transition: all 0.9s ease-in-out;
  }

.mobile-nav-active .navmenu>ul{
  transform: translate(0%);
}

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
/*    white-space: nowrap;*/
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 18px;
    line-height: 0;
    margin-left: 5px;
/*    width: 30px;
    height: 30px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
/*    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);*/
  }

/*  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }*/

  .navmenu .active i,
  .navmenu .active:focus i {
/*    background-color: var(--accent-color);*/
    color: #242424;
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
	  width: 100%;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #ffffff;
    position: absolute;
    font-size: 40px;
    top: 20px;
    right: 20px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgb(0 0 0 / 86%);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }

.navmenu a:last-child {
    justify-content: flex-start;
}

}

.mobile-nav-active .navmenu a {
    font-size: 18px;
    border-bottom: 1px dashed #cdcccc;
    color: #363636;
    padding: 12px 20px;
    font-weight: 600;
}
ul.dropdown-active {
    transform: translate(0%);
    padding: 0px !important;
    margin: 0px !important;
    border-radius: 0px;
}
ul.dropdown-active li a {
    padding-left: 40px !important;
    position: relative;
}
ul.dropdown-active li a:before {
    position: absolute;
    left: 18px;
    top: 15px;
    content: '\F285';
    width: 5px;
    height: 5px;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-size: 15px;
}