body {
    color: #2b2d31;
    font-family: 'Montserrat', sans-serif;
    background-size: cover;
    font-size: 1rem;
    color: #2C2C2C;
    font-weight: 400;
}

@font-face {
    font-family: 'avenirheavy';
    src: url('../fonts/aeh-webfont.eot');
    src: url('../fonts/aeh-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/aeh-webfont.woff2') format('woff2'), url('../fonts/aeh-webfont.woff') format('woff'), url('../fonts/aeh-webfont.ttf') format('truetype'), url('../fonts/aeh-webfont.svg#avenirheavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

body,
html {
    max-width: 100%;
    overflow-x: hidden;
}

*:hover,
*:focus {
    outline: none!important;
    text-decoration: none!important;
    /* border: none!important;
  box-shadow: none!important; */
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

.row {
    display: -webkit-flex;
}

img {
    max-width: 100%;
}

* {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

a:hover {
    color: #1477bd !important;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #02263F;
}

h1 {
    font-weight: bold;
}

section {
    position: relative;
}

.row:before,
.row:after {
    width: 0px;
    height: 0px;
    content: "";
}

.align-items-center {
    -webkit-align-items: center;
}

.justify-content-center {
    -webkit-justify-content: center;
}

.justify-content-between {
    -webkit-justify-content: space-between;
}
.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    display: -weblit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

@media (min-width: 768px) {
    .col-md-1 {
        -webkit-flex: 0 0 8.333333%;
    }
    .col-md-2 {
        -webkit-flex: 0 0 16.666667%;
    }
    .col-md-3 {
        -webkit-flex: 0 0 25%;
    }
    .col-md-4 {
        -webkit-flex: 0 0 33.333333%;
    }
    .col-md-5 {
        -webkit-flex: 0 0 41.666667%;
    }
    .col-md-6 {
        -webkit-flex: 0 0 50%;
    }
    .col-md-7 {
        -webkit-flex: 0 0 58.333333%;
    }
    .col-md-8 {
        -webkit-flex: 0 0 66.666667%;
    }
    .col-md-9 {
        -webkit-flex: 0 0 75%;
    }
    .col-md-10 {
        -webkit-flex: 0 0 83.333333%;
    }
    .col-md-11 {
        -webkit-flex: 0 0 91.666667%;
    }
    .col-md-12 {
        -webkit-flex: 0 0 100%;
    }
}

.s-md {
    display: none;
}

.h-md {
    display: block;
}

.d-flex {
    display: -webkit-flex;
}

.f-700 {
    font-weight: 700;
}

.f-500 {
    font-weight: 500;
}

.text-clr {
    color: #3490FA;
}

.text-clr1 {
    color: #02263F;
}

.f-18 {
    font-size: 1.125rem;
}

.f-24 {
    font-size: 1.5rem;
}

.f-33 {
    font-size: 2.063rem;
}

.f-20 {
    font-size: 1.25rem;
}

.f-25 {
    font-size: 1.563rem;
}


/* sec1 */

#top-bar {
    background: #3490FA;
    color: #fff;
    text-align: center;
    padding: 5px 15px;
    /*font-family: 'avenirheavy';*/
    font-weight: 400;
}

#top-bar p span {
    color: #FFE000;
}


/*==============nav-bar===================*/

.navbar-toggler {
    border: none;
    background: transparent !important;
    width: auto;
}

.navbar-toggler:focus {
    outline: none;
    background: transparent !important;
}

.navbar-toggler .icon-bar {
    background-color: #3490FA;
    transform: rotate(0deg) translate(0px, 0px);
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

.icon-bar:nth-child(2) {
    transition: ease all .2s;
}

.opa-zero {
    opacity: 0;
}

.navbar-toggler:hover>.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:active>.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
    -webkit-transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
    -webkit-transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s;
}

.sec-accent {
    background-color: #fafcf5;
}

.blue {
    background-color: #9999cc;
}

.nav-link {
    color: #02263F;
    font-weight: 500;
    margin: 0px 30px;
    position: relative;
    transition: 0.4s;
    overflow: hidden;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.nav-link:hover {
    color: #02263F !important;
}

.nav-area {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
    margin-bottom: 10px;
}

.nav-link-fade-up:before {
    width: 100%;
    bottom: -10px;
    position: absolute;
    content: "";
    height: 2px;
    background: #02263F;
    left: 0px;
    transition: 0.4s;
    opacity: 0;
}

.nav-link-fade-up:hover:before {
    bottom: 8px;
    opacity: 1;
    position: absolute;
    content: "";
}


/*==============nav-bar===================*/

#sec-1 {
    height: 640px;
}

#sec-1 h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: inherit;
}

#sec-1 h5 {
    color: #3490FA;
    font-weight: 700;
}

.top-banner {
    position: absolute;
    top: -10px;
    right: 0px;
    width: 50%;
    height: 650px;
    object-fit: cover;
}

.banner-left-text {
    padding: 30px 0px;
}

.bnr-btn {
    margin: 40px 0px 20px;
}

.bnr-btn img {
    max-width: 320px;
}

.bnr-btn a:hover img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
}

.u-line,
.u-line:hover {
    text-decoration: underline !important;
}

.f-600 {
    font-weight: 600;
}

.bnr-star {
    padding-left: 108px;
}

.bnr-back {
    padding-left: 32px;
}

.bnr-pack {
    padding-left: 32px;
}

.bnr-star:after {
    position: absolute;
    content: "";
    background: url(../../images/deal-new/r-star.png);
    top: 2px;
    left: 0px;
    width: 100px;
    height: 20px;
    background-size: 100px;
    background-repeat: no-repeat;
}

.bnr-back:after {
    position: absolute;
    content: "";
    background: url(../../images/deal-new/star.png);
    top: 0px;
    left: 0px;
    width: 25px;
    height: 25px;
    background-size: 25px;
    background-repeat: no-repeat;
}

.bnr-pack:after {
    position: absolute;
    content: "";
    background: url(../../images/deal-new/delivery.png);
    top: 2px;
    left: 0px;
    width: 25px;
    height: 25px;
    background-size: 25px;
    background-repeat: no-repeat;
}

.banner-review-inner {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    position: relative;
    z-index: 9;
    max-width: 70%;
    margin-top: 20px;
}

.banner-review-user {
    width: 80px;
    padding-right: 15px;
}

.banner-review-text {
    width: calc(100% - 80px);
}

.bob-star img {
    width: 100px;
    margin-left: 10px;
}

.banner-review-inner:before {
    position: absolute;
    content: "";
    background: url(../../images/deal-new/quote.png);
    top: -15px;
    left: -2px;
    width: 35px;
    height: 35px;
    background-size: 35px;
    background-repeat: no-repeat;
}

.banner-review-inner:after {
    position: absolute;
    content: "";
    background: url(../../images/deal-new/quote1.png);
    bottom: -20px;
    right: -2px;
    width: 35px;
    height: 35px;
    background-size: 35px;
    background-repeat: no-repeat;
}


/*==========sec-2==========*/

#sec-2 {
    background: #EAF4FF;
    padding: 30px 0px;
}


/*==========sec-3==========*/

#sec-3 {
    padding: 30px 0px 0px;
}

.paw-text:before {
    position: absolute;
    content: "";
    background: url(../../images/deal-new/paw.png);
    top: 2px;
    left: 0px;
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
}

.paw-text {
    padding-left: 30px;
}

.img-box1 {
    position: relative;
    padding: 50px 0px;
    margin-top: 40px;
}

.img-box1:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 44%;
    height: 100%;
    background: #EAF4FF;
}

.paw-box-container {
    padding-left: 50px;
}

.paw-box-container2 {
    padding-right: 50px;
}

.img-box2 {
    position: relative;
    padding: 50px 0px;
}

.img-box2:before {
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    width: 44%;
    height: 100%;
    background: #EAF4FF;
}


/*==========sec-4==========*/

.sep-div {
    background: #02263F;
    padding: 30px 0px;
    position: relative;
}

.sep-div-btn a:hover img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
}

.sep-div:before {
    position: absolute;
    content: "";
    background: url(../../images/deal-new/ball-2.png);
    bottom: 0px;
    left: 0px;
    width: 80px;
    height: 58px;
    background-size: 80px;
    background-repeat: no-repeat;
}

.sep-div:after {
    position: absolute;
    content: "";
    background: url(../../images/deal-new/ball-1.png);
    top: 0px;
    right: 0px;
    width: 70px;
    height: 70px;
    background-size: 70px;
    background-repeat: no-repeat;
}

#sec-4 {
    padding: 30px 0px;
}

.s4-box-container {
    margin-top: 40px;
}

.box-inr {
    background: #F7F7F7;
    padding: 15px;
    margin-bottom: 30px;
    position: relative;
}

.s4-cen-box {
    padding: 50px;
}

.s4-left-box .box-inr:nth-child(1):after {
    position: absolute;
    content: "";
    background: url(../../images/deal-new/arw-1.png);
    top: 20px;
    right: -130px;
    width: 120px;
    height: 120px;
    background-size: 120px;
    background-repeat: no-repeat;
}

.s4-left-box .box-inr:nth-child(2):after {
    position: absolute;
    content: "";
    background: url(../../images/deal-new/arw-2.png);
    top: 20px;
    right: -75px;
    width: 65px;
    height: 85px;
    background-size: 65px;
    background-repeat: no-repeat;
}

.s4-left-box .box-inr:nth-child(3):after {
    position: absolute;
    content: "";
    background: url(../../images/deal-new/arw-3.png);
    top: -20px;
    right: -230px;
    width: 220px;
    height: 70px;
    background-size: 220px;
    background-repeat: no-repeat;
    z-index: 9;
}

.s4-right-box .box-inr:nth-child(1):after {
    position: absolute;
    content: "";
    background: url(../../images/deal-new/arw-4.png);
    top: 20px;
    left: -160px;
    width: 150px;
    height: 125px;
    background-size: 150px;
    background-repeat: no-repeat;
}

.s4-right-box .box-inr:nth-child(2):after {
    position: absolute;
    content: "";
    background: url(../../images/deal-new/arw-5.png);
    top: 20px;
    left: -153px;
    width: 145px;
    height: 21px;
    background-size: 145px;
    background-repeat: no-repeat;
}

.s4-right-box .box-inr:nth-child(3):after {
    position: absolute;
    content: "";
    background: url(../../images/deal-new/arw-6.png);
    top: -100px;
    left: -156px;
    width: 220px;
    height: 130px;
    background-size: 150px;
    background-repeat: no-repeat;
    z-index: 9;
}

.sep-div2 {
    background: #02263F;
    padding: 30px 0px;
    position: relative;
}


/*==========sec-5==========*/

#sec-5 {
    padding: 40px 0px;
}

.pro-bx {
    width: 32%;
}

.pro-bx-container {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 80px;
}

.pro-bx {
    border: 2px solid #3490FA;
    padding: 20px;
    border-radius: 6px;
}

.pro-title h3 {
    color: #3490FA;
    font-weight: 700;
    font-size: 1.75rem;
    margin-top: 15px;
}

.pro-price .price-txt span {
    color: #02263F;
    text-decoration: line-through;
    font-size: 1.375rem;
    font-weight: 400;
}

.pro-price .price-txt span:hover {
    text-decoration: line-through !important;
}

.pro-price .price-txt {
    color: #FFA01D;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 30px;
}

.save-txt {
    color: #02263F;
    font-size: 1.375rem;
    margin-bottom: 30px;
}

.pro-img {
    margin: 20px 0px;
}

.pro-bx-container .pro-bx:nth-child(2) {
    
    overflow: hidden;
    
}

.bst-dl {
    background: #D5190A;
    color: #ffff;
    padding: 2px 0px;
    font-weight: 500;
}

.bst-dl {
    position: absolute;
    background: #D5190A;
    color: #ffff;
    padding: 2px 0px;
    font-weight: 500;
    width: 100%;
    left: -100px;
    top: 20px;
    transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
}


/*==========sec-6==========*/

.card-header {
    background: #EAF4FF;
    border-bottom: 0px;
}

.card {
    margin-bottom: 30px;
    border: 1px solid #fff !important;
    border-radius: 8px !important;
}

.card-header .btn-link {
    color: #3490FA;
    font-weight: 700;
    font-size: 1.25rem;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    padding-right: 30px;
}
.card-header .btn-link:hover{
    background: inherit !important;
}

.card-header .btn-link:after {
    position: absolute;
    content: "";
    background: url(../../images/deal-new/down-arw.png);
    top: 15px;
    right: 0px;
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
}

.card-body {
    color: #000;
    padding-left: 30px;
    padding-right: 30px;
}

#faq {
    padding: 40px 0px;
}


/*==========sec-7==========*/

#sec-review {
    background: url(../../images/deal-new/review-bg.png) no-repeat no-repeat;
    background-size: cover;
    padding: 40px 0px;
    background-position: center top;
}

.review-boxes-container {
    border-top: 1px solid #FFF;
    padding: 30px 0px;
    position: relative;
}

.r-box-row {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.r-box-con {
    width: 32%;
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    height: fit-content;
}


/*==========sec-8==========*/

.carousel-control-prev {
    right: 60px;
    top: -70px;
    height: 30px;
    left: inherit;
    opacity: 1;
    width: 25px;
}

.carousel-control-next {
    right: 0px;
    top: -70px;
    height: 30px;
    opacity: 1;
    width: 25px;
}

.carousel-indicators {
    bottom: inherit;
    top: -78px;
    right: 30px;
    left: inherit;
    margin: 0px !important;
    opacity: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 16px;
    height: 25px;
    background: no-repeat 50%/100% 100%;
    background-image: url(../../images/deal-new/right.png);
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: inherit;
    height: 3px;
    margin-right: 0px;
    margin-left: 0px;
    text-indent: 0px;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
    padding: 0px 10px;
    color: #fff;
    font-weight: 500;
    font-size: 1.125rem;
}

.carousel-indicators .active {
    color: #ffbe0d;
}

.carousel-control-prev-icon {
    background-image: url(../../images/deal-new/left.png);
}

#sec-review .bnr-btn {
    margin: 0px 0px 0px;
}

.pro-btn a:hover img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
}


/*==========sec-9==========*/




footer {
    background: #02263F;
    padding: 40px 0px;
}

.contact-link a {
    display: block;
    color: #fff;
}

.contact-link a:hover {
    color: #fff !important;
}

.ftr-link {
    color: #fff;
}

.ftr-link a,
.ftr-link a:hover {
    color: #fff !important;
    font-weight: 700;
}

.f-12 {
    font-size: 0.75rem;
}

.contact-link a:nth-child(1) {
    position: relative;
    padding-left: 30px;
}

.contact-link a:nth-child(1):after {
    position: absolute;
    content: "";
    background: url(../../images/deal-new/email.png);
    top: 5px;
    left: 0px;
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
}

.contact-link a:nth-child(2) {
    position: relative;
    padding-left: 30px;
}

img.index-btindex-btn {
    max-width: 380px;
}

.contact-link a:nth-child(2):after {
    position: absolute;
    content: "";
    background: url(../../images/deal-new/call.png);
    top: 2px;
    left: 0px;
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
}
img.index-btn {
    max-width: 380px;
}
footer .row {
    align-items: flex-end;
    -webkit-align-items: flex-end;
}

@media screen and (max-width:990px) {
img.index-btn{     max-width: 320px;}

}


.nw-scbtn img.index-btn {
    max-width: 480px;
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .nw-scbtn img.index-btn {
    max-width: 300px;
 }
 .sep-div.nw-scbtn img.index-btn{
     max-width: 216px;
 } 
}

@media screen and (max-width: 767px){
 .nw-scbtn img.index-btn {
    max-width: 300px;
    width: 100%;
 }
 .sep-div.nw-scbtn img.index-btn{
     max-width: 300px;;
     width: 100%;
 } 
 .sep-div.nw-scbtn .sep-div-btn {
    text-align: center;
 }
}