@import url(https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;1,400;1,500&amp;display=swap);
.site-header {
    /* navigation open and close btn hide for width screen */
    /* style for navigation less than 992px */
    /*navbar collaps less then 992px*/
  }
  
  .site-header .container {
   
      width: 1350px;
   
  }
  nav ul li {
    display: inline-block;
  }
  nav ul li .btn {
    display: inline-block;
   
    font-size: 16px;
    cursor: pointer;
    border: none;
    
    text-decoration: none;
    transition: background-color 0.3s ease;
  }
  nav ul li a{ font-family: "Dosis", sans-serif;}
  .site-header .navigation {
    background-color: #fff;
    margin-bottom: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
  .site-header .bg-body-tertiary {
    background-color: #EFF5F3 !important;
  }
  .site-header .navigation > .container {
    position: relative;
  }
  
  .site-header #navbar {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    /*** mega-menu style ***/
  }
  
  .site-header #navbar > ul li a:hover {
    text-decoration: none;
    color: #5e9a8e;
  }
  
  
  /* Header CSS Start */
  .site-header {
    border-bottom: 4px double #ececec;
    background-color: #f8eded; 
  }
  .site-header .navbar-brand {
    font-family: "Great Vibes", cursive;
    font-size: 35px;
    color: #5e9a8e;
    margin: 0;
    text-shadow: 1px 1px 2px #999999;
  }
  .site-header .navbar .navbar-nav .nav-item .nav-link {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    padding: 25px 14px;
    /* text-transform: uppercase; */
  }
  
  
  .d-own{ float:right; 

    z-index: 9999;
    margin-left: 20%;
    margin-top: 3px;
  
  }
  #page-header-user-dropdown{ font-family:"Dosis", sans-serif; font-weight: bold;}
  .header-item{
    background-color:transparent;
  }
  .header-item:hover{
    background-color:transparent;
  }
  @media screen and (min-width: 992px) {
    .site-header #navbar {
      /*** hover effect ***/
    }
    .site-header #navbar li {
      position: relative;
    }
    .site-header #navbar > ul > li > a {
      font-size: 16px;
      font-size: 0.88889rem;
    }
    .site-header #navbar > ul .sub-menu {
      background-color: #fff;
      width: 220px;
      border-top: 2px solid #5e9a8e;
      position: absolute;
      left: 0;
      top: 130%;
      z-index: 110;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s;
    }
    .site-header #navbar > ul > li .sub-menu li {
      border-bottom: 1px solid #e6e6e6;
    }
    .site-header #navbar > ul > li .sub-menu a {
      font-size: 14px;
      font-size: 0.77778rem;
      display: block;
      padding: 8px 15px;
    }
    .site-header #navbar > ul > li > .sub-menu .sub-menu {
      left: 110%;
      top: 0;
    }
    .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
      position: relative;
    }
    .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
      font-family: "FontAwesome";
      content: "\f105";
      font-size: 15px;
      font-size: 0.83333rem;
      position: absolute;
      right: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    }
    .site-header #navbar > ul > li:hover > .sub-menu {
      top: 100%;
      visibility: visible;
      opacity: 1;
    }
    .site-header #navbar .sub-menu > li:hover > .sub-menu {
      left: 100%;
      visibility: visible;
      opacity: 1;
    }
  
  }
  
  @media (max-width: 991px) {
    .site-header #navbar > ul > li a {
      display: block;
      font-size: 14px;
      font-size: 0.77778rem;
    }
    .site-header #navbar > ul > li .sub-menu li {
      border-bottom: 1px solid #e6e6e6;
    }
    .site-header #navbar > ul .sub-menu > li:last-child {
      border-bottom: 0;
    }
    .site-header #navbar > ul > li > .sub-menu a {
      padding: 8px 15px 8px 45px;
    }
    .site-header #navbar > ul > li > .sub-menu .sub-menu a {
      padding: 8px 15px 8px 65px;
    }
    .site-header #navbar > ul .menu-item-has-children > a {
      position: relative;
    }
    .site-header #navbar > ul .menu-item-has-children > a:before {
      font-family: "FontAwesome";
      content: "\f107";
      font-size: 15px;
      font-size: 0.83333rem;
      position: absolute;
      right: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    }
    .site-header .bg-body-tertiary {
        padding: 15px 0 !important;
    }
  }
  
  @media screen and (min-width: 992px) {
    .site-header #navbar {
      /*** hover effect ***/
    }
    .site-header #navbar .has-mega-menu {
      position: static;
    }
    .site-header #navbar .mega-menu,
    .site-header #navbar .half-mega-menu {
      background-color: #fff;
      padding: 20px;
      border-top: 2px solid #5e9a8e;
      position: absolute;
      right: 0;
      top: 120%;
      z-index: 10;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s;
    }
    .site-header #navbar .mega-menu {
      width: 1140px;
      right: 15px;
    }
    .site-header #navbar .half-mega-menu {
      width: 585px;
    }
    .site-header #navbar .mega-menu-box-title {
      font-size: 14px;
      font-size: 0.77778rem;
      text-transform: uppercase;
      font-weight: bold;
      display: block;
      padding-bottom: 7px;
      margin-bottom: 7px;
      border-bottom: 1px solid #e6e6e6;
    }
    .site-header #navbar .mega-menu-list-holder li a {
      font-size: 14px;
      font-size: 0.77778rem;
      display: block;
      padding: 7px 8px;
      margin-left: -8px;
    }
    .site-header #navbar .has-mega-menu:hover > ul {
      top: 100%;
      visibility: visible;
      opacity: 1;
    }
  }
  
  @media (max-width: 1199px) {
    .site-header #navbar > ul .mega-menu {
      width: 950px;
      right: 15px;
    }
    .site-header #navbar > ul .half-mega-menu {
      width: 485px;
    }
  }
  
  @media (max-width: 991px) {
    .site-header #navbar > ul .mega-menu,
    .site-header #navbar > ul .half-mega-menu {
      width: auto;
    }
    .site-header #navbar > ul .mega-menu .row,
    .site-header #navbar > ul .half-mega-menu .row {
      margin: 0;
    }
    .site-header #navbar .mega-menu-content > .row > .col {
      margin-bottom: 25px;
    }
  }
  
  @media (max-width: 991px) {
    .site-header #navbar .mega-menu .mega-menu-list-holder a {
      padding: 5px 15px 5px 40px;
    }
    .site-header #navbar .mega-menu .mega-menu-box-title {
      font-size: 14px;
      font-size: 0.77778rem;
      text-transform: uppercase;
      display: block;
      border-bottom: 1px dotted #b3b3b3;
      padding: 0 0 4px 5px;
      margin: 0 25px 8px 25px;
    }
  }
  
  @media screen and (min-width: 992px) {
    .site-header .navbar-header .open-btn {
      display: none;
    }
    .site-header #navbar .close-navbar {
      display: none;
    }
  }
  
  @media (max-width: 991px) {
    .site-header {
      /* class for show hide navigation */
    }
    .site-header .container {
      width: 100%;
    }
    .site-header .navbar-header button {
      background-color: #5e9a8e;
      width: 40px;
      height: 35px;
      border: 0;
      padding: 5px 10px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -o-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      outline: 0;
      position: absolute;
      right: 15px;
      top: 6px;
      z-index: 20;
    }
    .site-header .navbar-header button span {
      background-color: #fff;
      display: block;
      height: 2px;
      margin-bottom: 5px;
    }
    .site-header .navbar-header button span:last-child {
      margin: 0;
    }
    .site-header #navbar {
      background: #fff;
      display: block !important;
      width: 280px;
      height: 100% !important;
      margin: 0;
      padding: 0;
      border-left: 1px solid #cccccc;
      border-right: 1px solid #cccccc;
      position: fixed;
      right: -300px;
      top: 0;
      z-index: 99999999;
    }
    .site-header #navbar ul a {
      color: #000;
    }
    .site-header #navbar ul a:hover,
    .site-header #navbar ul li.current a {
      color: #5e9a8e;
    }
    .site-header #navbar .navbar-nav {
      height: 100%;
      overflow: auto;
    }
    .site-header #navbar .close-navbar {
      background-color: #5e9a8e;
      width: 35px;
      height: 35px;
      color: #fff;
      border: 0;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -o-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      outline: none;
      position: absolute;
      left: -18px;
      top: 10px;
      z-index: 20;
    }
    .site-header #navbar > ul > li {
      border-bottom: 1px solid #cccccc;
    }
    .site-header #navbar > ul > li > a {
      padding: 10px 15px 10px 35px;
    }
    .site-header .slideInn {
      right: 0 !important;
    }
  }
  
  @media (max-width: 767px) {
    .site-header .navbar-header .navbar-brand {
      font-size: 24px;
    }
    .site-header #navbar .navbar-nav {
      margin: 0;
    }
  }
  
  @media (max-width: 991px) {
    .navbar-toggler {
      color: #5e9a8e;
      opacity: 1;
      padding: 0;
    }
    .navbar-toggler:focus {
      outline: none;
      box-shadow: none;
    }
    .navbar-toggler i {
      font-size: 25px;
    }
    .site-header .navbar .navbar-nav .nav-item .nav-link {
      padding: 10px 0;
      border-bottom: 1px solid #dddddd;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s;
    }
    .site-header .navbar .navbar-nav .nav-item .nav-link:hover {
      padding-left: 15px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s;
    }
  }
  
  /*** header style 1 ****/
  .header-style-1 .couple-logo, .header-style-2 .couple-logo {
    margin-top: 30px;
  }
  
  @media (max-width: 991px) {
    .header-style-1 .couple-logo, .header-style-2 .couple-logo {
      margin-top: 0;
    }
  }
  
  .header-style-1 .couple-logo h1, .header-style-2 .couple-logo h1 {
    font-family: "Great Vibes", cursive;
    font-size: 35px;
    font-size: 1.94444rem;
    margin: 0;
    text-shadow: 1px 1px 2px #999999;
  }
  
  @media (max-width: 991px) {
    .header-style-1 .couple-logo h1, .header-style-2 .couple-logo h1 {
      font-size: 30px;
      font-size: 1.66667rem;
    }
  }
  
  .header-style-1 .couple-logo .fi:before, .header-style-2 .couple-logo .fi:before {
    font-size: 25px;
    font-size: 1.38889rem;
  }
  
  @media (max-width: 991px) {
    .header-style-1 .couple-logo .fi:before, .header-style-2 .couple-logo .fi:before {
      font-size: 20px;
      font-size: 1.11111rem;
    }
  }
  
  .header-style-1 .couple-logo a, .header-style-2 .couple-logo a {
    color: #5e9a8e;
  }
  
  .header-style-1 .navigation, .header-style-2 .navigation {
    border-bottom: 1px solid #ececec;
  }
  
  .header-style-1 .navigation:after, .header-style-2 .navigation:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #ececec;
    position: absolute;
    bottom: 2px;
  }
  
  @media (max-width: 991px) {
    .header-style-1 .navigation, .header-style-2 .navigation {
      padding: 15px;
    }
  }
  
  .header-style-1 #navbar ul li.current-menu-item > a, .header-style-2 #navbar ul li.current-menu-item > a,
  .header-style-1 #navbar ul > li.current-menu-ancestor li.current-menu-item > a, .header-style-2 #navbar ul > li.current-menu-ancestor li.current-menu-item > a,
  .header-style-1 #navbar ul > li.current-menu-ancestor > a, .header-style-2 #navbar ul > li.current-menu-ancestor > a {
    color: #5e9a8e;
  }
  
  @media screen and (min-width: 992px) {
    .header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a {
      font-size: 18px;
      font-size: 1rem;
      font-weight: 600;
      color: #413d3d;
      padding: 35px 17px;
      text-transform: uppercase;
    }
    .header-style-1 #navbar > ul .sub-menu, .header-style-2 #navbar > ul .sub-menu {
      -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
    }
    .header-style-1 #navbar > ul > li .sub-menu a, .header-style-2 #navbar > ul > li .sub-menu a {
      font-size: 16px;
      font-size: 0.88889rem;
      color: #413d3d;
      padding: 10px 15px;
    }
    .header-style-1 #navbar > ul > li .sub-menu a:hover, .header-style-2 #navbar > ul > li .sub-menu a:hover {
      color: #5e9a8e;
    }
    .header-style-1 #navbar > ul > li:last-child > ul, .header-style-2 #navbar > ul > li:last-child > ul {
      left: auto;
      right: 0;
    }
    .header-style-1 #navbar > ul > li:last-child > .sub-menu .sub-menu, .header-style-2 #navbar > ul > li:last-child > .sub-menu .sub-menu {
      left: auto;
      right: 100%;
    }
  }
  
  @media (max-width: 991px) {
    .header-style-1 .navbar-header button, .header-style-2 .navbar-header button {
      top: -2px;
      right: 0;
    }
  }

  .ml-100{ margin-left: 100px;}

  /* .btn-login{ background-color:#7c000b; color: #fff; padding: 10px !important; font-family: Arimo; border-radius: 0px !important;} 
  .btn-login:hover{ background-color: #7d2129; color: #fff;} */

  /* .btn-reg{ background-color:#285287; color: #fff;  padding: 10px !important; font-family: Arimo;  border-radius: 0px !important;}
  .btn-reg:hover{ background-color: #285287; color: #fff;} */
  .navbar { display: contents !important;}


  .sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
  }


           
  
 
 
    


  .button {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    width: 150px;
    height: 50px;
    background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
    border-radius: 30px !important;
    border: 1px solid #8F9092;
    transition: all 0.2s ease;
   
    font-size: 16px;
    font-weight: 600;
    font-family: Raleway !important;
    
  }

  .btn {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    width: 150px;
    height: 50px;
    background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
    border-radius: 30px !important;
    border: 1px solid #8F9092;
    transition: all 0.2s ease;
   
    font-size: 14px;
    font-weight: 600;
    font-family: Raleway !important;
    
  }

  .btn-login-frm {
    background-image: linear-gradient(to top, #7d0309 0%, #af040c 50%, #900309 100%);
   
    color: #fff !important;
  }
  .btn-login-frm:hover {
    box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 3px 3px #CECFD1;
    color: #fff;
  }

  .btn-forget-frm {
    background-image: linear-gradient(to top, #7d0309 0%, #af040c 50%, #900309 100%);
   
    color: #fff !important;
  }
  .btn-forget-frm:hover {
    box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 3px 3px #CECFD1;
  }

  .btn-login {
    background-image: linear-gradient(to top, #7d0309 0%, #af040c 50%, #900309 100%);
   
    color: #fff !important;
  }
  .btn-login:hover {
    box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 3px 3px #CECFD1;
  }

  .btn-reg {
    background-image: linear-gradient(to top, #2d5986 0%, #4080bf 50%, #336699 100%);
    color: #fff;
  }
  .btn-reg:hover {
    box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 3px 3px #CECFD1;
    color: #fff;
  }
  
  /* button:active {
    box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 5px 3px #999, inset 0 0 30px #aaa;
  }
  
  button:focus {
    box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 5px 3px #999, inset 0 0 30px #aaa;
  } */
  
  .filterbtn .btn{
    display:inline-block !important;
  
    width: auto !important;
    padding: 13px 25px !important;
    font-weight: normal !important;
  }
  .filterbtn .btn:hover{
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
  }

  .footer-top{ padding: 40px 0 60px !important;}

ul.socail-media{
  list-style-type: none !important;
}
ul.socail-media li{
  display: inline-block;
  margin-right: 20px;
}

ul.socail-media li img{ width: 48px;}


.footer-widget .fw-titles
{
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #000;
  font-size: 20px;
  font-weight: 800;
}



.bottom-site-alert {
  position: fixed;
  z-index: 30;
  bottom: 32px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 24px;
  margin: 0 24px;
  box-shadow: 0 8px 40px 0 rgba(0,0,0,.08);
  width: calc(100% - 48px);
}

@media (min-width: 768px) {
  .bottom-site-alert {
    left: 32px;
    margin: 0;
    width: 400px;
  }
}

.bottom-site-alert .bottom-site-alert__title {
  font-size: 1.125rem;
  line-height:1.5rem;
  letter-spacing: 0.27px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #000;
}
.bottom-site-alert p {
  font-size: 0.775rem;
  margin-bottom:16px !important;
  line-height: 20px;
  margin: 0 0 24px 0;
  color: #000;
}

.cta-in-flow{
  background-image: linear-gradient(to top, #000 0%, #000 50%, #000 100%);
  color: #fff !important;
  font-size: 0.8rem;
  padding: 0px 25px;
}
.bottom-site-alert .bottom-site-alert-btn {
  align-self: flex-end;
}

.footer-link-wrap .list-wrap li a{ text-transform: none !important;}
div.AuthorizeNetSeal{ width: 100% !important; margin-top: 20px !important;}
@media (min-width: 320px) and (max-width: 768px) {
  ul.socail-media li img{ width: 32px !important;}

}

@media (min-width: 320px) and (max-width: 1450px) {
  main{ background-size: cover !important;}
  
}