@font-face {
  font-family:Raleway-1;
  src: url(../../font/Raleway-Medium.ttf);
}
@font-face {
  font-family:Raleway;
  src: url(../../font/Raleway-Bold.ttf);
}
@font-face {
  font-family:Raleway3;
  src: url(../../font/Raleway-Light.ttf);
}

@font-face {
  font-family:Poppins;
  src: url(../../font/Poppins-Light.ttf);
}@font-face {
  font-family:Poppins2;
  src: url(../../font/Poppins-Medium.ttf);
}
@font-face {
  font-family:Poppins3;
  src: url(../../font/Poppins-Regular.ttf);
}
@font-face {
  font-family:Poppins4;
  src: url(../../font/Poppins-Bold.ttf);
}
@font-face {
  font-family:Roboto;
  src: url(../../font/Roboto-Medium.ttf);
}
@font-face {
  font-family:Roboto2;
  src: url(../../font/Roboto-Regular.ttf);
}

@font-face {
  font-family:helveticaneue;
  src: url(../../font/helveticaneue-Regular.ttf);
}
*{padding:0px;
margin:0px;
box-size:border-box;
}
html {
  
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
}
p{  font-family: Poppins2;}
body {
   font-family: Poppins;
    line-height: 1.8;
    color: #384047;
    font-weight: normal;
    font-kerning: auto;
	overflow-x:hidden;
}
body {
    margin: 0;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container {
    width: 1170px;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}



.col-md-1 {
	float: left;
    width: 8.33333333%;
}
.col-md-2 {
	float: left;
    width: 16.66666667%;
}

.col-md-3 {
	float: left;
    width: 25%;
}
.col-md-4 {
	float: left;
    width: 33.33333333%;
}
.col-md-5 {
	float: left;
    width: 41.66666667%;
}
.col-md-6 {
	float: left;
    width: 50%;
}
.col-md-7 {
	float: left;
    width: 58.33333333%;
}
.col-md-8 {
	float: left;
    width: 66.66666667%;
}
.col-md-9 {
	float: left;
    width: 75%;
}
.col-md-10 {
	float: left;
    width: 83.33333333%;
}
.col-md-11 {
	float: left;
    width: 91.66666667%;
}
.col-md-12 {
	float: left;
    width: 100%;
}


.btn-sel {
    padding: 9px 33px 10px 34px;
    border-radius: 4px;
    border: solid 1px #cccccc;
}
.header {
    float: left;
    width: 100%;
    height: 70px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
}
.logo {
    padding: 7px;
}
.btn {
    padding: 17px;
    float: right;
}
.section.hero-area.grt-her {
    background-image: url(../../assets/img/banner.jpg);
}
.hero-area {
    position: relative;
    z-index: 1;
    color: #fff;
}
.hero-area {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	float: left;
width: 100%;
padding-top: 50px;
height:520px;

}
.hero-overlay-gradient {
    background: linear-gradient(to right, rgba(17, 24, 60, 0.75), rgba(17, 24, 60, 0.6));
}
.hero-overlay, .hero-overlay-gradient {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.hero-area .hero-content, .hero-area .breadcrumb-area {
    position: relative;
    z-index: 2;
}

.pos-r {
    position: relative !important;
}
.pos-tb-center {
    width: 100%;
  
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hero-form {
    width: 75%;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,.15);
    color: #314555;
    margin: auto;
    padding: 10px;
   
    float: right;
    border-radius: 12px;
    padding-bottom: 35px;
    padding-top: 19px;
}
.maj1.stc1 {
    color: #2c2e30 !important;
	margin-bottom: 50px;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.hero-form-wrapper {
    color: #aaa;
    padding: 20px;
}
.mb-15 {
    margin-bottom: 17px !important;
}
.field {
    display: block;
    position: relative;
}
.sppek1.btn-lg.btn-blue.btn-block {
    display: inherit;
    height: 0px;
    text-decoration: none;
    border-bottom: 4px;
    text-align: center;
    width: auto;
    padding: 23px;
}
.absolute.top-0.h-4.rounded.shim-blue.prices-pl2 {
    width:35%;
    background: no-repeat !important;
    margin: 0 auto;
}

.form-control {
	color: rgba(0, 0, 0, 0.85) !important;
    font-family: Poppins3;
    border: solid 1px #cccccc;
    background-color: #f5f5f5;
    line-height: 20px;
    width: 100%;
    padding: 0px;
    -webkit-transition: all ease-in-out 150ms;
    -ms-transition: all ease-in-out 150ms;
    -o-transition: all ease-in-out 150ms;
    transition: all ease-in-out 150ms;
    height: 44px;
    padding-left: 11px;
}/* .form-control {
	color: rgba(0, 0, 0, 0.85) !important;
	font-family: Poppins3;
  border: solid 1px #cccccc;
  background-color: #f5f5f5;


    line-height: 20px;
   

   width: 100%;
padding: 11px 0px 11px 6px;
    -webkit-transition: all ease-in-out 150ms;
    -ms-transition: all ease-in-out 150ms;
    -o-transition: all ease-in-out 150ms;
    transition: all ease-in-out 150ms;
} */
.ex-1 {
font-family: Roboto2;
font-size: 44px;
margin-bottom: 20px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.2;
letter-spacing: 1px;
text-align: left;
color: #ffffff
}
.erp1{ font-size: 30px;
  font-weight: 900;}
.plak1{ font-size: 30px;
color: #0093ff;
font-weight: 500; font-family: Raleway;}
.btn-dal {
    background: #0093ff;
    border-radius: 4px;
    color: #fff;
    font-family: Poppins3;
    text-decoration: none;
    height: 45px;
    float: left;
    width: 84%;
    text-align: center;
    line-height: 44px;
    font-size: 19px;
    position: relative;
    top: 62px;
}
.prices-pl2 a{text-decoration:none; color:#fff;}
.mobile-des-10{display:none;}
.poly {
	    font-family: 'Poppins3';
    color: #0093ff;
}
.ul-box {
    margin-top: 30px;
	float: left;
width: 100%;
}
.pr1 {
    width: 80%;
    display: inline-table;
}
.ha1.nowpl {
    padding: 7px;
    opacity: 0.8;
    border-radius: 31px;
    background-color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    font-family: Poppins3;
    color: #000;
    width: 65%;
    text-align: center;
}
.ha1 {
    width: 624px;
    height: auto;
    margin: 0 25px 0px 0;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.t-uppercase.mb-10 {
    margin: 0 0 16.3px;
    font-family: 'Poppins2';
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #202020;
}
.visibility-hidden {
    display: none;
}
.footer-1 .btn-lg.btn-blue.btn-block {
    background: #fff;
    color: #000;
}
.sumn1 .btn-lg.btn-blue.btn-block {
width: 100%;}
.col-md-12.top-ex1{text-align: center;}
.btn-lg.btn-blue.btn-block {
   width: 90%;
height: 50px;
padding: 20px;
border-radius: 4px;
background-color:#f88223;
border: none;
margin: 0 auto;
font-family: Poppins;
font-size: 18px;
font-weight: 600;
line-height: 0px;
color: #fff;
cursor: pointer;
}
.btn-lg.btn-blue.btn-block.we-fr{ height: 43px;background-color: #fff;
color: #fc3b6c;
font-size: 18px;
font-family: Poppins3;}
.sumn1{text-align:center;}
.ul-box img {
    max-width: 6%;
margin-right: 8px;
position: relative;
top: 3px;
}
.ul-box li {
  float: left;
list-style: none;
width:51%;
margin-bottom: 5px;
font-size: 18px;

font-family: Roboto;
}
.btn-sel {
   font-family: Roboto;
font-size: 16px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: 1.31;
letter-spacing: normal;
text-align: center;
color: #fff;
text-decoration: none;
background: #f88223;
border: none;
}
img{max-width:100%;}
.about-us {
    width: 100%;
    height: auto;
    padding-top: 40px;
    background-color: #fafafa;
    float: left;
    padding-bottom: 60px;
}
.get-tc1 {
    font-size: 32px !important;
    float: left;
    text-align: left !important;
    color: #0093ff !important;
}
.tes1-in {
    font-family: Roboto2;
    font-size: 23px;
}
.csk1 {
    font-weight: bold;
    font-family: Roboto2;
}

.poly12 {
    font-family: Poppins3;
    font-size: 18px;
    color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 500;
}


.pl-12 td {
    margin-top: 6px;
    margin-bottom: 6px;
	justify-content: center;
flex-direction: column;
display: flex;
}
.comp1 .price-table {
width: 95%;}
.comp1 .d-2 tr {
    height: auto;
}
.are-yu{width: 100%;
height: auto;
margin-bottom:50px;
padding-top: 40px;
background-color: #f7f7f7;
float: left;
padding-bottom: 40px;
background-repeat: no-repeat;
background-size: 100% 100%;}
.about-us-2 .ul-box1 li {
    font-weight: 500;
    margin-bottom: 1px;
    font-size: 20px;
    font-family: Poppins2;
}
.about-us-2.Manage-ab-p1 {
    background: #fff;
    margin-top: 30px;
    margin-bottom: 80px;
}
.about-us-2 {
   width: 100%;
height: auto;
padding-top: 60px;
background-color: #f5f7fc;
float: left;
padding-bottom: 60px;
}
.test-min-us-2 {
    width: 100%;
    height: auto;
    padding-top: 90px;
    background-color:#fafafa;
    float: left;
    padding-bottom: 90px;
}
.yu-pear {
    font-weight: normal;
	font-family: 'Poppins';
}
.form-single .form-control.input-lg {
    border-radius: 4px;
    background: #fff;
    border: none;
    padding-left: 12px;
}
.form-single .btn-lg.btn-blue.btn-block {
    width: 238px;
	cursor: pointer;
    height: 44px;
    margin: 0 0 0 21.2px;
    border-radius: 4px;
    background-color: #f8820a;
}
.form-single .field {
    padding-left: 15px;
    padding-right: 15px;
}
.chos1 {
    font-size: 22px;
}
.about-us-2 {
   
    padding-top: 40px;
   
    padding-bottom: 40px;
}
.form-single .maj1 {
    font-size: 30px;
}
.form-single .maj1{color:#fff; font-family: Poppins;}
.form-single .res1{color: #fff;
font-family: Poppins;
font-size: 30px;
margin-bottom: 39px !important;
float: left;
width: 100%;
}
.footer-1 .maj1.get1 {
    font-family: Poppins;
    font-size: 34px;
    font-weight: 600;
}
.what145 .yu-pear {
        font-size: 16px;
    font-family: Poppins3 !important;
}
.what145-1{  margin-top: 80px;}
.img-ab.black1 {
    margin-top: 24px;
}
.last1 {
    float: left;
    width: 100%;
    margin-top: 25px;
}
.what145 li{margin-bottom: 20px !important;}
.what145 {
    float: left;
    margin: 0px !important;
    position: relative;
    bottom: 11px;
}
.blackwire-12 {
    background: #fff;
}
.mod1{font-style: normal !important;}
.lin1 {
  width: 0;
    height: 55.3px;
    margin: 0 0 34.2px;
    border: solid 1px #dbdbdb;
    float: left;
    position: relative;
    right: -77px;
}

.lin2 {
    width: 0;
   height: 55.3px;
    margin: 0 0 34.2px;
    border: solid 1px #dbdbdb;
    float: left;
    position: relative;
    right: -51px;
}
.price-pn-2 {
    position: relative;
    right: 58px;
}
.lin3 {
    width: 0;
    height: 67.3px;
    margin: 0 0 34.2px;
    border: solid 1px #dbdbdb;
    float: left;
    position: relative;
    right: 56px;
}
.price-pn-3{
    position: relative;
    right: 38px;
}
.lin4 {
    width: 0;
    height: 67.3px;
    margin: 0 0 34.2px;
    border: solid 1px #dbdbdb;
    float: left;
    position: relative;
    right: 29px;
}
.lin-btn.prices-pl2.btn-lg.btn-blue.btn-block.btn.btn-default.frm_btn.frm-btn {
    width: 96%;
    height: 21px;
    font-family: Roboto2;
    font-size: 16px;
    padding: 18px;
    margin-top: 78px !important;
    position: relative;
    right: 10px;
	    font-weight: 100;
}
.d-2 .fr1 {
    font-family: Poppins2;
    color: #222;
    font-size: 18px;
}
.pric-dl1 p{color:#000; letter-spacing: 1;}
.lin-btn2.prices-pl2.btn-lg.btn-blue.btn-block.btn.btn-default.frm_btn.frm-btn {
    width: 96%;
    height: 21px;
    font-family: Roboto2;
	    font-weight: 100;
    font-size: 16px;
    padding: 18px;
    margin-top: 78px !important;
    position: relative;
    left: 0px;
}
.lin-btn3.prices-pl2.btn-lg.btn-blue.btn-block.btn.btn-default.frm_btn.frm-btn {
    width: 96%;
    height: 21px;
    font-family: Roboto2;
	    font-weight: 100;
    font-size: 16px;
    padding: 18px;
    margin-top: 78px !important;
    position: relative;
    left:5px;
}
.lin-btn4.prices-pl2.btn-lg.btn-blue.btn-block.btn.btn-default.frm_btn.frm-btn {
    width: 96%;
    height: 21px;
    font-family: Roboto2;
	    font-weight: 100;
    font-size: 16px;
    padding: 18px;
    margin-top: 78px !important;
    position: relative;
    left:-6px;
}
.price.tabpl1 {
       color: #2c2e30;
    font-family: Poppins2 !important;
    font-size: 17px !important;
    font-weight: 500 !important;
}
.pr-btn h3 {
   font-family: 'Poppins3';
position: relative;
top: 9px;
left: 145px;
font-size: 24px;
font-weight: 600;
}
.pr-btn2 h3 {
       font-family: 'Poppins3';
    font-size: 24px;
    font-weight: 600;
    position: relative;
    top: 9px;
    left: 171px;
}
.pr-btn3 h3 {
    font-family:'Poppins3';
    font-size: 21px;
    font-weight: 600;
    position: relative;
    top: 13px;
    left: 33px;
}
.pr-btn4 h3 {
    font-family: 'Poppins3';
    font-size: 21px;
    font-weight: 600;
    position: relative;
    top: 13px;
    left: 37px;
}
.box-wh-ls .col-md-2 {
    float: left;
    width: 16.4%;
}
.box-wh-ls h2{font-family: Poppins2;
font-size: 17px;
font-weight: 500;
color: #2c2e30;
position: relative;
top: 14px;}
.box-wh-ls {
    width: 69.3%;
    margin-top: 23px;
    padding: 11.5px 13px 30.2px 28px;
  box-shadow: 0 5px 20px 0 rgba(133, 15, 168, 0.15);
    background-color: #ffffff;
    height: 46.2px;
    border-radius: 10px;
    position: relative;
    left: 112px;
}


.price.biur7 {
    height: 66px;
}
.price.biur8 {
    height: 66px;
}
.price.biur9{ height: 91px;
}
.price.biur10 {
    height: 91px;
}

.price.biur11 {
    height: 66px;
}
.price.biur12 {
    height: 40px;
}
.price.biur13 {
    padding: 0px !important;
    height: 100px;
}
.sin-mr  {padding: 2px;}
.form-single{
   width: 100%;
height: auto;
padding-top: 60px;
  background-image: linear-gradient(to bottom, #40b7f2, #016ab7);
float: left;
padding-bottom: 60px;
background-repeat: no-repeat;
background-size: 100% 100%;
}.form-tabel{
    width: 100%;
    height: auto;
    padding-top: 40px;
   background-color: #ffffff;
    float: left;
    padding-bottom: 90px;
}
.about-us-single {
 width: 100%;
height: auto;
padding-top: 70px;
background-color: #fff;
float: left;
padding-bottom: 50px;
}
.email1 a{color:#000; font-family: Roboto;
font-size: 20px; text-decoration: none;}
.call-con1 img {max-width: 8%;
margin-right: 7px;}
.email1 img {max-width: 4%;
margin-right: 7px;}
.call-con1 {
   width: 100%;
height: auto;
padding-top: 5px;
background-color: #fafafa;
float: left;
padding-bottom: 14px;
}
.bl-tabel1{color: #0093ff; font-weight: 600;
}
.btn {
    position: relative;
    top: 7px;
}
.textline1 {
    text-align: center;
}
.caal1 a {color:#000; font-family: Roboto;  text-decoration: none;
font-size: 20px;}
.caal1 {
    padding-left: 15px;
    padding-right: 15px;
    float: right;
}
.ul-box1 li {
width: 100%;
list-style: none;
float: left;
margin-bottom: 11px;
font-family: Poppins3;
font-weight: 500;
font-size: 20px;
color: #000;
line-height: 1.5;

}

.footer-1{background-image: url('../../assets/img/bottom-banner.jpg');}
.dest1omg {
    margin-top: 8%;
}
.modules1 {
    width: 95%;
    float: left;
}
.yu-pear {
   
font-size: 16px;
font-family: 'Poppins3';
}
.ul-box1 img {
 width: 15px;
    margin-right: 8px;
    margin-bottom: 12px;
    float: left;
    height: 15px;
    position: relative;
    top: 11px;
}
.ul-box1 {
    margin-top: 0px;
    position: relative;
    top: -5px;
}
.form-single .maj1{ margin-bottom:18px !important;}
.maj1 {
    width: 100%;
	  font-family: Poppins2;
	  font-weight: 500;
    text-align: center;
    margin-bottom: 25px ;
	font-size: 30px;
	color:#000;
}
.nepl1 {
    width: 467px;
    font-family: Poppins3;
    font-size: 30px;
    line-height: 1.5;
    color: #fff;
}
.maj1.dis-1 {
    font-family: Poppins3;
    font-size: 44px;
	
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}
.mag-1 {
    font-family: Poppins2;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
}
.asset-img img{max-width: 100%;}
.yur-1 {
    color: #ff3b00;
}
.why-pl1 {
    padding-left: 0px;
    float: left;
    width: 100%;
}
.randomly-1 {
    background: #f7f3f0 ! important;
    margin-top: 0px ! important;
    padding-top: 80px ! important ;
    padding-bottom: 80px ! important;
	margin-bottom: 0px  ! important;
}
.ar-1-submit {
    float: left;
    width: 100%;
   
}
.ar-1-submit {
    margin-top: 5px;
}
.randomly-1  .ul-box1 li{font-family: Poppins3; margin-bottom: 5px;}
.ar-1-submit .btn-lg123 {
    width: 54%;
	height: 50px;
padding: 20px;
border-radius: 4px;
background-color: #0093ff;
border: none;
margin: 0 auto;
font-family: Poppins;
font-size: 18px;
font-weight: 600;
line-height: 0px;
color: #fff;
cursor: pointer;
}
.ar-tex1{ margin-bottom: 25px ;}
.ar-1{
height: auto;
padding-top: 39px;
background-size: 100% !important;
width:100%;
background: url(../../assets/img/did-bn.jpg);
float: left;

background-repeat: no-repeat;
height: 302px;}
.prices-pl2.btn-lg.btn-blue.btn-block.btn.btn-default.frm_btn.frm-btn {
    font-family: Poppins;
    font-size: 18px;
    width: 29%;
	margin-bottom: 20px;
	margin-top:20px !important;
    margin: 0 auto;
    float: inherit;
}
.btn-sin{text-align: center;
margin: 0 auto;
display: flex;}
.sam-tab {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    color: #000;
    margin-top: 30px;
    margin-bottom: 30px;
}
.d-2 img{   margin-top:13px;}
.last1 .btn-lg.btn-blue.btn-block {
    width: 243px;
	font-family: Poppins;
}
.sin-1.sin-12 {
    position: relative;
    bottom: 22px;
}
.box-wh1 {
   padding: 0px;
margin-bottom: 36px !important;
border-radius: 10px;
  box-shadow: 0 5px 20px 0 rgba(133, 15, 168, 0.15);
text-align: center;
width: 70%;
border-radius: 4px;
 
  background-color: #ffffff;
margin: auto;
    margin-bottom: auto;
border-radius: 4px;
}

.box-wh1 p {
    font-family: Poppins3;
}
.day-text {
    text-align: center;
    margin-bottom: 40px;
}
.back1 {
	margin-bottom: 11px;
    float: left;
    width: 100%;
    line-height: 9px;
    margin-top: 31px ;
    color: #000;
    font-size: 20px;
	font-weight: 500;
font-family: Poppins2;
}
.ptb-sin-1 {
    float: left;
    width: 100%;
   
    margin-bottom: 23px;
}
.main  .col-md-2 {
    float: left;
    width: 12%;
}
.col-md-2.price-pn-1 {
    position: relative;
    right: 82px;
}
.main {
    font-family: "Open Sans";
    width: 92%;
    margin: 0 auto;
    position: relative;
    left:40px;
    margin-top: 23px !important;
}
.taht2 {
    color: #0093ff;
    font-weight: bold;
	font-family: Poppins2;
}
.day1 {
    font-family: Poppins3;
}
.price-table.d-1.pl-12 {
      
    float: right;
    position: relative;
    right: 19px;
}
.price-table {
    width: 100%;
    border-collapse: collapse;
    border: 0 none;
}
.price-table tr:not(:last-child) {
    border-bottom: 1px solid #d5d5d5;
   
}
.day-bac {
    background: #f5f7fc;
}
.price-table tr td {
   font-family: Poppins2;
font-size: 17px;
    padding: 9px 24px;
    
}

.price-table tr td:first-child {
    border-left: 0 none;
}
.price-table tr td:not(:first-child) {
    text-align: center;
}

.price-table tr:hover {
    background-color: #EEEEEE;
}
.price-table .fa-check {
    color: #5336ca;
}
.price-table .fa-times {
    color: #D8D6E3;
}

/* Highlighted column */
.price-table tr:nth-child(2n) td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.25);
}
.price-table tr td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.15);
    padding: 8px 48px;
}
.price-table tr td:nth-child(3) .fa-check,
.price-table tr:nth-child(2n) td:nth-child(3) .fa-check {
    /* color: #ffffff; */
}
/**/

.price-table tr.price-table-head td {
    font-size: 16px;
    font-weight: 600;

}

.price-table tr.price-table-head {
   
    color: #FFFFFF;
}
.price-table td.price {
    color: #f43f54;
 
    
   
}
.price-table td.price a {
    background-color: #5336ca;
    color: #FFFFFF;
    padding: 12px 32px;
    margin-top: 16px;
    font-size: 18px;
    font-weight: 600;
   
font-family: Poppins2;
    display: inline-block;
    border-radius: 64px;
}
.price-table td.price-table-popular {
    font-family: "Montserrat";
    border-top: 3px solid #5336ca;
    color: #5336ca;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 48px;
    font-weight: 700;
}
.price-table .price-blank {
    background-color: #fafafa;
    border: 0 none;
}

.price-table svg {
    width: 90px;
    fill: #5336ca;
}

.pl-12 td {
    margin-left: 23px;
    float: left;
}
.comp1 .price-table tr td {
    color: #2c2e30;
    font-family: Poppins3;
    font-size: 19px;
	line-height: 26px;
	padding:10px 0px 10px 0px;
}
.price {
    color: #2c2e30 !important;
    font-family: Poppins3 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.comp1 .price-table-head {
    height: 46px !important;
}


.d-1 {
    padding: 15px 0 0;
    
  border-radius: 10px;
  box-shadow: 0 5px 20px 0 rgba(133, 15, 168, 0.15);
  background-color: #ffffff;
    margin-top: 131px;
}
.biur1 {
    height: 92px;
}
.price.biur2 {
    height: 70px;
}
.price.biur3 {
    height: 65px;
}
.price.biur4 {
    height: 62px;
}
.price.biur5 {
    height: 44px;
}
.price.biur6 {
    height: 66px;
}

.lop1omn {
    height: 113px;
}
.touch-2{height: 89px;}
 .touch-3{
    height: 89px;
}
 .touch-4 {
    height: 84px;
}
.touch-1{height: 88px;

}
.quality-1{height:115px !important;
padding: 0px !important;}
.omnidirectional1{height: 85px;
padding-top: 11px;
padding-bottom: 16px;}
.pric-dl1{margin-top: 115px !important; width: 97%;}
.price.plok1 {
    height: 103px !important;
    padding: 0px !important;
}
.d-2 {
    padding: 15px 0 0;

border-radius: 10px;
  box-shadow: 0 5px 20px 0 rgba(133, 15, 168, 0.15);
  background-color: #ffffff;
text-align: center;
width: 100%;
margin: 0 auto;

  
}
.chos1 {
    margin-bottom: 30px;
}
.tst-pl1 {
    margin-top: 6%;
}
.footer-s-1{background-color:#fff;}
.test-min-1-box1 {
	height: 183px;
  border-radius: 4px;
  box-shadow: 0 5px 20px 0 rgba(181, 181, 181, 0.15);
background-color: #ffffff;
float: left;
width: 90%;
padding: 18px;
}
.software_devices2 h2.maj1 {
    margin-bottom: 40px;
}
.test-min-1-box1 h3 {width: 80%;
margin: 0 auto;
font-size: 14px;
font-family: 'Roboto';
font-weight: 500;
color: #4a4a4a;}

.test-min-1-box1 p {
	  line-height: 1.38;
	color: #555555;
	    font-family: 'Roboto2';
   font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: italic;
width: 80%;
margin: 0 auto;
    margin-bottom: 0px;
margin-bottom: 12px;
}
.star-1 {
    width: 80%;
    margin: 0 auto;
}
.call-to-action-area {
    position: relative;
    z-index: 1;
    color: #fff;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.font-15 {
    font-size: 15px !important;
}

.form-tabel .maj1 {
    margin-bottom:15px !important;
    margin-top: 0px !important;
}
.call-to-action-area {
	background-attachment: fixed;
    position: relative;
    background-size: cover;
    background-position: center;
background-repeat: no-repeat; float: left;
width: 100%; text-align: center; padding-top:70px;  padding-bottom:80px;}
.box-pl1 p {
    font-family: Roboto;
    font-size: 24px;
     color: #4a4a4a;
    margin-top: 9px;
}
.box-pl1 span {
    font-size: 18px;
    color: #4a4a4a;
   font-family: Roboto2;
}
.get1 {
    margin-bottom: 0px;
	font-family: Poppins3;
	color: #fff;  font-size: 34px;
}
.grt-linne {
    border-color: #aeaeae !important;
    border: 1px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    width: 20%;
    margin: 0 auto;
        margin-bottom: 0px;
    margin-bottom: 29px;
}
.for1 {
    font-family: Poppins;
  
    font-size: 22px;
    font-weight: 500;
}
.call-to-action-area .btn-lg.btn-blue.btn-block {
    width: 19%;
}
.section.hero-area.grt-her {
    margin-top: 55px;
}
.pad-1-left{padding-right: 15px;
padding-left: 15px;}

.col-md-12.des1 {
    display: none;
}
#show-hidden-menu {
   text-align: center;
margin-top: 21px;
}
#show-hidden-menu span {
    float: left;
    width: 100%;
}

#show-hidden-menu a {
    font-size: 16px;
    font-weight: 500;
    font-family: Poppins;
    color: #0a00ff;
	cursor: pointer;
}
.hidden-menu {
    margin-top: -2px;
    float: left;
    width: 100%;
}
.exp1 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 17px;
    color: #0a00ff;
}
.tax1{ border-radius: 0px 0px 10px 10px ! important;}
.d-3 {
    padding: 15px 0 0;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 15px 20px 0 rgba(255, 55, 63, 0.11);
    background-color: #ffffff;
}
.hidden-menu .btn-lg.btn-blue.btn-block {
    width: 90%;
    margin: 0 auto;
    display: block;
}
.t-uppercase.mb-10 {
    margin-bottom: 0px;
}
.about-us .maj1{margin-top: 23px; margin-bottom: 21px;}
.top-ex1 {margin-top:10px;}
.koi1 {
    border-top: 1px solid #d5d5d5;
}
.scro1 {
    width: 100%;
    text-align: center;
    color: #afafaf;
    font-family: Poppins;
    font-size: 15px;
}
.scro1 { margin-bottom: 25px;}
.thankyou_page {
    padding-top: 199px;
}
.thankyou_page {
    background-color: #f2fbfe;
    min-height: 380px;
}
.spinner {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    height: 20px;
}
.spinner .bounce1, .spinnerblock .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.purple > div {
    width: 10px;
    height: 10px;
    background-color: #4a4a4a;
    margin: 6px 2px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation-delay: 0s;
}
.top_left_text.text-center {
    text-align: center;
}
.box-wh1 p {
   
font-size: 16px;
position: relative;
top: 12px;
font-family: Poppins3 !important;
}
.grt-her{background-image: url('../../assets/img/Banner.jpg');}
#myBtn {
    float: left;
    width: 100%;
    text-align: center;
}
.show-hidden-menu a {
    text-align: center;
    margin-top: 21px;
}
#myBtn span {
    width: 100%;
    float: left;
}
.header {
    position: fixed;
    z-index: 99;
    top: 0px;
}



.sam-tab {
    color: #000000;
    font-size: 20px;
    font-family: Roboto2;
    margin-top: 30px;
    margin-bottom: 30px;
}
.fr1{ font-size: 16px;
 font-family: Poppins;
    color: #707070;
 
 
  text-align: center;
 }
  
  .day-text {
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
}
.expl1 {
    text-decoration: underline !important;
}
.t-xs-center.t-md-left.ptb-30 {
    margin-top: 0px;
}
.ordinary-p1 {
	
    font-weight: 600;
    color: #0093ff;
}
.ply-pl{color: #0093ff;}
.ex-21 {
	margin-bottom: 53px;
    font-family: 'Poppins';
    font-size: 20px;
   
    letter-spacing: 1px;
    font-weight: 501;
}
.shim-green {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 255, 0, 0.7);
}
.shim-green::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(
    90deg,
    rgba(233, 233, 233, 1) 0,
    rgba(233, 233, 233, 0.9) 50%,
    rgba(233, 233, 233, 0.8) 100%
  );
  animation: shimmer 2s ease-out infinite;
  content: "";
}

.shim-blue {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 155, 255, 0.7);
}
.relative.w-full.sm\:w-1\/2.bg-gray-200.rounded {
   width: 73%;
margin-top: 0px !important;
margin: 0 auto;
    margin-top: 0px;
}
.headsets-di1 .col-md-2.sin-1 {
    width: 20%;
}

.headsets-di1 .box-wh1 p {
    font-size: 15px;
    position: relative;
    top: 12px;
    font-family: Poppins2 !important;
    font-weight: 500;
    color: #000;
}
.w-b1 {
    font-weight: bold;
    color: #0093ff;
    font-family: Poppins4;
}
.setp1 {
    float: left;
    width: 100%;
}
.ert1 {
    font-family: Poppins3;
}
.betl1 {
    font-weight: bold;
    font-family: Poppins2;
}
.erp-cl{background-color:#fff;}
.stepli li{margin-bottom: 6px;   line-height: 1.5;}
.setp1 img {
    width: auto;
    height: auto;
    border-radius: 0px !important;
    margin-bottom: 18px;
}
.headsets-di1 .box-wh1{    padding: 38px 0px 58px 0px;
    width: 78%;
    height: 113px;}
.quality-2 {
    height: 88px;
   padding: 0px !important;
}
.pol-p1 {
    text-align: center;
}
.pol-p1 p {
    font-family: Roboto2;
    font-size: 18px;
}
.compatibility-pl-pl1{
    padding-top: 80px;
    padding-bottom: 80px;
}
.price.quality-3 {
    height: 95px;
	padding:0px !important;
}
.compatibility-pl-pl1 .col-md-2 {
    float: left;
    width: 12.5%;
	margin-top: 57px;
    
}
.price.quality-4 {
    height: 83px;
	padding:0px !important;
}.available-q {
    height: 83px;
	padding:0px !important;
}
.maj1.day1.poly-vs {
    margin-bottom: 60px !important;
    margin-top: 30px !important;
}
 .om-tl1{
    padding: 0px !important;
    height: 113px;
}
.hou1 {
    height: 88px;
}
.shim-blue::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(
    90deg,
    rgba(233, 233, 233, 1) 0,
    rgba(233, 233, 233, 0.9) 50%,
    rgba(233, 233, 233, 0.8) 100%
  );
  animation: shimmer 2.5s ease-out infinite;
  content: "";
}

.shim-red {
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 0, 0, 0.7);
}
.shim-red::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(
    90deg,
    rgba(233, 233, 233, 1) 0,
    rgba(233, 233, 233, 0.9) 50%,
    rgba(233, 233, 233, 0.8) 100%
  );
  animation: shimmer 3s ease-out infinite;
  content: "";
}

@keyframes shimmer {
  100% {
    transform: translateX(0%);
    opacity: 0;
  }
}

.stc3 {
    padding: 32px;
    box-shadow: 0 5px 20px 0 rgba(235, 60, 0, 0.12);
    border-radius: 10px;
}
.plo-12 {
    margin-top: 11px;
    position: relative;
    top: 9px;
	font-family: Poppins3;
	font-weight: 500;
}
.field input{
    width:96%;
}
.pla1-1 {
  font-family: Roboto2;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.46;
}
.about-us-single.enjoy-as {
    background: #fff;
	    padding-bottom: 90px;
}
.blc-p1{font-weight: 600;
  color: #0093ff;}
  
  .wearing-1 {
    height: 81px;
}
.wearing-2 {
    height: 58px;
}
.wearing-3 {
    height: 54px;
}
.wearing-4 {
    height: 51px;
}
 .wearing-5{
    height: 32px;
}
.stc3 img:hover{ -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); }
  .lin5 {
    width: 0;
    height: 67.3px;
    margin: 0 0 34.2px;
    border: solid 1px #dbdbdb;
    float: left;
    position: relative;
    right: 2px;
}
  .lin6 {
    width: 0;
    height: 67.3px;
    margin: 0 0 34.2px;
    border: solid 1px #dbdbdb;
    float: left;
    position: relative;
    right: -25px;
}
.lin-btn5.prices-pl2.btn-lg.btn-blue.btn-block.btn.btn-default.frm_btn.frm-btn {
    width: 96%;
    height: 21px;
    font-family: Roboto2;
    font-weight: 100;
    font-size: 16px;
    padding: 18px;
    margin-top: 78px !important;
    position: relative;
    left: 16px;
}
.lin-btn6.prices-pl2.btn-lg.btn-blue.btn-block.btn.btn-default.frm_btn.frm-btn {
    width: 96%;
    height: 21px;
    font-family: Roboto2;
    font-weight: 100;
    font-size: 16px;
    padding: 18px;
    margin-top: 78px !important;
    position: relative;
    left: 30px;
}
.happy12 {
    font-family: Poppins2;
    font-size: 20px;
    text-align: right;
    color: #000;
}

a.get-pr {
    color: #fff;
    text-decoration: none;
}
.main .btn {
       float: left;
    top: 0px;
    margin: 0px;
    width: 100%;
}
.main  .btn-sel {border-radius: 4px ! important;
    box-shadow: 0 3px 6px 0 rgb(0 147 255 / 31%);
    background-color: #0093ff ! important;
    margin: 0px !important;
    width:73%;
    font-size: 18px !important;
    display: block !important;}
  
  h2.maj1.stc1.bes1s1 {
    display: none;
}

  .lit1 {
    height: 100px;
}
  
  .price.lit2 {
    height: 41px;
}
.price.lit3 {
    height: 41px;
}
.lit4 {
    height: 194px;
}
.lit5 {
    height: 229px;
}
.lit6 {
    height: 41px;
}
.lit7 {
    height: 36px;
    padding: 7px 24px !important;
}
.lit8 {
    height: 41px;
}
.lit10 {
    height: 81px;
}
.lit-4 {
    height: 247px  !important;
    padding: 0px  !important;
} 
.price.lit9 {
    padding: 7px 24px !important;
    height: 37px;
}
.lit-7 {
    padding: 0px !important;
    height: 59px;
}
.pri-tabel .price-table-head {
    border-right: none !important;
}
.img-logo {
    height: 100px;
}
.lit-1 {
    height: 59px;
    padding: 0px !important;
}
.inpy-1{height: 229px;}
.scro1 {
    display: none;
}
td.price.lit-3 {
    padding: 0px !important;
    height: 212px;
}
.automobile-1 {
    padding: 0px !important;
    height: 212px !important;
}
.best-pl{ display: none;}
.price.just-p1 {
    padding: 0px !important;
    height: 51px;
}
.price.lit-8 {
    padding: 0px !important;
    height: 51px;
}
td.price.inpy-1 {
   height: 247px !important;
    padding: 0px !important;
}
.price.lap-1 {
    padding: 0px;
    height: 51px;
}
.prev{width: 40px !important;
height: 40px !important;
border-radius: 50%;
background-color: #fff;
top: 50%;
margin-top: -24px !important;
position: absolute;
background-position: unset !important;
box-shadow: 0 6px 12px 0 rgba(36, 39, 44, 0.1);
border: 1px solid rgba(36, 39, 44, 0.1);
background-image: url(../../assets/img/Checvron_left.svg) !important;
background-position: center !important;
left: 0 !important;
right: auto;cursor: pointer;}
.mobil-testminl{display: none;}
.next {
	cursor: pointer;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    margin-top: -24px !important;
    position: absolute;
    background-position: unset !important;
    box-shadow: 0 6px 12px 0 rgba(36, 39, 44, 0.1);
    border: 1px solid rgba(36, 39, 44, 0.1);
    background-image: url(../../assets/img/Chevron_right.svg) !important;
    background-position: center !important;
    right: 0 !important;
    z-index: 10;
}.stc1 img:hover{ -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); }
  .left-alin-1 p{text-align:left;}
  
  
  .avail-1 .btn-sel {
    font-family: 'Poppins3' ! important;
}
  .avail-1 {
    height: 81px;
    position: relative;
    top: 19px;
}
.not-b1 {
    float: left;
    font-weight: 600;
}
.red-pl-g {
    width: 86%;
    float: right;
}
.tab-font1 {
    font-size: 24px;
    font-weight: 500;
}
.agents-pl1 {
	  line-height: 1.33;
    margin-bottom: 19px !important;
    font-size: 30px;
	 line-height: 1.54;
}
.big-pl1 {
    margin-bottom: 55px;
    font-size: 30px;
    line-height: 1.33;
color:#595959 !important;
}
.headsets-di1 {
    background: #edf4ff;
}
.eang1 {
    font-size: 27px;
    font-weight: 600;
    color: #1f1f1f;
    line-height: 1.3;
    margin-bottom: 13px;
}
.property-l1 li {
    margin-bottom: 7px;
    line-height: 1.5;
    font-size: 18px;
    color: #1f1f1f;
	 font-weight: 500;
}
.property-l1 img {   width: 22px ! important;
    height: auto;
    top: 3px;
    margin-right: 12px;}
.property-l1 .modules1 {
    width: 90%;
	font-family: Poppins2;
    float: left;
}
.get-ert1 {
    font-size: 28px;
    text-align: center;
    color: #fff;
    font-weight: 800;
    font-family: 'Poppins2';
}
.get-ert2 {
       text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.54;
    margin-bottom: 39px;
    margin-top: 12px;
}
.cart1 {
    font-weight: 600;
}
.choose-pl1-2 {
    background: #fafafa ! important;
	padding-bottom:80px ! important;
	padding-top:80px ! important;
}
h2.maj1.speakerphone-1.choose-pl1 {
    margin-bottom: 54px;
}
.choose-pl1-2 .ul-box1 li {
   
    margin-bottom: 22px;
    
}
 .modules-pl .new-btn{
    float: left;
    width: 100%;
    margin-top: 26px;
}
.choose-pl1-2 .ul-box1 img{top: 8px;}
.choose-pl1-2 .btn-new-list {
    border-radius: 4px;
    background-color: #fb561e;
    padding:10px 77px 10px 72.1px;
    color: #fff;
    height: 44px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
.lin-l1 {
    margin-top: 21px ! important;
    margin-bottom: 20px ! important;
    height: 3px;
    opacity: 0.5;
    background-color: #ffffff;
    border: none;
    width: 21%;
    margin: 0 auto;
}
.about-us-single.enjoy-as.how-1erp.help-solu {
    background: #f5f7fc;
}
.mobil-img-ab{display:none;}
.mobil-img-dis1{display:none;}

.img-tabel1  img {
   
    max-width: 64%;
}
.img-tabel1 {
	padding: 0px !important;
    height: 132px;
}
.sales-1 {
    height: 50px;
}
.sales-2 {
    height: 50px;
}
.sales-3 {
    height: 51px;
}
.sales-4 {
    height: 52px;
}
.sales-5 {
    height: 50px;
}
.sales-6 {
    height: 52px;
}
.sales-7 {
    height: 51px;
}
.sales-8 {
    height: 52px;
}
.sales-9 {
    height: 51px;
}
.sales-10 {
    height: 50px;
}
.sales-11 {
    height: 50px;
}
.sales-12 {
    height: 52px;
}
.sales-13 {
    height: 52px;
}
.sales-14 {
    height: 52px;
}
.sales-15 {
    height: 51px;
}
.sales-16 {
    height: 52px;
}
.sales-17 {
    height: 51px;
}
.sales-18 {
    height: 51px;
}
.sales-19 {
    height: 51px;
}
.sales-20 {
    height: 51px;
}.sales-21 {
    height: 50px;
}
.sales-22 {
    height: 53px;
}.sales-23 {
    height: 64px;
}
.sales-24{height: 50px;}
.sales-25{height: 50px;}
.sales-26{height: 51px;}
.sales-27{height: 52px;}
.sales-28{height: 50px;}
.sales-29{height: 52px;}
.sales-30{height: 51px;}
.sales-31{height: 52px;}
.sales-32{height: 51px;}
.sales-33{height: 50px;}
.sales-34{height: 50px;}
.sales-35{height: 52px;}
.sales-36{height: 52px;}
.sales-37{height: 52px;}
.sales-38{height: 51px;}
.sales-39{height: 51px;}
.sales-40{height: 52px;}
.sales-41{height: 51px;}
.sales-42{height: 51px;}
.sales-43{height: 51px;}
.sales-44{height: 50px;}
.sales-45{height: 53px;}
.sales-46{height: 64px;}
.sales-217 {
    height: 63px;
}
.sales-47 {
    height: 63px;
}
.pr-btn a{
   width: 100%;
    float: left;
    position: relative;
    left: 152px;
}.pr-btn-m1 a{
   width: 100%;
    float: left;
    position: relative;
    left: 192px;
}
.modules-pl {
    top: 12px;
}
.bokk2 {
  width: 47% ! important;
    text-decoration: none;
    padding: 7px 25px 9px 26px;
    border-radius: 4px;
    background-color: #5897fc;
    float: left ! important;
    color: #fff;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    left: 155px ! important;
    top: 21px;
    text-align: center;
}

.bokk1 {
	text-align: center;
   width: 47% ! important;
    text-decoration: none;
    padding: 7px 25px 9px 26px;
    border-radius: 4px;
    background-color: #5897fc;
    float: left ! important;
    color: #fff;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    position: relative;
   left: 115px ! important;
    top: 21px;
}
.price-list1 {
    background: no-repeat !important;
    box-shadow: none;
}

.find-22 {
    height: 37px;
}
.find-1 {
    height: 41px;
}

.find-2 {
    height: 40px;
}
.find-3 {
    height: 39px;
}
.find-4 {
    height: 40px;
}
.find-5 {
    height: 39px;
}
.find-6 {
    height: 39px;
}
.find-7 {
    height: 39px;
}
.find-8 {
    height: 39px;
}
.find-9 {
    height: 39px;
}
.find-10 {
    height: 40px;
}
.find-11 {
    height: 39px;
}
.find-12 {
    height: 39px;
}
.find-13 {
    height: 39px;
}
.find-14 {
    height: 41px;
}
.find-15 {
    height: 38px;
}
.find-16 {
    height: 38px;
}
.find-17 {
    height: 40px;
}
.find-18 {
    height: 39px;
}
.find-19 {
    height: 37px;
}
.find-20 {
    height: 42px;
}

.pl-l1{    width: 20%;}

.price-cl3{
    margin-left: 114px;
}

.publicly-p1 p{
    font-size: 15px;
}
.support-p1 {
    color: #000;
    line-height: 1.35;
    font-size: 20px;
    margin: 6px 10px 30px 0;
}
.log1 {
    text-align: center;
    margin-bottom: 49px;
}
.tex-p1-l1 {
    margin-top: 19px;
}
.tex-p1-l1 span {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}
.tex-p1-l1 p {
    font-size: 18px;
    color: #000000;
}
.str1 {
    font-size: 30px !important;
}
.property-l1-p1 li {
	    font-family: 'Poppins2';
    width: 50%;
	    font-size: 15px;
    float: left;
}
.property-l1-p1 .modules1{    width: 89%;}
.property-l1-p1  img{width: 19px;     top: 4px;}

.demo-l11d {
	margin-right: 16px;
   border-radius:4px;
    padding: 7.8px 45.8px 6.7px 37px;
    background-color: #2a969d;
    color: #fff;
    text-decoration: none;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
}
.demo-l1 {
       float: left;
    width: 100%;
    margin-bottom: 44px;
    margin-top: 20px
}
.demo-l11{
    border-radius:4px;
    padding: 7.8px 45.8px 6.7px 37px;
    border: solid 1.5px #2a969d;
  background-color: #ffffff;
    color: #2a969d;
    text-decoration: none;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
}
.can1 {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: 'Poppins2';
    color: #000;
}
.box-text12 {
	
	border-radius:5px;
     box-shadow: 0 5px 20px 0 rgba(0, 46, 181, 0.15);
  background-color: #ffffff;
    padding: 59px 122px 64px;
}
.box-text12 p {
    color: #555555;
	font-family: Poppins2;
  font-size: 20px;
  font-weight: 500;
}
.box-text12 img {
   
    margin-bottom: 16px;
}
.setion-2 {
    float: left;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 80px;
}
.setion-2 .industries-p1 {
    color: #000;
    margin-bottom: 49px;
    text-align: center;
    font-size: 28px;
}.benefits-bac {
	border: 2px solid #f2f6f7;
    background: #f2f6f7;
    width: 40%;
    margin: 0 auto;
}
.article1 {
    float: right;
    position: relative;
    right: 50px;
    top: 7px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins3';
    width: 58%;
}
.benefits {
    color: #1f1f1f;
    text-align: left;
    padding-left: 10px;
    padding-bottom: 16px;
    padding-top: 16px;
    font-size: 18px;
}
section.about-us-single1.enjoy-as.how-1erp.help-solu-1 {
    float: left;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}
.ab1.new-ab-l.mobil-nod1 {
    display: none;
}

.hero-form {
    position: relative;
    top: 31px;
}

.delpl-1 {
    font-size: 20px;
    margin-bottom: 28px;
}


#video-popup-container {
  display:none;
  position: fixed;
  z-index: 996;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 20%;
  background-color: #fff;
}

#video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 998;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  background-color: #000;
  line-height: 25px;
  color: #fff;
}

#video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #000;
}

#video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}

#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

#video-popup-close:hover {
  color: #DE0023;
}