* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    text-decoration: none;
}

*::selection {
    background-color: #0a436fe0;
    color: #fff;
}

a {
    text-decoration: none !important;
    cursor: pointer !important;
}

.row {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0;
}

.top_position {
    z-index: 999;
}

.product_heading h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #0a436f;
    margin-bottom: 0px;
}

.product_heading h3 span {
   
    text-transform: uppercase;
    color: #bf1e2e;
}

.product_heading h5{
    font-size: 16px;
}

.display_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}


.display_flex_col {
    display: flex;
    justify-items: center;
    align-items: center;
    flex-direction: column;
}

.display_flex_space {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.display_flex_start {
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

.display_flex_start2 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;

}

.display_flex_end {
    display: flex;
    justify-content: flex-end;
    align-items: center;

}

.top_head_section {
    padding: 20px;
    background-color: #46a9ff00;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0) !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.nav-item .nav-link:hover {
    color: #bf1e2e !important;
}

.nav-pills .nav-link.active{
    color: #fff !important;
    background-color: #093f69 !important;
}

.nav-pills{
    border-bottom: 1px solid #8080804d;
}

.tel_p p{
    margin-bottom: 0px;
}

.tab-pane ul{
    list-style-type: none;
    padding-left: 0px !important;
}

.tab-pane ul li{
    color: #77838f;
    line-height: 1.7;
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
    color: #000 !important;
}

.mega_menu_text_ul ul li a {
    margin-top: 8px;
    font-size: 14px;
    text-decoration: none;
    color: rgb(0, 0, 0) !important;
}

.mega_menu_text_ul ul {
    list-style-type: none;
    margin-left: -32px;
}

.nav-item .fal {
    font-weight: 500;
}

.mega_menu_text_ul a{
    text-decoration: none;
    color: #000000 !important;
}

.mega_menu_text_ul h6 {
    font-weight: 600;
    font-size: 16px;
    color: #000000 !important;
    text-decoration: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0;
}

.header_1 .dropdown-toggle::after {
    display: none !important;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-menu {
    display: block;
    min-width: 15rem !important;
    padding: 0.45rem 1.5rem !important;
    clear: both;

    color: #000000;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    box-shadow: none !important;
    border: 1px solid rgb(0 0 0 / 0%) !important;
}

.dropdown-item {
    clear: both;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #000000;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    box-shadow: none !important;
    border: 1px solid rgb(0 0 0 / 0%) !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: 0px !important;
}

.dropdown-item:hover {
    background-color: #ffffff !important;
}

.dropdown-menu a:hover {
    color: rgb(160, 7, 14) !important;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}


.top_main_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.contact_text ul {
    margin-bottom: 0px !important;
    padding-left: 0px;
}

.contact_text ul li {
    display: inline-flex;
    list-style-type: none;

}

.contact_text ul li a {
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: #0a436f;
}

.display_menu_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 11px;
    background-color: #0a436f;
    border-radius: 40px;

}

.search_wrapper {
    width: 50%;
}

.header_search .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff0 !important;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.header_search .form-control:focus {
    border: none;
    box-shadow: none;
}

.input-group .btn {
    position: relative;
    z-index: 2;
    box-shadow: none !important;
}


.display_menu {
    padding: 7px 4px 7px 4px;
    display: block;
    position: -webkit-sticky; /* Safari */
    position: sticky !important;
    top: 0;
    z-index:999;
    background-color: #fff;
    -webkit-box-shadow: 7px 10px 5px -6px rgb(0 0 0 / 7%);
-moz-box-shadow: 7px 10px 5px -6px rgb(0 0 0 / 7%);
box-shadow: 7px 10px 5px -6px rgb(0 0 0 / 7%);
}


.righy_wrapper {
    font-size: 14px;
    color: #000000;
}

.contact_text {

        margin-right: 28px;
        margin-top: 10px;

}

.contact_text p {
    margin-bottom: 7px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #0a436f;
}

.ri-headphone-fill:before {
    content: "\ee04";
    font-size: 20px;
    margin-right: 5px !important;
    color: #0a436f !important;

}

.section_product {
    padding: 60px 0px;
    background-color: #ffffff;
}

.small_ban_wrappr img {
    border-radius: 10px;
}

.call_no span {
    color: #0a436f;
    font-weight: 700;
    margin-right: 10px;
}

.compay_logo {
    width: 190px;
}

.call_icon i{
    color: #0a436f;
    font-weight: 700;
}

.pro_img img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
}


.login_cart {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.log_cart {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.log_cart a {
    position: relative;
    font-size: 20px;
    color: #ffffff !important;
    margin-left: 8px;
    text-decoration: none;
}

.view_pro {
    position: absolute;
    content: "";
    top: -14px;
    right: -16px;
    z-index: 99;
    background-color: #bf1e2e;
    width: 22px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
}

.call_icon img {
    width: 30px;
    padding: 3px;
}

.log_cart a:hover {
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
}

.log_text {
    margin-right: 14px;
}

.log_text p {
    margin-bottom: 0px;
    color: #fff;
}

.log_text p a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
}

.btn-link {
    font-weight: 400;
    color: #0a436f !important;
    text-decoration: underline;
}

.btn p {
    margin-bottom: 0px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.input-group .btn {
    position: relative;
    z-index: 2;
    text-decoration: none !important;
}

.cat_text .btn {
    background-color: #bf1e2e;
    padding: 10px 12px;
    border-radius: 30px;
}

.main_banner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}



.banner_img {
    position: relative;
    width: 100%;
    height: 344px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_img video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.banner_img img {
    height: 100%;
    object-fit: cover;

}

.mob .search_wrapper {
    width: 100%;
}

.mobile_menu {
    display: none;
}

.mob_ser {
    position: absolute;
    background-color: #bf1e2e00;
    width: 80%;
    z-index: 1;
    display: none;
}

.section_second {
    padding: 60px 0;
    background-color: #ffffff;
}

.med_card_wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 11px;
    margin-top: 5px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border: 1px solid #0a436f1a;
}

.med_card_wrappers {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: end;
    margin-top: 5px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border: 1px solid #0a436f1a;
}

.cat_btn{
    position: absolute;
    content: "";
    padding: 12px;
    background-color: #bf1e2e;
    border-radius: 21px;
    border: 1px solid #ffffff00;
    margin-bottom: 7px;
    width: 80%;
    text-align: center;
    box-shadow: rgb(0 0 0 / 81%) 0px 3px 8px;
}

.cat_btn a{
    text-decoration: none;
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
    font-size: 14px;
}

span.percent-price:after {
    content: "";
    width: 44px;
    height: 5px;
    left: 0;
    bottom: -4px;
    border-style: solid;
    position: absolute;
    border-width: 0 19px 4px;
    border-color: transparent rgb(191 30 46);
}

.banner_offer_card{
    width:95%;
    margin: auto;
}

span.percent-price {
    padding: 2px 0;
    right: 6px;
    top: 0;
    width: 40px;
    text-align: center;
    font-size: 10px;
    padding: 2px;
    height: auto;
    box-sizing: content-box;
    position: absolute;
    color: #fff;
    background-color: #bf1e2e;
}

.logo_brand_wrapper h3{
    font-size: 19px;
    margin-bottom: 0px;
    color: #0a436f;
}

.brand_text p{
    color: #ffffff;
}

.cat_btn a:hover{
    text-decoration: none;
    color:#ffffff;
    text-transform: capitalize;
}

.med_card_wrappers img{
    border-radius: 9px !important;
    overflow: hidden;
}

.med_image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.med_image:hover.veiw_eye {
    opacity: 1;
}

.view_eye {
    position: absolute;
    top: 40%;
    left: 40%;
    z-index: 99;
    background-color: #0a436f75;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    opacity: 0;
    transition: all .2 linear;
}

.med_text p {
    width: 100%;
    display: -webkit-box;
    font-size: 12px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0px;
    color: #4a4343;
}

.med_text h6 {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 8px;


}

.med_cart a {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    bottom: -2px;
}

.med_cart a i {
    color: #0a436f;
    font-size: 23px;
    text-decoration: none;
    cursor: pointer;

}


.return_text{
    position: absolute;
    content: "";
    top: 5px;
    right: 11px;
    cursor: pointer;
}

.return_text p{
    margin-bottom: 0px;
    color: #0a436f;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}


.wish_list_icon {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    cursor: pointer;
    z-index: 9;
}

.wish_list_icon a i {
    color: #0a436f;
    font-size: 23px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 100;
}

.wish_list_icon a i.active {
    color: #bf1e2e;
    font-size: 23px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 100;
}

.wish_list_icon a i:hover {
    color: #bf1e2e;
    font-size: 23px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 700;
}

.wish_list_icon a {
    text-decoration: none;
}

.section_categories {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #0a436f42;
    background-image: linear-gradient(to bottom, #f8fcff5e, #0a436fdb), url(../images/brand_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.my_imgs {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}


.nonloop .owl-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 13%;
    font-size: 57px;
    color: #bf1e2e;
}

.single .owl-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 39%;
    font-size: 57px;
    color: #bf1e2e;
}



.logo_brand_wrapper {
    padding: 2px;
    margin-bottom: 9px;
    width: 120px;
    background-color: white;
    border-radius: 50%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;

}

.logo_brand_wrapper img {
    width: 70px !important;
}

.rate {
    margin-top: 6px;
}

.rate h6 {
    margin-bottom: 3px;
    color: #0a436f;
    font-size: 15px;
}

.rate h6 span {
    margin-bottom: 3px;
    color: #55555580;
    font-size: 15px;
    text-decoration: line-through;
}


.feature_categories {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;
}



.new_arrivals .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;

}

.new_arrivals .owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 45px;
    height: 45px;
    border-radius: 27px;
    background-color: #0a436f;
    font-size: 32px !important;
    color: #ffffff !important;
    margin-top: 9px;
}

.new_arrivals .owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 45px;
    height: 45px;
    border-radius: 27px;
    background-color: #0a436f;
    font-size: 32px !important;
    color: #ffffff !important;
    margin-top: 9px;
}


.new_arrivals .owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;

}




.new_arrival .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;

}

.new_arrival .owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 45px;
    height: 45px;
    border-radius: 27px;
    background-color: #0a436f;
    font-size: 32px !important;
    color: #ffffff !important;
    margin-top: 9px;
}

.new_arrival .owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 45px;
    height: 45px;
    border-radius: 27px;
    background-color: #0a436f;
    font-size: 32px !important;
    color: #ffffff !important;
    margin-top: 9px;
}


.new_arrival .owl-carousel .owl-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;

}

button.owl-prev span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -8px;
    height: -15%;
}

button.owl-next span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -8px;
    height: -15%;
}

.smallban {
    padding: 60px 0px;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e600 !important;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-footer p{
    color: #022d6d;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.modal-footer p span{
    color: #bf1e2e;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e600 !important;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal_log img {
    width: 200px;
    margin-bottom: 8px;
}

.btn-close:focus {
    box-shadow: none !important;
}

.contact-form {

    background-color: #ffffff;
    border-radius: 12px;
    max-width: 400px;
    margin: auto;
}

.contact-form textarea {
    resize: none;
}

.contact-form .form-input,
.form-text-area {
    background-color: #0a436f14;
    height: 50px;
    padding-left: 16px;
}

textarea .form-input, .form-text-area {
    background-color: #0a436f14;
    height: 50px;
    padding-left: 16px;
}

textarea.form-control {
    min-height: calc(6.5em + (0.75rem + 2px)) !important;
}

.contact-form .form-text-area {
    background-color: #f0f4f5;
    height: auto;
    padding-left: 16px;
}

.contact-form .form-control::placeholder {
    color: #4d5155;
    font-weight: 400;
    opacity: 1;
    font-size: 14px;
}

.contact-form .form-control:-ms-input-placeholder {
    color: #aeb4b9;
    font-weight: 500;
}

.contact-form .form-control::-ms-input-placeholder {
    color: #aeb4b9;
    font-weight: 500;
}

.contact-form .form-control:focus {
    border-color: #022d6e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #022d6e;
}

.contact-form .title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}

.contact-form .description {
    color: #aeb4b9;
    font-size: 14px;
    text-align: center;
}

.contact-form .submit-button-wrapper {
    text-align: center;
    cursor: pointer;
}

.contact-form .submit-button-wrapper input {
    border: none;
    border-radius: 4px;
    background-color: #0a436f;
    color: white;
    text-transform: capitalize;
    padding: 10px 60px;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
}

.contact-form .submit-button-wrapper input:hover {
    border-color: #022d6d;
}


.event_news {
    padding-top: 60px;
    padding-bottom: 60px;
}

.product_heading {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_heading p{
    margin-bottom: 0px;
}

.product_heading p a {
    margin-bottom: 0px;
    text-decoration: none;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 700;
    padding: 12px;
    background-color: #0a436f;
    border-radius: 10px;
}

.product_heading p a:hover {
    margin-bottom: 0px;
    text-decoration: none;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 700;
    padding: 12px;
    background-color: #0a436f;
    border-radius: 10px;
}

ul {
    margin: 0px;
    padding: 0px;
}

.product_heading img {
    width: 87px;
}

.fixed_icon_bar {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    background-color: #43C654;
    bottom: 53px;
    right: 21px;
    border-radius: 50%;
    overflow: hidden;
}

.fixed_icon {

    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    overflow: hidden;
}

.fixed_icon a{
    text-decoration: none;
}

.fixed_icon a i{
    font-size: 30px;
    color: #fff;
    text-decoration: none;
}

.footer-section {
    background-image: linear-gradient(to bottom, #0a436f, #000000), url(../images/banner2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #ffffff;
}

.single-cta i {
    color: #bd1f2f;
    font-size: 22px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
    max-width: 281px;
}

.cta-text h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}


.cta-text span {
    color: #ffffff;
    font-size: 14px;

}

.suggest_text{
    max-width: 450px;
    margin: auto;
    padding: 10px;
}

.suggest_product{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ffffff1a;
}

.suggest_text h2{
    font-size: 34px;
    text-transform: capitalize;
    color: #fff;
}

.suggest_text a{
    padding: 12px;
    background-color: #bf1e2ed6;
    border-radius: 25px;
    border: 1px solid #ffffff00;
    text-decoration: none;
    color: #ffffff;
    text-transform:capitalize;
  
}

.suggest_text a:hover{
    color: #ffffff;

}

.suggest_text h5{
  color:#bf1e2e;
}

.suggest_pro{
    background-color: #0a436f;
    border-radius: 10px;
}

.product_page{
    padding-top: 60px;
    padding-bottom: 60px;
}

.blog_page {
    padding-top: 20px;
    padding-bottom: 60px;
}

.product_page_detail{
    padding-top: 60px;
    
}

.breadcrumb a {
    text-decoration: none;
    font-size: 13px;
    color: #615c5c;
    font-weight: 500;
    text-transform: uppercase;
}

.breadcrumb a:hover {
    text-decoration: none;
    font-size: 13px;
    color: #615c5c;
    font-weight: 500;
    text-transform: uppercase;
}

.breadcrumb a span {
    text-decoration: none;
    font-size: 13px;
    color: #0a436f;
    font-weight: 500;
    text-transform: uppercase;
}

.accordion-button:not(.collapsed) {
    color: #0a436f !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.accordion-button{
    color: #0a436f !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}


.accordion-button::after {
    width: 14px !important;
    height: 18px !important;
    margin-left: auto;
    content: "";
    background-image: url(../images/pl2.png) !important;
    background-repeat: no-repeat;
    background-size: contain !important;
    transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/pl.png) !important;
}

.bottom_padding {
    padding-bottom: 19px;
    border-bottom: 1px solid #e6e6e6;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / 0%) !important;
}

.accordion-button:focus{
    box-shadow: none !important;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    /* font-size: 1rem; */
    font-size: 15px !important;
    color: #212529;
    text-align: left;
    font-weight: 600 !important;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

.form-check p {
    font-size: 14px;
    color: gray;
    margin-bottom: 0px;
    margin-top: 0px;
}

.form-check-input:checked {
    background-color: #0a436f !important;
    border-color: #0a436f !important;
}

.filter-price {
    width: 100%;
    border: 0;
    padding-left: 9px;
    margin: 0; 
  }
  
  .price-title {
    position: relative;
    color: #000;
    font-size: 13px;
    line-height: 1.2em;
    font-weight: 500;
  }
  
  .price-field {
    position: relative;
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    background: rgb(10 67 111);
    padding-top: 17px;
    padding-left: 16px;
    border-radius: 3px;
  }
  
  .price-field input[type=range] {
      position: absolute;
  }
  
  /* Reset style for input range */
  
  .price-field input[type=range] {
    width: 89%;
    height: 2px;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    pointer-events: none;
    -webkit-appearance: none;
  }
  
  .price-field input[type=range]::-webkit-slider-thumb {
      -webkit-appearance: none;
  }
  
  .price-field input[type=range]:active,
  .price-field input[type=range]:focus {
    outline: 0;
  }
  
  .price-field input[type=range]::-ms-track {
    width: 188px;
    height: 2px; 
    border: 0;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    pointer-events: none;
    background: transparent;
    border-color: transparent;
    color: transparent;
    border-radius: 5px;
  }
  
  /* Style toddler input range */
  
  .price-field input[type=range]::-webkit-slider-thumb { 
    /* WebKit/Blink */
      position: relative;
      -webkit-appearance: none;
      margin: 0;
      border: 0;
      outline: 0;
      border-radius: 50%;
      height: 10px;
      width: 10px;
      margin-top: -4px;
      background-color: #bf1e2e;
      cursor: pointer;
      cursor: pointer;
      pointer-events: all;
      z-index: 100;
  }
  
  .price-field input[type=range]::-moz-range-thumb { 
    /* Firefox */
    position: relative;
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -5px;
    background-color: #bf1e2e;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
  }
  
  .price-field input[type=range]::-ms-thumb  { 
    /* IE */
    position: relative;
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -5px;
    background-color: #fff;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
  }
  
  /* Style track input range */
  
  .price-field input[type=range]::-webkit-slider-runnable-track { 
    /* WebKit/Blink */
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #fff;
    border-radius: 5px;
  }
  
  .price-field input[type=range]::-moz-range-track { 
    /* Firefox */
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #fff;
    border-radius: 5px;
  }
  
  .price-field input[type=range]::-ms-track { 
    /* IE */
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #fff;
    border-radius: 5px;
  }
  
  /* Style for input value block */
  
  .price-wrap {
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 7px;
  }
  
  .price-wrap-1, 
  .price-wrap-2 {
    display: flex;
  }
  
  .price-title {
    margin-right: 5px;
    backgrund: #d58e32;
  }
  
  .price-wrap_line {
    margin: 0 10px;
    color: #bf1e2e;
}
  
  .price-wrap #one, 
  .price-wrap #two {
    width: 49px;
    text-align: right;
    margin: 0;
    padding: 0;
    margin-right: 2px;
    background:  0;
    border: 0;
    outline: 0;
    color: #072f4f;
    font-family: 'Karla', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 1.2em; 
    font-weight: 600;
  }
  
  .price-wrap label {
    text-align: right;
    color: #000;
  }
  
  /* Style for active state input */
      
  .price-field input[type=range]:hover::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #fff;
    transition-duration: 0.3s;
  }
  
  .price-field input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #fff;
    transition-duration: 0.3s;
  }


/* product_detail start */

.abt_text_wr {
    max-width: 420px;
    color: #0a436f;
    padding: 11px;
    margin: auto;
}

#featured {
    /* width: 100%; */
    /* max-height: 400px; */
    width: 100%;
    height: 364px;
    object-fit: contain;
    /* border-radius: 11px; */
    cursor: pointer;
    scroll-behavior: smooth;
    padding: 10px;
}

.product_launch{
    padding: 60px 0px;
}

.main_launch_banner {
    padding-top: 78px;
    padding-bottom: 78px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background-color: #0a436f;
}


.pl_wrapper {
    width: 396px;
    background-color: #bf1e2e;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.main_launch_text{
    max-width: 400px;
}

.main_launch_text h2{
    color: #ffffff;
    font-size: 44px;
}

.launch_two{
    padding: 60px 0px;
}

.launch_three{
    padding: 60px 0px;
    background-color: #f4f4f4;
}

.lauch_ul ul{
    list-style-type: decimal;
    padding-left: 14px;
    line-height: 33px;
}

.launch_word{
    max-width: 550px;
    margin: auto;
}

#featured img{
    object-fit: cover;
}

.thumbnail{
    object-fit: cover;
    max-width: 157px;
    max-height: 98px;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 9px;
    border: 1px solid #0a436f2b;
    
    }
    
    .thumbnail:hover{
    opacity:1;
    }
    
    .active{
    opacity: 1;
    }
    .column{
      position: relative;
      display: flex;
      justify-content: center;
      align-content: center;
      flex-direction: column;
    }
    #slide-wrapper{
    width: 100%;
      display: flex;
      justify-content: center;
      min-height: 100px;
      align-items: center;
      position: relative;
    }
    
    #slider{
    width: 440px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    
    }
    
    #slider::-webkit-scrollbar {
      display: none;
      width: 16px;
      overflow: auto;
      height: 2px;
      cursor: pointer;
    
    }
    
    
    
    #slider::-webkit-scrollbar-thumb {
    background-color: #313131;
    border-radius: 100px;
    cursor: pointer;
    }
    
    .detail {
      position: relative;
    }
    
    .arrow{
    width: 23px;
      height: 23px;
    cursor: pointer;
    transition: .3s;
    position: absolute;
    top: 46%;
    right: 0px;
    z-index: 1;
    }
    
    
    
    .arrow1{
      width: 23px;
      height: 23px;
      cursor: pointer;
      transition: .3s;
      position: absolute;
      top: 46%;
      left: 0px;
      z-index: 1;
      }
    
    
    .demo-trigger {
      display: inline-block;
      width: 30%;
      float: left;
    }

    .quantity {
        background: #fff;
        border: 1px #ddd solid;
        border-radius: 5px;
        padding: 1px 2px;
        display: inline-block;
        margin-right: 15px;
      }
      
      .product-count {
        margin-top: 5px; 
      }
      
      .product-count .qtyminus,
      .product-count .qtyplus {
        width: 34px;
        height: 34px;
        background: #0a3f69;
        text-align: center;
        font-size: 18px;
        justify-content: center;
        font-weight: 700;
        line-height: 17px;
        align-items: center;
        display: flex;
        user-select: none;
        color: #fff;
        cursor: pointer;
      }
      
      
      .product_select .fad{
        color:#ffffff;
        cursor: pointer;
      }
      
      .product-count .qty {
        width: 38px;
        text-align: center;
        border: none;
        background-color: #0000ff00;
        font-weight: 700;
        color: #0a436f;
      }
      
      .product-count .qtyminus {
        border-radius: 16px;
      }
      
      .product-count .qtyplus {
        border-radius: 16px;
      }
    
      .product_btn button {
        border: none;
        padding: 10px 15px;
        background-color: #0a436f;
        border-radius: 4px;
        font-size: 15px;
        font-weight: 500;
        color: #fff;
    }

    .product_btn button a{
        color:#ffffff;
    }


    .form_apply_wrapper .subscribe-form input {
        width: 100%;
        padding: 14px 28px;
        background: #2e2e2e00;
        border: 1px solid #2e2e2e2b;
        color: rgb(0, 0, 0);
    }
    
    .form_apply_wrapper .subscribe-form input:focus{
        border: 1px solid rgb(170, 170, 170) !important;
    }

    .form_apply_wrapper .subscribe-form button {
        position: absolute;
        right: 0;
        background: #0a436f;
        padding: 13px 20px;
        border: 1px solid #0a436f;
        top: 1px;
        color: #ffff;
    }


    .product_deatil h5{
        margin-top: 17px;
        font-size: 18px;
    }

    .product_deatil h5 span{
        text-decoration: line-through;
        color: #b0aeae;
    }

    .product_deatil h6{
        background-color: #bf1e2e;
        padding: 5px;
        text-transform: uppercase;
        width: fit-content;
        border-radius: 3px;
        color: #fff;
        margin-top: 13px;
        font-size: 12px;
    }

/* product_detail end */

.dates {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #0a436f;
    font-size: 9px;
    font-weight: 600;
}

.b_date p {
    margin-bottom: 19px;
    text-transform: uppercase;

}


.my_profile_side .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    font-size: 15px;
    font-weight: 500;
}

.my_profile_wrapper{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.my_img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.my_profl h5 {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    margin-left: 6px;
    color: #000000;
}



.containerss {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.offers {
    position: relative;
    text-align: center;
    background: #fff;
    padding: 1%;
    margin: 10px;
    width: 300px;
    height: auto;
    top: 0;
    border: 1px solid #eaeaea;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; 
}





.offers:hover {
    position: relative;
    top: -20px;
    box-shadow: 0px 14px 6px 0px #0000004d;
}

.offers:nth-child(2) {
    border-top: 2px solid #bf1e2e;
    box-shadow: 0 0 10px 0px #0000001c;
}

.offers:nth-child(2) h3{
    margin-top: 20px;
}

.offers:nth-child(2):hover {
    box-shadow: 0px 14px 6px 0px #0000004d;
}

.offers button {
    font-size: 16px;
    font-weight: 500;
    background: #093f69;
    color: #fff;
    margin: 30px auto 20px auto;
    padding: 4% 8%;
    border: 0;
    transition-duration: 0.5s;
    text-transform: capitalize;

}

.offers button:hover {
     background: #bf1e2e;
}

.offers h2{
    font-size: 18px;
    margin-top: 10px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #bcb7b7;
    line-height: 28px;
    max-width: 313px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
    text-decoration: none;
}

.footer-social-icon a:hover {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
    text-decoration: none;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.crt .product-count {
    margin-top: -22px;
}

.product-item_content p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #ffffff;
    white-space: nowrap;
    font-weight: 500;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.cart_pro img{
    border-radius: 7px;
}

.check_out_car .product-item_content p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #000000;
    white-space: nowrap;
    font-weight: 500;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.check_out_car .product-count {
    margin-top: -20px;
}

.check_out_car .product-item_content .product-count .qty {
    width: 38px;
    text-align: center;
    border: none;
    background-color: #0000ff00;
    font-weight: 700;
    color: #000000;
}

.cart_main_button button {
    border: none;
    padding: 10px 15px;
    background-color: #ffffff;
    border-radius: 29px;
    font-size: 3px;
    font-weight: 700;
}

.cart_main_button button:hover {
    border: none;
    padding: 10px 15px;
    background-color: #ffffff;
    border-radius: 29px;
    font-size: 3px;
    font-weight: 700;
}

.cart_main_button button a:hover{
    color: #bf1e2e !important;
    font-size: 15px;
}

.cart_main_button button a{
    color: #bf1e2e !important;
    font-size: 15px;
}

.product_del i{
    color:#bf1e2e;
}

hr:not([size]) {
    height: 1px;
    color: #fff !important;
}

.product-item_content .product-count .qty {
    width: 38px;
    text-align: center;
    border: none;
    background-color: #0000ff00;
    font-weight: 700;
    color: #ffffff;
}

.coupon-card{
    background: linear-gradient(135deg, #036dbe, #000304);
    color: #fff;
    text-align: center;
    padding: 18px 7px;
    border-radius: 9px;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.15);
    position: relative;
    width: 297px;
    height: 177px;
    margin: 6px;
    overflow: hidden;
}





.logo{
    width: 31px;
    height: 30px;
    border-radius: 8px;
    margin-bottom: 10px;

}
.coupon-card h3{
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;

}
.coupon-card p{
    font-size: 12px;
    margin-bottom: 0px !important;
    color: #fff;


}
.coupon-row{
    display: flex;
    align-items: center;
    margin: 9px auto;
    width: fit-content;

}
#cpnCode{
    border: 1px dashed #fff;
    padding: 4px 20px;
    border-right: 0;
    font-size: 12px;

}
#cpnBtn {
    border: 1px solid #fff;
    background: #fff;
    padding: 4px 19px;
    color: #000000;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
}


.coupons_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.blog a{
    font-size: 14px;
    font-weight: 700;
    margin-top: 4px;
}

.blog p{
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog small{
    color: #0a436f;
    font-weight: 700;
}

#msform {
    text-align: left;
    position: relative;
    margin-top: 30px;
}

.submit-button-wrapper input {
    border: none;
    border-radius: 4px !important;
    background-color: #0a436f;
    color: white !important;
    text-transform: capitalize !important;
    width: 132px !important;
    padding: 10px !important;
    /* float: left; */
    border-radius: 10px;

}

#msform fieldset {
    background: rgba(255, 255, 255, 0);
    border: 0 none;
    border-radius: 0px;
    box-sizing: border-box;
    width: 80%;
   

    /*stacking fieldsets above each other*/
    position: relative;
    display: flex;
    flex-direction: column;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input, #msform textarea {
    padding: 15px;
    border: 1px solid #e4e1e1 !important;
    border-radius: 0px;
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 400;
    width: 100%;
    box-sizing: border-box;
    /* font-family: montserrat; */
    color: #2C3E50;
    font-size: 14px;
    
}

.rewrd_img{
    width:300px;
}

.coin_wrap1 img{
    width:30px;
}

.coin_wrap1{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    color:#ffffff;
}

.your_reward h5{
    color: #fff;
    margin-top: 9px;
}

.redeem_btn a{
    background-color: #fff;
    padding: 7px 8px;
    font-size: 12px;
    color: #000;
    font-weight: 700;
    border-radius: 4px;
    text-transform: capitalize;
}

.coin_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reward_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.redeem_para p{
    color: #fff;
    font-size: 15px;
}

.reward_cover{
    background-color: #09406a;
    max-width: 394px;
    padding: 11px;
    border-radius: 6px;
    border: 2px solid #ffffff;
    border-style: dotted;
}

.redeem_btn a:hover {
    background-color: #fff;
    padding: 7px 8px;
    font-size: 12px;
    color: #000;
    font-weight: 700;
    border-radius: 4px;
    text-transform: capitalize;
}

.rewrd1 p {
    margin-bottom: 6px;
    font-size: 12px;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 1px solid #ccc !important;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 13px;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
#msform .action-button {
    width: 100px;
    background: #0a436f;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #0a436f;
}





.circle1, .circle2{
    background: #ffffff;
    width: 32px;
    height: 19px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

}
.circle1{
    left: -25px;
}
.circle2{
    right: -25px;
}



.headclose .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url(../images/rightl.png) center/1em auto no-repeat !important;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
}

.log_cart .offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #0a3f69 !important;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;
}

.offer_page{
    padding: 50px 0px;
    background-color: #ffffff !important;
}

.offer_banner img{
    border-radius: 18px;
    overflow: hidden;
}

.banner_offer_card img{
    border-radius: 18px;
    overflow: hidden;
}

.product_deatil h3{
    text-transform: capitalize;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #bd1f2f;
}

.footer-widget ul {
    padding-left: 0px !important;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #bd1f2f;
}

.footer-widget ul li a {
    color: #ffffff;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 14px;

}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #000;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #bd1f2f;
    padding: 13px 20px;
    border: 1px solid #bd1f2f;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #020b12;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #ffffff;
}

.copyright-text p a {
    color: #bd1f2f;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #bd1f2f;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

.subscribe-form input:focus {
    width: 100%;
    padding: 14px 28px;
    background: #ffffff;
    border: none !important;
    box-shadow: none !important;
    color: #000;
}

.testmonial_sec {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #14466d21;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    background-image: linear-gradient(to right, #e3f3ff4a, #15446980), url(../images/doctor_test.png);
}

.test_video i {
    color: #ffffff;
    font-size: 26px;
    cursor: pointer;
}

.video_pro_box {
    width: 51px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -12px;
    left: -48px;
    border-radius: 41px;
    background-color: #4e6b7a;

}


.video_a .far {
    color: #ffffff;
    font-size: 12px;
}


#video-wrap:not(.active) {
    opacity: 0;
    visibility: hidden;
}

#video-wrap .video-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#video-wrap .video-container {
    width: 95%;
    transition: all 0.3s ease-in-out;
    transform: scale(0.9);
}

#video-wrap .close-video {
    background-color: #0a436f;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 5%;
    top: 5%;
    color: #0a436f;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    border: solid 2px #fcf9f9;
    padding: 0;
    transition: all 0.3s ease-in-out;
    z-index: 150;
}

#video-wrap .close-video:before,
#video-wrap .close-video:after {
    content: "";
    width: 60%;
    height: 3px;
    background-color: #4e6b7a;
    position: absolute;
    transition: all 0.3s ease-in-out;
}

#video-wrap .close-video:before {
    transform: rotate(54deg);
}

#video-wrap .close-video:after {
    transform: rotate(-53deg);
}

#video-wrap .close-video:focus {
    outline: none;
}

#video-wrap .close-video:hover {
    background-color: #000;
}

#video-wrap .close-video:hover:before,
#video-wrap .close-video:hover:after {
    background-color: #fff;
}

#video-wrap video,
#video-wrap iframe {
    position: relative;
    z-index: 10;
    border-radius: 12px;
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.16);
    width: 100%;
    height: 100vh;
    max-height: 85vh;
    background-color: #000;
}

#video-wrap video {
    object-fit: cover;
}

#video-wrap.active {
    opacity: 1;
    visibility: visible;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 12px;
    height: 100vh;
    display: flex;
    transition: all 0.3s ease-in-out;
    z-index: 9991;
    align-items: center;
    justify-content: center;
}

#video-wrap.active .video-container {
    transform: scale(1);
}

.testimonial-item {
    padding: 10px;
}

.testimonial-image {
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-content p {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #ffffff;
    font-size: 13px;

}

.testimonial-job {
    color: #bf1e2e;
    font-weight: 500;
}

.testimonial-item.equal-height.style-6 {
    background-size: cover;
    background-image: linear-gradient(to bottom, #154c77e6, #154469d1), url(../images/test_mon.png);
    border-radius: 10px;
    margin: 10px;
    background-position: center;
}

.cell-right {
    text-align: left;
    margin-right: 80px;
    padding-top: 12px;
    padding-bottom: 20px;
}

.testimonial-name {
    font-weight: 600;
    color: #fff;
}

.et_right_sidebar #main-content .container:before {
    display: none;
}

#main-content .container {
    padding-top: 10px;
}

i.fa.fa-quote-left {
    padding: 0px 10px;
    color: #999;
}

.event_wrapper {
    position: relative;
    background-color: #bf1e35;
    padding: 5px;
    border-radius: 10px;
    overflow: hidden;
}

.calender_box {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100px;
    height: 80px;
    background-color: #0a436f;
    border-bottom-left-radius: 11px;
    color: #ffffff;
}

.calender_box h3 {
    font-size: 19px;
    margin-bottom: 0px;
}

.calender_box p {
  color: #fff;
}

.event_text p {
    width: 100%;
    display: -webkit-box;
    font-size: 14px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0px;
    color: #ffffff;

}

.event_image img {
    border-radius: 10px;
}

.cal {
    color: #ffffff;
    margin-top: 7px;
    font-size: 13px;
}

.cou_title h6{
    text-transform:uppercase;
}

.product_cart_wrapper {
    background-color: #0a436f;
    padding: 26px;
    border: 1px solid #ffffff14;
}

.cart_space {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart_name p {
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
}

.cart_rate p {
    font-size: 14px;
    color: #ffffff;
}
.cart_rate_head h6 {
    font-weight: 600;
    color: #ffffff;
    font-size: 18px;
}

.addres_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.chr hr:not([size]) {
    height: 1px;
    color: #9e9e9e !important;
}

.chech_heading h6{
    text-transform: uppercase;
    margin-top: 9px;
}

.chr .cart_pro img {
    border-radius: 7px;
    max-width: 142px;
}

.product_del{
    cursor:pointer;
}

.addres_wrapper .option_item {
    display: block;
    position: relative;
    width: 273px;
    height: 175px;
    border: 2px solid #0a4069;
    margin: 10px;
    border-style: dotted;
    border-radius: 0px;
}
  
  
  .addres_wrapper .option_item .checkbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
  }
  
  .option_item .option_inner {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding:10px;
    cursor: pointer;
    color: #585c68;
    display: block;
    /* border: 2px solid transparent; */
    position: relative;
  }
  
  .option_item .option_inner .icon {
    margin-bottom: 10px;
  }
  
  .option_item .option_inner .icon .fab {
    font-size: 32px;
  }
  
  .option_item .option_inner .name {
    user-select: none;
    text-align: left;
    text-transform: capitalize;
  }
  
  .option_item .checkbox:checked ~ .option_inner.facebook {
    border-color: #3b5999;
    color: #3b5999;
  }

  .option_item .option_inner .tickmark {
    position: absolute;
    top: 0;
    left: 0;
    border: 20px solid;
    border-color: #000 transparent transparent #000;
    display: none;
  }
  
  .option_item .option_inner .tickmark:before {
    content: "";
    position: absolute;
    top: -13px;
    left: -18px;
    width: 15px;
    height: 5px;
    border: 3px solid;
    border-color: #3d3d3d00 transparent #f00 #bf1e2e;
    transform: rotate(-45deg);
  }

  .name p{
    color: #0a436f;
    line-height: 1.7;
    font-size: 14px;
  }
  
  .option_item .checkbox:checked ~ .option_inner .tickmark {
    display: block;
  }
  
  .option_item .option_inner.facebook .tickmark {
    border-color: #0a436f transparent transparent #0a436f;
  }

  .click_add i{
    color:#022d6d;
  }

  .add_new_address{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
  }

.chck_box{
    padding: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.all_logo_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.logo_wrapper_box{
    height: 161px;
    width: 161px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 7px;
    background-color: white;
    padding: 24px;
    border-radius: 9px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all .1s linear;
    cursor: pointer;
}

.logo_wrapper_box:hover{
 scale: 1.1;
}

.all_logo_name p{
    margin-bottom: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    margin-top: 10px;
    text-transform: capitalize;
}


/* responsive start*/

@media only screen and (max-width: 780px) {

    .b_date p {
        margin-bottom: 1px;
    }

    .righy_wrapper {
        display: none;
    }

    .log_cart {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
    }

}

@media only screen and (max-width: 768px) {

    .righy_wrapper {
        display: none;
    }

    .search_wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mobile_menu {
        display: block;
        padding: 7px 4px 7px 4px;
    }

    .mob_ser {
        position: absolute;
        background-color: #bf1e2e00;
        width: 80%;
        z-index: 2;
        display: block;
    }

    .login_cart {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .display_menu {
        padding: 7px 4px 7px 4px;
        display: none;
    }

    .display_menu_wrapper {
        display: block;
        justify-content: space-between;
        align-items: center;
        padding: 11px 11px;
        background-color: #0a436f;
        border-radius: 40px;
    }

    .btn p {
        margin-bottom: 0px;
        color: #ffffff;
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
    }

}


@media only screen and (max-width: 668px) {
    .cta-text h4 {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 2px;
        margin-top: 23px;
    }

    .single-cta i {
        color: #bd1f2f;
        font-size: 19px;
        float: left;
        margin-top: 8px;
    }

    .chr .cart_pro img {
        border-radius: 7px;
        max-width: 99px;
    }
    .cat_text .btn {
        background-color: #bf1e2e;
        padding: 10px 12px;
        border-radius: 21px;
        width: 47px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 47px;
        height: 47px;
    }
    
    .product_heading img {
        width: 46px;
    }

    .product_heading p a {
        margin-bottom: 0px;
        text-decoration: none;
        color: #ffffff;
        text-transform: capitalize;
        font-size: 10px;
        font-weight: 700;
        padding: 9px;
        background-color: #0a436f;
        border-radius: 10px;
    }

    .product_heading h3 {
        font-size: 19px;
        text-transform: uppercase;
        color: #0a436f;
        margin-bottom: 0px;
    }

    .cat_btn {
        position: absolute;
        content: "";
        padding: 9px;
        background-color: #bf1e2e;
        border-radius: 21px;
        border: 1px solid #ffffff00;
        margin-bottom: 7px;
        width: 92%;
        text-align: center;
        box-shadow: rgb(0 0 0 / 81%) 0px 3px 8px;
    }

    .cat_btn a {
        text-decoration: none;
        color: #ffffff;
        text-transform: capitalize;
        text-align: center;
        font-size: 12px;
    }

    .logo_wrapper_box {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 7px;
        width: 161px;
        height: 161px;
        background-color: white;
        padding: 24px;
        border-radius: 9px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .banner_img {
        position: relative;
        width: 100%;
        height: 308px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


/* responsive end*/