* {
    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 {
    font-size: 20px;
    text-transform: uppercase;
    color: #bf1e2e;
}

.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;
}

.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;
}

.contact_text p {
    margin-bottom: 0px;
    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;
}

.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;
    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: 390px;
    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: #bf1e2ec7;
    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;
}

.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;

}



.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);
}

.nonloop .owl-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 13%;
    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_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: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
    max-width: 281px;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    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;
}

.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: 700;
    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;
  }


.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 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;
}

.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;
}

.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;

}

.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;
}

.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;
}


/* responsive start*/

@media only screen and (max-width: 780px) {

    .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: 20px;
        font-weight: 600;
        margin-bottom: 2px;
        margin-top: 23px;
    }

    .banner_img {
        position: relative;
        width: 100%;
        height: 308px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


/* responsive end*/