
@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Gotham-Book.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Gotham-Book.otf') format('opentype'), url('../fonts/Gotham-Book.ttf') format('woff'), url('../fonts/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('../fonts/Gotham-Light.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('../fonts/Gotham-Light.otf') format('opentype'), url('../fonts/Gotham-Light.ttf') format('woff'), url('../fonts/Gotham-Light.ttf') format('truetype'), url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('../fonts/Gotham-Medium.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('../fonts/Gotham-Medium.otf') format('opentype'), url('../fonts/Gotham-Medium.ttf') format('woff'), url('../fonts/Gotham-Medium.ttf') format('truetype'), url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.eot') format('embedded-opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.otf') format('opentype'), url('../fonts/Gotham-Bold.ttf') format('woff'), url('../fonts/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}



/*========================    style for Retina ========================*/

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    
}

@media (-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    
}

@media (-webkit-min-device-pixel-ratio: 1.3),
(min-resolution: 124.8dpi) {
    
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
    
}


/***************************************************************************/
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){
    .doctor-info-section {
        background: #434547 url(../images/dr_info@2x.png) no-repeat;
        background-position: center bottom;
        background-size: cover;
    }
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    font-size: 1.4rem;
    line-height: 1.5;
    font-family: 'Gotham-Book';
    overflow-x: hidden;
}
img{
    max-width: 100%;
}
#app_common_modal_close, #error_handler_overlay_close{
    line-height: 27px;
}
.error_handler_body ul{
    margin-bottom: 0;
}
select.no-error, select.has-error{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.btn-red {
    font-family: 'Gotham-Bold';
    background: #f93822;
    border-radius: 6px;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    padding: 20px 40px;
    line-height: 1.5;
    transition: 0.4s ease-in;
    max-width: 580px;
    width: 100% !important;
}

.btn-red:hover {
    background: #e9240e;
    color: #fff;
}


button,
button:hover {
    outline: none !important;
}

.red-discount {
    background: #f93822;
    color: #fff;
    padding: 25px 0;
}
.red-discount h2 {
    font-family: 'Gotham-Book';
    font-size: 2.5rem;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}
strong {
    font-family: 'Gotham-Bold';
}
.fethers-sec {
    padding: 0;
    margin:0;
}
.fethers-sec li{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.fethers-sec li img{
    width: 28px;
}
.fethers-sec li p{
margin-bottom: 0;
font-size: 1.9rem;
margin-left: 15px;
}
.help-txt{
   text-align: left;
    border-bottom: solid 1px #f2f2f2;
    margin: 20px 0;
    font-size: 1.9rem;
    text-decoration: underline;
}
.gbg {
    background: #f2f5f8;
    padding: 10px 0 30px 0;
}
.ups1 .pic {
    position: relative;
    z-index: 999;
}
.ups1 .hd {
    color: #64666a;
    font-size: 30px;
    margin: 0;
}
#clockdiv
{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 20px 0;
}
#clockdiv div > span, #clockdiv2 div > span {
    float: left;
    width: 100%;
    border-radius: 3px;
    background: #009ade;
    padding: 8px 0 9px 0;
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    letter-spacing: 4px;
}

.smalltext {
    float: left;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    font-weight: 500;
    margin-top: 2px;
}
#clockdiv p, #clockdiv2 p {
    width: 11%;
    color: #000;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}
.ups1 .bp {
    color: #64666a;
    font-size: 30px;
    padding: 25px 0;
    text-decoration: line-through;
    margin: 0;
}
.ups1 .price {
color: #64666a;
    font-size: 2rem;
    padding: 20px 0;
    margin: 0;
}

.ups1 .txt {
    color: #009ade;
    font-size: 16px;
    font-family: 'Gotham-Bold';
    position: relative;
    padding: 25px 15px;
}
.txt:before, .txt:after {
    height: 5px;
    background: #1d9add;
    content: "";
    width: 4000px;
    top: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.txt:after {
    top: auto;
    bottom: 0;
}
.cont2 {
    padding: 0 15px;
}

.ups1 .cont {
    max-width: 700px;
    text-align: center;
}
.ups1 .hd strong {
    color: #009ade;
    font-family: 'Gotham-Bold';
}
.menu-section {
    padding: 1rem 0;
}
.up-logo {
    margin-bottom: 25px;
}
.logo-image {
    max-width: 15%;
    margin-right: 15px;
}
.nav-item {
    padding: 0 10px;
}
/*****form sec********/
.form-sec{background: #f2f5f8;}
.shadow-formp{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px #f2f2f2;
    padding: 10px;
}
.breadcrumbs ul li {
    display: inline-block;
    color: #64656A;
    font-size: 14px;
    position: relative;
    margin: 0 21px;
    line-height: 2;
}
.breadcrumbs ul li:first-child {
    margin-left: 0;
}
.breadcrumbs ul li.activeClass {
    color: #009ADE;
    font-weight: bold;
    font-size: 17px;
}
.breadcrumbs ul li:after {
    content: "\f105";
    position: absolute;
    font-family: Fontawesome;
    /* padding: 0 20px; */
    right: -26px;
    color: #64656A;
    font-weight: normal;
    font-size: 22px;
    top: -7px;
}
.step1 h3, .step2 h3, .step3 h3 {
    text-align: left;
    color: #009ade;
    font-size: 27px;
    margin-bottom: 1.5rem;
}
.form-group {
    margin-bottom: 2rem;
}
.form-control {
    background-color: #f0fcff !important;
    height: 50px !important;
    border: 1px solid #dadbdc !important;
    border-radius: 0 !important;
    font-size: 16px!important;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.checkoutForm select, .checkoutForm input {
    color: #6d7074 !important;
    font-family: Gotham-Medium !important;
    font-size: 13px !important;
}
.cuschkbx {
    display: block;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #64666a;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.cuschkbx  #chkboxSameAddress{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.orderDetails {
    background: #f0fcff;
    padding: 20px 10px;
}
.orderDetails h3 {
    color: #009ade;
    font-weight: bold;
    text-align: center !important;
    font-size: 21px !important;
}
.odRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rushbtn input[type="submit"] {
    width: 100% !important;
    background: #f93822;
    font-size: 20px !important;
    padding: 13px 40px;
    border-radius: 30px;
    margin-bottom: 20px;
    font-weight: bold !important;
    transition: all 0.2s ease;
    color: #fff !important;
}
.rushbtn input[type="submit"]:hover{
    background-color: #000;
}
.breadcrumbs ul li:last-child:after {
    font-size: 0;
}
/**************************/

/*************footer*************/
.footer-section {
    padding: 5rem 0;
    background: #009ade;
    font-family: "Roboto", sans-serif;
}
.footer-column {
    text-align: center;
}
.footer-column p a {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    margin-right: 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.footer-column h3 {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}
.copyright_text {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 1rem;
}
.cpyBtm {
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px;
}
.sociaLnks li {
    padding: 0 15px;
    list-style: none;
}
.footer-column img.footer_logo {
    margin-bottom: 40px;
}
.newsLetter input[type=email] {
    height: 46px !important;
    background: #fff;
    border: 2px solid #fff !important;
    border-radius: 0 !important;
    font-size: 14px;
    padding: 3px 8px;
}
.newsLetter form {
    padding: 0;
    position: relative;
}
.newsLetter button {
    position: absolute;
    padding: 7px;
    right: 0;
    top: 0px;
    height: 46px;
    background: #333333;
    width: 30%;
    border: none;
    color: #fff;
}
.menu-section, .navbar-menu {
    background: #009ade !important;
}
.nav-link {
    font-family: 'Gotham-Bold';
    color: #fff !important;
    font-size: 1.2rem;
    line-height: 2;
    margin-right: 15px;
    text-transform: uppercase;
}
/**********************/
#stopwatch{
    color: #F15224;
    font-size: 26px;
    font-weight: 600;
}
h3.info-h3{
    color: #F15224;
    font-size: 26px;
    font-weight: 600;
}
.sale-tag-back {
    background-image: url(../images/saletag.png);
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 0 45px;
}
.limited-txt {
    font-size: 25px;
    margin: 25px 0;
   font-family: 'Gotham-Bold';
}
.pkg-heading{
        background-color: transparent;
    font-size: 16px;
    color: #000000;
    padding-bottom: 0;
        text-align: center;
    padding: 15px 0;
        line-height: 1.2;
    text-transform: uppercase;
}
.quantity-sec {
    margin-top: 20px;
}


.pkg-regprice {
    font-size: 30px;
    line-height: 1.3;
    text-align: center;
    color: #64666a;
    position: relative;
    margin: 15px 0 10px;
}

.pkg-regprice:before {
    background-color: #f15224;
    left: 0;
    right: 0;
    width: 70%;
    margin: 0 auto;
        content: '';
    position: absolute;
        height: 2px;
            top: 50%;
}
.pkg-saving {
    font-size: 20px;
    line-height: 1;
    color: #64666a;
    text-align: center;
    font-weight: 600;
}
.btn-next {
    background: #f15224;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 27px;
    margin: 20px auto 10px;
        max-width: 400px !important;
    display: block;
    width: 100% !important;
    color: #fff;
        line-height: 1.2;
        text-transform: uppercase;
        font-weight: 600;
}
.btn-next:hover {
    background: #000;
    color: #fff !important;
}
#quantity {
    background: transparent;
    border: 0;
    border-radius: 9px;
    color: #f15224;
    font-weight: 600;
    border: solid 1px #4d4d4d;
    width: 100%;
    max-width: 70%;
    font-size: 16px;
    height: 45px;
    box-shadow: 0 0 5px #c8b5b5;
        word-wrap: normal;
}

.info-sub {
    font-size: 20px;
    letter-spacing: 0;
    margin: 25px 0 0 0;
    text-align: center;
        line-height: 1.3;
        color: #64666a;
}
.info-des {
    font-size: 20px;
    text-align: center;
   
    line-height: 1.3;
    color: #64666a;
    margin: 10px 0 10px 0;
     margin-top: 25px;
}
.secup2-info ul {
    padding: 0;
}

.info-promo {
    color: #F15224 !important;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 5px;
    margin-top: 10px;
    line-height: 1.3;
        margin: 0px 0 10px 0;
}
.info-sub {
    font-size: 20px;
    letter-spacing: 0;
    margin: 25px 0 0 0;
    text-align: center;
    color: #64666a;
        line-height: 1.3;
}
h3.info-h3 {
    margin: 20px 0 20px;
}
.secup2-img {
    margin: 0 auto;
}
.up2-btlimg{
    max-width: 150px;
}

/**********************/

@media(max-width:991.5px) and (min-width:768px){
    .fethers-sec li p {
    font-size: 1.6rem;
    text-align: left;
}
.ups1 .hd {
    font-size: 24px;
    }
    .sale-tag-back {
    display: inline-block;
}
#quantity{
        width: calc(100% - 20px);
            max-width: 450px;
            font-size: 14px;

    }
}

@media screen and (max-width:767.5px){
    .navbar-toggler{
        width: auto;
    }
    .logo-image {
        max-width: 60%;
    }
    .navbar-toggler-icon {
        width: 3em;
        height: 3em;
    }
    .red-discount h2{
        font-size: 2rem;
    }
    .red-discount h2 img{
        width: 40px;
    }
    .ups1 .hd {
        font-size: 2.5rem;
        margin: 0;
    }
    .cont2{
        margin-top: 20px;
    }
    .ups1 .bp{
        font-size: 2rem;
    }
    /* .ups1 .price {
        font-size: 2.5rem;
    } */
    .ups1 .txt {
        font-size: 1.5rem;
    }
    .shadow-formp{
        padding: 0;
    }
    .fethers-sec li p {
    font-size: 1.5rem;
    text-align: left;
}
.help-txt{
    font-size: 1.5rem;
}
.gbg{
    padding-bottom: 0;
}
    .form-group input, .form-group select {
        margin-bottom: 1rem;
    }
    .cuschkbx{
        font-size: 1.2rem;
    }
    .breadcrumbs ul{
        padding: 0;
        text-align: center;
    }
    .breadcrumbs ul li.activeClass{
        font-size: 14px;
    }
    .step1 h3, .step2 h3, .step3 h3{
        font-size: 2rem;
    }
    .form-group {
        margin-bottom: 0;
    }
    .footer-column p a {
        margin-bottom: 14px;
        display: block;
        margin-right: 0;
    }
        .sale-tag-back {
        padding: 0 20px;
        display: inline-block;
        width: 100%;
        background-image: url(../images/saletag-mob-new.png);
    }
    #quantity{
        width: calc(100% - 60px);
            max-width: 450px;

    }

}

@media(max-width:600.5px){
    .breadcrumbs ul li.activeClass{
        font-size: 12px;
    }
    .breadcrumbs ul li{
        font-size: 12px;
        margin: 5px 15px;
    }
    .breadcrumbs ul li:after{
        font-size: 19px;
    }
    #quantity{
        font-size: 14px;

    }
}

