/* @import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap"); */
* {
    font-family: "Open Sans", sans-serif;
}

body{
    margin: 0px;
}

p,
nav ul>li {
    font-size: 20px;
}

@media (max-width: 768px) {
    ul>li {
        font-size: 16px;
    }
}

.nav {
    font-size: 20px;
}

.nav .navbar_nav .nav_link {
    border-bottom: 3px solid #171717;
}

.nav .navbar_nav .nav_link.active {
    border-bottom: 3px solid #008ad5;
    color: #008ad5;
}

.nav .navbar_nav .nav_link {
    color: #171717;
    font-weight: bold;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type=radio]:checked+label,
[type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type=radio]:checked+label:before,
[type=radio]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type=radio]:checked+label:after,
[type=radio]:not(:checked)+label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #008ad5;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Blockquote */

.blockquote_wrapper {
    height: 246px;
    position: relative;
  }
  .blockquote_wrapper .blockquote_content {
    color: #ffffff;
    top: 0px;
    display: table;
  }
  .blockquote_wrapper .blockquote_content .blockquote_content_align {
    display: table-cell;
    vertical-align: middle;
  }
  .blockquote_wrapper .blockquote_content .blockquote_content_align .blockquote_title {
    font-size: 36px;
    line-height: 60px;
  }
  .blockquote_wrapper .blockquote_content .blockquote_content_align .blockquote_title span {
    font-size: 80px;
    font-weight: bolder;
  }
  @media (max-width: 768px) {
    .blockquote_wrapper{
        height: 150px;
    }

    .blockquote_wrapper .blockquote_content .blockquote_content_align .blockquote_title {
      font-size: 20px;
      line-height: 25px;
    }
    .blockquote_wrapper .blockquote_content .blockquote_content_align .blockquote_title span {
      font-size: 45px;
    }
  }
  
  /* @import url("../scss/Products/ProductsListing.scss"); */


/* Blockquote End */

.theme_button {
    background: #008ad5;
    border: 2px solid white;
  }

.theme_button:hover {
    background: #171717;
}
  
.black_button {
    background: #171717;
    border: 2px solid white;
}

.black_button:hover {
    background: #008ad5;
}
/* Heading2  */
/* @import "./Helpers/heading2.css"; */
.heading_style {
    font-size: 30px;
}

/* Footer */

.footer a {
    color: #171717;
    text-decoration: none;
  }
  
.footer_upper {
border-bottom: 3px solid #cfcfcf;
}




  @media (max-width: 991px) {
    
    .heading_style {
      font-size: 22px;
    }

    .heading_style .heading-line {
      bottom: 15px !important;
      height: 2px !important;
    }

    h4{
        font-size: 18px;
    }

    footer img{
            width: 40px;
            height: 40px;
    }
    h4, h5, h3, h6{
        font-size: 20px !important;
    }

    p{
        font-size:15px;
    }

  }
  @media (max-width: 575px) {
    .heading_style {
      font-size: 16px;
    }
    .heading_style .heading-line {
      bottom: 10px !important;
      height: 2px !important;
    }

    h4, h5, h3, h6{
        font-size: 14px !important;
    }

    p{
        font-size: 12px;
    }

    footer img{
        width: 25px;
        height: 25px;
    }
  }


  