

  

/* ============ only desktop view ============ */
@media only screen and (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
      display: block;
      opacity: 0;
      visibility: hidden;
      transition: 0.3s;
      margin-top: 0;
    }
  
    .navbar .nav-item:hover .nav-link {
      color: #fff;
    }
  
    .navbar .dropdown-menu.fade-down {
      top: 80%;
      transform: rotateX(-75deg);
      transform-origin: 0% 0%;
    }
  
    .navbar .dropdown-menu.fade-up {
      top: 180%;
    }
  
    .navbar .nav-item:hover .dropdown-menu {
      transition: 0.3s;
      opacity: 1;
      visibility: visible;
      top: 100%;
      transform: rotateX(0deg);
    }
  
    .dropdown-menu {
      margin-top: 10px !important;
    }
  }
  
  /* ============ desktop view .end// ============ */
  @media only screen and (max-width: 1127px) {

    .ez-section-5 .text-build h3{
      font-size:28px
    }

    .ez-section-5 .section-top-wrapper{
      
    }

    .ez-section-5 .text-build{
      margin-top:auto;
    }

    .ez-home-banner{
      min-height:29rem;
    }
    
  }

  @media only screen and (max-width: 1024px) {
    .ez-home-banner{
        min-height: auto;
    }

    .ez-home-tabs-functional2 h3{
        font-size:23px;
        padding:0;
        margin:0;
    }

    .ez-section-5-1{
        padding:40px 0px;
    }

    .section-split-3 img{
        max-width:48px;
    }

  }

  /* ============ only tab view ============ */
  
  @media only screen and (min-width: 992px) {
    .tabs-mobile-div {
      display: none;
    }
    .section-split-1-mobile-div {
      display: none;
    }
    .ez-section-5-1 .logo-mobile-div {
      display: none;
    }
  }
  
  @media only screen and (max-width: 1199px) {
    .tabs-web-div {
      display: none;
    }
    .section-split-1-web-div {
      display: none;
    }
    .ez-section-5 .logo-web-div {
      display: none;
    }
    /* .ez-home-slider {
      display: none;
    } */
    /* .ez-home-testimonials .row1 {
      display: none !important;
    }
    .ez-home-testimonials .row2 {
      display: none !important;
    } */

    .ez-home-banner{
      min-height:33rem;
    }
  }
  
  @media only screen and (max-width: 991px) and (min-width: 768px) {
    
   
    .ez-home-clients {
      padding-top: 60px; !important;
      padding-bottom: 0 !important;
    }
    .ez-home-testimonials {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      background:#fff;
    }
    .ez-home-testimonials .container{
      margin:0 !important;
      margin-top:70px !important;
      max-width: 100%;
    }
    #page1 .big-margin1,.big-margin2{
      height:0px !important
    }
    .ez-home-slider {
      margin-top: 1.5rem !important;
    }
    .ez-section-5 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    .section-split-1-mobile-card-carousel .carousel-control-prev {
      left: 80% !important;
    }
    .ez-home-banner h2 {
      font-size: 1.7em;
      font-weight: 800;
    }
    .ez-home-banner .text-muted {
      display: none;
    }
    .ez-home-banner .btn-div {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      
    }
    .ez-home-banner .btn-div .btn {
      background-color: white;
      color: #3c9dd9;
      font-weight: 600;
      margin: 0 0.5em;
      border: 2px solid #3c9dd9;
    }
    .eztfa-slider {
      max-height: 930px;
    }
    .ez-home-tabs-functional2 .btn-text {
      color: #3c9dd9 !important;
      font-size: 1.6rem;
    }
    .bg-color {
      background-color: #3c9dd9 !important;
    }
    .ez-home-tabs-functional .icon-even {
      left: 45%;
      top: 50%;
      transform: rotate(-270deg);
    }
    .slick-slide {
      width: 302px !important;
    }
    .section-split-1-mobile-card-carousel {
      margin-bottom: 8rem;
    }
    .ez-section-5-1 .logo-mobile-div .img-fluid {
      max-width: 120px;
      padding: 0 1rem;
    }
  }
  
  /* ============ tab view .end// ============ */
  
  /* ============ only mobile view ============ */
  
  @media only screen and (min-width: 961px) {
    .mobile-navbar {
      display: none;
    }
    .ez-home-clients .mobile-div {
      display: none;
    }
    /* .ez-section-5-1 .logo-mobile-div {
      display: none;
    } */
    /* .tabs-mobile-div {
      display: none;
    } */
    .mobile-functional2 {
      display: none;
    }
    .ez-section-4-mobile-div {
      display: none;
    }
    /* .section-split-1-mobile-div {
      display: none;
    } */
    .ez-section-6-mobile-div {
      display: none;
    }
    .ez-section-7-mobile-div {
      display: none;
    }
    .section-split-3-mobile-div {
      display: none;
    }
    .ez-home-testimonials .mobile-card-carousel {
      display: none;
    }
    .eztfa-slider > div .item-content {
      height:560px;
    }

    .eztfa-slider > div .item-content.normal-height {
      height:170px !important;
    }
  }
  
  @media only screen and (max-width: 960px) {
    .sidebar-nothing {
      display: none;
    }
    #navbar_top {
      display: none !important;
    }
    .eztfa-container {
      margin-left: 0 !important;
      overflow-x: hidden !important;
    }
    .bg-btn {
      display: none;
    }
    /* .ez-home-slider {
      display: none;
    } */
    /* .ez-home-testimonials {
      display: none;
    } */
  
    
    .ez-home-banner {
      padding: 10px;
      background-size: contain;
      background-repeat: no-repeat;
      min-height: 400px !important;
    }
    .ez-home-banner h2 {
      font-size: 22px;
      font-weight: 800;
      width: 60%;
    }
    .ez-home-banner .text-muted {
      font-weight: 600;
      display: none;
    }
    .ez-home-banner .btn-div {
      display: flex;
      justify-content: start;
      align-items: start;
      flex-direction: column;
      
    }
    .ez-home-banner .btn-div .btn {
      border: 2px solid #3c9dd9;
      font-weight: 600;
      margin: 0.5em 0;
      min-width: 150px;
      font-size: 12px;
      text-align: center;
      margin-bottom: 0px;
    }
    .ez-home-clients {
      padding: 60px 0 0 0 !important;
    }
    .ez-home-clients .clients-heading {
      font-weight: 800;
      font-size: 1.5rem;
      margin: 2rem auto;
    }
    /* .ez-home-clients .web-div {
      display: none;
    } */
    .mobile-hide{
      display: none;
    }
    .mobile-show{
      display: block;
    }
    .ez-home-clients .mobile-div {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
    }
    .ez-home-clients .img-fluid {
      max-width: 80%;
      padding: 1rem;
    }
    .ez-home-clients .mobile-div .mob-img {
      display: none;
    }
    .ez-home-testimonials .heading {
      font-weight: 800;
      font-size: 1.7rem;
      margin: 2rem auto;
      color: #05143f;
    }
    .ez-home-testimonials .web-card-div {
      display: none;
      
    }
    .ez-home-testimonials img {
      position: relative;
    }
    .ez-section-4 {
      padding: 30px;
    }
    .ez-section-4-web-div {
      display: none;
    }
    /* .section-split-1-web-div {
      display: none;
    } */
    .ez-section-5 {
      padding: 0px 10px;
      background: none !important;
    }
    .ez-section-5 .heading {
      font-weight: 800;
      font-size: 1.5rem;
      margin: 2rem auto;
    }
    /* .ez-section-5 .logo-web-div {
      display: none;
    } */
  
    .ez-section-5 .img-fluid {
      max-width: 80px;
      padding: 0.5rem;
    }
    .section-split-1 .heading {
      font-weight: 800;
      font-size: 1.5rem;
      margin: 2rem auto;
    }
    .section-split-1 h5 {
      font-weight: bold;
    }
    .section-split-2 .heading {
      font-weight: 800;
      font-size: 1.5rem;
      margin: 2rem auto;
    }
    .section-split-3-web-div {
      display: none;
    }
    .ez-home-tabs-functional .icon-odd {
      left: 60%;
      top: 50%;
    }
    .ez-home-tabs-functional .icon-even {
      left: 5%;
      top: 50%;
      transform: rotate(-270deg);
    }
    .eztfa-padding-1 {
      padding-right: 5px;
      padding-left: 5px;
    }
    .section-split-4 {
      background: #05143f;
      padding-top: 5rem;
      margin-top: -5rem;
    }
    .ez-section-5 {
      padding-right: 0;
      padding-left: 0;
    }
    .eztfa-padding-footer {
      padding: 30px;
    }
    .ez-home-testimonials {
      padding: 10px;
      background-color:#fff;
    }
    .ez-home-testimonials .big-margin1,.ez-home-testimonials .big-margin2{
      height:0 !important;
    }
    .ez-home-testimonials .row2 .heading{
      text-align: center !important;
    }
    .ez-home-testimonials .row2 .p3{
      padding:0px;
    }
    .ez-home-testimonials .arrows{
      text-align: center !important;
      padding-bottom:30px
    }
    .ez-home-slider{
      padding-bottom:0px;
      padding-top:30px;
    }
    .bg-color-blue {
      background-color: #3c9dd9 !important;
    }
    .eztfa-slider > div .item-content {
      height:530px;
    }
    /* .tabs-web-div {
      display: none;
    } */
    .web-functional2 {
      display: none;
    }
    .ez-section-6-web-div {
      display: none;
    }
    .ez-section-7-web-div {
      display: none;
    }
    .mob-heading {
      /* display: none; */
      margin-bottom: 5rem !important;
      font-weight: 800 !important;
    }
    .footer {
      padding: 0 10px;
    }
    .footer .footer-logo1 {
      height: 60px;
    }
    .footer .footer-logo2 {
      width: 130px;
    }
    .footer .title {
      text-align: left;
      font-size: 24px;
      font-weight: bold;
      letter-spacing: 0px;
      color: #05143f;
    }
    .footer .btn {
      font-size: 24px;
      font-weight: bold;
      min-width: 300px;
    }
    .footer .border-right {
      border: none !important;
    }
    .footer .border-bottom {
      border-bottom: 1px solid #dee2e6 !important;
    }
    .footer .text-muted {
      text-align: left;
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0px;
      color: #707070 !important;
      margin: 0.5rem 0;
      display: block;
    }
    .footer .text-dark {
      text-align: left;
      font-size: 24px;
      font-weight: 700;
      letter-spacing: 0px;
      color: #707070 !important;
      margin: 0.5rem 0;
      display: block;
    }
    .footer .icon-li {
      padding: 0 2rem;
    }
    .custom1 button {
      position: relative;
      left: -30px;
      padding: 10px;
      font-weight: 800;
    }
    div#page3 .ez-article .article-header{
      position: relative;
    }
    div#page3 .ez-article .ez-article-body{
      margin-bottom: unset;
      bottom: unset;
    }
    div#ez-sec4-cardCarousel{
      top: 100px;
    }
    div#page3 .ez-article{
      min-height: auto;
      margin-bottom: unset;
      background-size: cover;
    }
    .ez-our-apart .section-wrap-left{
      margin: 30px 0;
    }
    .ez-our-apart ul.product-group {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .ez-our-mission .section-wrap-right{
      display: contents !important;
    }
    .row.contact-section-second .section-left,
    #page4 .ez-home-banner div.ez-contact-body {
      padding: 15px 30px;
    }
    #page4 .ez-home-banner .ez-contact-body .col-md-6, #page4 .ez-home-banner .section-right .col-md-6{
      margin: 20px 0;
    }
    #page4 .ez-home-banner .section-right .col-md-6 {
      padding-left: 0;
      padding-right: 0;
    }
    .row.contact-section-third .col-md-6.section-left,
    .row.contact-section-third .col-md-6.section-right{
      padding: 15px;
    }
    .ez-products{
      margin: 100px 0 0 0;
    }
    .ez-our-advantages, .ez-our-cover, .ez-our-mean{
      margin:10px;
    }
  }
  
  /* ============ mobile view .end// ============ */
  @media (min-width: 1200px) and (max-width: 1400.98px){
    .ez-home-tabs-functional .icon-1 {
      position: absolute;
      left: 45.5%;
    }
  }
  @media (min-width: 992px) and (max-width: 1199.98px){
    .eztfa-navbar a {
      font-size: 14px;
  }
  .ez-home-banner h2 {
    font-size: 25px;
  }
  .ez-home-banner .btn-div .btn {
    background-color: white;
    color: #3c9dd9;
    font-weight: 600;
    margin: 0 0.5em 10px;
    border: 2px solid #3c9dd9;
  }
  .ez-home-tabs-functional2 .col {
    padding: 30px 20px;
  }
  .section-split-1-web-div {
    display: flex;
  }
  
  
  .ez-home-tabs-functional2 .blue2 {
    background-size: 100% 100%;
  }
  }
  @media (min-width: 768px) and (max-width: 991.98px){

    .ez-home-banner-2{
      background: url("../images/banner1-big.png") no-repeat bottom right;
  background-size: contain;
  min-height: 45rem;
  padding: 80px;
  min-height: 54rem;
  padding: 20px 20px 0px;
    }
    .ez-home-banner .btn-div .btn {
      font-size: 13px;
  }
  .ez-home-tabs-functional2 .col {
    padding: 70px 20px;
  }
  .ez-home-banner .btn-div {
    justify-content: normal;
  }
  .ez-home-banner .btn-div a{
  margin-right: 5px !important;
  }
  .ez-home-banner {
    background-size: 810px;
      min-height: 410px;
      padding: 80px 0px 20px;
      background-position: bottom right;
  
  }
  .eztfa-body .ez-home-banner h1{
    font-size:29px;
  }
  .eztfa-body .ez-home-banner h2{
    font-size:18px;
  }
  .desc1 p.price2 ,.desc1 p.price{
    font-size: 26px;
  }
  .desc1 p {
    font-size: 17px;
  }
  .more-padding1 {
    padding: 0px !important;
  }
  .bigger-center .lst1 h5 {
      font-size: 2.2em;
  }
  .lst1 h5 {
    font-size: 2em;
  }
  .box2 .box-content {
    padding: 15px 10px;
  }
  .ez-faq .ez-faq-body {
    min-height: 400px;
    margin-top: 0;
  }
  .ez-faq {
    padding: 0px 0px;
  }
  .ez-faq {
    /* min-height: 700px; */
  }

  #page1 .feature-section{
      height:auto !important;
  }

  #page1 .feature-section .col-md-6{
      display: none;
  }

  #page1 .feature-section .col-md-6.p-3{
    display: block;
    max-width:100% !important;
    padding:50px !important;
    flex:100% !important;
    }
    #page1 .bg-2 {
        background-color: #145da7;
        background-size: auto;
        background-position: right bottom;
    }
    .row.logo-horizonta .col-md-2{
        width: 33.3% !important;
    max-width: 33.3% !important;
    flex: 33.3% !important;
    padding: 30px;
    }

    .ez-section-7{
        padding:20px;
    }
    .ez-section-7 h2{
        font-size: 20px;
        margin-bottom:20px;
    }
  
    .ez-section-5 .section-top-wrapper{
        height:auto;
        background:#05143F;
        padding:20px;
    }

    .row.section-split-3{
        position: relative;
        top:0;
    }

    .section-split-2 .heading{
        padding:20px;
        margin:0px !important;
    }

    .ez-section-5 .section-split-2 .section-left{
        
        min-height:247px;
    }

    .ez-section-5 h3, .ez-section-5 h2{
        top:0px;
    }

    .ez-section-6 .btn{
        font-size:0.7rem;
    }
  
  }

  @media (max-width: 780px){
    .ez-section-7{
        padding:20px;
    }
    .ez-section-7 h2{
        font-size: 20px;
        margin-bottom:20px;
    }
  
    .ez-section-5 .section-top-wrapper{
        height:auto;
        background:#05143F;
        padding:40px;
    }

    .row.section-split-3{
        position: relative;
        top:0;
    }

    .section-split-2 .heading{
        padding:20px;
        margin:0px !important;
    }

    .ez-section-5 .section-split-2 .section-left{
        
        min-height:0px;
        height:1px;
    }

    .ez-section-5 h3, .ez-section-5 h2{
        top:0px;
    }

    .ez-section-6 .btn{
        font-size:0.7rem;
    }

    .ez-section-6 .blue5 {
        background: #1c68b5 !important;
        padding:15px !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767.98px){
    .ez-home-banner-2{
      background: url("../images/banner1-big.png") no-repeat bottom right;
  background-size: contain;
  min-height: 45rem;
  padding: 80px;
  min-height: 56rem;
  padding: 20px 20px 0px;
    }
    /* .ez-home-banner .btn-div {
      justify-content: normal;
      position:relative;
      top:100px;
  } */
  .ez-home-banner .btn-div a{
    margin-right: 5px !important;
  }
  .ez-section-4-mobile-card-carousel .carousel-control-prev,
  .section-split-1-mobile-card-carousel .carousel-control-prev,
  .section-split-3-mobile-card-carousel .carousel-control-prev {
    left: 36%;
  }
  .ez-section-4-mobile-card-carousel .carousel-control-next,
  .section-split-1-mobile-card-carousel .carousel-control-next,
  .section-split-3-mobile-card-carousel .carousel-control-next {
    right: 36%;
  }
  /* page3 css  */
  .ez-home-banner.headi_1 .text-muted {
    display: block;
    padding: 0 20px 0px 0;
  }
  
  .ez-home-banner.headi_1 h2 {
    width: 100%;
  }
  .ez-home-banner.headi_1 .row {
    margin-top: -240px;
    position: absolute;
  }
  .ez-home-banner.headi_1 {
    padding: 0 15px 190px !important;
    margin-top: 230px;
    height: 355px;
    background-size: 100% 100% !important;
  }
  
  .headi_2 .col-6 {
    padding: 15px !important;   
  }
  .ez-schema.headi_2 {
    background-size: 190px !important;
  }
  #page3 .ez-schema.headi_2 .bg13 h3 {
    font-size: 34px;
    background: #1c68b5;
    position: absolute;
    padding: 20px;
    right: 0;
    top: 0;
  }
  .sec_h_2 h3 {
    font-size: 30px !important;
    margin-bottom: 15px !important;
  }
  
  .sec_h_2 h4 {
    font-size: 16px;
  }
  .sec_h_2 {
    padding: 25px;
  }
  .container, .container-sm {
    max-width: 100%;
  }
  /* contactpage  */
  #page4 .contant_headi_1 .ez-contact-body {
    padding: 0 15px !important;
  }
  #page4 .contant_headi_1 .ez-contact-body h2 {
    padding: 0 0px 0px;
    width: 100%;
  }
  #page4 .ez-home-banner .ez-contact-form {
    margin-top: 0;
  }
  #page4 .ez-home-banner .ez-contact-form h3 {
    margin-bottom: 20px;
    color: #1c68b5;
    font-weight: 800;
  }
  #page4 .ez-home-banner .ez-contact-form .row .col {
    padding: 0px 10px;
  }
  #page4 .ez-home-banner .bg14 {
    background: url(../images/bg18.png) no-repeat left top;
    background-size: 100% 100%;
    padding-top: 190px;
    padding-left: 30px;
    padding-right: 75px;
  }
  #page3 .headi_3 .ez-article-body {
    padding: 25px 0 0px;
  }
  .headi_4 {
    padding: 110px 0 0 0 !important;
  }
  
  #page3 .ez-history-slider.headi_5 {
    background: url(../images/bg16.png) no-repeat left top;
    background-size: 100px 100%;
    margin-bottom: 40px;
  }
  #page3 .ez-history-slider.headi_5 .info1 {
    padding: 0px 0px !important;
  }
  #page3 .ez-history-slider.headi_5 .info1 p {
    font-size: 12px;
  }
  #page3 .ez-about1 .section-split-1 .img-abs1 {
    position: absolute;
    top: -57px;
    left: 0px;
    width: 140px;
    height: 531px;
    object-fit: cover;
    object-position: 55%;
  }
  .col-md-6.padi-l-mob {
    padding-left: 150px;
  }
  #page3 .ez-about1 {
    background: #3c9dd9;
    padding: 15px 0px 0px;
  }
  #page3 .ez-about1 .section-split-1 p {
    color: #fff;
    font-size: 14px;
  }
  #page3 .ez-about1 .section-21 {
    margin: 30px 0px 0px;
    background: url(../images/bg17.png) no-repeat left top;
    padding: 15px 0px;
    background-size: 100% 100%;
    position: relative;
  }
  .section-split-1 {
    margin-bottom: 45px;
  }
  .section-split-3 h5 {
    font-size: 15px;
    font-weight: bold;
  }
  .section-split-3 h6 {
    font-size: 11px;
  }
  .section-split-3 p {
    font-size: 11px;
  }
  .section-split-4 h3 {
    color: #fff;
    font-size: 18px;
    text-align: left !important;
  }
  #page3 .ez-about1 .section-split-4 {
    background: #05143f;
    padding: 15px 0;
    margin: 0px;
  }
  .ez-section-6 .bl {
    padding: 15px 10px 15px;
    text-align: center;
  }
  .ez-section-6 .bl a {
    font-size: 11px;
  }
  .ez-section-6 .blue5 {
    background: url(../images/bg14.png) no-repeat;
    background-size: 80% 100%;
    background-position: right;
    padding: 0px 120px 15px;
  }
  
  /* blog page css  */
  #page5 .ez-article {
    padding: 10px 0px 20px;
    background-size: 55% 50%;
  }
  #page5 .ez-article h2 {
    font-size: 32px;
    font-weight: bold;
  }
  #page5 .ez-article .ez-article-search {
    padding: 0px;
  }
  #page5 .custom1 .input-group-append {
    position: absolute !important;
    right: 0px;
  }
  #page5 .custom1 button {
    left: 0px;
    padding: 13px 17px;
  }
  #page5 .filter-por .btn-group {
    display: block;
  }
  #page5 .ez-faq .ez-faq-body {
    min-height: 560px;
    margin-top: 0;
  }
  #page5 .ez-faq {
    padding: 25px 0px;
  }
  #page5 .ez-faq .ez-contact2 {
    margin: 10px 150px 10px 0;
  }
  #page5 .ez-article .ez-article-search .btn-primary {
  
    margin-right: 0px;
    margin-left: 0;
    font-size: 10px;
    margin-bottom: 5px;
  }
  
  #page5 .ez-faq {
    padding: 80px 0px;
    background: url(../images/eye-man.png) no-repeat bottom right;
    background-size: auto;
    min-height: 800px;
  }
  #page5 .ez-faq .ez-contact2 h5 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .ez-section-7-mobile-div {
    padding: 10px;
  }
  /* blog page css  */
  
  /* pricing page css  */
  #page2 .ez-home-banner2 .next,
  #page2 .ez-home-banner2 .prev {
    color: #3c9dd9;
    background: #fff;
    border: 0px;
    border-radius: 30px;
    padding: 5px 10px;
    font-weight: bold;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    margin-right: 20px;
    margin-left: 0;
    float: right;
    margin-bottom: 20px;
  }
  
  #page2 .ez-home-banner2 .next:hover,
  #page2 .ez-home-banner2 .prev:hover {
    color: #fff;
    background: #3c9dd9;
  }
  
  
  
  #page2 .ez-home-banner2 .next,
  #page2 .ez-home-banner2 .prev {
    font-size: 20px;
  }
  #page2 .ez-home-banner2 h2 {
    font-family: "Mulish";
    font-weight: 600;
    font-size: 2em;
    margin-bottom: 20px;
  }
  #page2 .ez-home-banner2 {
    background: url(../images/bg8.png) no-repeat bottom right;
    background-size: contain;
    min-height: 680px;
    padding-top: 0;
    border-bottom: 1px solid #efefef;
  }
  #page2 .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 15px 30px;
  }
  #page2 .custom-select {
    margin: 15px 0 5px;
  }
  #page2 .ez-section-5 {
    padding: 0px 10px !important;
  }
  #page2 .ez-faq {
    padding: 0px 0px !important;
  }
  #page2 .ez-faq .ez-faq-body {
    min-height: 560px;
    margin-top: 0 !important;
  }
  #page2 .ez-faq .ez-faq-body {
    min-height: 560px;
    margin-top: 0;
  }
  #page2 .ez-faq {
    padding: 25px 0px;
  }
  #page2 .ez-faq .ez-contact2 {
    margin: 10px 150px 10px 0;
  }
  #page2 .ez-article .ez-article-search .btn-primary {
  
    margin-right: 0px;
    margin-left: 0;
    font-size: 10px;
    margin-bottom: 5px;
  }
  
  #page2 .ez-faq {
    padding: 80px 0px;
    background: url(../images/eye-man.png) no-repeat bottom right;
    background-size: auto;
    min-height: 800px;
  }
  #page2 .ez-faq .ez-contact2 h5 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .ez-section-4-mobile-card-carousel {
    padding: 2rem 1rem;
    background: #f4f4f400;
  }
  .eztfa-padding-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
  #page2 #ez-sec4-cardCarousel2 .carousel-inner {
    padding: 0;
  }
  /* pricing page css  */
  
  }
  @media (min-width: 320px) and (max-width: 575.98px){
    .ez-home-banner .btn-div {
      justify-content: normal;
    }
    .ez-home-banner .btn-div a{
      margin-right: 5px !important;
    }
    .ez-section-4-mobile-card-carousel .carousel-control-prev,
    .section-split-1-mobile-card-carousel .carousel-control-prev,
    .section-split-3-mobile-card-carousel .carousel-control-prev {
      left: 33%;
    }
    .ez-section-4-mobile-card-carousel .carousel-control-next,
    .section-split-1-mobile-card-carousel .carousel-control-next,
    .section-split-3-mobile-card-carousel .carousel-control-next {
      right: 33%;
    }
  
    /* page3 css  */
    .ez-home-banner.headi_1 .text-muted {
      display: block;
      padding: 0 20px 0px 0;
    }
  
    .ez-home-banner.headi_1 h2 {
      width: 100%;
    }
    .ez-home-banner.headi_1 .row {
      margin-top: -240px;
      position: absolute;
    }
    .ez-home-banner.headi_1 {
      padding: 0 15px 190px !important;
      margin-top: 230px;
      height: 355px;
      background-size: 100% 100% !important;
    }
  
    .headi_2 .col-6 {
      padding: 15px !important;
    }
    .ez-schema.headi_2 {
      background-size: 190px !important;
    }
    #page3 .ez-schema.headi_2 .bg13 h3 {
      font-size: 34px;
      background: #1c68b5;
      position: absolute;
      padding: 20px;
      right: 0;
      top: 0;
    }
    .sec_h_2 h3 {
      font-size: 30px !important;
      margin-bottom: 15px !important;
    }
  
    .sec_h_2 h4 {
      font-size: 16px;
    }
    .sec_h_2 {
      padding: 25px;
    }

    .ez-home-clients .col-md-3{        
        display: inline-block;
        flex: none;
        padding: 0px;
        width:33%;
    }

    

    .ez-section-7{
        padding:20px;
    }
    .ez-section-7 h2{
        font-size: 20px;
        margin-bottom:20px;
    }
  
    .ez-section-5 .section-top-wrapper{
        height:auto;
        background:#05143F;
        padding:20px;
    }

    .row.section-split-3{
        position: relative;
        top:0;
    }

    .section-split-2 .heading{
        padding:20px;
        margin:0px !important;
    }

    .ez-section-5 .section-split-2 .section-left{
        height:1px;
        min-height:1px;
    }

    .ez-section-5 h3, .ez-section-5 h2{
        top:0px;
    }
  
    #page3 .ez-article {
      background: #05143f url(../images/bg15.png) no-repeat left bottom;
      padding: 20px 10px 20px 10px;
      min-height: 347px;
      margin-bottom: 150px;
      background-size: cover;
      background-position: right;
    }
    #page3 .ez-article .row > div{
      text-align: left !important;
    }
    #page3 .ez-article h3 {
      margin-bottom: 20px;
      color: #fff;
      margin-top: 0px;
    }
    #page3 .ez-article h6 {
      margin: 0px auto 40px;
      color: #fff;
      padding: 0;
      max-width: 780px;
    }
    #page3 .ez-article .headi_3 h6 {
      margin: 0px auto 40px;
      padding: 0px 0px;
  
    }
    .ez-section-4-mobile-card-carousel {
      padding: 0;
      background: transparent;
    }
    #page3 .ez-article .headi_3 h3{
      display: none;
    }
    #page3 .ez-article .ez-article-body {
      margin-bottom: -380px;
      padding: 25px ​0 47p;
    }
  
    /* contactpage  */
    #page4 .contant_headi_1 .ez-contact-body {
      padding: 0 15px;
    }
    #page4 .contant_headi_1 .ez-contact-body h2 {
      padding: 0 0px 0px;
      width: 100%;
    }
    #page4 .headi_1 .ez-contact-form {
      margin-top: 0;
    }
    #page4 .headi_1 .ez-contact-form h3 {
      margin-bottom: 20px;
      color: #1c68b5;
      font-weight: 800;
    }
    #page4 .headi_1 .ez-contact-form .row .col {
      padding: 0px 10px;
    }
    #page4 .headi_1 .bg14 {
      background: url(../images/bg18.png) no-repeat left top;
      background-size: 100% 100%;
      padding-top: 190px;
      padding-left: 30px;
      padding-right: 75px;
    }
    #page3 .headi_3 .ez-article-body {
      padding: 25px 0 0px;
    }
    .headi_4 {
      padding: 110px 0 0 0 !important;
    }
  
    #page3 .ez-history-slider.headi_5 {
      background: url(../images/bg16.png) no-repeat left top;
      background-size: 100px 100%;
      margin-bottom: 120px;
      margin-top: 40px;
    }
    #page3 .ez-history-slider.headi_5 .info1 {
      padding: 0px 0px !important;
    }
    #page3 .ez-history-slider.headi_5 .info1 p {
      font-size: 12px;
    }
    #page3 .ez-about1 .section-split-1 .img-abs1 {
      position: absolute;
      top: -57px;
      left: 0px;
      width: 140px;
      height: 531px;
      object-fit: cover;
      object-position: 55%;
    }
    .col-md-6.padi-l-mob {
      padding-left: 150px;
    }
    #page3 .ez-about1 {
      background: #3c9dd9;
      padding: 15px 0px 0px;
    }
    #page3 .ez-about1 .section-split-1 p {
      color: #fff;
      font-size: 14px;
    }
    #page3 .ez-about1 .section-21 {
      margin: 30px 0px 0px;
      background: url(../images/bg17.png) no-repeat left top;
      padding: 15px 0px;
      background-size: 100% 100%;
      position: relative;
    }
    .section-split-1 {
      margin-bottom: 45px;
    }
    .section-split-3 h5 {
      font-size: 15px;
      font-weight: bold;
    }
    .section-split-3 h6 {
      font-size: 11px;
    }
    .section-split-3 p {
      font-size: 11px;
    }
    .section-split-4 h3 {
      color: #fff;
      font-size: 18px;
      text-align: left !important;
    }
    #page3 .ez-about1 .section-split-4 {
      background: #05143f;
      padding: 15px 0;
      margin: 0px;
    }
    .ez-section-6 .bl {
      padding: 15px 10px 15px;
      text-align: center;
    }
    .ez-section-6 .bl a {
      font-size: 11px;
    }
    #page3 .ez-section-6 .blue5 {
      background: url(../images/bg14.png) no-repeat;
      background-size: 80% 100%;
      background-position: right;
      padding: 0px 120px 15px;
      background-color: #1c68b5;
    }
  
    #page3 .ez-section-6 .blue3 {
      background: url(../images/bg7.png) no-repeat left bottom;
      background-color: #3c9dd9;
    }
  
    /* blog page css  */
    #page5 .ez-article {
      padding: 10px 0px 20px;
      background-size: 55% 50%;
    }
    #page5 .ez-article h2 {
      font-size: 32px;
      font-weight: bold;
    }
    #page5 .ez-article .ez-article-search {
      padding: 0px;
    }
    #page5 .custom1 .input-group-append {
      position: absolute !important;
      right: 0px;
    }
    #page5 .custom1 button {
      left: 0px;
      padding: 13px 17px;
    }
    #page5 .filter-por .btn-group {
      display: block;
    }
    #page5 .ez-faq .ez-faq-body {
      min-height: 560px;
      margin-top: 0;
    }
    #page5 .ez-faq {
      padding: 25px 0px;
    }
    #page5 .ez-faq .ez-contact2 {
      margin: 10px 150px 10px 0;
    }
    #page5 .ez-article .ez-article-search .btn-primary {
  
      margin-right: 0px;
      margin-left: 0;
      font-size: 10px;
      margin-bottom: 5px;
    }
  
    #page5 .ez-faq {
      padding: 80px 0px;
      background: url(../images/eye-man.png) no-repeat bottom right;
      background-size: auto;
      min-height: 800px;
    }
    #page5 .ez-faq .ez-contact2 h5 {
      font-size: 25px;
      margin-bottom: 20px;
    }
    .ez-section-7-mobile-div {
      padding: 10px;
    }
    /* blog page css  */
  
    /* pricing page css  */
    #page2 .ez-home-banner2 .next,
    #page2 .ez-home-banner2 .prev {
      color: #3c9dd9;
      background: #fff;
      border: 0px;
      border-radius: 30px;
      padding: 5px 10px;
      font-weight: bold;
      box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
      margin-right: 20px;
      margin-left: 0;
      float: right;
      margin-bottom: 20px;
    }
  
    #page2 .ez-home-banner2 .next:hover,
    #page2 .ez-home-banner2 .prev:hover {
      color: #fff;
      background: #3c9dd9;
    }
  
  
  
    #page2 .ez-home-banner2 .next,
    #page2 .ez-home-banner2 .prev {
      font-size: 20px;
    }
    #page2 .ez-home-banner2 h2 {
      font-family: "Mulish";
      font-weight: 600;
      font-size: 2em;
      margin-bottom: 20px;
    }
    #page2 .ez-home-banner2 {
      background: url(../images/bg8.png) no-repeat bottom right;
      background-size: contain;
      min-height: 680px;
      padding-top: 0;
      border-bottom: 1px solid #efefef;
    }
    #page2 .carousel-inner {
      position: relative;
      width: 100%;
      overflow: hidden;
      padding: 15px 30px;
    }
    #page2 .custom-select {
      margin: 15px 0 5px;
    }
    #page2 .ez-section-5 {
      padding: 0px 10px !important;
    }
    #page2 .ez-faq {
      padding: 0px 0px !important;
    }
    #page2 .ez-faq .ez-faq-body {
      min-height: 560px;
      margin-top: 0 !important;
    }
    #page2 .ez-faq .ez-faq-body {
      min-height: 560px;
      margin-top: 0;
    }
    #page2 .ez-faq {
      padding: 25px 0px;
    }
    #page2 .ez-faq .ez-contact2 {
      margin: 10px 150px 10px 0;
    }
    #page2 .ez-article .ez-article-search .btn-primary {
  
      margin-right: 0px;
      margin-left: 0;
      font-size: 10px;
      margin-bottom: 5px;
    }
  
    #page2 .ez-faq {
      padding: 80px 0px;
      background: url(../images/eye-man.png) no-repeat bottom right;
      background-size: auto;
      min-height: 800px;
    }
    #page2 .ez-faq .ez-contact2 h5 {
      font-size: 25px;
      margin-bottom: 20px;
    }
    .eztfa-padding-1 {
      padding-right: 15px;
      padding-left: 15px;
    }
    #page2 #ez-sec4-cardCarousel2 .carousel-inner {
      padding: 0;
    }
    .ez-section-5 .sec-5-1 .img-bg-1{
      height: 359px;
    }
    .row.logo-horizonta{
      padding: 0 30px;
    }
    .ez-our-lock .section-product ul.product-group {
      left: -30px;
    }
    #page3 .ez-section-5 h3 {
      margin-bottom: 40px;
    }
    .contact-section-second .section-right{
      padding-bottom: 60px;
    }
    .row.contact-section-third .drop-shadow{
      padding: 15px 20px;
    }
    .contact-section-third .section-right{
      background-position: left bottom;
    }
    .contact-section-third .section-right .row{
      min-height: unset;
      padding: 60px 40px 0 40px;
    }
    
  /* pricing page css  */
  }

  @media only screen and (max-width: 1430px) {
    #page1 .big-margin1 {
        height: 125px;
    }
    #page1 .feature-section {
        height: 965px;
    }
    
}
@media only screen and (max-width: 767px) {
  
    #page3 .ez-our-mission .section-content .col-md-6 a {
        margin: 10px 0;
    }
    .ez-our-cover, .ez-our-mean {
        text-align: center;
        margin: 60px 30px;
    }
    .ez-our-lock .section-list .section-left {
        padding: 140px 60px 0 120px;
    }
    .ez-our-lock .section-product{
        position: relative;
        top: 0;
    }
    .ez-our-lock .section-product .col-md-4:after{
        display: none;
    }
    .ez-our-mean .section-bottom .col,
    .ez-home-clients .web-div .col{
        max-width: unset;
        margin: 10px auto;
        padding: unset;
    }
    .ez-home-clients .web-div.row-cols-5>* {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
    }
    .wrap-box{
        /* min-width: 300px; */
        min-height: 200px;
    }
    #page1 .feature-section{
        height: auto;
    }
    #page1 .feature-section .p-3{
        padding: 5rem !important;
    }
    .row.logo-horizonta .col-md-2 {
        width: 33.3%;
    }

    #page1 .ez-section-5 .sec-5-1 h3,
    #page1 .ez-section-4-mobile-card-carousel .title-heading{
        margin-bottom: 0;
    }
    #page1 .ez-section-4-mobile-card-carousel{
        margin-top: 60px;
    }
    .ez-section-6 .blue3 .bl,
    .ez-section-6 .blue4 .bl,
    .ez-section-6 .blue5 .bl{
        text-align: center;
    }
    .ez-section-6 .blue3 {
        background-color: #3c9dd9;
    }
    #page1 .ez-home-banner{
        background-color: #fff;
        background-position: 100% 0px;
    /* background-size: 420px; */
    }
    
    #page1 .ez-home-clients {
        padding: 10px 0 !important;
    }
    #page1 .bg-2{
        background-color: #145da7;
        background-size: auto;
        background-position: right bottom;
    }

    #page1 .feature-section a.clps h3 {
        position:relative;
        padding-left:40px;
        font-size:16px;
    }
    #page1 .feature-section a.clps h3 img{
        position:absolute;
        left:0;
        
    }

    .eztfa-body .ez-home-banner h2{
        font-size:20px !important;
    }

    .eztfa-body .ez-home-banner h1{
      font-size:30px;
      max-width: 80%;
    }
    
    #page1 .ez-section-5{
      padding-bottom: 20px;
    }
    img.fe-ico-main{
      top: 15px;
    }
    ul.product-group ul li{
      top: -10px;
    }

    /* .ez-home-banner .btn-div {
      margin-top: 140px;
    } */
}



@media only screen and (max-width: 681px) {

  .ez-home-banner-2{
    background: url("../images/banner1-big.png") no-repeat bottom right;
background-size: contain;
min-height: 45rem;
padding: 80px;
min-height: 54rem;
padding: 20px 20px 0px;
  }
  .ez-home-banner{
    min-height: 210px !important
  }

  .ez-home-banner .btn-div.desktop{
    display: none;    
  }

  .btn-div.mobile{
    margin-top:20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .btn-div.mobile .btn{
    margin:0px 5px
  }
}

@media only screen and (max-width: 514px) {
  .ez-home-banner{
    min-height: 330px !important;
    background-position: 100% 80px !important;
  }

  .ez-home-banner .btn-div.desktop{
    display: none;    
  }

  .btn-div.mobile{
    margin-top:20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .btn-div.mobile .btn{
    margin:0px 5px
  }
}

@media only screen and (max-width: 448px) {
  .ez-home-banner{
    min-height: 370px !important;
    background-position: 100% 130px !important;
  }

  .ez-home-banner .btn-div.desktop{
    display: none;    
  }

  .btn-div.mobile{
    margin-top:20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .btn-div.mobile .btn{
    margin:0px 5px
  }
}

@media only screen and (max-width: 414px) {
  .ez-home-banner{
    min-height: 370px !important;
    background-position: 100% 190px !important;
  }

  .ez-home-banner .btn-div.desktop{
    display: none;    
  }

  .btn-div.mobile{
    margin-top:20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .btn-div.mobile .btn{
    margin:0px 5px
  }
}

@media only screen and (max-width: 320px) {

  .ez-home-banner-2{
    background: url("../images/banner1-big.png") no-repeat bottom right;
background-size: contain;
min-height: 45rem;
padding: 80px;
min-height: 62rem;
padding: 20px 20px 0px;
  }

  .ez-home-banner{
    min-height: 370px !important;
    background-position: 100% 190px !important;
  }

  .ez-home-banner .btn-div.desktop{
    display: none;    
  }

  .btn-div.mobile{
    margin-top:20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:0px 20px
  }

  .btn-div.mobile .btn{
    margin:0px 5px 10px;
    display: block;
    width:100%
    
  }
}