@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Catamaran", serif;
    font-size: 1rem;
    background-color: #fffcf7;
    font-weight: 400;
    line-height: 1.5;
    color: #999;
}

h1 {
    color: #333;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-family: "Catamaran", serif;
}

p {
    color: #c5c5c7;
    font-family: "Catamaran", serif;
}
.container {
    max-width: 1300px;
}
.banner {
    background-color: #000;
}
/* .banner::before{
  background-color: rgba(0, 0, 0, 0.60);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 0;
} */
.caption {
    position: relative;
    z-index: 1;
}
.banner .caption {
    text-align: left;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
}
.banner .caption h1 {
    font-family: Alfa Slab One, serif;
    color: #fea319;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 0px;
}
.banner .caption h2 {
    font-family: Alfa Slab One, serif;
    color: #fff;
    font-size: 45px;
    font-weight: 600;
}
.banner .caption h3 {
    font-family: "Catamaran", serif;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.3px;
    padding: 25px 0;
    font-size: 24px;
}
.banner .caption_2 {
    text-align: left;
    margin-bottom: 40px;
}
.banner .caption_2 p.caption_text {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
}
.banner .caption_2 p.caption_text_2 {
    font-size: 20px;
    color: #eeff1d;
    font-weight: 700;
    margin-bottom: 5px;
}
.banner .caption_3 {
    text-align: left;
}
.banner .caption_3 p.caption_text_3 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.offer_limited_clock {
    background-color: #fea319;
    position: relative;
    padding-bottom: 25px;
    top: -10px;
}
.btn-primary {
    color: #fff;
    background-color: #07737d;
    border-color: #07737d;
    border-radius: 7px;
    padding: 7px 25px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.3px
}
.btn-primary:hover {
    color: #fff;
    background-color: #097f8d;
    border-color: #097f8d;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    color: #fff;
    background-color: #097f8d;
    border-color: #097f8d;
}
.about .container-fluid {
    padding-left: 0;
}
.icons img {
    position: absolute;
    left: auto;
    right: 25px;
    bottom: 10%;
}
.about .about_content{
    padding: 40px;
}
.about_content p {
    font-family: "Catamaran", serif;
    font-size: 20px;
    color: #000;
    font-weight: 400;
}
.key_points {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 0px;
}
.key_points ul li {
    display: flex;
    width: 50%;
    float: left;
}
.key_points ul li img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.key_points p {
    text-align: left;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
}
.image_right img {
    border-radius: 10px;
}
.free-delivery-text{
    color: #FF2A00;
    background: black;
    position: relative;
    top: 39px;
    font-size: 30px;
    padding: 30px 0 16px;
    animation-name: changing;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    text-align: center;
}
@keyframes changing {
    0% {
        color: #FF2A00;
    }

    25% {
        color: #FF5500;
    }

    50% {
        color: #FF8000;
    }

    75% {
        color: #FFAA00;
    }

    100% {
        color: #FFFF00;
    }
}
.new_price .new p{
    color: #FF2A00 !important;
    font-size: 50px;
}
    .old p {
        font-size: 8vw;
        font-weight: 300;
    }
.price {
    margin: 0px 0;
    margin-bottom: 10px;
}
.order_text1 {
    font-size: 20px;
    color: #000000;
    padding-top: 0px;
}
.footer {
    background-color: #111;
    padding: 20px;
    text-align: center;
}
.footer p.Copyright {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
    padding: 0;
}
.footer p {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 17px;
    text-align: center;
    padding: 0;
}
.order_form {
    background-color: orange;
    width: 100%;
    margin: 0 auto 0px;
    border-radius: 0px;
    padding-top: 70px;
    height: 100%;
    overflow: auto;
    padding-bottom: 50px;
}
.callsection{
    display: none;
}
@media screen and (max-width: 767px) {
.banner .caption h1 {
    font-size: 35px;
    text-align: center;
}
.banner .caption h2 {
    font-size: 35px;
    text-align: center;
}
.banner .caption h3 {
    padding: 15px 0;
    font-size: 20px;
}  
.banner .caption {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 15px;
}
.banner .caption_2 p.caption_text {
    font-size: 17px;
    margin-bottom: 8px;
    text-align: center;
}
.banner .caption_2 p.caption_text_2 {
    font-size: 17px;
    margin-bottom: 8px;
    text-align: center;
}
.banner .caption_2 {
    text-align: center;
    margin-bottom: 16px;
}
.banner .caption_3 {
    text-align: center;
}
.banner .caption_3 p.caption_text_3 {
    font-size: 17px;
    margin-bottom: 10px;
}
.icons img {
    right: 0;
    bottom: 100%;
    max-width: 41%;
}
.order_text2 {
    font-size: 20px;
    font-weight: 600;
}
.timer_cover {
    display: table;
    margin: 0 auto 35px;
    position: relative;
    height: 0px;
}
.timer {
    width: 100%;
    height: 50px;
}
.flip-clock-wrapper ul li{
    line-height: 52px;
}
.flip-clock-dot.top {
    top: 18px;
}
.flip-clock-dot.bottom {
    bottom: 55px;
}
.banner {
    min-height: 430px;
} 
.offer_limited_clock {
    padding-bottom: 0px;
    top: -10px;
    height: 150px;
    padding-top: 10px;
}
.key_points {
    background-color: #fff;
    padding-bottom: 0;
}
.key_points ul li {
    display: flex;
    width: 100%;
    float: none;
}
.key_points ul li img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.key_points p {
    text-align: left;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
}
.about .container-fluid {
    padding-left: 10px;
}
.about .container-fluid .row .col-sm-3.col-12 {
    padding-left: 0;
    padding-right: 0;
}
.icons {
    padding: 20px;
}

.free-delivery-text {
    font-size: 1.1rem !important;
    text-align: center;
}
.order_form {
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 20px;
}
.order_form h1 {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #000;
}
.free-delivery-text{
    padding: 15px 0 16px;
}
.new_price .new p{
    color: #FF2A00 !important;
    font-size: 50px;
}
    .old p {
        font-size: 8vw;
        font-weight: 500;
        color: #000;
    }
.price {
    margin: 0px 0;
    margin-bottom: 10px;
}
.order_text1 {
    font-size: 20px;
    color: #000000;
    padding-top: 0px;
}
.order_text{
    margin-bottom: 0px;
}
.btn {
    cursor: pointer;
    width: 90%;
    height: 70px;
    border-radius: 5px;
    border: none;
    background-color: red;
    font-size: 30px;
    margin: 20px auto 0;
    font-weight: 600;
    color: #fff;
}
input, select {
    width: 100%;
    height: 50px;
    font-size: 25px;
    border-radius: 5px;
    border: 2px solid red;
    box-sizing: border-box;
    padding-left: 10px;
    margin-bottom: 20px;
}
.image_right img {
    border-radius: 10px;
}
.footer {
    padding: 15px;
}
.footer p.Copyright {
    font-size: 16px;
}
.footer p {
    font-size: 14px;
}
.callsection {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    width: 100%;
    background: #1b1b1b;
    z-index: 9999;
}
.callsection{
    display: block;
}
.call_inner{
    position: relative;
    z-index: 9999;
}
.call_inner img.callicon {
    position: absolute;
    top: 15px;
    width: 30px;
    left: 26px;
}
.call_inner .telnum {
    position: absolute;
    top: 2px;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    left: 28%;
    z-index: 9999;
}
.call_inner a#hfkCall .img-bg {
    width: 100%;
}
.namephone {
    color: #fff;
    text-align: left;
    margin: 0px 0 10px;
}
}
