/* Responsive Start */
@media screen and (max-width: 1500px) {
  #main-header .content-wrapper {
    max-width: 85%;
  }

  #banner {    
    padding: 170px 0 90px;
  }

  #banner .col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  #banner .colmn-1 .heading {
    margin-top: 120px;
  }

  #section-1 .content-wrapper:first-child {  
    margin-bottom: 100px;
  }

  #section-1 .content-wrapper:last-child .colmn {
    padding: 40px 30px;
    flex: 0 0 32%;
    max-width: 32%;
  }

  #section-1 h4 {
    font-size: 24px;
  }

  .reelapps .row .col:nth-child(n+4) .body {
    min-height: unset;
    max-height: unset;
  }

  .reelapps .row .col {    
    max-width: 32%;
  }

  #section-3 {
    padding: 90px 0 90px;
  }

  #section-3 .row:last-child, 
  #section-3 .row:nth-child(1)  {
    max-width: 800px;
  }
  
  #section-3.reelapps .row:last-child .col,
  #section-3.reelapps .row:nth-child(1) .col {
    flex: 0 0 48%;
    max-width: 48%;
  }

  #section-4 {
    padding: 70px 0 70px;
  }

  #section-5 {
    padding: 70px 0;
  }
}

@media screen and (max-width: 1366px) {
  #section-1 .content-wrapper .colmn-2 {
    padding: 20px 0;
  }
}

@media screen and (max-width: 1199px) {
  .xl-heading {
    font-size: 86px;  
  }

  h4, .h4 {
    font-size: 24px;    
  }

  #section-1 .content-wrapper:last-child .colmn {
    padding: 40px 20px
  }

  #section-1 .content-wrapper:first-child {
    margin-bottom: 60px;
  }

  #section-1 h4 {  
    line-height: 1.2;
  }

  #section-1 {
    padding: 0px 0 100px;
  }

  #section-1 .content-wrapper:last-child .colmn .body:before {    
    left: 5%;
  }

  .reelapps .row .col .img-app {
    margin: -80px 0 40px;
  }

  .reelapps .row .col {
    padding: 0 40px 30px
  }

  #main-footer .colmn-2 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  #main-footer .colmn-1 {
      flex: 0 0 40%;
      max-width: 40%;
  }
}

@media screen and (max-width: 991px) {
  #banner .col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #banner .colmn-1 .heading {
    margin-top: 0;
  }

  #banner {   
    background-size: cover;
  }

  #banner .col .img-wrapper {
    max-width: 80%;
    margin: 0 auto;
  }

  #section-1 .content-wrapper .colmn-2 {  
    border-left: unset;
    border-right: unset;
    border-top: 1px solid #959595;
    border-bottom: 1px solid #959595;
  }

  #section-1 .content-wrapper:first-child {   
    padding: 20px 0;
    max-width: 100%;
  }

  #section-1 .content-wrapper:first-child .row .col {
    padding: 20px 0;
  }

  #section-1 .content-wrapper:last-child .colmn {
    padding: 40px;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #section-1 .content-wrapper:last-child .colmn:not(:last-child) {
    margin-bottom: 20px;
  }

  #section-2 {
    background-size: contain;    
    background-color: #1a1a1a!important;
  }

  .reelapps .row .col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .reelapps .row .col .img-app img {
    z-index: 1;
    max-width: 70%;
    margin: 0 auto;
    display: block;
  }

  .reelapps .row .col {
    padding: 0 40px 50px;
  }

  .reelapps .row .col .img-app {
    margin: -80px 0 60px;
  }
  
  .reelapps .row .col:nth-child(-n+5) {
    margin-bottom: 160px;
  }

  #section-3.reelapps .row:last-child .col,
  #section-3.reelapps .row:nth-child(1) .col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #section-3.reelapps .row:last-child .col.colmn-1,
  #section-3.reelapps .row:nth-child(1) .col.colmn-1 {
    margin-bottom: 160px;
  }

  #section-4 .content-wrapper {
    max-width: 100%;
  }

  .testimonial .item .bg-white {
    padding: 40px;
  }

  #section-6 {
    padding: 70px 0;
  }

  #section-6 .colmn-2 .wrapper {
    max-width: 40%;
    float: left;
  }

  #section-6 .colmn-2 {
    margin: 50px 0;
  }

  #section-6 .colmn-1 .img-wrapper {
    max-width: 50%;
  }

  #main-footer .col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #main-footer .col p {
    text-align: center;
  }

  #main-footer .colmn-2 {
    margin-top: 15px;
  }

  #main-footer .list {
    max-width: max-content;
    margin: 0 auto;
    float: unset;
  }

}

@media screen and (max-width: 767px) {
  #banner .col .img-wrapper {
    max-width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .xl-heading {
    font-size: 70px;
  }

  h1, .h1 {
    font-size: 50px;  
  }

  h2, .h2 {
    font-size: 48px;  
  }

  #main-header .list li {
    padding: 0 15px;
  }

  #banner {
    padding: 170px 0 30px;
  }

  #section-1 .content-wrapper:first-child {
    margin-bottom: 20px;
  }

  #section-1 .content-wrapper:last-child .colmn .body:before {
    left: 3%;
  }

  #section-2 .title-area:before {   
    height: 110px;
  }

  #section-2 .title-area {
    max-width: 260px;  
  }

  #section-2 .title-area .title-cont-wrap {
    max-width: 240px;
  }

  .reelapps .row .col .img-app img {
    max-width: 90%;
  }
  
  #section-4 {
    padding: 0px 0 70px;
  }

  .testimonial .img-wrapper {
    padding: 14px 20px;  
    border-radius: 15px;
  }

  .testimonial .item {
    border-radius: 20px;
  }

  .testimonial .item .bg-white {  
    border-radius: 16px;
    padding: 20px;
  }

  #section-5 .content-wrapper {   
    padding: 45px 50px;
    max-width: 100%;
  }
}

@media screen and (max-width: 575px) {
  #main-header .colmn-1 {
    padding: 0;
  }

  #main-header .colmn-2 {
    display: none;
  }

  #responsive-menu-btn {
		display: block;
	}

  #main-header .content-wrapper {
    max-width: 90%;
  }

  #mobile-main-nav.mobile-nav-show .list {
    float: unset;
  }

  .sub-menu {
    padding: 20px;
    height: 700px;
    overflow: auto;
  }

  .sub-menu a {
    display: block;
    color: #fff;
    text-transform: none;
    padding: 10px 0;
    font-size: 12px;
  }

  .sub-menu a:not(:last-child) {
    border-bottom: 1px solid #ffffff1a;
  }

  #banner .col {    
    padding: 0 50px;
  } 

  #section-2 .row, #section-3 .row {
    margin: 0;
  }

  #section-4 .content-wrapper {
    max-width: 80%;
  }
}

@media screen and (max-width: 440px) {
  .xl-heading {
    font-size: 55px;
  }

  h1, .h1 {
    font-size: 40px;
  }

  h3, .h3 {
    font-size: 24px;  
  }

  h4, .h4 {
    font-size: 20px;
  }

  .xsm-txt {
    font-size: 14px;
  }

  .btn-style-1 p {
    font-size: 14px;
  }

  .btn-style-1 .img-wrapper {
    padding: 10px 15px 10px 12px;
  }

  .btn-style-1 .btn-txt {
    min-width: 130px;
  }

  #banner .heading:before {    
    left: -10%;
  }

  #section-1 .content-wrapper:first-child {    
    border-radius: 30px;
  }
  
  #banner .col.colmn-2 {
    padding: 0;
  }

  #section-1 .content-wrapper:last-child .colmn .body:before {
    left: 4%;
  }

  #section-1 .content-wrapper:last-child .colmn {
    padding: 30px;
    border-radius: 30px;
  }

  #section-2 .title-area:before {
    height: 85px;
  }

  #section-2 .circle {
    width: 25px;
    height: 25px;
  }

  #section-2 .title-area {
    max-width: 205px;
    margin-bottom: 140px;
  }

  #section-2 .title-area .title-cont-wrap {
    max-width: 190px;
  }

  .reelapps .row .col {
    padding: 0 30px 40px;
    border-radius: 30px;
  }

  .reelapps .row .col:nth-child(-n+5) {
    margin-bottom: 130px;
  }

  #section-3.reelapps .row:nth-child(1) .col {
    margin-bottom: 130px;
  }

  #section-3.reelapps .row:last-child .col.colmn-1,
  #section-3.reelapps .row:nth-child(1) .col.colmn-1 {
    margin-bottom: 130px;
  }

  .testimonial .img-wrapper {
    padding: 10px;
    border-radius: 10px;
  }

  .testimonial .item .bg-white {  
    padding: 10px;
    border-radius: 8px;
  }

  .testimonial .item {
    border-radius: 10px;
    padding: 3px;
  }

  #section-4 {
    padding: 0px 0 30px;
  }

  #section-4 .content-wrapper {
    max-width: 100%;
  }

  #section-5 .content-wrapper {
    padding: 35px 30px;
  }

  #demo-form .form-group.d-flex .img-wrapper {
    width: 55px;
  }
  
  #demo-form input {  
    padding-left: 15px;    
    font-size: 14px;
  }

  #demo-form select {
    padding: 10px 34px;
  }

  #demo-form .apps {
    margin-top: 20px;
  }
  
  #demo-form button .img-wrapper {
    padding: 10px 15px;
  }

  #demo-form button .btn-txt {
    padding: 15px 20px;
    font-size: 15px;
  }

  #demo-form button {    
    margin-top: 20px;
  }
  
  #section-5 .form-group.d-flex {    
    margin-top: 20px;
  }

  #section-6 {
    padding: 40px 0;
  }

  #section-6 .colmn-2 .wrapper {
    max-width: 70%;
  }

  #section-6 .colmn-2 .list li:not(:last-child) {
    margin: 0 0 15px;
  }

  #main-footer .list li {
    padding: 5px 0px;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    border: none!important;
  }
}

@media screen and (max-width: 375px) {
	.xl-heading {
    font-size: 50px;
  }

  h2, .h2 {
    font-size: 40px;
  }

  h4, .h4 {
    font-size: 16px;
  }

  h5, .h5 {
    font-size: 20px;
  }

  .md-txt {
    font-size: 16px;  
  }

  .xsm-txt, .xxsm-txt {
    font-size: 12px;
  }

  .btn-style-1 p {
    font-size: 12px;
  }

  #banner .heading:before {
    left: -14%;
  }

  #section-1 {
    padding: 0px 0 70px;
  }
  
  #section-1 .content-wrapper:first-child {  
    padding: 0;
  }

  #section-1 .content-wrapper:last-child .colmn {
    padding: 20px;
    border-radius: 20px;
  }

  #section-2 {
    padding: 0px 0 0px;
  }

  #section-2 .title-area {  
    margin-bottom: 110px;
  }

  .reelapps .row .col .img-app {
    margin: -50px 0 30px;
  }

  #section-2 h4, #section-3 h4{
    font-size: 20px;
  }

  .reelapps .row .col:nth-child(-n+5) {
    margin-bottom: 100px;
  }

  #section-3.reelapps .row:last-child .col.colmn-1,
  #section-3.reelapps .row:nth-child(1) .col.colmn-1 {
    margin-bottom: 100px;
  }

  #section-5 .content-wrapper {
    padding: 30px 25px;
  }

  #section-6 .colmn-2 .list li a {   
    font-size: 12px;
  }

  #section-6 .colmn-2 .list li:not(:last-child) {
    margin: 0 0 10px;
  }
  
  #section-6 .colmn-2 {
    margin: 30px 0;
  }

  .form-updates button {
    padding: 10px 0;
    max-width: 100px;
  }

  .form-updates input {    
    margin-bottom: 15px;
    font-size: 14px;
  }

  .reset-scroll {
    width: 60px;
  }
}