

body{

    scroll-behavior: smooth;

}

.show-tab,show-mob {

    display: none

}



.show-desk {

    display: block

}



.hide-desk {

    display: none

}



@font-face {

    font-family: 'Avenir Next LT Pro';

    src: url(../../new-fonts/AvenirNextLTPro-Bold.woff2) format('woff2'),url(../../new-fonts/AvenirNextLTPro-Bold.woff) format('woff');

    font-weight: 700;

    font-style: normal;

    font-display: swap

}



@font-face {

    font-family: 'Avenir Next LT Pro';

    src: url(../../new-fonts/AvenirNextLTPro-Regular.woff2) format('woff2'),url(../../new-fonts/AvenirNextLTPro-Regular.woff) format('woff');

    font-weight: 400;

    font-style: normal;

    font-display: swap

}



@font-face {

    font-family: 'Avenir Next LT Pro';

    src: url(../../new-fonts/AvenirNextLTPro-Demi.woff2) format('woff2'),url(../../new-fonts/AvenirNextLTPro-Demi.woff) format('woff');

    font-weight: 500;

    font-style: normal;

    font-display: swap

}



@font-face {

    font-family: 'Avenir Next LT Pro';

    src: url(../../new-fonts/AvenirNextLTPro-It.woff2) format('woff2'),url(../../new-fonts/AvenirNextLTPro-It.woff) format('woff');

    font-weight: 400;

    font-style: italic;

    font-display: swap

}



/* .container {

    width: 1170px;

    margin: 0 auto;

    padding: 0;

    position: relative

} */



.topStrip {

    background: #000;

    float: left;

    width: 100%;

    padding: 6px 0

}



.topStrip p {

    float: left;

    width: 100%;

    font-size: 16px;

    line-height: 20px;

    color: #fff;

    letter-spacing: .5px;

    font-weight: 500

}



.topStrip p span {

    color: #FF6B00

}



/* .top-fix-bar {

    float: left;

    width: 100%;

    margin-bottom: 70px

} */



.header {

    /* float: left;

    width: 100%; */

    height: 70px;

    padding: 9px 0;

    /* margin-top: -70px; */

    /* top: 70px; */

    position: relative;

}



.fixed-nav .header {

    width: 100%;

    position: fixed;

    z-index: 99;

    -webkit-transition: margin .3s ease-out;

    transition: margin .3s ease-out;

    margin-top: 0;

    top: 0;

    -webkit-box-shadow: 0 3px 4px 0 rgb(0 0 0 / .1);

    box-shadow: 0 3px 4px 0 rgb(0 0 0 / .1);

    background: #fff

}



.logo {

    float: left;
    /* width: 60px; */
    height: 57px;
    /* object-fit: cover;*/

}



ul.topMenu {

    display: inline-block;

    vertical-align: -webkit-baseline-middle;

    margin: 0px 15px 0 0;

    float: right;

}



ul.topMenu li {

    float: left;

    padding: 4px 15px;

    position: relative

}



ul.topMenu li:first-child {

    padding-left: 0

}



ul.topMenu li:last-child {

    padding-right: 0

}



ul.topMenu li a {

    color: #000;

    font-size: 17px;

    line-height: 18px;

    letter-spacing: .5px

}



ul.topMenu li a:hover {

    color: #000000!important

}



ul.topMenu li:after {

    content: '';

    width: 1px;

    background: #000;

    top: 7px;

    bottom: 7px;

    position: absolute;

    right: 0

}



.heading-para-txt {

    font-size: 20px

}



ul.topMenu li:last-child:after {

    display: none

}



ul.topMenu li a:hover,ul.topMenu li a.active {

    color: #007bc9

}



.nav-btn {

    float: right;

    padding: 5px 15px 6px;

    font-size: 20px;

    line-height: 27px;

    color: #fff !important;

    text-align: center;

    border-radius: 8px;

    background: linear-gradient(90deg, #287adb 0, #1664c3 100%);

    border-bottom: 5px solid #1664c3;

    font-weight: 500;

    margin-top: 5px;

    border-radius: 35px;

}

a.nav-btn:hover {

    color: #fff;

}

.nav-btn span {

    color: #fffc00

}



.mob-mnu-ic {

    cursor: pointer;

    position: absolute;

    right: 220px;

    top: 23px;

    z-index: 16;

    height: 30px

}



.mob-mnu-ic button {

    outline: none;

    -webkit-appearance: none;

    background: none;

    padding: 0;

    cursor: pointer;

    border: none

}



.mob-mnu-ic span {

    color: #fff;

    display: inline-block;

    vertical-align: top;

    font-size: 16px;

    font-weight: 300;

    margin-top: 4px;

    margin-right: 5px

}



.bar1,.bar2,.bar3 {

    width: 30px;

    height: 2.5px;

    background-color: #000;

    transition: 0.4s;

    -webkit-border-radius: 2px 2px 2px 2px;

    border-radius: 2px 2px 2px 2px

}



.bar2 {

    margin: 6px 0

}



.dl-active .bar1 {

    -webkit-transform: rotate(-45deg) translate(-6px,5px);

    transform: rotate(-45deg) translate(-6px,5px);

    background: #000

}



.dl-active .bar2 {

    opacity: 0

}



.dl-active .bar3 {

    -webkit-transform: rotate(45deg) translate(-7px,-7px);

    transform: rotate(45deg) translate(-7px,-7px);

    background: #000

}



.mobilemenu {

    left: 0;

    position: fixed;

    top: 155px;

    background: rgb(255 255 255);

    z-index: 10;

    right: 0;

    bottom: 0;

    overflow: scroll;

    display: none;

    height: fit-content

}

@media screen and (max-width: 992px) {

    .mobilemenu {



        top: 160px;

    }

}

@media screen and (max-width: 768.9px) {

    .mobilemenu {

        top: 140px;

    }

}

@media screen and (max-width: 575.9px) {

    .mobilemenu {

        top: 140px;

    }

}

@media screen and (max-width: 395px) {

    .mobilemenu {

        top: 153px;

    }

}

.mobimenu-top {

    top: 70px

}



.mobilemenu li {

    float: left;

    width: 100%;

    text-align: left;

    border-bottom: 1px solid #ddd

}



.mobilemenu li a {

    float: left;

    width: 100%;

    padding: 12px 20px;

    font-size: 15px;

    color: #000;

    font-weight: 500

}



.mobilemenu li a:hover {

    color: #000

}



@media only screen and (max-width: 1187px) {

    .container {

        width:1004px

    }



   

}



@media only screen and (max-width: 1024px) {

    .container {

        width:750px

    }



    .show-desk {

        display: none

    }

    .hide-desk {

        display: block

    }

    .show-tab {

        display: block

    }



    .nav-btn {

        padding: 5px 15px 6px

    }



    ul.topMenu {

        max-width: 420px

    }



    ul.topMenu li {

        padding: 4px 10px

    }



    ul.topMenu li a {

        font-size: 16px;

        line-height: 18px

    }



    .mob-mnu-ic {

        right: 57%

    }



    

}



@media only screen and (max-width: 767px) {

    .container {

        width:100%;

        padding: 0 20px;

        box-sizing: border-box

    }



    .show-desk {

        display: none

    }



    .show-mob {

        display: block

    }



    .hide-mob {

        display: none

    }



    





    .logo {

        height: 46px;
        width: auto;
    object-fit: contain;

    }



    /* .top-fix-bar {

        margin-bottom: 55px

    } */



    .header {

        height: 55px;

        border-bottom: 1px solid #def3ff

    }



    .mob-mnu-ic {

        top: 15px;

        right: 15px

    }





    .mobimenu-top {

        top: 55px

    }



}







header {

    padding: .313rem 0;

    background-color: #f6f6f6

}



header .left {

    height: 100%;

    display: flex;

    align-items: center

}



.logo1 {

    width: 187px;

    height: auto

}



header .right {

    display: flex;

    justify-content: flex-end;

    align-items: center;

    gap: .625rem

}



header .right p {

    font-size: .813rem;

    line-height: 1.125rem;

    font-weight: 600;

    margin-bottom: 0

}



header .right p:last-child {

    margin-left: .313rem;

    padding-left: 1rem;

    position: relative

}



header .right p:last-child::before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: .063rem;

    height: 100%;

    background-color: var(--black)

}



header .right p span {

    display: block

}



header .right p span a {

    color: var(--black);

    text-decoration-line: underline

}

@media screen and (max-width:1199px) {

    ul.topMenu li a {

        color: #000;

        font-size: 13px;

    }

}

@media screen and (min-width: 1025px) and (max-width: 1199.5px) {

    .nav-btn {

        font-size: 13px;

    }

}



/*  */

/* .timer-bar {

    background-color: #ACF4A1;

    display: flex

;

    gap: 15px;

    justify-content: center;

    align-items: center;

    padding: 12px 15px 12px;

    font-size: 18px;

    overflow: hidden;

    box-sizing: border-box;

    font-family: 'Poppins', sans-serif;

} */

.timer-bar p {

    margin-bottom: 0px;

    display: flex

;

    align-items: center;

    gap: 9px;

}

.timer-bar b {

    font-weight: 700;

}

.hl-text {

    background: #000;

    color: #fff;

    font-weight: 700;

    padding: 6px 10px;

    border-radius: 8px;

    text-transform: uppercase;

}

.timer-bar p {

    margin-bottom: 0px;

    display: flex

;

    align-items: center;

    gap: 9px;

}

@media screen and (max-width: 991.5px) {

    .hl-day, .uptp-text {

        display: block;

        text-align: center;

        margin-bottom: 8px;

    }

    .hl-text {

        display: inline-block;

    }

}

@media screen and (max-width: 767.5px) {

    .timer-bar p {

        flex-wrap: wrap;

        justify-content: center;

        line-height: 1;

        font-size: 16px;

    }

    span.uptp-text

 {

    font-size: 16px;

    line-height: 20px;

}

}

