/* Header 
--------------------------------------------- */
.headerMain {
    margin-bottom: 0px;
    position: sticky;
    position: -webkit-sticky;
    z-index: 9999;
    top: 0px;
}

    .headerMain.innerHeader {
        box-shadow: 0px 1px 3px #00000029;
    }

        .headerMain.innerHeader .headerNavigation,
        .headerMain.innerHeader .headerSearch {
            display: none;
        }

    .headerMain .container {
        padding: 0px 0px;
    }

.headerLogo {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    margin-top: 1px;
}

    .headerLogo a {
        font-size: 18px;
        line-height: 27px;
        font-family: var(--secondary-font);
        font-weight: bold;
        color: var(--logo);
        text-decoration: none;
        display: inline-block;
    }

    .headerLogo img {
        display: block;
    }

.headerMainIcons {
    position: absolute;
    left: 0px;
    width: 100%;
    padding: 14px 15px 14px;
    background-color: var(--header-bg);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    top: 0px;
}

.headerMain .headerMainIcons {
    box-shadow: none;
}

.headerMain .headerMainInner.navShow .headerMainIcons {
    box-shadow: 0px 1px 3px #00000029;
}

.headerMainInner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-top: 51px;
    background-color: var(--white);
}

    .headerMainInner.navShow {
        padding-top: 50px;
        padding-bottom: 20px;
        box-shadow: 0px 1px 3px #00000029;
    }
.toggleMenu {
    height:21px;
}

.toggleMenu > a {
    height: 15px;
    text-decoration: none;
    font-size: 21px;
    color: var(--icon-color);
}

    .toggleMenu > a > img {
        display: block;
    }

.profileIcons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .profileIcons > a {
        display: inline-block;
        width: 24px;
        height: 24px;
        text-decoration: none;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }

        .profileIcons > a > i {
            font-size: 21.33px;
            color: var(--stroke);
        }

        .profileIcons > a img {
            width: 24px;
            height: 24px;
        }

        .profileIcons > a:first-child {
            margin-right: 20px;
            width: 22px;
            height: 22px;
        }

            .profileIcons > a:first-child img {
                width: 22px;
                height: 22px;
            }

        .profileIcons > a:last-child {
            margin-right: 0px;
        }

.headerSearch {
    position: relative;
    max-width: 100%;
    padding: 0px 15px;
    margin-top: 20.5px;
    display:none;
    /* margin-bottom: 20px; */
}

    .headerSearch > input[type="text"] {
        color: var(--body-text);
        background-color: var(--card-background);
        padding: 13.5px 19px 13px 36.67px;
        font-size: 13px;
        line-height: 17px;
    }

    .headerSearch input[type="submit"] {
        position: absolute;
        width: 16px;
        height: 16px;
        min-width: 1px;
        font-size: 0px;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        appearance: none;
        box-shadow: none;
        border: 0px;
        background: transparent url(../images/search.png) no-repeat center center;
        background-size: 16px;
        left: 30px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        padding: 0px;
    }

.headerNavigation {
    overflow-x: auto;
    max-width: 100%;
    padding: 0px 15px;
    margin-top: 20.5px;
    /* margin-bottom: 20px; */
}

    .headerNavigation > ul {
        list-style: none;
        overflow-x: auto;
        padding-bottom: 0;
        white-space: nowrap;
        display: flex;
        /* flex-wrap: wrap; */
        margin-left: -15px;
        margin-right: -15px;
        justify-content:center;
    }

        .headerNavigation > ul > li:first-child {
            padding-left: 0px;
        }

        .headerNavigation > ul > li:last-child {
            padding-right: 0px;
            margin-right:0px;
        }

        .headerNavigation > ul > li {
            display: inline-block;
            margin-right: 29px;
        }

            .headerNavigation > ul > li > a {
                font-family: var(--secondary-font);
                color: var(--color-one);
                text-decoration: none;
                font-size: 14px;
                line-height: 21px;
            }
/* primaryHeader */
.primaryHeader {
    width: 270px;
    height: 100vh;
    overflow-y: auto;
    background-color: var(--input-bg2);
    padding: 28px 20px;
    position: fixed;
    top: 0px;
    left: -100%;
    z-index: 999;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}
/* fullwidthBanner 
--------------------------------------------- */
.bannerSlider {
    margin-bottom: 20px;
    margin-top: 0px;
}
.fullwidthBanner .owl-nav {
    display:none;
}
/*---User frofile section start----*/
.userhaveLogin .userLogedOut {
    display: none;
}

.userhaveLogin .userProfilePic {
    display: block;
    width: 24px;
    height: 24px;
    /*padding: 7px 22px;
        border-left: 1px solid #d7d7d7;*/
}

.userhaveLogin .userLogedIn {
    padding: 0px;
    border-left: 0px;
}

    .userhaveLogin .userLogedIn .userProfilePic {
        padding: 0;
    }

    .userDetails, .userhaveLogin .userLogedIn:after {
        /*display: none;*/
    }



.userhaveLogin .userLogedOut {
    display: none;
}

.userhaveLogin .userLogedIn {
    display: block;
    position: relative;
}

    .userhaveLogin .userLogedIn:after {
        position: absolute;
        right: 0px;
        top: 5px;
        content: '\e94b';
        font-family: 'rIcons' !important;
        font-size: 32px;
        color: #fff;
        transition: .3s;
        transform: rotate(90deg);
        pointer-events: none;
    }

    .userhaveLogin .userLogedIn.userlogedinSlide:after {
        transform: rotate(270deg)
    }

.userProfilePic {
    width: 20px;
    height: 20px;
    display: none;
}

    .userProfilePic img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
.userDetails {
    position: absolute;
    right: 0;
    width: 324px;
    right: -3px;
    background-color: var(--card-background);
    border: 1px solid #F1D8CD;
    z-index: 2;
    padding: 30px 30px;
    border-radius: 10px;
    box-shadow: 0px 2px 5px #00000029;
    display: none;
    top: 41px;
}
    .userDetails:after {
        content: "";
        background: url(../images/arrowpop.png) no-repeat center center;
        position: absolute;
        display: inline-block;
        width: 25px;
        height: 25px;
        background-size: 25px;
        margin-left: -12.5px;
        margin-top: -21px;
        z-index: 9999;
        top: 1px;
        transform: rotate(180deg);
        transition: .3s all;
        right:5px;
        /*content: "";
        position: absolute;
        width: 0;
        height: 0;
        margin-left: -0.5em;
        top: 0em;
        right:-17px;
        box-sizing: border-box;
        border: 10px solid black;*/
        /* border-color: transparent transparent var(--footer-bg) var(--footer-bg);*/
        /*border-color: transparent transparent var(--footer-bg) var(--footer-bg);
        transform-origin: 0 0;
        box-shadow: 0px 1px -1px 0 rgba(0, 0, 0, 0.4);
        transform: rotate(133deg)*/
        /* content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent black transparent;*/
    }
.userDetails i {
    /*float: right;
        font-size: 20px;
        position: absolute;
        top: 2px;
        right: 4px;*/
    display: none;
   
}

.userDetails, .userhaveLogin .userLogedIn:after {
   /* display: none;*/
}
.userhaveLogin .userLogedIn:after {
    display: none;
}
.userNamePhoto h5 {
    float: right;
    font-size: 16px;
    color: var(--body-text);
    font-family: var(--primary-font);
    width: calc(100% - 52px);
    margin-top: 0px;
}

    .userNamePhoto h5 span {
        display: block;
        margin-top: 0px;
        font-size: 12px;
        color: var(--body-text);
    }

.userNamePhoto img {
    float: left;
    width: 42px;
    height: auto;
    border-radius: 50%;
}

.userNamePhoto {
    cursor: pointer;
    margin-bottom:10px;

    
    /*padding-bottom: 12px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom:12px;*/
}
.userWorldLink a {
    display: block;
    text-decoration: none;
    color: var(--body-text);
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #c3c1c12e;
}
.userWorldLink a:last-child {
    border-bottom:0px;
    padding-bottom:0px;
    margin-bottom:0px;
}
.userNamePhoto img {
    float: left;
    width: 42px;
    height: auto;
    border-radius: 50%;
}
.userLogin a.userLogedOut {
    width: 47px;
    font-family: var(--secondary-font);
    color: var(--color-one);
    font-weight: normal;
    overflow:visible;
    display:flex;
    align-items:center
}
.userLogin a.userLogedOut:hover {
    color:#000;
}

.favorite.favLoading {
}
.mobileNavMenuItem a.searchIcon {
    display: none;
}
.favorite.active.favLoading {
}
/*mobileNav*/
.mobileNavMenuItem {
    position: fixed;
    top: 0px;
    left: 0px;    
    width: 100%;
    left: -100%;
    height: 100vh;
    background: rgba(0,0,0,.5);
    z-index: 9999;
    transition: 0.5s all;
    -webkit-transition:0.5s all;
}
.mobileNavMenuItem.active {
    left:0px;
}
.mobileNav {
    max-width: 90%;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    z-index: 99999;
    background: var(--input-bg2);
    padding: 28px 15px 155px;
    overflow-y: auto;
    border-radius: 0 20px 0 0;
    position: fixed;
}
body.mobileOverlay {
    overflow:hidden;
}
/*body.mobileOverlay:after {
    content: "";
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.5);
    z-index: 9999;                                                  
}*/
.mobileNav .closeNav {
    position: absolute;
    right: 20px;
    top: 20px;
}
.mobileNav .userloginData {
     border-top: 1px solid #F1D2C5;
    border-bottom:1px solid #F1D2C5;
    padding:15px 0px;
    text-align:center;
}
.mobileNav .userloginData.userhaveLogin {
    text-align:left;
}
.mobileNav .userloginData .userProfilePic {
    display:none;
}
.mobileNav .userloginData a.userLogedOut {
    text-decoration:none;
    color:var(--body-text);
}
.mobileNav a.navLogo {
    display: inline-block;
    margin-bottom: 9px;
}
.mLogo {
    text-align:center;
}

.mobileNav .closeNav > a {
    color:var(--heading);
    text-decoration:none;
}
.mobileNav .userNamePhoto {
    margin-bottom: 0px;
    float: left;
    width: 100%;
    margin-bottom:0px;
}
.mobileNav .userNamePhoto.userDetOpen {
    margin-bottom:5px;
    min-height:50px;
}

   
.mobileNav .userWorldLink {
  
    float: left;
    width: 100%;
    padding-top: 5px;
    display:none;
}
.mobileNav .userloginData .userDetails {
    position: initial;
    display: block;
    width: auto;
    left: initial;
    right: initial;
    top: initial;
    box-shadow: none;
    border:0px;
    padding: 0px;
    border-radius: 0px;
    background: none;
}
.mobileNav .userloginData .userNamePhoto h5 {
    font-weight: normal;
    margin-top: 5px;
    position: relative;
}

.mobileNav .userNamePhoto h5 span {
    display: none;
}
.mobileNav .userNamePhoto h5:after {
    content: "\e914";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    transition: 0.5s all;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    position: absolute;
    right: 0px;
    top: 4px;
    color: var(--cta-and-sub-heading);
}
.mobileNav .userNamePhoto.userDetOpen h5:after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.mobileNav .mobileFav {
    padding: 12px 0px;
    border-bottom: 1px solid #f1d2c5;
}
.mobileNav .mobileFav cite {
    display:block;
    text-align:left;
    color:var(--lighter-text);    
    font-style:normal;
}
.mobileNav .mobileNavigation {
    padding-top: 25px;
    max-height: calc(100vh - 344px);
    overflow-y:auto;
}
    .mobileNav .mobileNavigation ul li {
        list-style:none;
        margin-bottom:10px;
    }
    .mobileNav .mobileNavigation ul li a {
        text-decoration: none;
        color: var(--body-text);
    }
.mobileNav .mobileNavigationInner {
    display:flex;
    justify-content:flex-start;
}
.mobileNav .mobileNavigationInner .mobileNavLeft {
    margin-right:5%;
    flex:0 0 48%;
    max-width:48%;
}
.mobileNav .socialMedia {
    position:absolute;
    bottom:40px;
    width:100%;
    text-align:center;
    left:0px;
}
/*---User frofile section End----*/
@media screen and (min-width: 992px) {
    .headerLogo {
        position: initial;
        left: initial;
        right: initial;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .headerSearch {
        display:block;
    }

    .headerLogo img {
        width: 100px;
    }

    .userLogin a.userLogedOut {
        margin-right: -18px;
    }

    .headerMainInner.navShow {
        padding-top: 0px;
        padding-bottom: 0px;
        box-shadow: none;
    }

    .headerMain .headerMainInner.navShow .headerMainIcons {
        box-shadow: none;
    }

    .headerMain.innerHeader .headerNavigation, .headerMain.innerHeader .headerSearch {
        display: block;
    }

    .headerMain {
        padding: 15px 20px;
        box-shadow: 0px 1px 2px #00000029;
        background-color: var(--white);
        /* position: relative;
        z-index: 6;      */
    }

        .headerMain .container {
            padding: 0px 15px;
        }

    .headerLogo a {
        font-size: 28px;
        line-height: 39px;
    }

    .profileIcons {
        position: absolute;
        right: 0px;
    }

    .headerMainInner {
        padding-top: 0px;
        flex-direction: initial;
        position: relative;
        padding-right: 50px;
        align-items: center;
    }

    .headerMainIcons {
        position: initial;
        box-shadow: none;
        width: auto;
        padding: 0px;
    }

        .headerMainIcons .toggleMenu {
            display: none;
        }

    .profileIcons .searchIcon {
        display: none;
    }

    .profileIcons > a {
        width: 34px;
        height: 35px;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        -o-border-radius: 100px;
        overflow: hidden;
    }

        .profileIcons > a img {
            width: 35px;
            height: 35px;
            border-radius: 100px;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            -ms-border-radius: 100px;
            -o-border-radius: 100px;
        }

    .headerNavigation {
       /* width: calc(100% - 298px);*/
        width: calc(100% - 332px);
        display: block;
        margin-top: 0px;
    }

        .headerNavigation ul {
            margin-left: 0px;
            margin-right: 0px;
            justify-content: center;
        }

            .headerNavigation ul > li:first-child {
                padding: 3px;
            }

            .headerNavigation ul > li:last-child {
                padding: 3px;
                margin-right: 0px;
            }

            .headerNavigation ul > li {
                margin-right: 12.88px;
                border-radius: 100px;
                padding: 3px;
            }

                .headerNavigation ul > li.navActive {
                    border: 1px solid var(--icon-color-two);
                }

                .headerNavigation ul > li > a {
                    padding: 7.5px 17.12px;
                    font-size: 16px;
                    line-height: 25px;
                    border-radius: 100px;
                    -webkit-border-radius: 100px;
                    -moz-border-radius: 100px;
                    -ms-border-radius: 100px;
                    -o-border-radius: 100px;
                    display: block;
                }

                .headerNavigation ul > li.navActive > a {
                    color: var(--white);
                    background-color: var(--icon-color-two);
                }

    .headerSearch {
        padding: 0px;
        margin-bottom: 0px;
        /*max-width: 198px;*/
        max-width:232px;
        width:100%;
        margin-top: 0px;
    }

        .headerSearch input[type="submit"] {
            left: 13px;
            padding: 0px;
        }

        .headerSearch > input[type="text"] {
            padding: 13.5px 19px 13px 34.67px;
            font-size: 13px;
            line-height: 17px;
        }
    .fullwidthBanner .owl-nav {
        display: block;
    }
    .bannerSlider {
        margin-bottom: 0px;
    }

        .bannerSlider .owl-item .item {
          /*  max-height: 560px;*/
            overflow: hidden;
        }

        .bannerSlider .owl-dots {
            bottom: 16px;
            position: absolute;
            left: 0px;
            right: 0px;
        }

            .bannerSlider .owl-dots > button > span {
                border-color: var(--cta-and-sub-heading);
            }

            .bannerSlider .owl-dots > button.active > span {
                background-color: var(--cta-and-sub-heading)
            }
    .userDetails {
        top:51px;
        right:-10px;
    }
        .userDetails:after {
            right:14px;
        }
    .userNamePhoto {
        margin-bottom:10px;
    }
    .userLogin:before {
        content: "";
        width: 1px;
        height: 76px;
        position: absolute;
        top: -27px;
        left: -13px;
        background-color: #e1e1e1;
        display: none;
    }

    .userhaveLogin .userProfilePic {
        width:35px;
        height:35px;
    }
    .userLogin.userhaveLogin:before {
        top: -21px;
        left: -18px;
        display: none;
    }
    #divCFThanksMsg a.linkButton {
        display:none;
    }
}
