.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
    background: #16acdf !important;
    border: 1px solid #1397c4 !important;
    color: #ffffff !important;
    line-height: 20px;
    /* font-size: 15px; */
    text-align: center;
}

.new_nav .navbar {
    min-height: 63px;
}

.new_nav nav.navbar.navbar-inverse{
      background: #fff!important;
      border-radius: 0;
      border: 0px solid #fff;
      border-bottom: 12px solid #5286be;
      margin-bottom: 0;
  }

.new_nav .navbar-header{  /*width: 20%;*/ }

#myNavbar1 ul.dropdown-menu.topNav-menu li a {
    padding: 7px!important;
    margin-top: 0;color: #fff!important;
}

ul.d-flex.justify-content-center.py-3.mb-0 li a:hover {
    text-decoration: underline;
    text-decoration-color: #8B5E3C;
}


.new_nav .nav .navbar-nav{
        width: 80%;
        float: right;
    }
.new_nav .justify-content-center{
       justify-content: center;
       display: flex;
       margin: 0 auto;
       text-align: center;
       flex-direction: row;
       width: 100%;
       padding-bottom: 22px;
       padding-left:100px;   }
.new_nav .hr_cls{
    border-top: 1px solid #00549e;
    border-bottom: 12px solid #00549e;
    margin: 0;
}

header.area-top{ border:0; }

.new_nav ul li{ cursor:pointer; }
.new_nav .navbar{ text-transform: uppercase;font-family: 'Oswald light', sans-serif; border: 0;margin-bottom: 4px;}
.new_nav .navbar-new-top{
    background: #fff;min-height: 30px;
    border-bottom: 12px solid #5286be;
    padding-bottom: 64px;
}
.new_nav .navbar-brand{
    font-weight: 600;
}
.px-2{ padding-left: 0.5rem!important; }
.new_nav .navbar-brand img{
    position: absolute;
    top: 3px;
    left: 1%;
}

.new_nav .navbar-nav {
    margin: 7px 0px 0;
}

#myNavbar1 .navbar-nav {
    margin: 0;
    padding:0rem 0.5rem;
}

.new_nav .navbar-new-top ul{
    /*margin-right: 9%;*/
}
.new_nav .navbar-new-top ul li{
    /*margin-right: 8%;
*/}
.new_nav .navbar-new-bottom{
    background-color: #ffffff;
    margin-top: 32px;
    min-height: 60px;
    border-bottom: 12px solid #00549e ;
    padding-bottom: 0;
    padding-top: 21px;
}
.new_nav .navbar-new-bottom ul li{
    margin-left: 5px;
    margin-right: 5px;
}
.new_nav li.nav-item.active a {
    font-size: 10pt;
    color: #070707;
    background-color: #fff0!important;
}

li.nav-item.dropdown.topNav a {
    font-size: 10pt;
    color: #070707;
}

.new_nav .navbar-nav .nav-item a {
    color: #070707 !important;
    font-size: 6pt;
    font-weight: 100;
    transition: 1s ease;
    padding: 0;
    font-family: 'Oswald';
    letter-spacing: 1.9px;
    padding: 0 1rem;
    margin-top: 8px;
    line-height: 13px;
}

.sidebtn.flagss {
    padding-top: 0px;
}

.nav_border_right {
    border-right: 2px solid #C2A27D;
}

.new_nav .navbar-nav .nav-item a:hover{
    color: #816344!important;
}
.new_nav .dropdown-menu.show{
    background: #f8f9fa;
    border-radius: 0;
}
.new_nav .topNav:hover .topNav-menu{
    display: block;
}

.new_nav .navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.new_nav .dropdown-submenu {
    position:relative;
}
.new_nav .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
    background: #caae8dd9;
    padding: 0;
    border: 0;
    min-width: 100px;
    border-radius: 0;
    top: 7px;
    margin-left: 6px;
}

.new_nav .triangle1{
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 6px solid #caae8dd9;
    position: absolute;
    /* right: 27px; */
    top: 4px;
    left: -11px;
    transform: rotate(-90deg);
}

/* rotate caret on hover */
.new_nav .dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 

.new_nav ul.dropdown-menu.topNav-menu {
    background: #caae8dd9;
    padding: 0;
    border: 0;
    border-radius: 0;
    top: 21px;
}

.new_nav .topNav-menu-sub {
    background: #caae8dd9;
    padding: 0;
    border: 0;
    min-width: 100px;
    border-radius: 0;
    top: 21px;
}


.new_nav ul.dropdown-menu.topNav-menu li {
    margin: 0;
    text-align: center;
}

.new_nav ul.dropdown-menu.topNav-menu li a{
    color: #ffffff!important;
    font-size: 11px!important;
    padding: 4px!important;
}

.new_nav ul.dropdown-menu.topNav-menu li a:hover{
    color: #ffffff;
    background: #1d3455b8;
}

.new_nav .topNav-menu .triangle{
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 6px solid #caae8dd9;
    position: absolute;
    /* right: 27px; */
    top: -6px;
    left: 31px;
}

.new_nav .header-btn{
    width: 161%;
    border: none;
    border-radius: 1rem;
    padding: 8%;
    background: #0062cc;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
}
.new_nav .topSecBrdr{
    margin-top: 82px;
    border-top: 10px solid #5286be;
}
.new_nav .navRightCont{
    float: right;
    position: absolute;
    right: 10px;
}

.clearfix{ clear: both; }

.flags {
    color: #070707;
    font-size: 6pt;
    font-weight: 100;
    transition: 1s ease;
    padding: 0;
    font-family: 'Oswald';
    letter-spacing: 1.9px;
    line-height: 29px;
}
/*------------------------------*/
section {
    padding: 20px 0;
}

.bottomSec li {     
    float: left;
    list-style: none;
    padding: 0px 0px;
    font-size: 14px; 
}

.bottomSec p{    
    list-style: none;
    padding: 0 0px 15px 0px;
    font-size: 14px; 
}

.bottomSec li a { margin:10px; font-size: 14px;}

.htlDealDetailSec .headingSlide{
    background: #ccb991;
    margin-bottom: 0;
    color: #fff;
    padding: 25px 0px 25px 75px;
}
.imgCaption{
    position: absolute;
    top: 84px;
    right: 16px;
    color: #FFF;
    background: #00000042;
    width: 69%;
    height: 72%;
}
.sideSec{
    position: absolute;
    top: 0;
    width: 85px;
    height: 100%;
    background: #ccb991;
    box-shadow: 22px 0 25px -16px #000;
}
.sideSec .p1{
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-size: 17px;
    color: #fff;
    display: inline-block;
    margin-top: 32px;
    z-index: 1;
    position: relative;
}
.sideSec .p2{
    z-index: 1;
    position: fixed;
    color: #fff;
    line-height: 24px;
    font-size: 24px;
    left: 42px;
    bottom: 0;
}
.bottomImg{
    position: absolute;
    left: 1px;
    width: 95%;
    padding: 15px;
    bottom: -15px;
}
.d-flex {
    display: flex!important;
}

.footer_section ul.d-flex.justify-content-center.p-4.mb-0 {
    justify-content: center;
}

.footer_section {
    float: left;
    padding: 55px 0px 40px;
}

a.open_sign_in {
    margin: 0px 0;
}

/*-------------new footer----------------*/

.footer_social_media {
    margin: 90px 0px 0px 0px;
    background-color: #444344;
    padding: 8px 0;
}

section {
    padding: 20px 0;
}

.sc_icons {
    font-size: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.sc_icons span a img {
    width: 18px;
    height: 18px;
}

.m-0 {
    margin: 0!important;
}

.footer_sec {
    background: linear-gradient(45deg, rgba(16,16,16,1) 0%,rgba(73,73,74,1) 100%);
}
.pt-0, .py-0 {
    padding-top: 0!important;
}

.p-0 {
    padding: 0!important;
}

.bottomSec {
    float: left;
    padding: 0px 0px 0px;
    width: 98%;
    box-shadow: -1px -1px 3px #00000014;
}

.text-center {
    text-align: center;
}

section.footer_links {
    padding: 0px;
}

.footer_links ul {
    gap: 2px;
    padding-top: 25px !important;
/*    border-bottom: 2px solid #444344;*/
}

.footer_links ul li a{
          /* float: left;
    list-style: none;*/
    padding: 4px 0px 0px;
    /* border: 2px solid #444344; */
    border-top: none;
    /* border-right: 2px solid #444344; */
    /* border-bottom: 2px solid #444344; */
    border-bottom: 2px solid #444344;
    border-left: 0px solid #444344;
}

.footer_links ul li a:hover {
    border-bottom: 2px solid #8B5E3C;
}
.footer_links ul li a:hover { text-decoration: none; }

.footer_links ul li {
    padding: 6px 0px;
    /* border: 2px solid #444344; */
    border-top: none;
    /* border-right: 2px solid #444344; */
    /* border-bottom: 2px solid #444344; */
    border-left: 0px solid #444344;
}

.bottomSec li {
    float: left;
    list-style: none;
}

.footer_links ul li a {
    font-size: 10pt;
    font-family: 'Oswald';
    color: #848281;
}

.bottomSec ul.d-flex.justify-content-center.py-3.mb-0 {
    padding-top: 40px!important;
    padding-bottom: 58px!important;
}

.bottomSec li a {
    margin: 10px;
    color: #ffffff;
    font-size: 10pt;
    font-family: 'Oswald Light';
    letter-spacing: 1.2px;
}

.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}
.pt-3, .py-3 {
    padding-top: 1rem!important;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.bottomSec li {
    float: left;
    list-style: none;
}

.bottomSec li a {
    margin: 10px;
    color: #848281;
    font-size: 10pt;
    font-family: 'Oswald Light';
    letter-spacing: 1.2px;
}

.footer_row_end {
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bottomSec p {
    color: #848281;
    font-size: 11pt;
    font-family: 'Oswald Light';
    letter-spacing: 1.1px;
}

.dropdown-menu.explorecntry li.currency_li:hover {
    background: #e9ecef94;
}

.dropdown-menu.explorecntry li.currency_li:hover a {
    color: #070707;
}

ul.dropdown-menu.exploreul.explorecntry.logdowndiv.flag_dd {
    min-width: 160px;
}

ul.dropdown-menu.exploreul.explorecntry.logdowndiv.login_dropdown li {
    border: 1px solid #C6C5C5;
    margin: 7px 11px !important;
    color: #C6C5C5;
    position: relative;
    text-align: center;
    border-radius: 5px;
}

.login_dropdown li.currency_li a.app-preferred-currency span {
    font-family: 'Oswald Light';
    text-align: center;
    float: none;
}

li.currency_li.sign_in a.app-preferred-currency span {
    font-family: 'Oswald'!important;
    color: #C2A27D!important;
}

li.currency_li.sign_in {
    border: none!important;
}


li.currency_li.reg a.app-preferred-currency span {
    font-family: 'Oswald'!important;
    color: #00549E!important;
}

li.currency_li.reg {
    border: none!important;
}

ul.dropdown-menu.exploreul.explorecntry.logdowndiv.login_dropdown li.sign_in {
    margin: 0px 11px !important;
}

ul.dropdown-menu.exploreul.explorecntry.logdowndiv.login_dropdown li.reg {
    margin: 0px 11px !important;
}


.fixed .main-header{
    z-index: 8;
}

.head_user_img{
    position: absolute;
    left: -25px;
    top: -13px;
}