@charset "UTF-8";

/*
Theme Name: Onpointblood-collection
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.7
Requires PHP: 5.6
Version: 2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onpointblood-collection
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Variables */
/*--================== 
    #Common
==================--*/
:root {
    --color1: #8b1c1f;
    --color2: #e83427;
}

*{ -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
body {position: relative;font-family: "Rubik", serif !important; margin: 0; padding: 0; } 
html, div, img, ul, li, a, p, ol, body, h1, h2, h3, h4, h5, h6,textarea{color:#000000;font-weight:400;}
ul, a, input,textarea{text-decoration: none;list-style: none;text-decoration: none;outline:none;font-family: "Rubik", serif;}
a:hover,a:focus{ text-decoration: none;outline: 0;}
p,li{    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;}
p{margin: 0 0 15px;}
a{transition: 0.6s;}
.clear{clear: both;float:left;width:100%;}
.container{width: 1200px; margin: auto;padding: 0 15px;}
.container-lg{width: 100%; margin: auto;padding: 0 15px;}
.flex{display: flex;flex-wrap:wrap;}

.error-404.not-found{
        text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.error-404.not-found h1{
    font-size: 110px;
    margin-bottom: 0;
    color: var(--color1);
}

.error-404.not-found p{    font-size: 30px;}

.error-404.not-found a{
    border: 2px solid var(--color2);
    display: inline-block;
    padding: 10px 15px;
    margin-top: 20px;
}

#default-pages .entry-content{
    float: left;
    width: 100%;
    margin-top: 60px;
}

.sitemap ul li.page-item-370,
.sitemap ul li.page-item-377{    display: none !important;}

/*--================== 
    #Header 
==================--*/
/*navs-toggle*/
.navs-toggle{display: none;}
.header-block{position: relative;z-index: 9;background: #fff;height:100px;}
.header-block.sticky-menu{position: fixed;}


.header-block .logo a.main-logo{display: inline-block;width: 186px;}
.header-block .logo .main-logo img{width: 100%;}

.hd-navbars .flex{justify-content: space-between;align-items: center;    height: 100px;}
.hdmenu{display: flex;align-items: center;}

.hd-cta-btn{display: flex;align-items: center;}
.hd-cta-btn .call-link{ background: var(--color2);padding: 0 15px;border: 2px solid var(--color2);}
.hd-cta-btn .book-link{ background: var(--color1);font-weight: bold;margin-left: 20px;  padding: 0 15px;border: 2px solid var(--color1);}
.hd-cta-btn a,
.hd-cta-btn button{
        font-size: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
        transition: 0.3s;
	cursor:pointer;
}

.hd-cta-btn .call-link img{margin-right:3px;}
.hd-cta-btn .call-link:hover{background: #fff;color:var(--color2); }
.hd-cta-btn .call-link:hover img{background:var(--color2); }
.hd-cta-btn .book-link:hover{background: #fff;color: var(--color1);}

/*navbars*/
.primary-menu ul {float: right;margin: 0; padding: 0;}
.primary-menu ul li{display: inline-block;}
.primary-menu ul li a{        color: #000;
    text-decoration: none;
    font-size: 15px;
    text-transform: capitalize;
    padding: 18px 10px;
    transition: 1s;
    font-weight: 400;
    display: inline-block;
    letter-spacing: 0;}
.primary-menu .current-menu-item a,  .primary-menu ul li a:hover{color:var(--color2)!important;}



/*.sub{position: relative;cursor: pointer;color: #fff;}
.sub .fa-angle-up, .submenu-hide .fa-angle-down{display: none; }
.sub .fa-angle-up, .sub .fa-angle-down{position: relative;    top: 0px;left: 5px;}
.submenu-hide .fa-angle-up{display: inherit;}
ul.submenu::before{content: "";}
ul.submenu {position: absolute;z-index: 1000;display: none;width: 250px;font-size: 14px;list-style: none; background: #000;border-top: 1px solid #D4AF37;float: none;padding: 0;border-radius: 0 0 30px 30px;}
.primary-menu ul li:hover .submenu {display: block;transition:1s;}
ul.submenu li {width: 100%;float:none;    display: inherit;}
ul.submenu li a{color: #fff !important;padding: 15px;border-bottom:1px solid #464646;width:100%;line-height: 18px; margin-left: 0;}
ul.submenu li:last-child a{border-bottom: none;}
ul.submenu li a:hover,
ul.submenu .current-item a{color:#D4AF37 !important;}*/




/*--================== 
    #home-page
==================--*/
/*slider*/
.hero-block{position: relative;}
.hero-block img{width: 100%;}
.hero-block .caption {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.caption .table1 {width: 100%;height: 100%;display: table;}
.caption .table2 {width: 100%;height: 100%;display: table-cell;vertical-align: middle;}
.caption .content { 
text-align: left;
    width: 629px;
    background: rgba(255, 255, 255, 0.70);
    float: left;
    padding: 38px;
    border-radius: 0;
    position: relative;
    top: 0;}
.caption .content h1{
       font-size: 35px;
    text-transform: none;
    color: #000;
    font-weight: bold;
    margin: 0 0 10px;
    position: relative;
}
.caption .content h1 span{color: var(--color2);}
.caption .content p{
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 400;    margin: 0;
}

.btns{display: inline-block;padding: 13px 26px;text-align: center;}


/*cta-css*/
.cta-block{position: relative;margin-top: -80px;}
.cta-block .cta-box{width: 390px;background: var(--color2);    display: flex;align-items: center;justify-content: space-between;padding: 30px;}
.cta-block .cta-box:nth-child(2){background: #000;}
.cta-box .cta-txt{    width: 90%;}
.cta-box .cta-txt h2{margin-top: 0;margin-bottom: 0;color: #fff;font-size: 30px;font-weight: 700;}
.cta-box .cta-txt p{color: #fff;}
.cta-box .cta-link a,
.cta-box .cta-link button{background: transparent;border-radius: 100px;width: 70px;height: 70px;display: flex;align-items: center;justify-content: center; border:none;}
.cta-block .cta-box:hover .cta-link a,
.cta-block .cta-box:hover .cta-link button{background: var(--color1);}

/*help-css*/
.help-block{margin-top: 50px;}
.help-box {width: 373px;background: #f7f7f7;position: relative;margin-right: 25px;margin-bottom: 25px;box-shadow: 0 10px 10px #d0cece;}
.help-box:nth-child(3n+3){margin-right: 0;}
.help-box .help-img{text-align: center;}
.help-box .help-img img.imgs{width: 100%;    vertical-align: bottom;padding: 15px 15px 0;}
.help-box .help-img img.img-icon{background: #000;margin-top: -50px;transition: 0.6s;}
.help-box .help-content{text-align: center;padding: 20px 20px 50px;}
.help-box .help-content h3{margin-bottom: 20px;margin-top: 0;font-size: 25px;font-weight: 500;color: #000;line-height: 30px;}
.help-box .read-more { position: absolute;bottom: 0px;width: 100%;text-align: center;}
.help-box .read-more a{display: inline-block;padding: 13px;width: 100%;background: #000;color: #fff;font-size: 16px;font-weight: 400;}
.help-box:hover img.img-icon,
.help-box:hover .read-more a{background: var(--color2);}

/*about-css*/
.about-block{background-repeat: no-repeat;background-size: cover;background-position: center;position: relative;padding-top: 60px;height: auto;margin-top: 50px;padding-bottom:60px;}
.about-block .flex{position: relative;justify-content:right;}
.about-block .video-side{display: flex;align-items: center;width: 445px;justify-content: space-between;margin-top: 100px;}
.about-block .video-side .video-side-in{width:450px;display: flex; align-items: center;}
.about-block .video-side h4{margin-top: 0;font-size: 30px;color: #fff;font-weight: 500; line-height: 32px; margin-bottom: 10px;}
.about-block .video-side p{color: #fff;font-size: 18px;font-weight: 400;margin:0;}
.about-block .about-side{width: 634px;background: #fff;position: relative;right: 0;top: 0;box-shadow: 0 10px 10px #edeaea;padding: 40px 60px;}
.counter {position: relative;display: flex;flex-wrap: wrap;    justify-content: space-between;margin-top: 30px;}
.counter-inner{position: relative; z-index: 1;padding: 0;   margin: 15px; }
.counter-value{ display: inline-block;color: var(--color1);font-size: 36px;font-weight: bold;position: relative; }
.about-block .counter .counter-inner h3 { margin: 0;font-size: 18px;font-weight: 500;text-transform: capitalize;color: #000;line-height: 24px;}
.counter-icon{display: inline-block;width: 120px;  height: 120px;line-height: 120px; background: #10a2e6; border-radius:0 50px 0 50px; font-size: 50px; position: relative; overflow: hidden;z-index: 1;}
.counter-icon:after{content: "";position: absolute;top:7px;left:7px;right:7px;bottom:7px;border:5px solid #fff;border-radius:0 50px 0 50px;box-shadow: inset 0 0 15px rgba(0,0,0,0.3);}
.about-block .about-side hr{background: #e8e8e8;border: none;height: 4px;width: 84px; display: inline-block;}
.about-block .about-side h2{ margin-bottom: 20px;margin-top: 0;font-size: 60px;font-weight: 500;text-transform: uppercase;color: #000;line-height: 62px;}
.about-block .about-side h3{margin-top: 0;font-size: 26px;font-weight: 400;line-height: 28px;margin-bottom: 20px;color: #000;}
.about-block .about-side p{color: #9693a2;margin-top: 10px;}
.about-block .about-side a{font-size: 13px;text-decoration: underline;color: #9693a2;display: inline-block;}
.about-block .about-side a:hover{text-decoration: none;}
.about-block .about-side:hover a{color: var(--color2);}

/*testimonials-css*/
.testimonials-block{background: #fff;padding-top: 130px;padding-bottom: 50px;}
.testimonials-block .testi-title{background-repeat: no-repeat;background-size: cover;width: 100%;padding: 60px;box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 30%);
}
.testimonials-block .testi-right{width: 695px;display: flex;justify-content: right;flex-wrap: wrap; padding-top: 50px;}
.testi-title h2{ margin: 0;color: #fff;font-size: 40px;font-weight: 500;}
.testi-title hr{background: #fff;border: none;height: 4px;width: 84px;display: inline-block;margin:20px 0;}
.testi-title p{    color: #fff;}
.testi-title h5{margin: 0;font-size: 16px; color: #fff;font-weight: bold;text-decoration: underline;}
.testi-right-box {background: #f3f3f3;width: 298px;margin-left: 40px;box-shadow: 0 10px 10px #edeaea;text-align: center;padding: 10px 40px 25px;}
.testi-right-box h3{margin: 0;font-size: 16px;font-weight: 500;line-height: 24px;color: #000;}
.testi-right-box hr{width: 70px;display: inline-block;background: var(--color1);height: 4px;border: none;margin: 20px 0;}
.testi-right-box p{color: #9693a2;font-weight: 500;}
.testi-right-box a{font-weight: 500;display: inline-block;color: var(--color1);text-decoration: underline;font-size: 16px;}
.testi-right-box:hover a{color: var(--color2);}
.testi-right-box a:hover{text-decoration: none;}

/*services-css*/
.services-block{padding-top: 50px;background: #fff;}
.services-block h2,
.gallery-block h2{margin-top: 0;margin-bottom: 30px;font-size: 40px;font-weight: 500;text-align: center;color: #000;}
.services-box {width: 373px;background: #f7f7f7;position: relative;margin-right: 25px;margin-bottom: 25px;box-shadow: 0 10px 10px #d0cece;    display: inline-block;padding: 15px;    text-align: center;}
.services-box:nth-child(3n+3){margin-right: 0;}
.services-box .img-serv{display: inline-block;position: relative; overflow: hidden;transition: 0.6s;}
.services-box .img-serv img{width: 100%;vertical-align: bottom;height:212px;object-fit:cover;}
.services-box .img-serv .number-serv{transition: 0.6s;position: absolute;bottom: 0;left: 0;font-size: 100px;color: #fff;font-weight: 500;right: 0;top: 0;height: 100%;width: 100%;display: flex;align-items: center;justify-content: center;}
.services-box .img-serv .number-serv small{position: absolute;transition: 0.6s;    transform: translate(0, 100px);}
.services-box:hover .img-serv .number-serv small{transition: 0.6s;    transform: translate(0, 0);}
.services-box h3{margin-top:20px;margin-bottom: 20px;font-size: 25px;color: #000;font-weight: 500;}
.services-box:hover h3{color: var(--color2);}
.services-box p{ font-size: 25px;text-align: center;}
.view-btn{display: flex;justify-content: center; margin-top: 20px;}
.view-btn .btns{ background: #000;color: #fff;}
.view-btn .btns:hover{background: var(--color1);}

/*start-donating-css*/
.start-donating{padding:70px 0 50px;margin-top: 50px;background-repeat: no-repeat;background-size: cover;/*box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 80%);*/}
.start-donating .start-donat-txt {width: 100%;border: 10px solid var(--color2);    text-align: center;padding: 60px;position: relative;}
.start-donating .start-donat-txt .callnow-icon{ display: inline-block;position: absolute;top: -46px;left: 0;right: 0;}
.start-donating .start-donat-txt h3{color: #fff;margin-top: 0;margin-bottom: 30px;text-transform: uppercase;font-size: 20px;font-weight: 500;}
.start-donating .start-donat-txt .call-now,
.start-donating .start-donat-txt .call-now a{color: #fff;font-size: 40px;font-weight: 500;}
.start-donating .start-donat-txt .call-now a{display: inline-block;    padding-left: 10px;}
.start-donating .start-donat-txt .call-now a:hover{color: var(--color2);}
.start-donating .start-donat-txt .btns{background: var(--color1);color: #fff;font-size: 30px; font-weight: 500;    margin-top: 20px;cursor:pointer;border:none;}
.start-donating .start-donat-txt .btns:hover{background: var(--color2);}


.gallery-block {position:relative;background: #fff;padding-top: 50px;}
ul.list-gallery {    display: flex;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;}
ul.list-gallery li {width: 33.33339%;}

.gallery-block .boxes {position:relative;overflow:hidden;}
.gallery-block .boxes img {width:100%;height:auto;display:block;transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s}
.gallery-block .boxes:hover .overlay {background-color:rgb(0,0,0,.8);z-index:1;-webkit-transition-property:top,opacity;transition-property:top,opacity;-webkit-transition-duration:0.6s;transition-duration:0.6s;-webkit-transition-delay:0s;transition-delay:0s;position:absolute;top:0; height:100%;width:100%}
.gallery-block .boxes .zoom-icon {position:absolute;top:0;height:100%;width:100%;text-align:center;left:0;right:0;z-index:2;}
.gallery-block .boxes:hover .overlay {position:absolute;top:0;width:100%;height:100%;left:0;right:0}
.gallery-block .owl-dots .owl-dot span {width: 30px;height: 3px; margin: 0px 7px;background:var(--color1);display: block;-webkit-backface-visibility: visible;transition: opacity .2s ease; border-radius: 6px;opacity: 0.5;}
.gallery-block .owl-dots .owl-dot.active span, .gallery-block .owl-dots .owl-dot:hover span {background: var(--color1);opacity: 1;}
.gallery-block .boxes:hover .zoom-icon:after{content: url(https://www.onpointblood.ca/wp-content/uploads/2025/01/zoom-plus.png);   position: relative;
    top: 0;
    width: 100%;
    margin-top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center}

/*blood-owner-css*/
.blood-owner-block {padding:70px 0 90px;margin-top: 50px;background-repeat: no-repeat;background-size: cover;background-position: top;box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 70%);text-align: center;    background-position: center;}
.blood-owner-block h2{color: var(--color2);    text-transform: uppercase;margin-top: 0;margin-bottom: 20px;font-size: 16px;line-height: 22px;}
.blood-owner-block h3{color: #fff;margin: 20px 0;font-size: 30px;font-weight: 500;}
.blood-owner-block .btn-book-call .btns{color: #fff;font-size: 25px;font-weight: 500; box-shadow: 0 0 10px #908f8f;    margin: 0 10px;border:none;cursor:pointer;}
.blood-owner-block .btn-book-call .btns.btn1{background: var(--color1);}
.blood-owner-block .btn-book-call .btns.btn1:hover {background: #ffffff;color: var(--color1);}
.blood-owner-block .btn-book-call .btns.btn2{background: var(--color2);}
.blood-owner-block .btn-book-call .btns.btn2:hover {background: #ffffff;color: var(--color2);}

/*faq-form-css*/
.faq-form {margin-top: -50px;}
.faq-form .flex{    justify-content: space-between;}
.faq-form .boxes{width: 100%;background: #f7f7f7;position: relative;padding: 50px;box-shadow: 0px 0 10px #d0cece;}
.faq-form .boxes h3{margin-top: 0;margin-bottom: 20px;color: #000;font-size: 25px;font-weight: 500;}
.acc {margin-bottom: 10px;}
.acc .acc-head {background-color:#fff;padding: 10px 22px;font-size: 22px;position: relative;cursor: pointer;}
.acc .acc-head h4{margin: 0;font-size: 16px;color: #000;font-weight: 400;line-height: 22px;}
.acc .acc-head::before,
.acc .acc-head::after {
position: absolute;top: 0;transition: all .3s;right: 0;height: 100%;display: flex;align-items: center;justify-content: center;}
.acc .acc-head::before {content: url(https://www.onpointblood.ca/wp-content/uploads/2025/01/acc-plus.png);}
.acc .acc-content {padding: 10px 22px;display: none;background: var(--color1);}
.acc .acc-content p{color: #fff;font-size: 14px;line-height: 22px;}
.acc .acc-content p:last-child{margin: 0;}  
.acc-head.active::before{content: url(https://www.onpointblood.ca/wp-content/uploads/2025/01/acc-minus.png);transform: rotate(180deg);}
.form-flex{ display: flex;flex-wrap: wrap;    justify-content: space-between;}
.form-flex .input-1{width: 100%;padding: 0 0 20px;margin:0;}
.form-flex .input-2{width: 47%;padding: 0 0 20px;margin:0;}
.input-1 input,
.input-2 input{width: 100%;height: 40px;background: #fff;border: none;outline: none;padding: 15px;font-size: 14px;}
.input-1 textarea{background: #fff;border: none;outline: none;width: 100%;height: 192px;resize: none; padding: 15px;font-size: 14px;}
.input-btn input[type="submit"]{background: var(--color1);border: none;color: #fff;display: inline-block;font-size: 16px;font-weight: 500;letter-spacing: 1px;padding: 13px 26px;transition: 0.6s;cursor: pointer;}
.input-btn input[type="submit"]:hover{background: var(--color2);}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#c0bfbf;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#c0bfbf;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#c0bfbf;
}
:-moz-placeholder { /* Firefox 18- */
  color:#c0bfbf;
}

.faq-form.contact-info-in .boxes{width:50%;}
.contact-info-in  p.hour-txt span {
    display: inherit;
    color: var(--color2);
}

/*joinus-css*/
.joinus-block{background: var(--color2);padding: 35px 0; margin-top: 50px;}
.joinus-block .flex{justify-content: space-between;    align-items: center;}
.join-left{width: 765px;}
.join-left h2 {margin-top: 0;font-size: 35px;font-weight: 500;color: #fff;line-height: 40px;margin-bottom: 0;}
.join-left p{ color: #fff;font-size: 14px;line-height: 22px;}
.join-right { width: 170px;}
.join-right button{display: inline-block;background: var(--color1);border:2px solid var(--color1);padding: 10px 15px;font-size: 25px;color: #fff; font-weight: 500;width: 100%;cursor:pointer;}
.join-right button:hover{background: transparent;color: #fff; border:2px solid #fff;}

/*footer-css*/
.footer-block {background: #000;position: relative;padding-top: 50px;}
.footer-block h3{font-size: 20px;color: #fff;font-weight: 500;margin-top: 0;margin-bottom: 30px;}
.footer-block .flex{justify-content: space-between;}
.ft-about{width: 315px;}
.ft-about p,
.ft-about a{ color: #fff;font-size: 14px;line-height: 22px;}
.ft-quick {width: 125px;}
.ft-services {width: 210px;}
.ft-quick ul,
.ft-services ul{ padding: 0;margin: 0;}
.ft-quick ul li ,
.ft-services ul li {margin: 0 0 5px;}
.ft-quick ul li a,
.ft-services ul li a{color: #fff;display: inline-block;}
.ft-about a:hover,
.ft-quick ul li a:hover,
.ft-services ul li a:hover{color: var(--color2);}
.footer-block hr{background: #fff;border: none;height: 1px;margin-top: 50px;margin-bottom: 20px;}
.ft-subscribe .sub-scribe form p{width: 501px;border: 1px solid #fff;height: 50px;display: flex;justify-content: space-between;padding: 3px;position:relative;}
.ft-subscribe .sub-scribe input[type="email"]{width: 329px;background: transparent;color: #fff;font-size: 14px;padding: 15px;border: none;}
.ft-subscribe .sub-scribe input[type="email"]::placeholder{color: #bfbdbd;}
.ft-subscribe .sub-scribe input[type="submit"]{width: 166px;background: var(--color2);border: none;color: #fff;font-size: 16px;cursor: pointer;display: inline-block;    position: absolute;
    right: 3px;
    top: 3px;
    height: 42px;}
.ft-subscribe .sub-scribe input[type="submit"]:hover{background: var(--color1);}
/*social-media*/
ul.social-media{margin: 0;padding: 0;    display: flex;justify-content: right;flex-wrap: wrap;}
ul.social-media li{display: inline-block;    margin-left: 10px;}
ul.social-media li a{display: inline-block;width: 50px;height: 50px;/*    transition: 100ms ease-out 20ms;*/    transition: 0.6s;}
ul.social-media li a:hover{transform: rotateZ(360deg);}
.ft-link {color: #fff;margin-top: 20px;    text-align: right;}
.ft-link a{color: #fff;display: inline-block;    font-size: 18px;font-weight: 500;}
.ft-link a:hover{color: var(--color2);}
.copyright{background: #242424;text-align: center; margin-top: 50px; padding: 15px 100px;}
.copyright p{color: #fff;margin:0;font-size: 14px;font-weight: 400;}

	.ft-subscribe .sub-scribe .wpcf7-response-output{color:#fff;}
	
	.ft-flex{    align-items: center;}

 /*--================== 
    #inner-page
==================--*/

.hero-block-in .caption .table2{vertical-align: bottom;}
.hero-block-in .caption .content h1{text-align: center;text-transform: uppercase;font-size: 60px;font-weight: 500;margin: 0;color: var(--color2);}
.about-block.about-welcome {height: 100%;padding-top: 0;}
.about-block.about-welcome .about-side{position: relative;width: 100%;padding: 0;
    box-shadow: none;}
/* 
.about-video{margin-bottom: -50px;} */

.faq-form.contact-info-in {
    margin-top: 50px;
}
.contact-info-in .info-c p span{
    display: inherit;
    color: var(--color2);
}
.contact-info-in .info-c p a{
        font-size: 16px;
    font-weight: 500;
}
.contact-info-in .info-c p a:hover{color: var(--color2);}

.c-hours ul{padding: 0;display: flex;    justify-content: left;    margin: 0 0 5px;}
.c-hours ul li{font-size: 16px;}
.c-hours ul li:first-child{width: 160px;}

.choose-block{    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    margin-bottom: -50px;    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 40%);}
.choose-block h2{margin-top: 0;margin-bottom: 30px;font-size: 40px;font-weight: 500;text-align: center;color: #fff;}
.choose-box {width: 262px; /*box-shadow: 0 10px 10px #d0cece;*/background: #f7f7f7;margin: 15px;padding: 15px; text-align: center;}
.choose-box h3{margin-top: 20px;margin-bottom: 20px;font-size: 25px;color: #000;font-weight: 500;}
.choose-box:hover{box-shadow: none;background:var(--color1);}
.choose-box:hover h3,
.choose-box:hover p{color:#fff;}

.faq-form.faq-in{margin-top: 50px;}
.faq-form.faq-in .boxes{width:100%;}

.testimonials-block.testimonials-block-in{padding-top:50px;}
.testi-box{
	width: 100%;
    background: #f3f3f3;
    box-shadow: 0 10px 10px #edeaea;
    padding: 30px;
    margin: 10px 0;
}
.testi-box h5{
	    font-size: 20px;
    margin: 10px 0 0;
}
/*******21-1-2025****/
section.help-block.clear {
    display: none;
}
.video-sneak{margin-top:70px;}

.single-services article{float:left;width:100%;clear:both;}
.single-services article .entry-title{
	    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 500;
    color: #000;
}
.single-services article .entry-header p{
	    font-size: 30px;
    font-weight: 600;
    color: var(--color2);
    margin: 0 0 30px;
}
.single-services article img.size-post-thumbnail {max-width:100% !important;}

.entry-content p a{
	    color: var(--color2);text-decoration:underline;
}
.entry-content p a:hover{text-decoration:none;}

.comments-area{
	    border: 2px solid #ccc;
    padding: 30px;
    margin: 30px 0;
}
.comments-area h2{
	margin-top: 0;
    font-size: 35px;
    font-weight: 500;
    color: var(--color2);
    margin-bottom: 15px;
}
.comments-area .required{ color: var(--color2);}
.comments-area label{
	    width: 100%;
    display: inline-block;
	    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
}
.comments-area textarea{
	    width: 100%;
    resize: none;
    height: 100px;
    border: 1px solid #000;
	    padding: 15px;
    font-size: 18px;
}

.comments-area input{
	   width: 100%;
    resize: none;
    height: 50px;
    border: 1px solid #000;
	    padding: 15px;
    font-size: 18px;
}
.comments-area .comment-form-cookies-consent{    display: flex; align-items: center;}
.comments-area input[type="checkbox"]{    width: 21px;}
.comments-area input[type="submit"]{
	    width: auto;
    background: var(--color2);
    border: 2px solid var(--color2);
    padding: 0 30px;
    color: #fff;
    font-size: 20px;
    transition: 0.5s;
	cursor:pointer;
}
.comments-area input[type="submit"]:hover{background:#fff;color:var(--color2);}
.post-navigation .nav-links{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.post-navigation .nav-links .meta-nav{display:flex;align-items:center;}

.sneak-paek-sec{
	    background: #000;
    padding: 60px 0;
    margin-top: 50px;
    margin-bottom: -50px;
}
.sneak-paek-sec .flex{justify-content:space-between;    align-items: center;}
.sneak-paek-sec .boxes h2{
	color: #fff;
    font-size: 40px;
    font-weight: 500;
}
.sneak-paek-sec .boxes{width:48%;}
.sneak-paek-sec .boxes:last-child{display:flex;    flex-wrap: wrap;
    justify-content: space-between;}
.sneak-paek-sec .boxes img{
       object-fit: unset;
    width: 49%;    height: 290px;
}
.sneak-paek-sec .boxes p{color:#fff;}
.sneak-paek-sec .boxes p a{
	color: var(--color2);
    text-decoration: underline;
}
.sneak-paek-sec .boxes p a:hover{text-decoration:none;}
.ft-services ul li {
    color: #fff;
}
.captcha-form, .captcha-form p{    width: 100%;
    text-align: center;}
    
  .captcha-form .captcha-image{
          background: #fff;
    border: 2px solid #ccc;
    width: 100%;
  }  
  
  .sitemap ul li a:hover{color:var(--color2);}
  .sitemap ul li{list-style:disc;}
  .sitemap h3 {    font-size: 30px;}
/*.testi-box h5 {
    display: none;
}*/
 /*--================== 
    #responsive
==================--*/

@media (max-width:1200px){
   .container{width: 100%;} 
    .navs-toggle{width: auto;
        float: left;
        padding: 0;
        position: relative;
        margin-top: 0;
        top: 0;
        right: 0;
        z-index: 99;display:block;}
    .navs-toggle-icon{display: inline-block; float: right;height: 50px;background: #fff;border-radius: 4px;}
    .navs-toggle span{float:left;}
    .close-bars{display: none;}
    .toggle-open .close-bars{display: block;}
    .toggle-open .bars{display: none;}
    .primary-menu{display: none;}
    .toggle-open .primary-menu {display: block;position: absolute;top:100px;width: 100%;background: #000;z-index: 9999;left: 0; margin-top: 0;
        padding: 15px;}
    .toggle-open .sticky__header .primary-menu{margin-top: 5px;border-top: 1px solid #fff;}

.header-block .logo{
        display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.hd-navbars{position: relative;}
.hd-cta-btn{
    position: absolute;
    right: 80px;
}


  .primary-menu ul li .submenu {position: relative;width: 100%;padding: 0 30px;}
  ul.submenu li a{padding: 15px !important;}
  ul.submenu li{padding: 0 !important;}
  .primary-menu ul li:hover .submenu{display: none;} 


.icon-bar{margin-left: 0;margin-right: -5px;left: inherit;right: -100px;border-radius: 0 0 15px 15px;}
    

    .primary-menu ul{width: 100%;float: left;margin: 0;padding: 0;}
    .primary-menu ul li{display: block; padding: 10px 0;}
    .primary-menu ul li a{color: #fff;padding: 5px 0;}

     .cta-block{margin-top: 40px;}
     .cta-block .cta-box{width: 33.333339%;        padding: 10px 30px;}
	
     .help-box,.services-box{width: 31%;}
     .testimonials-block .testi-title{width: 100%;}
     .testimonials-block .testi-right{width: 100%;justify-content: center;}
     .testi-right-box{margin: 0 1%;width: 45%;}
     .faq-form .boxes{width: 49%;padding: 20px;}
      .choose-box{width: 23%;margin:1%;}
	.about-block{padding-bottom:60px;}
	.about-video{box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 30%);}
	.about-video .video-side{width:100%;justify-content:center;}
	.about-video .container{padding:0;}

}

@media (max-width:1169px){
 
     .about-video.about-block .flex{justify-content: center;}
/*      .about-block .about-side{position: relative;width: 100%;padding: 20px;margin-top: 30px;
        text-align: center;} */
        .about-block .video-side{margin-top: 0;margin-bottom: 30px;}
        .about-block{height: 100%;}
        .testimonials-block{padding-top:70px;}
        .about-block .video-side{margin:0 auto;}
	.cta-box .cta-txt h2{font-size:24px;}
/* 		.about-block{    background-image: none !important;padding-top: 0;padding-bottom: 0;} */
	.about-block .video-side{
		background-image: url(https://www.onpointblood.ca/wp-content/uploads/2025/01/about-us-sec.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 60px;  width: 100%;box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 30%);        justify-content: center;}

.services-box .img-serv .number-serv small{
            transform: unset;
    background: var(--color2);
    bottom: 0;        font-size: 50px;
    }
}



@media (max-width:991px){
   .ft-subscribe,.ft-subscribe .sub-scribe form p{width: 100%;}
     ul.social-media{    justify-content: center;}
     .ft-social{width: 100%;margin-top: 20px;text-align: center;}
	 .choose-box{width: 46%;margin:2%;}
.sneak-paek-sec .boxes img{width:100%;    height: auto;}
.ft-link {text-align: center;}
.error-404.not-found h1{ font-size:70px;}
}

@media (max-width:767px){
   .hd-cta-btn .call-link{padding: 0;}
    .hd-cta-btn .call-link span{display: none;}

.caption .content,
.cta-block .cta-box,
.testimonials-block .testi-title,
.testi-right-box,
ul.list-gallery li,
.faq-form .boxes,
.join-left,
.ft-about,
.ft-subscribe .sub-scribe form p,
.ft-subscribe .sub-scribe input[type="email"],
.ft-social,
.form-flex .input-2{width: 100%;}

.help-box,.services-box{width: 100%;    margin-right: 0;}


.copyright{padding:15px;    margin-top: 50px;}
ul.social-media{justify-content: center;margin:15px 0 0;}
ul.social-media li{margin: 10px;}
.ft-link{text-align: center;}
.ft-link a{font-size: 14px;}

.hero-block img{height: 350px;object-fit: cover;}
.hero-block .caption{position: relative;}
.caption .content{padding: 15px;}
	
	.about-block .about-side{width:100%;}
	.services-box .img-serv .number-serv{position:relative;}
	.services-box .img-serv .number-serv small{    transform: unset; background: var(--color2); bottom: 0;}

.testimonials-block .testi-right{    justify-content: center;width: 100%;}
.testi-right-box{margin-left: 0; margin-bottom: 20px;}
.start-donating .start-donat-txt{padding: 40px 20px;}
.start-donating .start-donat-txt .call-now, .start-donating .start-donat-txt .call-now a{font-size: 30px;}
.faq-form .boxes{padding: 30px;margin-bottom: 20px;}
.about-block.about-welcome .about-side{text-align: center;}
.testimonials-block .testi-title{padding: 20px;}
	.sneak-paek-sec .boxes{width:100%;}
	.services-box .img-serv img{height:100%;}
	.joinus-block .flex{justify-content:center;}
	.join-left h2{text-align:center;margin-bottom:15px;}
	.about-block .about-side{padding:30px;}
    
    .video-sneak video{
            height: 100%;
    width: 100%;
    background: #fff;
    }
    
    .faq-form.contact-info-in .boxes { width: 100%;box-shadow:none;padding: 0;}
    .faq-form.contact-info-in .flex{
        background: #f7f7f7;
    box-shadow: 0px 0 10px #d0cece;padding: 30px;
    }
}


@media (max-width:485px){
	.header-block.sticky-menu{position:relative;}
    .hd-cta-btn{right: 0;
        bottom: -40px;
        width: 100%;}
        .hd-cta-btn .call-link,
        .hd-cta-btn .book-link{width: 50%;}
         .hd-cta-btn .call-link span{display: block;}
   .hero-block img{height: 300px;}
    .ft-quick, .ft-services{width: 100%;}
    .cta-box .cta-txt{width: 60%;}
    .cta-block .cta-box{flex-wrap: wrap;}

    .hero-block-in .caption .content h1,
    .about-block .about-side h2{font-size: 40px;}
    .counter-inner{width: 100%;}
	.services-box .img-serv .number-serv{font-size:60px;}
	.video-side .play-btn img{width:50px;}
	 .choose-box{width: 100%;margin:2% 0;}
	.about-block .video-side .video-side-in{width:100%; justify-content: center;}
	.about-block .video-side{padding:60px 15px;}
	.about-block .video-side h4{font-size:25px;line-height:25px;}
	
	.ft-subscribe .sub-scribe input[type="submit"]{position:relative;top:0;right:0;    margin-top: 10px;width:100%;}
	.ft-subscribe .sub-scribe form p{
		    height: auto;
    display: inline-block;
    border: none;
	}
	.ft-subscribe .sub-scribe input[type="email"]{border:1px solid #fff;}
	.ft-subscribe .sub-scribe .wpcf7-spinner{position:absolute;margin:20px -30px;}
	.blood-owner-block .btn-book-call .btns{width:100%;margin:5px 0 !important;}
	.cta-box .cta-link a, .cta-box .cta-link button{height:40px;width:40px;}
	.cta-box .cta-link a img, .cta-box .cta-link button img{width:40px;}
	.cta-box .cta-txt h2{font-size:20px;}
.error-404.not-found h1{ font-size:40px;}
	
}


@media (min-width:768px) and (max-width: 1200px){
  
	.about-video{margin-top:0;}
	.join-left{width:60%;}
    
}


@media (min-width: 768px) and (max-width: 991px){
	
  
}




