/*Button*/
.d-btn-hover a {
  transition: all 0.5s ease-in-out;
  color: #fff;
  background-color: #084F8B;
}

.d-btn-hover a::after,
.submit-btn-wrap .submit-btn-hover::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 30px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
}

.d-btn-hover a:hover {
  color: #de3222;
}

.d-btn-hover a:hover::after,
.submit-btn-wrap .submit-btn-hover:hover::after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
}

.d-btn-hover span,
.submit-btn-wrap .submit-btn-hover input {
  position: relative;
  z-index: 1;
}

/*submit btn*/
.submit-btn-wrap {
  display: inline-block
}

.submit-btn-wrap .submit-btn-hover {
  transition: all 0.5s ease-in-out;
  color: #fff;
  background-color: #084F8B;
  display: inline-block;
  border-radius: 30px;
}

.submit-btn-wrap .submit-btn-hover::after {
  background: #000;
}

.submit-btn-wrap .submit-btn-hover input {
  background-color: unset !important;
  color: #fff !important;
  line-height: unset !important;
}

/*header*/
.mob-view {
  display: none;
}

.wrapper {
  position: relative;
  padding-top: 170px;
}

.header-main-menu .main-header-nav ul.mob-view {
  display: none;
}

.header {
  /* background-color: #fff; */
  z-index: 9;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  border-bottom: 8px solid #FBB525;
  transition: 0.7s;
}
.top-header {
    background: #fff;
}

/* .header::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 7px;
    width: 100%;
    background: #FBB525;
} */

.fixed-header {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05)
}

.top-tagline {
  width: 100%;
  background-color: #084F8B;
  padding: 4px 20px;
  text-align: center;
}

.top-tagline.mob-view span,
.top-tagline.mob-view a {
  font-family: 'Plus Jakarta Sans';
  font-weight: 600;
  color: #fff;
  transition: 0.6s;
  font-size: 16px;
  line-height: 26px;
}

header.hide {
  top: -100%;
}

.top-tagline a {
  font-weight: 700;
}

.top-tagline a:hover {
  color: #FBB525
}

nav.main-header-nav ul.nav-menu.menu.desk-view li.nav-item.menu-item-has-children a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 30px;
}

nav.main-header-nav ul.nav-menu.menu.desk-view li.nav-item.menu-item-has-children a svg {
  position: relative;
  top: 1px;
}

.hdr-top-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 12px 0 13px 0
}

.header_col_one {
  display: flex;
  align-items: center;
  line-height: 0;
}

.header_col_one .logo>img {
  max-width: 209px;
  width: 100%;
}

nav.main-header-nav>ul.nav-menu.menu.desk-view>li {
  text-align: center;
}

nav.header-nav>ul>li {
  margin-top: 10px;
}

nav.main-header-nav>ul.nav-menu.menu.desk-view {
  gap: 62px;
}

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

.header-nav ul li {
  display: inline-block;
  padding-right: 0px;
}

.header-nav ul li:last-child {
  padding-right: 0;
}

.header-nav ul li a {
  font-size: 16px;
  color: #000;;
  position: relative;
  transition: all 0.4s ease;
  text-transform: capitalize;
  padding-bottom: 10px;
  font-weight: 500;
  line-height: 22px;
}

.header-nav ul li a:before,
.header-nav ul .menu-item-has-children.active-new-child>a:before {
  content: '';
  width: 0;
  height: 3px;
  background: #FBB525;
  position: absolute;
  left: 0;
  top: calc(100% - 5px);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.header-nav ul .menu-item-has-children.active-new-child>a:before,
.header-nav ul li a.active:before {
  width: 100% !important;
}

.header-nav ul li a:hover,
.header ul li .active,
.menu-item-has-children:hover a,
.menu-item-has-children.active-new-child>a {
  color: #FBB525;
}

.header-nav ul li a:hover:before {
  width: 100%;
}

.nav>ul li a.active {
  border-bottom: 3px solid #FBB525;
  color: #FBB525;
}

.home ul li .active-home {
  color: #FBB525;
}

.home ul li .active-home::before {
  width: 100%;
}

.header_col_three {
  display: flex
}

.header_col_three .icon-box {
  display: flex;
  align-items: center
}

.header_col_three .icon {
  width: 37px;
  height: 37px;
}

.header_col_three .icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.right-part-menu {
  display: flex;
  gap: 35px;
}

nav.main-header-nav ul.nav-menu.menu.desk-view li a {
  padding: 13px 18px 14px 18px;
}

/* .header_col_three .icon svg { width: 100%; height: 100% } */

.header_col_three .content a {
  text-decoration: none;
  cursor: pointer;
  color: #084F8B;
  transition: all 0.5s;
}

.header_col_three .content a:hover {
  color: #FBB525;
}

.header_col_three .calling_col {
  /* margin-right: 25px; */
  display: flex;
  align-items: center;
  gap: 13px;
}

.header_col_three .calling_col a {
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  color: #084F8B;
  font-weight: 800;
}

.header_col_three .email_col a {
  font-size: 17px;
  line-height: 24px;
  color: #084F8B;
  font-weight: 700;
  font-family: "Open Sans";
}

.header-main-menu {
  background-color: #084F8B;
}

.header-main-menu .main-header-nav ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center
}

.header-main-menu .main-header-nav ul .menu_text {
  display: none
}

.header-main-menu .main-header-nav ul a {
  font-size: 18px;
  line-height: 23px;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  padding: 14px 18px 18px 18px;
  margin: 0 0px;
  display: inline-block;
  transition: all 0.5s;
  font-family: "Plus Jakarta Sans";
}

.header-main-menu .main-header-nav ul >li:hover> a,
.header-main-menu .main-header-nav ul li .active {
  background-color: #FBB525;
  color: #fff;
}
header.header.nav-up {
    top: -112px;
    transition: all .5s ease;
}

.header_col_three.mob-view {
  display: none
}

.menu-toggle.mob-view {
  display: none
}

header ul .menu-item-has-children .sub-menu li a {
  color: #000;
}

header ul .menu-item-has-children .sub-menu li a:hover {
  color: #FBB525;
}

.header-main-menu ul.nav-menu.menu li {
  padding-bottom: 0;
}

/*submenu*/
.header .sub-menu li a:before {
  content: none
}

.header-nav ul .menu-item-has-children a:hover:before {
  content: none
}

.header .menu-item-has-children>a {
  padding-right: 10px;
}

.header .sub-menu li a.nav-link.active {
  color: #FBB525;
}

.header .menu-item-has-children {
  position: relative;
}

.menu-item-has-children .arrow-icon {
  position: absolute;
  right: 10px;
  line-height: 0;
}

.hdr_col_two.desk-view nav.header-nav ul>li.nav-item.menu-item-has-children>a {
  padding-right: 20px;
}

.hdr_col_two.desk-view nav.header-nav ul>li.nav-item.menu-item-has-children>a i.arrow-icon {
  top: 9px;
  right: 0;
}

.hdr_col_two.desk-view nav.header-nav>ul {
  display: flex;
  gap: 33px;
}

.hdr_col_two.desk-view nav.header-nav>ul li.nav-item.menu-item-has-children svg path {
  fill: #000;
}

.hdr_col_two.desk-view nav.header-nav ul>li.nav-item.menu-item-has-children:hover>a i.arrow-icon svg path {
  fill: #FBB525;
}

.header .menu-item-has-children>a i.arrow-icon svg {
  width: 11px;
  height: 6px;
  transition: all 0.6s ease;
  line-height: 0;
  margin-left: 7px
}

.header .menu-item-has-children:hover i.arrow-icon svg {
  transform: rotate(180deg);
}

.header .menu-item-has-children .arrow-icon .sta0 {
  fill: #000
}

.header .menu-item-has-children:hover i.arrow-icon .sta0,
.header .menu-item-has-children.active-new-child i.arrow-icon .sta0,
.header .menu-item-has-children>.active i.arrow-icon svg .sta0 {
  fill: #FBB525
}

.header .sub-menu {
  position: absolute;
  top: 150%;
  background: #fff;
  left: 0;
  width: 216px;
  border-radius: 4px;
  padding: 10px 0;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
  line-height: 0;
  z-index: 5;
  overflow: hidden;
}

.header .sub-menu li {
  padding: 3px 17px;
  display: block;
}

.header .sub-menu li a {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  pointer-events: auto;
  cursor: pointer;
}

.content.tollfree-wrap>p {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 22px;
}

.top-tagline.mob-view {
  position: relative;
  z-index: 1;
}

.contact_butn .df-btn {
  position: fixed;
  right: 0;
  top: 50%;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  z-index: 11;
  border-radius: 0px 15px 15px 0;
  padding: 26px 14px 26px 15px;
  text-decoration: none;
}

.contact_butn .df-btn:hover {
  background-color: #084F8B;
  color: #fff;
  box-shadow: 0 0 12px #00000063;
}

.contact_butn .df-btn::after {
  display: none;
}

.contact_butn .df-btn a {
  text-decoration: none;
  color: #fff;
}

.contact_butn .df-btn::before {
  display: none;
}
/* section.banner-sec.mb-50 {
    z-index: 10;
    position: relative;
    margin-top: -1px;
}
.header.fixed-header + section.banner-sec.mb-50 {position: unset;} */
nav.main-header-nav ul.nav-menu.menu.desk-view li> a{
  position: relative;
}
nav.main-header-nav ul.nav-menu.menu.desk-view li> a::before {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 100%;
    background: #fbb525;
    height: 0;
    left: 0;
        transition: all 0.5s;
}

nav.main-header-nav ul.nav-menu.menu.desk-view > li:hover > a::before,
nav.main-header-nav ul.nav-menu.menu.desk-view > li > a.active::before {
    height: 2px;
}

nav.main-header-nav ul.nav-menu.menu.desk-view li> a {
    position: relative;
}
@media screen and (min-width:1199px) {
  .contact_butn .df-btn {
        padding: 21px 14px 22px 14px;
  }
  .header li.menu-item-has-children:hover .sub-menu {
    top: calc(100% + 0px);
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease;
    display: block;
  }

  .header nav.main-header-nav>ul li.menu-item-has-children ul.sub-menu li a {
    padding: 10px 20px;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    color: #000;
  }
  
  .header nav.main-header-nav>ul li.menu-item-has-children > ul.sub-menu > li a:hover,
  .header nav.main-header-nav>ul li.menu-item-has-children ul.sub-menu li a.active,
  .header nav.main-header-nav>ul li.menu-item-has-children ul.sub-menu > li:hover a {
    background-color: #FBB525;
    color: #fff;
  }

  .header nav.main-header-nav>ul li.menu-item-has-children ul.sub-menu li:last-child a {
    border-bottom: 0;
  }

  .header nav.main-header-nav>ul li.menu-item-has-children ul.sub-menu li a:hover {
    color: #fff;
  }


  .header nav.main-header-nav>ul li.menu-item-has-children ul.sub-menu li {
    padding: 0;
  }

  .header nav.main-header-nav>ul li.menu-item-has-children ul.sub-menu {
    padding: 0;
  }

  .header nav.main-header-nav>ul li.menu-item-has-children ul.sub-menu li::before {
    display: none;
  }
.header-main-menu .main-header-nav ul >li:hover> a,
.header-main-menu .main-header-nav ul li .active {
  background-color: #FBB525;
  color: #fff;
}
}
/* 
@media only screen and (min-width: 1920px) {
.header {
    top: 1px;
    border-bottom: 9px solid #FBB525;
}
} */
 /* header.nav-up .top-header{
  position: relative;
    top: -112px;
    transition: all .5s ease;
} */

@media (max-width:1339px) {
  .header-main-menu .main-header-nav ul a {
    padding: 16px 13px 14px 13px;
  }
}

@media (max-width:1299px) {
  .wrapper {
    padding-top: 160.08px;
  }

  .header_col_one .logo>img {
    max-width: 190px
  }

  .header-main-menu .main-header-nav ul a {
    padding: 13px 14px 18px 14px;
  }

  /* .header_col_three .icon { margin-right: 10px; width: 38px; height: 38px; padding: 6px } */
  /* .header-main-menu .main-header-nav ul a { font-size: 14px; line-height: 20px; } */
  .header_col_three .calling_col a {
    font-size: 14px;
    line-height: 24px
  }

  .header_col_three .email_col a {
    font-size: 14px;
    line-height: 24px
  }

  .header_col_three .calling_col a {
    font-size: 18px;
    line-height: 26px;
  }

  .header_col_three .icon {
    width: 30px;
    height: 30px;
  }

  .content.tollfree-wrap>p {
    font-size: 15px;
    line-height: 19px;
  }

  .hdr_col_two.desk-view nav.header-nav>ul {
    gap: 25px;
  }

  nav.header-nav>ul>li {
    margin-top: 10px;
  }

  ul li {
    padding-bottom: 10px;
  }

  .right-part-menu {
    gap: 30px;
  }

  .header-main-menu .main-header-nav ul a {
    font-size: 16px;
    line-height: 21px;
  }
  header.header.nav-up {
    top: -104.08%;
}
}

@media (max-width:1199px) {
 .wrapper {
        padding-top: 132.84px;
    }

  .mob-view {
    display: block;
  }
/* 
  .header {
    border-bottom: 0;
       
  } */
  /* body.active-responsive-menu .header{
     content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, .78);
        z-index: 2;
  } */
  .hdr-top-row {
    background: #fff;
}

  /* body.active-responsive-menu .header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .78);
    z-index: 2;
} */
  body.active-responsive-menu .header{
   border-color: #FBB525;
   transition: unset;
           z-index: 1;
  }
/* .header::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    height: 7px;
    width: 100%;
    background: #FBB525;
    z-index: 0;
}
body.active-responsive-menu .header::after {
    background: #fbb52530;
} */
  .hdr-top-row {
    padding: 8px 0 8px 0;
    /* border-bottom: 7px solid #fbb525; */
  }

  .header_col_three.desk-view .calling_col.icon-box {
    display: none;
  }

  .header_col_one .logo>img {
    max-width: 175px;
  }

  .active-responsive-menu .wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .78);
    z-index: 11;
  }

  /* .header {
    background-color: unset;
    z-index: unset;
    position: unset;
    width: 100%;
    left: unset;
    top: unset;
    right: unset;
  } */
header.header.nav-up {
    top: -100%;
}
  .fixed-header {
    box-shadow: none;
  }

  .fixed-header>.container {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05)
  }

  .header>.container {
    padding: 0;
    background-color: #fff;
    z-index: 2;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
  }

  .hdr_col_two.desk-view {
    display: none
  }

  .menu-toggle.mob-view {
    display: block;
    padding-right: 20px
  }

  .header>.container {
    padding: 0
  }

  .header_col_one {
    padding-left: 20px
  }

  .header_col_two {
    width: 100%;
    margin-right: 0px;
    padding: 5px 20px;
    background-color: #292929;
    margin-bottom: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .menu-toggle {
    order: 3;
    cursor: pointer
  }

  .menu-toggle .toggle span {
    width: 28px;
    height: 4px;
    margin: 5px 0;
    display: block;
    background-color: #084F8B
  }

  .menu-toggle .toggle:hover span {
    background-color: #FBB525
  }

  .header-main-menu {
    position: fixed;
    right: -100%;
    top: 0;
    width: 450px;
    height: 100%;
    margin: 0;
    padding: 0 0 30px 0;
    overflow-y: auto;
    background-color: #084F8B;
    transition: all .6s ease;
    z-index: 99
  }

  .header-main-menu>.container {
    position: relative;
    min-height: 100%
  }

  .main-header-nav {
    padding-bottom: 100px
  }

  .header_col_three.mob-view {
    display: flex;
    position: absolute;
    bottom: 20px
  }

  .header-main-menu .main-header-nav ul.desk-view {
    display: none;
  }

  .header-main-menu .main-header-nav ul {
    display: block
  }

  .header-main-menu .main-header-nav ul li {
    padding: 0px 0
  }

  .header-main-menu .main-header-nav ul a {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    text-transform: uppercase;
  }

  .header-main-menu .main-header-nav ul a:hover,
  .header-main-menu .main-header-nav ul li .active,
  .home .header-main-menu .main-header-nav ul a.active-home,
  .header-main-menu .main-header-nav ul .active-new-child>a {
    color: #FBB525;
    background-color: transparent !important;
  }

  .header_col_three .icon {
    width: 32px;
    height: 32px;
    padding: 5px
  }

  .header_col_three .calling_col a,
  .header_col_three .email_col a {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
  }

  .main-header-nav .menu .menu_text {
    display: block !important;
    padding: 20px 20px 10px 20px;
    text-align: right;
    line-height: 0;
    position: sticky;
    top: 0;
    background: #084F8B;
    z-index: 2;
    margin: 0 -20px;
  }

  .main-header-nav .menu .mobile_menu_bar_inner {
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0;
    cursor: pointer;
    background-color: transparent
  }

  .main-header-nav .menu .mobile_menu_bar_inner svg {
    width: 100%;
    height: 100%;
    fill: #Fff;
    transition: 0.3s all linear
  }

  .main-header-nav .menu .mobile_menu_bar_inner svg:hover {
    fill: #FBB525
  }

  body.active-responsive-menu {
    overflow: hidden
  }

  body.active-responsive-menu .header-main-menu {
    right: 0
  }

  .header-main-menu .main-header-nav ul.mob-view {
    display: block;
  }

  .header-main-menu .main-header-nav ul.mob-view {
    display: block;
  }

  .header-main-menu .main-header-nav ul.nav-menu.menu.desk-view {
    display: none;
  }

  /*submenu*/
  ul.menu li.menu-item-has-children ul.sub-menu {
    width: 100%;
    padding: 0px 0;
    display: none;
    margin-top: 0px;
    position: inherit;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    top: 0;
    transition: none;
    padding-bottom: 1px;
    border-radius: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    ;
    background-color: transparent;
    z-index: 1;
  }

  ul.menu li.menu-item-has-children ul.sub-menu li {
    padding: 0px 0px 0px 20px;
  }

  ul.menu li.menu-item-has-children ul.sub-menu li a {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 0;

  }

  header ul .menu-item-has-children .sub-menu li a {
    color: #fff;
  }

  ul.menu li.menu-item-has-children ul.sub-menu li:last-child a {
    border-bottom: none;
  }


  /*toggle plus*/
  .header-main-menu .menu-item-has-children .arrow-icon {
    display: none;
  }
.header-main-menu li {
    position: relative;
}
  span.mobile-toggle {
    width: 30px;
    height: 48px;
    position: absolute;
    top: 0;
    right: -4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  span.mobile-toggle:before,
  span.mobile-toggle:after {
    content: "";
    width: 16px;
    height: 2px;
    background: #fff;
    position: absolute;
    border-radius: 1px;
    transition: all 0.6s ease;
    right: 6px;
  }

  span.mobile-toggle:after {
    transform: rotate(90deg);
  }

  .dt-open.mobile-toggle:after {
    transform: rotate(0deg);
  }


  li.nav-item.menu-item-has-children:hover span.mobile-toggle:before,
  li.nav-item.menu-item-has-children:hover span.mobile-toggle:after {
    background: #FBB525;
  }
  .header-main-menu .main-header-nav ul li:last-child a{
    border-bottom: 0;
  }
  .header-main-menu .main-header-nav ul >li:hover> a,
.header-main-menu .main-header-nav ul li .active {
  background-color: transparent;
  color: #FBB525;
}
.top-header > .container {
    padding: 0;
}
.header{
  border-bottom: 7px solid #FBB525;
  background-color: #FBB525;
}
section.banner-sec {
    /* position: relative;
    z-index: 10; */
    margin-top: -2px;
}
/* .fixed-header + section.banner-sec,
.fixed-header + section.banner-sec {
  position: unset;
  margin-top: 0px;
} */
}

@media (max-width:991px) {
  .header_col_one .logo>img {
    max-width: 150px;
  }

  .menu-toggle .toggle span {
    width: 25px;
    height: 3px;
    transition: 0.5s;
  }

  .wrapper {
    padding-top: 124.44px;
  }
  /* .header{
  border-bottom: 8px solid #FBB525;
} */
}

@media (max-width: 767px) {
  .header-main-menu .main-header-nav ul a {
    font-size: 15px;
    line-height: 21px;
  }

  .top-tagline.mob-view span,
  .top-tagline.mob-view a {
    font-size: 15px;
    line-height: 25px;
  }

  .wrapper {
    padding-top: 120.44px;
  }

  .contact_butn .df-btn {
    padding: 18px 12px 18px 12px;
  }
  span.mobile-toggle{
    height: 46px;
  }
  .header-main-menu .main-header-nav ul a {
        font-size: 15px !important;
        line-height: 21px !important;
    }
}

@media (max-width:576px) {
  .header-main-menu {
    width: 100%
  }
}

@media (max-width:479px) {
  .wrapper {
    padding-top: 116.27px;
  }

  .header_col_one .logo>img {
    max-width: 140px
  }

  .main-header-nav {
    padding-bottom: 155px
  }

  .header_col_three.mob-view {
    flex-wrap: wrap
  }

  .header_col_three .icon-box {
    width: 100%
  }

  .calling_col {
    margin: 0 0 15px 0
  }
}