   @media only screen and (min-width:820px) and (max-width:1180px) and (orientation:portrait){ 
  .navbar-expand-md .navbar-toggler{
    display: block;
  }
   #navbarCollapse{
    flex-basis: 100%;
  }
  .navbar-nav.mr-auto.dark-nav-links{
    display: block;
  }

      .navbar {
        position: relative;
        flex-wrap: wrap;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
        padding: .5rem 1rem!important;
    }
  .fixed-header{
        display: block!important;
    }
     .navbar-expand-md .collapse.navbar-collapse{
        display: none!important;
        }
   .navbar-expand-md .collapse.navbar-collapse.show{
          display: block!important;
   }

.navbar-en-grey .navbar-toggler {
        background-color: #33c481;
    }
}
@media only screen and (min-width:820px) and (max-width:1180px) and (orientation:landscape) {
  #navbarCollapse .form-inline{
    justify-content: end;
  }
 }
@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) { 
 #navbarCollapse .form-inline{
    justify-content: end;
  }
}
@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) { 
      .contact_section {
    padding-left: 0px!important;
}
   .main_content{
    width: 100%;
    overflow-x: auto;
  }
  .blog-sidebar-right #myTab {
    display: grid!important;
    grid-template-columns: repeat(3,1fr)!important;
    margin-left: 178px !important;
    width: 600px!important;
  }

  /*smooth openclose*/
  .navbar-nav {
  display: flex;
  justify-content: flex-start; 
  flex-wrap: nowrap; 
  width: 100%; 
}
.navbar-collapse {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  flex-wrap: wrap; 
  transition: all 0.3s ease;
}
  /*smooth openclose end*/

  .navbar-expand-md .navbar-toggler{
    display:block;
  }
      .container {
        max-width: 100%;
    }
    #navbarCollapse{
    flex-basis: 100%;
  }
  .navbar-nav.mr-auto.dark-nav-links{
    display: block;
  }

      .navbar {
        position: relative;
        flex-wrap: wrap;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
        padding: .5rem 1rem!important;
    }
  .fixed-header{
        display: block!important;
    }
     .navbar-expand-md .collapse.navbar-collapse{
        display: none!important;
        }
   .navbar-expand-md .collapse.navbar-collapse.show{
          display: block!important;
   }

.navbar-en-grey .navbar-toggler {
        background-color: #33c481!important;
    }


}





















body{
  font-family: "Lexend Deca", serif;;
}
@media (min-width: 1200px){
  .container {
      max-width: 1286px;
  }
}
html {
    scroll-behavior: smooth;
}
.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
        .MultiCarousel .MultiCarousel-inner .item > div,#Trusted_worldlist li
        { text-align: center;
           padding:10px; 
          margin:10px;
           background:#fff; 
             border-radius: 6px; 
             color:#666;
        }
        #Trusted_worldlist{
          padding: 0 20px;
        }
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { right:0; }

        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }
.navbar-nav .nav-item{
  margin-left:16px;
  margin-top:5px;
  font-size:14px;
  font-weight: 500;
}
.nav-link{
  font-size:14px;
  font-weight: 500;
}
.navbar-nav .nav-link:hover{
	color: #288aca !important;
}
.text-green{
  color:#33C481 !important;
}
.text-green:hover{
  color:#ffffff !important;
  font-weight: 700;
}
.text-green1{
  color:#33C481 !important;
}
.navbar-brand img{
  width:148px;
  height:auto;
}
.marginRight30{
  margin-right:30px;
}
.navbar-brand img{
  width:148px;
  height:auto;
}
.outer-wrapper{
  width:1280px;
}
.hero-text{
  font-size: 48px;
  font-weight: 700;
  margin-top:30px;
}
.hero-para{
  font-size:20px;
  font-weight: 300;
}
.banner-wrapper, .banner-bg{
  background-image:linear-gradient(to right, rgba(51, 71, 91, .80), rgba(40, 68, 79, .82), rgba(50, 99, 103, .86), rgba(85, 204, 149, .80)), url(/static/entransactnew/images/statistics.png);
  background-repeat: no-repeat;
  height: 310px;
  vertical-align: middle;
  background-size: cover;
  display: flex;
  align-items: center;
}
.banner-bg h3{
	font-size:calc(32px + 4 * (100vw - 768px) / 256);
	text-align:center;
	color:#fff;
}
.logo-card{
	background: #fff;
    padding: 2.5px;
    margin-top: 40px;
    border-radius: 6px;


}
.case-studies .logo-card{
		min-height: 450px;
}
.card-text{
font-weight: 300;
}
.banner-wrapper .container{
}
.banner-card{
    display: flex;
    justify-content: center;
    flex-flow: column;
    gap: 10px;
    margin-left: 64px;
}
.banner-card .image{
  width: 80px;
}
.banner-card .image img{

}
.blockbtn{
  float: right;
  font-size: 16px;
  padding: 8px 34px;background: #33c481;
  border-color: #33c481;
}
.banner-card .content div{
  font-size:36px;
  font-weight: 700;
  color:#FFFFFF;
}
.banner-card .content p{
  font-size:22px;
  font-weight: 300;
  color:#FFFFFF;
}
.sky-blue-color{
  background: #D6EAFF 0% 0% no-repeat padding-box;
  border-radius: 40px;
}
.call-to-action{
	 background: #ff9800 0% 0% no-repeat padding-box;
	padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.call-to-action h3{
	color:#fff;
	font-size:calc(26px + 4 * (100vw - 768px) / 256);
}
.call-to-action .btn-secondary{
	    background: #33475b;
    border: 2px solid #ffffff;
    padding: 15px 30px;
    border-radius: 40px;
}
.light-green-color{
 /* background: #E0FFD3 0% 0% no-repeat padding-box;*/
  border-radius: 40px;
  background: #dffcee 0% 0% no-repeat padding-box;
}
.sky-blue-color2{
  background: #D9F7F9 0% 0% no-repeat padding-box;
  border-radius: 40px;
}
.section-wrapper{
  padding:50px;
}
.section-head{
  font-size:64px;
  font-weight: 700;
  line-height: 80px;
  margin-bottom: 20px;
}
.section-para{
  font-size:16px;
}
.section-card{
  border-radius: 20px;
  background-color:#ffffff;
  padding:32px;
  margin-top:30px;
  box-shadow: 0px 0px 15px #00000026;
}
.section-card div{
  font-size:22px;
  font-weight: 700;
  line-height:30px;
}
.section-card p{
  font-size:16px;
  margin-top:15px;
  color:#212529;
}
.section-card ul{
   margin: 0;
   padding: 15px
}
.section-card ul li{
   font-weight: 300;
   font-size:15px;
   color:#212529;
}

.section-gap{
  margin-top:130px;
}
.section-screen-bg{
  padding:30px;
  border-radius: 20px;
  background-color:#fff;
  box-shadow: 17px 23px 32px #0000000D;
}
.section-features div{
  font-size:22px;
  font-weight:700;
}
.section-features p{
  font-size:15px;
  margin-top:13px;
  font-weight: 300;
}
.contact_section{
  padding-left: 40px;
}
  .queryForm {
    border: 1px solid #e8ecfc;
    border-radius: 8px;
    margin: 30px 0 50px 0;
    background-color: #fff;
    align-items: center;
    padding-top: 15px;
    box-shadow: 0 20.326px 23.8999px rgba(14, 25, 84, .054), 0 6.05159px 7.11561px rgba(14, 25, 84, .036);
}
.bg-light{
  border-radius: 10px;
  background-color: #b4d8e4   !important;
}
.privacy-txt{
  font-size: 12px;
  font-weight: 300;
}
.error{
  font-size: 12px;
  color: #db4547;
  font-weight: 300;
  margin-top: 6px;
  margin-bottom: 0;
}
.form-control{
font-size: 16px;
padding: 15px 18px;
background: #fff;
border-radius: 6px;
color: #000;
border: 0;
font-family: "Lexend Deca", sans-serif !important;
}
.form-control::placeholder{
  color: #a4b2bc;
}
.marginTop25{
  margin-top:25px;
}
.marginTop40{
  margin-top:40px;
}
.marginTop80{
  margin-top:80px;
}
.marginTop15{
  margin-top:15px;
}
.card-title{
    font-size: 22px;
    line-height: 28px;
}
.features-heading{
  font-size:36px;
  font-weight:500;
  text-align:center;
}
.product-feature-card{
  background-color:#FFFFFF;
  box-shadow: 17px 23px 32px #0000000D;
  height:161px;
}
.product-feature-card p{
  font-size:16px;
  margin-top:10px;
  font-weight: 600;
}
.card-body .btn-primary {
    color: #4CAF50;
    background-color: #fff;
    padding: 0;
    border-radius: 40px;
    border: none;
    font-size: 17px;
    font-weight: 400;
}
.case-studies .btn-primary:hover, .case-studies .btn-primary:focus, .case-studies .btn-primary:active, .case-studies .btn-primary:not(:disabled):not(.disabled):active:focus{
	background:none !important;
	color:#33475b;
	border:none;
	box-shadow:none;
}
.btn-common{
  padding:22px 30px;
  background-color:#33C481;
  font-size:16px;
  color:#fff;
  border-radius:0;
  font-weight: 700;
}
.btn-common span{
  font-size:14px;
  font-weight: 400;
}
.btn-common:hover{
  color:#fff;
}
.blog-preview h2{
	position:relative;
	margin-bottom:30px;
}
.blog-preview h2::after{
	content: '';
    display: block;
    height: 5px;
    background-color: #33c481;
    margin-top: 5px;
    width: 80px;
}
.color-green{
	color: #38ad7c;
}
.blog-preview ul li, .blog-preview p{
	line-height:26px;
	font-size: 16px;
	margin-bottom:30px;
    font-weight: 300;
}
footer{
  background-color:#33475B;
  padding:40px 0 30px 0;
  margin-top:0;
}
.footer-logo{
  width:98px;
  height:28px;
}
.footer-list{
  margin:0;
  padding:0;
  list-style:none;
}
.footer-list li{
  color:#B1B1B1;
  font-size:14px;
  margin-top:21px;
}
.footer-list li a{
  color:#B1B1B1;
}
.footer-list li:first-child{
  font-size:15px;
  color:#FFFFFF;
  font-weight: 700;
}
.footer-list li:first-child a{
  color:#FFFFFF;
}
.footer-list2{
  margin:0;
  padding:0;
  list-style:none;
}
.footer-list2 li{
  color:#B1B1B1;
  font-size:14px;
  margin-top:15px;
}
.footer-list2 li a{
  color:#B1B1B1;
}
.socialMedia_linkus {
    margin-bottom: 21px;
}
.footer-list2 li:first-child{
  font-size:15px;
  color:#FFFFFF;
  font-weight: 700;
  margin-top:21px;
}
.footer-list2 li:first-child a{
  color:#FFFFFF;
}
.footer-list2 li a i,.footer-list2 li a span{
  display:inline-block;
}
.footer-list2 li a i{
  width:30px;
}
.horizontal-ruler{
  border-top: 1px solid #ffffff;
  margin-top:30px;
}
.copy-right{
  font-size:14px;
  color:#ffffff;
  margin-top:12px;
}
.marginTop32{
  margin-top:32px;
}
.banner-top{
  margin-top:60px;
  margin-bottom:60px;
}
.header-on-scroll-bg{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index: 999;
  height:55px;
}
.header-on-scroll img{
  margin-top:15px;
}
.menu-item{
  margin-left:30px;
  margin-top:17px;
  font-size:14px;
  font-weight: 500;
  display:inline-block;
}
.sectionRightWrapper{
  margin-left:50px;
}
.marginTop22{
  margin-top:22px;
}
.navPaddingZero{
  padding-top:0px;
  padding-left: 0;
  padding-right: 0;
}
.navbar-en-grey .navbar-toggler {
    color: rgba(255,255,255,1);
    border-color: rgba(255,255,255,1);
    background-color:#33475B;
}
.navbar-en-grey .navbar-toggler-icon {
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.nav-link {
    font-size: 14px;
    font-weight: 500;
    color:#343a40;
}
.nav-link {
    font-size: 14px;
    font-weight: 500;
    color:#ffffff;
}
.dark-header-color{
  background-color:#33475B !important;
}
.navbar-en-grey .navbar-brand{
  margin-left:15px;
}
.features-top{
  background-color:#D6EAFF;
  padding-bottom:38px;
}
.featrues-ban-text{
  font-size:18px;
}
.features-try{
  font-size:30px;
  font-weight: 500;
}
.featrues-hero-text{
  font-size: 48px;
  font-weight: 700;
  margin-top:20px;
}
.table-font-color{
  color:#33475b;
}

.table-heading{
  font-size:18px;
  font-weight: bold;
}
.table-sub-heading{
  font-size:16px;
  font-weight: 400;
}
.table-row-head{
  font-size:18px;
  font-weight:400;
}
.table-column-bg{
  background-color:#fff;
  box-shadow: 0 2px 8px -2px hsla(0, 0%, 9%, .08), 0 8px 12px -2px hsla(0, 0%, 9%, .16);
}
.table{
  position: relative;
  overflow-x: auto;
}
.table thead {
  position: sticky;
  top: 60px; /* Adjust based on your header height */
  z-index: 100;
}
.get-demo{
  background: #02ae9d;
  padding: 7px 18px ;
  color: #fff;
}
.color2{
  background: #35729e !important;
}
.color3{
  background: #9C27B0 !important;
}
.get-demo:hover{
  background: #33475B !important;
}
.table-margin{
  margin-top:40px;
}
.borderTop0{
  border-top:0 !important;
}
.table-subrow-head{
  font-weight: 700;
  font-size:16px;
}
.table-row-content{
  font-weight: 400;
  font-size:14px;
}
.table-row-padding{
  padding-top:30px !important;
  padding-bottom:30px !important;
}
.table-head-bg{
  background: #F0F1FF 0% 0% no-repeat padding-box;
  border-radius: 2px;
  opacity: 1;
  padding:15px 20px;
  color:#002975
}

.marginTopMinus15{
  margin-top:-15px;
}
.table-column-width{
  width:13.6%;
}
.scroll-active{
  background: #F0F1FF 0% 0% no-repeat padding-box;
  border-radius: 2px;
  opacity: 1;
  padding:15px 20px;
  color:#002975
}
.nav-tab{
  padding-bottom: 10px;
}
.nav-tab .nav-item{
  text-align: center;
  text-decoration: none;
  color:#616161;
  width:22%;
  padding: 15px 20px;
  display:inline-block;
}
.nav-tab .nav-item:first-child{
  padding: 15px 20px 15px 10px;
}
.pull-right{
  float:right;
}
.sticky-tabs{
  position: -webkit-sticky;
  position: sticky;
  top:70px;
  z-index:1;
  background-color:#fff;
  padding-top:20px;
  border-bottom:1px solid #D7D7D7;
}
.dark-nav-links li.nav-item a.nav-link:hover{
  color:#33C481 !important;
}
.ml0{
  margin-left:0;
}
.mr0{
  margin-right:0;
}
.major-features{
  padding:15px 20px;
  font-weight: 700;
  display: inline-block;
}
.fixed-logo img{
  width:148px;
  height:auto;
  margin-left:10px;
}
@media (max-width: 767px){
  .view_blog .blog_title {
    font-size: 1.5rem;
  }
    .main_content {
    width: 100%;
    overflow-x: auto;
  }
  .section-head{
    font-size: 27px!important;
  }
  .header-on-scroll-bg{
    z-index: 999;
  }
  .container-fluid {
      padding-left:0;
      padding-right:0;
  }
  .navbar{
    padding:20px !important;
  }
  .banner-top{
    margin-top:100px;
  }
  .navbar-en-grey .navbar-toggler{
    background-color: #33c481;
  }
  .hero-text{
    margin-top:0;
    line-height:48px;
  }
  .navPaddingZero{
    padding-left:0;
    padding-right:0;
  }
  .navPaddingZero{
    margin-top:0;
  }
  .hero-image{
    margin-top:80px;
  }
  .navbar-brand{
    margin-left:10px;
  }
  .navbar-toggler{
    margin-right:10px;
  }
  .mobile-reverse{
    display: flex;
    flex-direction: column-reverse;
  }
  .banner-wrapper{
    margin-top:20px;
    background-image: url(static/entransactnew/images/statistics.png);
    background-repeat:repeat;
    height: auto;
    background-color:#000000;
    background-position: center;
  }
  .banner-card{
    border-bottom: 1px dashed #9E9E9E;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .banner-bg h3{
    margin-top: 20px;;
  }
  .banner-bg{
    height: auto !important;
  }
  .section-head{
    line-height: 60px;
    font-size: 48px;
  }
  .banner-wrapper .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-gap{
    margin-top:20px;
  }
  .section-wrapper {
      padding: 20px;
  }
  .sectionRightWrapper {
      margin-left: 0;
  }
  .section-card{
    padding: 25px;
  }
  .section-screen-bg {
    padding:0;
    background-color: none;
    box-shadow: 17px 23px 32px #0000000D;
    margin-top:20px;
  }

  .navbar-nav .nav-item {
      margin-left: 15px;
  }
  .whiteNavbar{
    display:none;
  }
  .sticky-tabs{
    top:47px;
  }
  .nav-tab .nav-item {
    width:49%;
  }
  .contact_section{
    padding: 0;
  }
  .queryForm{
    flex-flow: column-reverse;
    padding-bottom: 20px;
    padding-top: 0;
    margin-top: 100px;
  }
  #con_country{
    margin-bottom: 15px;
  }
  .blockbtn{
    float: none;
    margin-bottom: 20px;
  }
  .contact-submit-btn{
    padding: 0 !important;
  }
}
  @media only screen and (max-width:767px) {
    .rightSocialIconsdiv{
      position: unset!important;
      height: 82vh;
    }
.ReadMore_Entity h1{
    font-size: 30px !important;
    margin-top: 27px !important;
    margin-top: 17px !important;
}
.ReadMore_Entity{
    padding-top: 30% !important;
}
.blog-area{
  padding-top: 28% !important;
}
#myTab {
    display: ruby !important;
}

  }
#news-tab .nav-pills .nav-link.active{
  color: #fff !important;
    background-color: #33c481 !important;
}

#myTab .nav-link.active {
  background-color: #33c481 !important;
  color: #ffffff !important;
  border-radius: 5px; /* Optional: rounded corners */
}
