/*======================================= Responsive Starts ======================================*/
/* XXL-1200 / XL-992 / LG-768 / MD-576 / SM-Below<576px */

@media (max-width:1920.98px){
   
}
@media (max-width:1700.98px){
    
}
@media (max-width:1500.98px){
   
}
@media (max-width:1400.98px){
   .container{
        max-width: 1170px !important;
   }
   .banner {
        min-height: unset;
        padding: 230px 0 200px;
    }
}
@media (max-width:1199.98px){
    .our-sec-holder .row {
        width: 100%;
        margin: 0 auto;
    }
    .banner {
        padding: 200px 0 180px;
    }
    .need-box-img {
        margin-bottom: 25px;
    }
    .org-price p span {
        font-family: var(--secondary-font);
        font-size: 40px;
        font-weight: 600;
        line-height: 55px;
    }
}
@media (max-width:1024.98px){
    .banner-text h1 {
        font-size: 45px;
        line-height: 60px;
    }    
    .cmn-heading h2 {
        font-size: 32px;
        line-height: 43px;
    }
}
@media (max-width:991.98px){
    .main_header {
        padding: 20px 0;
    }
    .fixed {
        padding: 17px 0px !important;
    }
    .foot-logo{
        gap: 20px;
    }
    .foot-details {
        gap: 30px;
    }
    .get-us .cmn-heading a {
        font-size: 16px;
        line-height: 25px;
        padding: 8px 30px 7px;
    }
    .get-us .cmn-heading h4{
        margin-bottom: 25px;
    }
    .get-us .cmn-heading p {
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 20px;
    }
    .price-sec-holder .price-box h4{
        margin-bottom: 15px;
    }
    .price-sec-holder .row>* {
        margin-bottom: 25px;
    }
    .solution-box-text h3 {
        font-size: 23px;
        line-height: 35px;
    }
    .need-box {
        margin: 0;
    }
    .need-text p{
        margin-bottom: 15px;
    }
    .need-text h3 {
        font-size: 19px;
    }
}
@media (max-width:900.98px){
    .foot-details,.footer-holder {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }
}
@media (max-width:840.98px){
    .register-sec {
        padding: 44px 30px;
    }
}
@media (max-width:767.98px){
    .solution-box {
        max-width: 500px;
        margin: 0 auto;
    }
    .solution-sec-holder .row>*{
        margin-bottom: 20px;
    }
    .cmn-heading h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .need-section-holder .row>*{
        margin-bottom: 30px;
    }
    .need-section-holder .row>*:last-child{
        margin-bottom: 0;
    }
    .solution-sec {
        background: #FDFDFD;
        padding: 65px 0;
    }
    .need-text p {
        min-height: unset;
        max-width: 500px;
        margin: 0 auto 15px;
    }
    .need-box-img img {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .cmn-heading h3 {
        font-size: 27px;
    }
    .logo img {
        max-width: 125px;
    }
    .price-sec {
        padding: 60px 0;
    }
    
    .banner {
        background-position: left;
    }
    .nav_wrapper .nav_sec ul li:last-child {
    margin-top: 15px;
}
    span.toggle-menu {
        width:auto;
        float: right;
        margin:0;
        padding: 0;
        display: block;
        cursor: pointer;
    }
    span.toggle-menu img{
        float: left;
      }
      .nav_wrapper .nav_sec ul li:hover > a,
      .nav_wrapper .nav_sec ul li.active > a,
      .nav_wrapper .nav_sec ul li.current-menu-item > a{
        background: var(--yellow);
      }
      .nav_wrapper .nav_sec ul li a{
        color: var(--white);
        padding: 15px;
      }
      .nav_wrapper .nav_sec ul li ul li a {
        font-weight: 400;
    }
      .nav_wrapper .nav_sec{
          width: 280px;
          height: 100%;
          float: none;
          position: fixed;
          z-index: 999;
          top: 0;
          right:-100%;
          padding:70px 0 0;
          background: black;
          display:block;
          -webkit-transition:all 0.8s ease-in-out;
          -moz-transition:all 0.8s ease-in-out;
          -o-transition:all 0.8s ease-in-out;
          transition:all 0.8s ease-in-out;
      
      }
      .nav_wrapper .nav_sec.slidein{
          right:0;
          -webkit-transition:all 0.5s ease-in-out;
          -moz-transition:all 0.5s ease-in-out;
          -o-transition:all 0.5s ease-in-out;
          transition:all 0.5s ease-in-out;
      }
      .nav_wrapper .nav_sec .cls-btn{
          width:32px;
          height:32px;
          position:absolute;
          top:15px;
          right:15px;
          cursor:pointer;
          background:url(../../images/cross.png) no-repeat center;
      }
      .nav_wrapper .nav_sec ul{
        text-align: left;
        display: block;
      }
      .right_nav li,.left_nav li{
        width: 100%;
      }
      .nav_wrapper .nav_sec ul > li{
          display:block;
          padding-bottom: 0;
          width: 100%;
          float: left;
          margin: 0;
      }
      .nav_wrapper .nav_sec ul > li + li{
          margin-left:0;
      }
      .nav_wrapper .nav_sec ul > li a{
          color:#FFF;
          padding: 11px 15px;
          font-size: 15px;
          border-radius: 0;
          display: block;
          text-align: left;
      }
      
      .nav_wrapper .nav_sec ul > li:hover > a,
      .nav_wrapper .nav_sec ul > li.active > a{
          background:var(--primary-color);
          color:#FFF;
      }
      .nav_wrapper .nav_sec ul li {
        padding: 0;
    }
      .nav_wrapper .nav_sec i {
          float: left;
          font-style: normal;
          color: #fff;
          line-height: 30px;
          font-size: 21px;
          font-weight: 600;
      }
      .nav_wrapper .nav_sec ul > li:hover ul {
        display: none;
      }
      .nav_wrapper .nav_sec ul > li ul {
          width: 100%;
          background:#c12527;
          position: static;
          top: 100%;
          left: 0;
          text-align: left;
          display: none;
          float: left;
          border-radius: 0;
          padding: 0;
        }
      .nav_wrapper .nav_sec ul li ul li a{
          padding: 6px 35px;
          color: var(--violet);
      }
      .nav_wrapper .nav_sec ul ul > li:hover > a,
      .nav_wrapper .nav_sec ul ul > li.active > a{
          background:var(--violet);
          color:#FFF;
      }
      .nav_wrapper .nav_sec ul li ul li + li {
        border-top: 2px solid var(--orange);
    }
    .nav_wrapper .nav_sec ul li ul li:last-child {
        border-bottom: 2px solid var(--orange);
    }
      .nav_wrapper .nav_sec ul li .arw-nav{
        width: 40px;
        height:45px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 999;
        cursor: pointer;
        background: url(images/arw.png) no-repeat center;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
      
      }
      
      .nav_wrapper .nav_sec ul li .arw-nav.actv{
        -webkit-transform:rotate(180deg);
        -moz-transform:rotate(180deg);
        -o-transform:rotate(180deg);
        transform:rotate(180deg);
      }
    .nav_wrapper .nav_sec ul li:hover ul {
        display: none;
    }

    .nav_wrapper .nav_sec ul li:hover ul {
        display: none;
        top: 100%;
        visibility: visible;
        opacity: 1;
        pointer-events: all;
    }

    .nav_wrapper .nav_sec ul li ul {
        width: 100%;
        position: static;
        top: 100%;
        left: 0;
        text-align: left;
        display: none;
        border-radius: 0;
        padding: 0;
        transition: 0.0s;
        visibility: visible;
        opacity: 1;
        pointer-events: all;
    }
    .nav_wrapper .nav_sec ul li a:hover{
        color: white;
        background: #86B739;
    }
    .nav_wrapper .nav_sec ul li.nav-btn a:hover{
        background: transparent;
    }
    .nav_wrapper .nav_sec ul li ul{
        background: var(--yellow) !important;
    }
    .nav_wrapper .nav_sec ul li ul li{
        background: var(--yellow);
    }
}
@media (max-width:680.98px){
    .banner-text h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .register-sec .cmn-heading p {
        font-size: 16px;
    }
}
@media (max-width:575.98px){
    .register-sec .input-wrapper input[type="submit"] {
        font-size: 16px;
        line-height: 24px;
        padding: 9px 44px 6px;
    }
    .get-us .cmn-heading a {
        font-size: 15px;
    }
    .org-price p span {
        font-size: 35px;
        line-height: 50px;
    }
    .menu-nav ul li {
        font-size: 15px;
        line-height: 23px;
    }
    .menu-nav ul li.nav-btn a {
        padding: 10px 17px;
    }
    .menu-nav ul li.nav-btn {
        font-size: 15px;
        line-height: 23px;
    }
    .menu-nav ul {
        gap: 20px;
    }
    .banner-text h1 {
        font-size: 35px;
        line-height: 45px;
    }
    .banner {
        padding: 150px 0 120px;
        margin-bottom: 50px;
    }
    .get-us {
        padding: 35px 35px 30px;
    }

}
@media (max-width:520.98px){
    .get-us .cmn-heading h4 {
        font-size: 21px;
    }
    .radio-btn-holder {
        gap: 15px;
        flex-wrap: wrap;
    }
}
@media (max-width:480.98px){
   
    
    .achieve-help-content h4 {
        font-size: 26px;
        line-height: 37px;
    }
    .achieve-help-content b {
        font-size: 23px;
        line-height: 35px;
        margin-bottom: 15px;
    }



    .banner-text h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .cmn-heading h3 {
        font-size: 25px;
    }
}
@media (max-width:420.98px){
    .main_header,.fixed {
        padding: 13px 0;
    }
}
@media (max-width:380.98px){
    .foot-details p a, .foot-details p {
        font-size: 15px;
    }
    .foot-logo p {
        font-size: 12px;
    }
}
@media (max-width:350.98px){
   
}

/*======================================= Responsive Ends ========================================*/