/*FONTS*/
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');*/
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*font-family: 'Poppins', sans-serif;*/
}
body{color: #484848!important;line-height: 1.8;font-family: Gordita,Helvetica Neue,Helvetica,sans-serif!important;} p{ text-align: justify;}
:root {
    --primary: #67c011;
    --secondary: #222222;
    --light: #EEF9FF;
    --dark: #1A1A1A;
}
.bg-primary {background-color: #67c011 !important;}
.bg-secondary{background-color: #1A1A1A!important;}
.text-primary {color: #67c011 !important;}
.btn{border-radius:10px!important;}
.btn-primary {
    color: #000;
    background-color: #67c011 !important;
    border-color:  #67c011 !important;
}
.btn-dark {
    color: #fff;
    background-color: #1A1A1A;
    border-color: #1A1A1A;
}
.btn-dark:hover {
    background-color: #67c011;
    border-color: #67c011;
}
.bg-dark {background-color: #1A1A1A !important;}
.text-dark {color: #1A1A1A !important;}
.border-primary {
    border-color: #67c011 !important;
}
.text-body {color: #48870b !important;font-weight: 700; font-size: 1.4rem;line-height: 1.6rem} .border-end {border-right: 1px solid #404040 !important;}
h1,
h2,
.font-weight-bold {font-weight: 700 !important;}

h3,
h4, .h4,
.font-weight-semi-bold {font-weight: 600 !important;}

h5, .h5,
h6,
.font-weight-medium {
    font-weight: 600 !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-family: 'Dosis','Helvetica Neue',Arial,sans-serif; color:#1A1A1A!important;}
.f-title .h3{color:#FFFFFF!important;font-weight: 600 !important;}
.btn {
    /*font-family: 'Jost', sans-serif;*/
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
	color: #FFFFFF;
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .85);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}
.banner {/*background-color: #1A1A1A; color: #FFFFFF;*/margin-top: 50px;
	background-color: #f5f6f8;/*background-image: linear-gradient(45deg, #e4f8d1 0%, #b7ebf1 100%);*/
	/*background: radial-gradient(circle, #f1fde6 0%, #d3f4f8 100%);*/
}
.banner-sub {background-color: #252525; color: #FFFFFF;margin-top: 50px;}
.direct-content{color:#ffffff;} .direct-img{margin-bottom: -120px!important; margin-right: 0px!important; width: 100%;/*-webkit-box-shadow:0px 1px 15px rgba(0,0,0,.8);box-shadow:0px 1px 15px rgba(0,0,0,.8);*/}@media screen and (max-width: 1470px){.direct-content .btn{margin-bottom:20px;}}
@media screen and (max-width: 768px){.direct-img{margin-bottom: 3px!important;}.direct-header{margin-top:160px;}}
.banner-shape {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;z-index:-1;
	top: 10px;}
/*.banner-shape {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;z-index:-1;
	top: 245px;}*/
@media (min-width: 991.98px) {
    .banner {
        /*position: relative;*/
        margin-top: 50px;
        z-index: 1; /*background-color: #1A1A1A; */
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85));
}

.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85));
}

.appointment-form {
    background: #67c011;
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}
.featitle{font-family: 'Dosis','Helvetica Neue',Arial,sans-serif;font-size: 1.5rem;font-weight: 500 !important;color: #1A1A1A;}
.intetitle{font-size: 1.1rem;line-height: 1.4rem; font-weight: 600 !important;color: #1A1A1A; text-align: left;}
.planht{min-height: 370px!important;}
.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}
.bg-gray{background-color: #f4f4f4;}
.bg-gray-dark{background-color: #ebebeb;}
.bg-shadow{background-color:#ffffff!important; box-shadow: 0 15px 45px rgb(16 30 54 / 15%);}
.bg-offer {
    background-color: #f4f4f4;
	/*background: 
    repeating-radial-gradient(
      circle at 0 0, 
      #eee,
      #e8e7e7 90px
    );*/
}

.offer-text {background: #67c011;}
.moapp-bg {background: #ffffff;}
.plan-ht{min-height: 225px;}
.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}
.bg-integrations { width: 100%;
     min-height: 75px;
    /*height: 90%; float: left;
    margin-bottom: 30px;*/margin: auto;
    background: #fff;
    box-shadow: 0 15px 45px rgb(16 30 54 / 15%);
    border-radius: 15px;
    transition: .2s ease; }
.bg-testimonial {background-color:#ffffff!important;/*background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(225,237,204,1) 100%);*/
    box-shadow: 0 15px 45px rgb(16 30 54 / 15%);
    border-radius: 4px; border:1px solid #f4f3f3;min-height: 340px; }.bg-testimonial img{border-radius:70px 70px 70px 0;}
.test-secbg{background-color: #f4f4f4; /*background: radial-gradient(circle, #f1fde6 0%, #d3f4f8 100%);*/}
.bg-bestsoft {background-color:#ffffff!important;min-height: 590px;box-shadow: 0 15px 35px rgb(16 30 54 / 15%);}
.bg-bestsoft-mid {background-color:#ffffff!important;box-shadow: 0 15px 35px rgb(16 30 54 / 15%);}
.bg-bestsoft-icon{font-size: 4rem;color: #67c011;} .featxt{text-align: justify;}
.flag-round{border-radius:100%;border:5px solid #ffffff; background-color: #ffffff;}
.testimonial-carousel {background: #67c011;}
.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}
.foo_banner{/*padding-bottom: 15px;*/}
.foo_banner .outer {
    display: flex;
    align-items: center;
    border-right: 1px solid #c6c7cb;
}
.outer i {
    font-size: 36px;
    color: #f15a3d;
}
.color-a4{
    color: #f15a3d!important;
}
.color-a1 {
    color: #3579fa!important;
}
.color-a2 {
    color: #933aad!important;
}
.color-a3 {
    color: #5cbe5e!important;
}
.contri {
    margin: 0 0 0 8px;
    line-height: 24px;
    font-weight: 700;
    color: #111;
    font-size: 22px;
    /*text-shadow: 2px 3px 4px rgb(2 2 2 / 32%);*/
}
.contri span {
    display: block;
    color: #383838;
    font-size: 15px;
    font-weight: 400;
}
@media screen and (max-width: 768px){.outer{ padding: 10px 0px;}.contri {font-size: 18px; }.contri span{font-size: 14px;}}
.direct-bottom{} .direct-left{padding:20px 0px;color:#222;background-color: #e5e5e4;} .direct-left .btn{margin-top: 0px;}
.vdo-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */ margin-bottom: 30px;
}
.vdo-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 90%; /* Aspect Ratio */ margin-bottom: 30px;
}
.responsive-iframe {position: absolute; border-radius:50px;top: 0;left: 0;bottom: 0;right: 0;width: 100%;height: 100%;border: none;}
.frmbdr{padding:7px; border:1px solid #67c011}.frmhead{background-color:#67c011; padding:2px 0 1px 0;} .frmh2{color:#ffffff; padding-bottom:10px;}
.frm-title{font-size: 34px;
    line-height: 1.4;font-weight: bold;font-family: 'Dosis','Helvetica Neue',Arial,sans-serif;padding-top: 15px;color: #FFFFFF;}
.regularform input,.regularform textarea{margin-bottom:15px;padding:10px 15px;border:1px solid #c4c4c4;font-size:13px;}.regularform input[type=submit]{border:0;}.regularform textarea{height:150px;}.regularform input.norightborder{border-right:0;}.done{display:none;}
.price-se{color:#ffde00; font-weight:700; font-size:22px}
/*NAVIGATION*/
nav{
  /*position: fixed;
  z-index: 99;*/
  width: 100%; 
  background: #ffffff;
}
nav .wrapper{
  position: relative;
 /* max-width: 1300px;
  padding: 0px 90px;*/
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .logo a{
  color: #1A1A1A;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .nav-links{
  display: inline-flex;margin-top:15px;
}
.nav-links li{
  list-style: none;
}
.nav-links li a{
  color: #1A1A1A;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 7px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.nav-links li a:hover{
  /*background: #3A3B3C;*/
}
.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{padding-left: 0rem!important;
  position: absolute!important;
  background: #FFFFFF;
  width: 190px;
  line-height: 35px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
border-top: 3px solid #67c011;
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px; font-size:16px;
} .drop-menu li a:hover{color:#67c011!important; }
.mega-box{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content{
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.mega-box .content .row{
  width: calc(25% - 30px);
  line-height: 45px;
}
.content .row img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header{
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}
.content .row .mega-links{
  margin-left: -40px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
  padding: 0 20px;
}
.row .mega-links li a{
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}
.row .mega-links li a:hover{
  color: #f2f2f2;
}
.wrapper .btn{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}

@media screen and (max-width: 970px) {
	nav .wrapper{
  padding: 0px 5px;
}
  .wrapper .btn{
    display: block;color: #67c011;
  }
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #FFFFFF;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 1px 10px;
  }
  .nav-links li a{
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }
  .nav-links .drop-menu{
    position: static!important;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,#showDrop1:checked ~ .drop-menu,#showDrop2:checked ~ .drop-menu,#showDrop3:checked ~ .drop-menu,#showDrop4:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #67c011;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  /*.nav-links .mobile-item:hover{
    background: #3A3B3C;
  }*/
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 19px;
  }
	.nav-links .drop-menu{border-top:none;/*border-bottom:3px solid #67c011*/}
}
nav input{
  display: none;
}
/*TAB S*/
.accordion {
	margin: auto;
	width: 100%;
}
.accordion input {
	display: none;
}
.box {
	position: relative;
	background: white;
    min-height:  64px;
    transition: all .15s ease-in-out;margin: 16px 0; text-align: left!important;
}
.box::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
}
header.box {
	background: #00BCD4;
	z-index: 100;
	cursor: initial;
	box-shadow: 0 -1px 0 #e5e5e5,0 0 2px -2px rgba(0,0,0,.12),0 2px 4px -4px rgba(0,0,0,.24);
}
header .box-title {
	margin: 0;
	font-weight: normal;
	/*font-size: 16pt;*/
	color: white;
	cursor: initial;
}
.box-title {
	/*width: calc(100% - 40px);*/
	min-height: 64px; width: 100%;
	/*line-height: 64px;*/
	padding: 18px 10px;
	display: inline-block;
	cursor: pointer;
	-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
}
.box-content {
	/*width: calc(100% - 40px);*/
	padding: 30px 40px;
	/*font-size: 11pt;
	color: rgba(0,0,0,.54);*/
	display: none; text-align: left!important;
}
.box-content ul{padding-left:0px!important}
.box-content ul li {
	background: url(../img/list.png) no-repeat left;
  padding: 0px 0px 0px 30px!important;
  list-style: none;
  margin: 0;
}


.box-close {
	position: absolute;
	height: 64px;
	width: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none;
}
.box-close1 {
	position: absolute;
	height: 64px;
	width: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none;
}
input:checked + .box {
	height: auto;
	margin: 16px 0;
    box-shadow: 0 0 6px rgba(0,0,0,.1),0 6px 12px rgba(0,0,0,.11);
}
input:checked + .box .box-title {
	border-bottom: 1px solid rgba(0,0,0,.18);
}
input:checked + .box .box-content,
input:checked + .box .box-close {
	display: inline-block;
}
.arrows section .box-title {
	padding-left: 42px; line-height: 24px;
	/*width: calc(100% - 64px);*/font-weight:600;
}
.arrows section .box-title:before {
	position: absolute;
	display: block;
	content: '\203a';
	font-size: 18pt;
	left: 20px;
	top: 15px;
	transition: transform .15s ease-in-out;
	/*color: rgba(0,0,0,.54);*/
}
input:checked + section.box .box-title:before {
	transform: rotate(90deg);
}
.acc-inline{display: inline-block;width: 50%;vertical-align: top; float: left;}
.acc-inline-p2{display: inline-block!important;width: 50%;vertical-align: top;}
.q-inline{display: inline-block;width: 5%;vertical-align: top; float: left;}
.q-inline-p2{display: inline-block!important;width: 95%;vertical-align: top;}
/*TAB E*/
/* -----------------> start accordion ------------------------*/
.accordion-bral {
  min-height: 0;
  min-width: 220px;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  margin: 0px!important;
}
.accordion-bral .ac-label{
  /*font-family: Arial, sans-serif;*/
  padding: 5px 20px;
  position: relative;
  display: block;
  height: auto;
  cursor: pointer;
  line-height: 33px;
  font-size: 19px;
  background: #EFEFEF;
  border: 1px solid #CCC;
}
.accordion-bral .ac-label:hover {
  background: #FFFFFF;
  
}
.accordion-bral .ac-label h3{font-family: Gordita,Helvetica Neue,Helvetica,sans-serif!important;font-size: 19px;margin-bottom: 0rem;padding: 5px 0px; color:#484848!important; font-weight: normal!important;}
.accordion-bral input + .ac-label  {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion-bral input:checked + .ac-label,
.accordion-bral input:checked + .ac-label:active {
  background-color: #7fc140 !important;
  color: #FFF;
  box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3), 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.accordion-bral input:checked + .ac-label h3{color: #1A1A1A!important;font-weight: 600!important;}
.accordion-bral input.ac-input {display: none;}
.accordion-bral .article {
  background: rgb(280, 280, 280);
  overflow: hidden;
  height: 0px;
  max-height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion-bral .article p {padding: 20px;}
.accordion-bral input:checked ~ .article i {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.accordion-bral input:checked ~ .article.ac-content {height: auto;}
.accordion-bral i {
  position: absolute;
  transform: translate(-30px, 0);
  margin-top: 7px;
  right: 0;
}
.accordion-bral input:checked ~ .ac-label i:before {
  transform: translate(2px, 0) rotate(-45deg);
}
.accordion-bral input:checked ~ .ac-label i:after {
  transform: translate(-2px, 0) rotate(45deg);
}
.accordion-bral i:before, .accordion-bral i:after {
  content: "";
  position: absolute;
  background-color: #383838;
  width: 3px;
  height: 9px;
}
.accordion-bral i:before {
  transform: translate(-2px, 0) rotate(-45deg);
}
.accordion-bral i:after {
  transform: translate(2px, 0) rotate(45deg);
}
ul.ac-list {
  padding-left: 40px;
  list-style-type: disc;  
}

table.ac-table {
  margin: 20px 0 20px 20px;
}
table.ac-table th{
  text-align: left;
}

@media (max-width: 550px) {
  .accordion-bral .ac-label {
  font-family: Arial, sans-serif;
  padding: 5px 20px;
  position: relative;
  display: block;
  height: auto;
  padding-right: 40px;
  cursor: pointer;
  color: #777;
  line-height: 33px;
  font-size: 19px;
  background: #EFEFEF;
  border: 1px solid #CCC;
}
  .accordion-bral i {
  position: absolute;
  transform: translate(-30px, 0);
  margin-top: 2%;
  right: 0;
}
}
/* ---------- accordion end --------------------------------------- */
/*===================== */
.countries{padding-left: 0px!important; text-align: left;}
.countries li{list-style-type: circle; list-style: circle;color: #67c011;line-height:1.4rem!important;padding-bottom: 0.4rem;}
.countries li a{font-size:0.7rem!important;color:#222; line-height:1.2rem!important;}
.bg-india {width: 50px; height: 50px;
    background: url('../img/flags.png') -10px -10px;
}
.bg-panama {width: 50px; height: 50px;
    background: url('../img/flags.png') -80px -10px;
}
.bg-sweden {width: 50px; height: 50px;
    background: url('../img/flags.png') -10px -80px;
}
.imgscale {transition: .5s;background-color:#1e1e1e!important;border-radius: 70px 70px 70px 0;}.imgscale:hover {transform: scale(1.15);transition: .5s;}
.bg-multi_lingual {
    width: 100px; height: 100px;
    background: url('../img/feature-highlights.png') -10px -10px;margin: 0 auto;
}
.bg-multi_currency {
    width: 100px; height: 100px;
    background: url('../img/feature-highlights.png') -130px -10px;margin: 0 auto;
}
.bg-multi_vendor {
    width: 100px; height: 100px;
    background: url('../img/feature-highlights.png') -10px -130px;margin: 0 auto;
}
.bg-multi_store {
    width: 100px; height: 100px;
    background: url('../img/feature-highlights.png') -130px -130px;margin: 0 auto;
}
.bg-authentication {
    width: 100px; height: 100px;
    background: url('../img/feature-highlights.png') -250px -10px;margin: 0 auto;
}
.bg-ecommerce {
    width: 100px; height: 100px;
    background: url('../img/feature-highlights.png') -250px -130px;margin: 0 auto;
}
.bg-whatsapp {
    width: 100px; height: 100px;
    background: url('../img/feature-highlights.png') -10px -250px;margin: 0 auto;
}
.bg-themes {
    width: 100px; height: 100px;
    background: url('../img/feature-highlights.png') -130px -250px;margin: 0 auto;
}
.bg-payment_methods {
    width: 100px; height: 100px;
    background: url('../img/feature-highlights.png') -250px -250px;margin: 0 auto;
}
.bg-compliance {
    width: 100px; height: 100px;
    background: url('../img/feature-highlights.png') -10px -370px;margin: 0 auto;
}
.bg-poll {
    width: 100px; height: 100px;
    background: url('../img/feature-highlights.png') -130px -370px;margin: 0 auto;
}
.bg-blog {
    width: 100px; height: 100px;
    background: url('../img/feature-highlights.png') -250px -370px;margin: 0 auto;
}
.rounded-top img{background-color:#1e1e1e;}
.card{border: 1px solid #f9fbf7!important;} .card-hover{border-radius: 50px!important;} .card-hover:hover{border: 1px solid #67c011!important; transition: all 1s;}
.card-body{box-shadow: 0 15px 45px rgb(16 30 54 / 15%);border-radius: 50px!important;} .icon-box{padding: 10px; border-radius: 100%;color: #ffffff;} .ib-blue{background-color: #3579fa!important;}.ib-purple{background-color: #933aad!important;}.ib-green{background-color: #5cbe5e!important;}.ib-red{background-color: #f15a3d!important;}
.rating {padding: 15px 0px 15px 0;background-color: #e2e2e2;}
.badges{border-radius:none; padding: 10px;} .badges1{ border-radius:none; padding: 0px 10px 10px 10px;}.badges img{border:1px solid #d2d2d1; border-radius:15px; background-color:#FFF; margin: 5px;}.badges1 img{border:1px solid #d2d2d1; border-radius:15px;background-color:#FFF; margin: 0px 5px 5px 5px;}@media only screen and (max-width:991px){.badges1 img{margin: 5px;}}
.mktg-section {
    width: 350px;
    margin-bottom: 45px;
    padding: 30px 20px 30px 25px;
    position: relative;
    background: #fff;
    box-shadow: 0 15px 45px rgb(16 30 54 / 15%);
    border-radius: 4px;
}
.footer-bottom{background: #101010;}
.pmob{padding: 3rem 3rem !important;}
@media screen and (max-width: 600px) {.imgpad{padding:0px 0px 30px 0px!important}
	.colpad{margin-top:40px;}
	.secpad{margin-top:90px!important} .secpad2{margin-top:20px!important}
	.acc-inline{float: none!important; display: contents!important}
	.foo_banner .outer{border-right:0px!important;border-bottom: 1px solid #c6c7cb; padding-bottom:15px;}
	.wrapper .nav-links{margin-top:5px;} /*.banner-shape{display: none;*/
.box-content ul li {
	background: url(../img/list.png) no-repeat left top;
}
	.pmob{padding: 3rem 1rem !important;}
}
.pleft{padding-left: 0.30rem !important;}

/*.box-content ul {
    list-style-type: none;
    margin-left: 10px;
}

.box-content ul li {
    margin-bottom: 12px;
    margin-left: -10px;
    display: flex;
    align-items: center;
}

.box-content ul li::before {
    color: transparent;
    font-size: 1px;
    content: " ";
    margin-left: -1.3em;
    margin-right: 15px;
    padding: 10px;
    background-color: orange;
    -webkit-mask-image: url("../img/check-circle-fill.svg");
    -webkit-mask-size: cover;
}*/