body, h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
}

/* @import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');
@font-face{
    font-family: Poppins-thin;
    src: url(../fonts/Poppins-Thin.ttf);
    font-family: Poppins-SemiBold;
    src: url(../fonts/Poppins-SemiBold.ttf);
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins-Regular.ttf);
    font-family: Poppins-Medium;
    src: url(../fonts/Poppins-Medium.ttf);
    font-family: Poppins-Bold;
    src: url(../fonts/Poppins-Bold.ttf);
} */



img{
    max-width: 100%;
}

a{
    text-decoration: none !important;
}

h1,h2,h3,h4,h5,h6{
    margin: 0px;
    padding: 0px;

}
h2{
    font-weight: 600;
    font-size: 35px;
    color: #ef1b2a;
    margin: 0px;
    padding: 0px;
    text-transform: capitalize;
}
p{
    margin: 0px;
    padding: 0px;
    color: #554e4e;
    line-height: 30px;
    text-align: justify;

}
.mtb{
    margin: 60px 0px;
}
.mb{
    margin-bottom: 20px;
}
ul{
    list-style: none;
}
 ul li a{
     text-decoration: none !important;
     color: #000;
 }






.canon-heaging{
  position: relative;
}
.canon_printer_support_main:after {
  content: '';
  position: absolute;
  width: 177px;
  height: 4px;
  background: #ec1b26;
  bottom: -9px;
  left: 50%;
  transform: translate(-50%, -50%);
  /* border-bottom: 3px solid #000; */
  border-radius: 2px;
}


@-webkit-keyframes move2 {
    0% {
        -webkit-transform: rotate(1deg) translate(2px,2px);
        transform: rotate(1deg) translate(2px,2px)
    }

    50% {
        -webkit-transform: rotate(-1deg) translate(-2px,-2px);
        transform: rotate(-1deg) translate(-2px,-2px)
    }

    to {
        -webkit-transform: rotate(1deg) translate(2px,2px);
        transform: rotate(1deg) translate(2px,2px)
    }
}

@keyframes move2 {
    0% {
        -webkit-transform: rotate(1deg) translate(2px,2px);
        transform: rotate(1deg) translate(2px,2px)
    }

    50% {
        -webkit-transform: rotate(-1deg) translate(-2px,-2px);
        transform: rotate(-1deg) translate(-2px,-2px)
    }

    to {
        -webkit-transform: rotate(1deg) translate(2px,2px);
        transform: rotate(1deg) translate(2px,2px)
    }
}

/* HAND */
@keyframes fa-hand-o-right {
    from {
      transform: translateX(0px);
    }
    to {
      transform: translateX(-4px);
    }
  }
  
  .fa-hand-o-right{
    animation:
    fa-hand-o-right 600ms
      alternate infinite
      cubic-bezier(.2, .65, .6, 1);
  }
.hover_effects{
    overflow: hidden;
}
.hover_effects img {
    transition: 0.3s;
}
.hover_effects img:hover {
    transform: scale(1.1);
}




/* ----------------------------------------------------navbar----------------------------------------------------------- */
.heading_main{
    text-align: center;
   margin-bottom: 20px;
}
.navbar-dark .navbar-toggler{
  background-color: #ec1920;
}
.banner_content_main{
  padding-top: 100px;
}
.banner_img img {
    height: auto;
    width: auto;
}
.main_banner_navbar {
    background-image: url(../images/home/background.webp);
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-color: #fcdee0;
        height: auto;
    width: 100%;
}
.navbar_list .nav-item .nav-link.active{
    color: #e71f1e;
    font-weight: 600;
    font-size: 20px;
}
.navbar_list .nav-item{
    margin: 0px 20px;
}
.navbar_list .nav-item .nav-link{
    color: #000;
    font-weight: 600;
    font-size: 20px;
    transition: 400ms ease-in-out;
}
.navbar_list .nav-item .nav-link:hover{
    color: #e71f1e;
    transition: 400ms ease-in-out;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
  color: #e71f1e !important;
}
.banner_content h1{
    font-size: 45px;
    font-weight: 700;
    color: #ef1b2a;
}
.banner_content p{
    margin: 10px 0px;
}

.banner_btn a{
    font-weight: 700;
    color: #ef1b2a;
    background-color: #fff;
    border-radius: 12px;
    padding: 8px 30px;
    position: relative;
}
.banner_btn span {
    width: 12px;
    height: 12px;
    border-right: 2px solid #ef1b2a;
    border-bottom: 2px solid #ef1b2a;
    position: absolute;
    transform: rotate(-45deg);
    right: 13px;
    top: 13px;
}
.top_navbar_bar{
  position: fixed;
  width: 100%;
  z-index: 9999;
}

span.chevron-up-down {
    width: 12px;
    height: 12px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
    margin-right: 5px;
    transition: 400ms;
}

li.item.active span.chevron-up-down {
    transform: rotate(224deg);
}

/* ---------------------------CANON PRINTER SUPPORT NUMBER HELPS TO LET ELIMINATE ITS RANDOMORTION -------------------------------*/
.canon_support_number_help{
    background-color: #fae8e8;
    padding: 60px 0px;
    border-radius: 0px 0px 0px 300px;
}
.support_number_img img{
    width: 100%;
}
/*-------------------------------------- CARTRIDGE ERROR-----------------------------------  */
.cartridge_main{
    background-color: #e71f1e;
    background-image: url(../images/v36-212.webp);
    padding: 60px 0px;
    height: auto;
    width: 100%;
}
.cartridge_content{
    background-color: #fff;
    padding: 30px;
    border-radius: 25px;
    position: relative;
    margin: 20px 0px; 
}
.cartridge_content.white{
  height: 360px;
}
.cart_left{
    margin-left: 30px;
}
.cart_left h3{
    font-weight: 600;
    color: #eb4a4a;
}
.cartridge_content span{
    left: 18px;
    position: absolute;
}
.para_main{
    color: #000;
    font-weight: 600;
}
.margin-left{
    line-height: 30px;
}

/* faq */
.faq-section {
    padding: 40px 0px;
    width: 100%;
    float: left;
  }
  
  .faq-section h2 {
    text-align: center;
    margin-bottom: 35px;
  }
  
  .fondo .img {
    width: 200px;
    position: relative;
    top: -90px;
    filter: drop-shadow(0 25px 0px #E1D6F6);
  }
  
  .fondo .titulo {
    text-align: center;
    color: hsl(238, 29%, 16%);
    font-size: 25px;
    font-weight: 700;
  
  }
  
  .fondo .pregunta {
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-left: 30px;
  }
  
  .fondo .parrafo {
    color: #000;
    line-height: 23px;
  
    position: relative;
    transition: top 1s, opacity 1s;
    z-index: 1;
    background-color: transparent;
    border-radius: 25px;
    margin-top: -20px;
    padding: 35px 25px 0px;
    /* box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%); */
  }
  
  .fondo .parrafo .p {
    font-weight: 400;
    color: #4e4545;
  }
  
  .fondo .lista {
    list-style: none;
  }
  
  .fondo .item_header {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
   padding: 0px 10px;
    cursor: pointer;
    height: 54px;
    box-shadow: 2px 4px 14px 4px rgb(0 0 0 / 10%);
    border: 1px solid #ddddddab;
  }
  
  .fondo .icon {
  color: #000;
    transition: transform 1s;
  }
  
  .fondo li {
    height: 54px;
    overflow: hidden;
    transition: all 1s;
    margin-bottom: 30px;
    box-shadow: 2px 4px 14px 4px rgb(0 0 0 / 10%);
  
  }
  
  .fondo .active>.item_header>.icon {
    transform: rotate(180deg);
  
  }
  
  .fondo li p {
    color: #000;
  }
  
  i.fa.fa-chevron-circle-down {
    color: #fff;
    margin-right: 25px;
  }
  
  .faq-section .faq-inner-li li {
    margin: 0;
  }
  
  .faq-section .faq-inner-li li {
    margin: 0;
    height: 30px;
  }
  .badge{
    background-color: #ef1b2a;
    position: absolute;
    left: 10px;
  }


  /* -------------------------------------------------last accordian ---------------------------------- */
  .canon_suppoer_accor{
    background-color: #ef1b2a;  
  }
.canon_suppoer_accor .accordion {
    font-weight: 600;
    background-color: #ef1b2a;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: 20px;
  }
.canon_suppoer_accor tbody tr th a {
  color: #ef1b2a;
  font-weight: 500;
}

  
  /* Style the accordion panel. Note: hidden by default */
 .canon_suppoer_accor .panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
  }
  .canon_suppoer_accor .accordion:after {
    content: "";
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    float: right;
    transition: 400ms;
  }
  .canon_suppoer_accor .active:after {
    content: "";
    transform: rotate(224deg);
}

  /* footer */
  .footer_main{
   /* background-image: url(../images/footer.png);*/
    background-color: #1b1c38;
padding-top: 60px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .footer_content p{
      color: #fff;
  }
.footer_content p a{
    color: #e71f1e;
}  
.copy_right{
    font-weight: 700;   
    text-align: center;
    margin-top: 40px;
    padding: 10px 0px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.6s;
  z-index: 100000;
}

.header.sticky {
  background-color: #fff;
  z-index: 99999999;
  box-shadow: 2px 4px 5px 0px rgb(0 0 0 / 5%);
  transition: 400ms;
  transition: ease-in-out;
}
.header.sticky img{
  width: 150px;
  transition: 400ms;
  transition: ease-in-out;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #e4efff;
  background-color: #ed1b22;
}
.dropdown-menu{
  padding: 0px;
}




/* canon printer setup */
.cartridge_content.height_top{
 height: 100%;
}
.cartridge_content.height_second {
  height: 100%;
}


/* contact page */
.contact--area.contact-page .contact-content {

  border: none;
}
.contact--area .contact-content .single-contact-content {
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}
.contact--area .contact-content .single-contact-content .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  max-width: 48px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: #000;
  text-align: center;
  margin-right: 15px;
  background-color: #fff;
}
.contact--area.contact-page .contact-content h5 {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 35px;
}
.map-area .contact---area .contact-page {
  background-color: #ef1b2a;
  padding: 70px 15px;
  border-radius: 20px;
  background-image: url(../images/v36_212.png);height: 100%;
}
.map-area .contact---area .contact-page h4 {
  color: #fff;
  font-weight: 600;
  font-size: 25px;
    margin-bottom: 40px;
}
.contact-form-area .form-control {
  position: relative;
  z-index: 2;
  height: 54px;
  width: 100%;
  background-color: #f1f7f9;
  font-size: 12px;
  margin-bottom: 15px;
  border: none;
  border-radius: 5px;
  padding: 15px 30px;
  font-weight: 500;
  color: #aeaeae;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}
.credit-btn {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  background-color: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 175px;
  height: 48px;
  color: #000;
  border-radius: 5px;
  padding: 0 30px;
  font-size: 14px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
}
.text p a{
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.text  span{
  color: #fff;

}


.sociala a{color: #ffffff;
    font-weight: 500;
    font-size: 30px;}
.sociala {
  position:fixed;
  width: 110px;
  height: 110px;
  border: none;
  box-shadow: 0 0 0 0 rgb(0 152 214);
    border-radius: 50%;
    background-color: #0098d6;
  background-size:cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  right:45px;
  bottom:260px;
  text-align:center;
  z-index: 999999;
  line-height: 30px;
    padding-top: 20px;
    display: block;
}

.sociala:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}

.socialaa h2{
  color: #191f28;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  padding: 9px;
  text-align: right;
  text-orientation: upright;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  background-color: #0062a8;
}
@media (max-width:799px){
    .sociala{
    width: 70px;
    height: 70px;
    right: 25px;
    line-height: 16px;
    }
    .sociala a {
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
}
}




.canon_printer_content_second_img img {
    height: auto;
    width: 100%;
    background-color: #ec1b26;
}
.imgehight-set img{
    height: auto;
    width: 100%;
}
.hover_effects img {
    height: auto;
    width: 100%;
}
