@media only screen and (min-width: 1400px) and (max-width: 1440px){

    body{
        width: 100%;
    }
  
    .container{
        max-width:1300px !important;
    }


.hero-section .hero-bg img {
    right: 0px;
    top: -120px;
}
.banner-head {
    font-size: 54px;
}
  
  }





/* ======================================================================================================================== */
@media only screen and (max-width: 1366px){
    .container.kc-container{
        max-width: 1170px !important;
    }
    
    .banner-head {
        font-size: 53px;
    }
    .hero-section .hero-bg img{
        top:-100px;
        width: 541px;
    }
    .section-head {
        font-weight: 700;
        font-size: 40px;
    }
    .content-block2.add-top{
        margin-top:200px;
    }
    .right-block .block-img-wrap .block-img img {
        width: 461px;
    }
    .left-block .block-img-wrap .block-img img {
        width: 461px;
    }
    .right-block .block-content-wrap .block-content {
        padding-top: 80px;
    }
    .footer-wrap.add-top{
        margin-top:200px;
    }
}


@media only screen and (min-width: 1000px) and (max-width: 1200px){
    .right-block .block-content-wrap .block-content {
        padding-right: 100px;
    }
    .left-block .block-content-wrap .block-content {
        padding-left: 110px;
        padding-top: 45px;
    }
    .left-block .block-img-wrap .block-img img, .right-block .block-img-wrap .block-img img {
        width: 400px;
    }
    .content-block2.add-top {
        margin-top: 100px;
    }

  }



@media (max-width: 1339px) {
    .container, .kc-container {
        max-width: 1000px !important;
    }
    .banner-head {
        font-size: 44px;
    }
    
  }
  
  /* Larger than desktop */
  @media (max-width: 1024px) {
    .container, .kc-container {
        max-width: 900px !important;
    }
    .banner-head {
        font-size: 42px;
    }
    .hero-section .hero-bg img{
        right: -165px;
    }
    
}
@media screen and (max-width: 999px) {
    .container {
      max-width: 800px !important;
    }
    .banner-head {
        font-size: 36px;
    }
    .hero-section .hero-bg img{
        width:500px;
        right:-74px;
    }
    .section-head {
        font-weight: 700;
        font-size: 28px;
    }
    .section-para {
        font-size: 14px;
        line-height: 24px;
    }
    .right-block .block-img-wrap .block-img img {
        width: 358px;
    }
    .right-block .block-content-wrap .block-content {
        padding-top: 60px;
    }
    .right-block .block-content-wrap .block-content .section-para {
        margin-bottom: 34px;
        margin-top: 35px;
    }
    .content-block2.add-top{
        margin-top:150px;
    }
    .left-block .block-img-wrap .block-img img {
        width: 358px;
    }
    .left-block .block-content-wrap .block-content {
        padding-top: 50px;
    }
    .footer-wrap.footer-wrap.add-top{
        margin-top:115px;
    }
  
    
  }
  /* Larger than tablet */
@media screen and (max-width: 768px) {
    .container, .kc-container {
        max-width: 668px !important;
    }
    .master-header{
        display: none;
    }
    .banner-head {
        font-size: 32px;
    }
    .mobile-header {
        background-color: #FFFFFF;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        z-index: 100;
        display: block;
        box-shadow: 0 2px 13px 0 rgba(0,0,0,0.17) ;
    }
    .toggle-menu{
        display: inline-block;
        position: relative;
        top:5px;
    }
    .button_container {
        position: relative;
        height: 33px;
        width: 34px;
        cursor: pointer;
        z-index: 100;
        transition: opacity .25s ease;
    }
    .button_container span {
        background: #454545;
        border: none;
        height: 3px;
        width: 60%;
        margin: 5px;
        position: absolute;
        transition: all .35s ease;
        cursor: pointer;
        right: 2px;
        z-index: 100;
        top: 1px;
    }
    .button_container.active .top {
        -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
        transform: translateY(8px) translateX(0) rotate(45deg);
        background: #454545;
    }
    .button_container.active .middle {
        opacity: 0;
        background: #454545;
    }
    
    .button_container span:nth-of-type(2) {
        top: 9px;
    }
    .button_container.active .bottom {
        -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
        transform: translateY(-8px) translateX(0) rotate(-45deg);
        background: #454545;
    }
    
    .button_container span:nth-of-type(3) {
        top: 17px;
    }
    .toggle-overlay {
        position: fixed;
        background: #000000;
        top: 69px;
        right: 0;
        width: auto;
        padding: 40px 90px 0 30px;
        height: 0%;
        opacity: 0;
        visibility: hidden;
        transition: opacity .35s, visibility .35s, height .35s;
        overflow: hidden;
        z-index: 100;
    }
    
    .toggle-overlay.open {
        opacity: .9;
        visibility: visible;
        height: 100%;
        display: block;
    }
    
    
    .toggle-overlay nav {
        text-align: left;
    }
    .toggle-overlay .toggle-overlay-menu ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
    }
    .toggle-overlay.open .toggle-overlay-menu li {
        -webkit-animation: fadeInRight .5s ease forwards;
        animation: fadeInRight .5s ease forwards;
        -webkit-animation-delay: .35s;
        animation-delay: .35s;
    }
    .toggle-overlay .toggle-overlay-menu ul li {
        display: block;
        position: relative;
        padding-bottom: 20px;
        cursor: pointer;
    }
    .toggle-overlay .toggle-overlay-menu ul li a {
        cursor: pointer;
        display: block;
        position: relative;
        color: #FFFFFF;
        text-decoration: none;
        overflow: hidden;
        font-size: 14px;
        transition: all 0.4s ease-in-out;
        padding:0;
    }
    
    .toggle-overlay{
        display: none ;
      }

      .pop-up-body {
        width: 500px;
    }

    
  }
  
  /* Larger than tablet */
  @media screen and (max-width: 767px) {
    .container, .kc-container {
        max-width: 667px !important;
    }
    .hero-section .hero-bg {
        position: unset;
    }
    
    .hero-section .hero-bg img {
        position: unset;
    }
    .hero-section {
        padding-top: 150px;
        padding-bottom: 100px;
    }
    .section-link {
        font-size: 18px;
    }
    .row-reverse {
        display: flex;
        flex-wrap: wrap;
        flex-direction:column-reverse;
    }
    .hero-section .hero-section-content{
        text-align: center;
    }
    .hero-section .hero-bg{
        text-align: center;
        margin-top:30px;
    }
    .hero-section .hero-bg img{
        width:400px;
    
    }
    .block-img-wrap .svg-wrap{
        display: none;
    }
    .block-img-wrap{
        background-color: #f2f2f2;
    }
    .block-img-wrap .block-img {
        position: unset !important;
        text-align: center;
    }
    .block-img-wrap .block-img img {
        position: unset !important;
        margin-top:-50px;
    }
    .right-block .block-content-wrap .block-content {
        padding-top: 40px;
        padding-left: 70px;
        text-align: center;
    }
    .left-block .block-content-wrap .block-content {
        padding-right:70px;
    }
    .content-block2.add-top {
        margin-top: 115px;
    }
    .block-content-wrap .offset-1{
        margin-left:0;
    }
    .footer-wrap .copy-write {
        margin-top: 30px;
        text-align: center;
    }
    .footer-wrap .social-icon {
        margin-top: 30px;
        text-align: center;
        margin-bottom: 30px;
    }
  
  }
  
  /*iPhone 6Plus Landscape Mode*/
  @media screen and (max-width: 736px) {
    .container, .kc-container {
        max-width: 636px !important;
    }
    
  }

  @media screen and (max-width: 600px) {
    .container, .kc-container {
        max-width: 500px !important;
    }
    .banner-head {
        font-size: 25px;
    }
    .hero-section .hero-bg img {
        width: 359px;
    }
    .section-head{
        font-size: 25px;
    }
    .right-block .block-img-wrap .block-img img {
        width: 258px;
    }
    .left-block .block-img-wrap .block-img img {
        width: 258px;
    }
    .right-block .block-content-wrap .block-content{
        padding-right: 35px;
        padding-left: 35px;
    }
    .left-block .block-content-wrap .block-content{
        padding-right: 35px;
        padding-left: 35px;
    }
    .footer-wrap.footer-wrap.add-top {
        margin-top: 60px;
    }
}
/*iPhone Landscape Mode and Mediium Smart Phones*/
@media screen and (max-width: 480px) {
    .container, .kc-container {
        max-width: 400px !important;
    }
   
    
  }
  
  /*iPhone 6Plus Portrait Mode*/
  @media screen and (max-width: 414px) {
    .container, .kc-container {
        max-width: 374px !important;
    }
    
    

    
  }
  
  /*iPhone 6 Portrait Mode*/
  @media screen and (max-width: 375px) {
    .container, .kc-container {
        max-width: 325px !important;
    }
    .banner-head {
        font-size: 21px;
    }
    .hero-section .hero-bg img {
        width: 259px;
    }
    .section-head {
        font-size: 24px;
    }

    
  }
  
  /* Microsoft Lumia 940 */
  @media screen and (max-width: 360px) {
    .container, .kc-container {
        max-width: 320px !important;
    }
  
    
  }
  
  /*iPhone 5S, 5, 4S & 4 Portrait Mode and Very Small Mobile Phones*/
  @media screen and (max-width: 320px) {
    .container, .kc-container {
        max-width: 280px !important;
    }
    
  }
  