@media only screen and (max-width: 1499px){

}
@media only screen and (max-width: 1399px){

}
@media only screen and (max-width: 1299px){

}
@media only screen and (max-width: 1199px){
  .header-nav > ul > li > a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1099px){
  .cptC {
    width: 180px;
    height: 180px;
  }
}
@media only screen and (max-width: 991px){
.header-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 100%;
    right: 0;
    margin: auto;
    z-index: 99;
    width: 100%;
    height: 100vh;
    background: #000000;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    padding: 0 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .header-nav.open {
    left: 0%;
  }
  .header-nav .nav-tag {
    width: 100%;
    padding: 15px 18px 15px 12px;
    align-items: center;
    justify-content: space-between;
  }
  .header-nav > ul {
    display: block;
    height: 80%;
    padding: 0 12px;
    overflow: auto;
  }
  .header-nav > ul > li {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .header-nav .navbar-list__item--style {
    position: relative;
    border-bottom: 1px solid #7e7d7d59;
  }
  .header-nav > ul > li > a {
    color: #FFFFFF;
    padding: 0 15px 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    position: relative;
  }
  .header-nav .expand-arrow {
    width: 40px;
    height: 100%;
    max-height: 25px;
    position: absolute;
    top: 0;
    margin: auto;
    right: 0;
    background-color: rgba(40, 40, 40, 0.5);
  }
  .header-nav .expand-arrow span {
    top: 0;
    bottom: 0;
    position: absolute;
    width: 12px;
    height: 3px;
    background-color: #FFFFFF;
    display: inline-block;
    transition: 0.4s;
    left: 0;
    right: 0;
    margin: auto;
  }
  .header-nav .expand-arrow span {
    transition: none;
  }
  .header-nav .expand-arrow span:first-of-type {
    left: -8px;
    transform: rotate(45deg);
  }
  .header-nav .expand-arrow span:last-of-type {
    right: -8px;
    transform: rotate(-45deg);
  }
  .header-nav .expand-arrow:hover {
    cursor: pointer;
  }
  .header-nav .expand-arrow.active span:first-of-type {
    transform: scale(0.9) rotate(-45deg);
  }
  .header-nav .expand-arrow.active span:last-of-type {
    transform: scale(0.9) rotate(45deg);
  }
  .header-nav .dropdown-menu--style {
    display: none;
  }
  .header-nav .dropdown-menu--style {
    position: initial;
    visibility: visible;
    opacity: 1;
    padding: 5px 0;
    border-top: 0;
  }
  .header .dropdown-heading {
    font-size: 21px;
    margin: 0 0 10px;
  }
  .header .dropdown-list-container___list {
    padding: 0 0 0 10px;
    margin: 0 0 20px;
    padding: 0;
  }
  .header .dropdown-list-container___list li {
    margin-bottom: 8px;
  }
  .header .dropdown-list-container___list li:last-child {
    margin-bottom: 0;
  }
  .header .dropdown-list-container___list li a {
    font-size: 16px;
  }
  .top-right-bar > ul > li {
    display: none;
  }
  .carousel-caption h1, .carousel-caption .h1, .carousel-caption h2, .carousel-caption .h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .carousel-caption h4, .carousel-caption .h4 {
    font-size: 18px;
    line-height: 24px;
  }
  #homepagecarousel .btn.btn-primary.bnrBtn {
    font-size: 18px;
    line-height: 20px;
    padding: 10px 40px;
  }
  .txtS, .prcS, .infS, .chrtS {
    margin: 40px 0;
  }
  .mtlS {
    padding: 40px 0;
  }
  .txtP, .txtImgC {
    text-align: center;
  }
  .txtImgC {
    margin: 15px 0;
  }
  .funfact-block .inner-box {
    padding: 25px 20px 25px 25px;
  }
  .inner-box h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 6px;
  }
  .inner-box p {
    font-size: 15px;
    line-height: 21px;
  }
  .mtlB {
    clip-path: path('M0 130.355C0 120.063 6.34028 110.728 16.4061 105.612L220 4.15914C250 -5.9857 295 8.51412 295 30.9025V420C295 436.569 281.569 450 265 450H30C13.4315 450 0 436.569 0 420L0 130.355Z');
  }
  .mtlC img {
    max-width: 115px;
  }
  .dtlK .inner-container {
    flex-direction: column;
  }
  .dtlK .single-item {
    min-height: 100%;
    width: 100%;
    flex: 100%;
    border-right: 0;
    padding: 25px 25px 20px 25px;
    border-bottom: 1px solid #e5e5e5;
  }
  .dtlK .single-item:last-child {
    border-bottom: 0;
  }
  .text-box {
    margin-bottom: 25px;
    text-align: center;
  }
  .main-footer .widget-section {
    padding: 40px 0 12px;
  }
  .cptI {
    text-align: center;
    margin-bottom: 30px;
  }
  .cptC {
    width: 100%;
    height: auto;
  }
  .cptC, .cptTp {
    align-items: center;
  }
  .sldrItem {
    height: 400px;
  }
  .infS h2, .chrtS h2 {
    text-align: center;
    margin-bottom: 15px;
  }
  .infS h3 {
    text-align: center;
    margin-bottom: 5px;
  }
  .prcP {
    text-align: center;
  }
  .iconB {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .ct_info h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .ct_info p, .ct_info a {
    font-size: 14px;
    line-height: 20px;
  }
  .page-title {
    padding: 120px 0 0;
  }
  .page-title .pattern-layer {
    top: 29%;
  }
}
@media only screen and (max-width: 849px){
  .mtlC {
    width: 100%;
  }
}
@media only screen and (max-width: 767px){
  .carousel-caption {
    width: 100%;
  }
  .carousel-caption h1, .carousel-caption .h1, .carousel-caption h2, .carousel-caption .h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .carousel-caption h4, .carousel-caption .h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .sec-title {
    text-align: center;
    flex-direction: column;
  }
  .sec-title h2, .cptI h2, .infS h2, .chrtS h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .funfact-block .inner-box {
    padding: 12px;
  }
  .inner-box h3,.main-footer .widget-title h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .inner-box p {
    font-size: 12px;
    line-height: 14px;
  }
  .funfact-section .txtP {
    margin-top: 20px;
  }
  .txtP {
    font-size: 14px;
    line-height: 20px;
  }
  .mtlC {
    height: 350px;
    margin-bottom: 25px;
  }
  .mtlC img {
    position: relative;
    text-align: center;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .mtlB {
    clip-path: none;
  }
  .mtlI {
    padding: 10px;
    margin-top: 40%;
  }
  .dtlK .list-style-one li {
    font-size: 14px;
    line-height: 20px;
  }
  .main-footer .widget-section {
    text-align: center;
  }
  .footer-widget {
    margin-bottom: 20px;
  }
  .footer-column:last-child .footer-widget {
    margin-bottom: 0;
  }
  .widget-content p {
    font-size: 14px;
    line-height: 20px;
  }
  .main-footer .links-widget .links-list li {
    margin-bottom: 5px;
  }
  .main-footer .links-widget .links-list li a {
    font-size: 15px;
    line-height: 20px;
  }
  .footer-bottom .bottom-inner p {
    font-size: 12px;
    line-height: 16px;
  }
  .cptI p {
    font-size: 16px;
    line-height: 20px;
  }
  .cptBt {
    font-size: 24px;
    line-height: 32px;
  }
  .cryptoS {
    margin: 40px 0;
  }
  .sldrItem .carousel-caption h1, .sldrItem .carousel-caption .h1 {
    font-size: 20px;
    line-height: 26px;
  }
  .sldrItem .carousel-caption h4, .sldrItem .carousel-caption .h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .sldrItem .btn.btn-primary.bnrBtn {
    font-size: 14px;
    line-height: 20px;
    padding: 6px 30px;
  }
  .prcCalc {
    margin-top: 15px;
  }
  .contactS .row {
    justify-content: center;
  }
  .page-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .page-title .pattern-layer {
    left: 36%; 
  }
  .sngl_info {
    justify-content: center;
    margin-bottom: 15px;
  }
  .ct_info, .ct_info p {
    max-width: 260px;
  }
  .contactS {
    padding: 50px 0;
  }
  .contactS .form-inner .form-group label {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .theme-btn {
    padding: 8px 30px;
  }
  .lglS {
    padding: 70px 0 40px;
  }
  .lglC h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .lglC h2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 4px;
  }
  .lglC h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .lglC h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .lglC h5, .lglC h6 {
    font-size: 14px;
    line-height: 20px;
  }
  .lglC p, .lglC ul li, .lglC ol li {
    font-size: 14px;
    line-height: 20px;
  }
  .lglC a {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 599px){
  .sec-title h2, .infS h2, .chrtS h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .subscribe-section .inner-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .text-box {
    margin-bottom: 20px;
  }
  .subscribe-section h2, .cptI h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .subscribe-section p, .cptI p {
    font-size: 14px;
    line-height: 20px;
  }
  .cptG {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    grid-template-rows: repeat(3, minmax(0px, 1fr));
  }
  .cptBt {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
  }
  .cptTp p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 575px){
  .col-sm-4.col-12.funfact-block {
    margin-bottom: 15px;
    padding: 0 12px !important;
  }
  .funfact-block .inner-box {
    text-align: center;
    border-radius: 10px !important;
    border: 1px solid #BDE7C3 !important;
  }
}
@media only screen and (max-width: 499px){
  .subscribe-section .form-inner .form-group {
    padding-right: 0px;
  }
  .subscribe-section .form-inner .form-group button[type='submit'] {
    position: relative;
    width: 100%;
    margin-top: 15px;
  }
  .cptG {
    grid-template-columns: 1fr;
  }
}