*{
	padding: 0;
	margin: 0;
	font-family: "MontserratRegular", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0;
	line-height: 1.5;
	box-sizing: border-box;
}

@font-face {
    font-family: 'MontserratRegular';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MontserratSemiBold';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MontserratMedium';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MontserratBold';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




body {
	font-family: "MontserratRegular", sans-serif;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color:#000;
}
strong{
	font-weight:bold;
}
.container{
	margin: 0 auto;
	max-width: 980px;
	position: relative;
	z-index: 2;
}

.mainLogo{
	vertical-align: middle;
    max-width: 100px;
    max-height: 70px;
}

.ptb{			
	padding: 50px 0;
}
header {
	background-color: #333;
    color: #fff;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    z-index: 1000;
    left: 0;
    right: 0;
}

nav{
	display: flex;
    align-items: flex-end;
    flex-direction: row;
}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

nav ul li {
	display: inline;
	margin: 0;
}

nav ul li.dropdown {  
    position: relative;  
    display: inline-block;  
}  

nav ul li.dropdown .dropdown-content {  
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 10px;
    background: #333333;
}  

nav ul li.dropdown:hover > .dropdown-content {  
    display: block;  
}
nav ul li.dropdown .dropbtn{
        background: transparent;
    border: 0;
    color: #fff;
}
nav ul li.dropdown .dropdown-content  a{
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 5px 0;
}
nav ul li a {
	color: #fff;
    text-decoration: none;
}

nav ul.nav_right{
	display: flex;
    gap: 25px;
    align-self: center;
    margin-left: auto;
}

.arrow {
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
        margin-left: 5px;
    vertical-align: middle;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
      margin-top: -3px;
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
      margin-top: -3px;
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
      margin-top: -3px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
      margin-top: -3px;
}

.mainHeading{
	font-size: 18px;
    line-height: 1.2;
    letter-spacing: .009em;
	padding: 0 0 30px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.dividBottom{
	border-bottom: 1px solid #ddd;
}

.grayBg{
	background-color: #fdfdfd;
}


section {
	padding: 50px 20px;
}

p:first-of-type{
	margin-top:0;
}

p {
	font-size: 14px;
	margin: 10px 0 20px;
}

.onlyTxt{
	margin-bottom: 20px;
}

.onlyTxt p{
	margin: 0 0 30px;
}

.onlyTxt .mainHeading {
    line-height: 1.2;
    padding: 10px 0 3px;
}

p:last-child{
	margin-bottom:0;
}

.requirements ul{    
    margin-left: 10px;
    list-style: "- ";
    margin-bottom: 15px;
}
 
ul.numbring{
	list-style: none;
   counter-reset: item.;
}

ul.numbring li{
	list-style: none;
	padding-left:24px;
	position:relative;
	margin-bottom: 10px;
	counter-increment: item;
}

ul.numbring li::before{
	content: 'Â°';
    position: absolute;
    left: 7px;
    top: 0;
    content: counter(item);
    font-weight: bold;
}

ul.numbring li.head{
	font-weight: bold;
    padding-left: 0;
}
ul.numbring li.head::after{
	display:none
}

ul li p{
    margin:0 !important;
}

ul.features{
	list-style: none;
	margin-bottom: 20px;
	
}

ul.features li{
	list-style: none;
	padding-left:20px;
	position:relative;
	margin-bottom: 10px;
}
ul.features li::after{
	content: '°';
    position: absolute;
    left: 7px;
    top: 3px;
}

ul.features li.head{
	font-weight: bold;
    padding-left: 0;
}
ul.features li.head::after{
	display:none
}

ul.features li.head p{
    font-weight: bold;
}

.flx_container{
    display: inline-block;
	gap:30px;
}

.flx_container .logo_container{
       width: 270px;
    height: auto;
    flex-shrink: 0;
    border-radius: 0;
/*    border: 1px solid #ddd;*/
    padding: 6px;
        float: left;
}
.logo{
	max-width: 100%;
	vertical-align: middle;
}
.flx_container .disc{
    width: calc(100% - 285px);
    float: left;
    padding-left: 30px;
}

.screens{
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}

.screens ul{
	display: flex;
	gap: 15px;
	    flex-flow: wrap;
	list-style: none;
	justify-content: left;
}
.screens ul li{
	width: 314px;
/*	width:calc(33% - 9px);*/
}
.screens ul li.videoDemo{
     width: 314px !important;
}

.screens ul li div{
	border-radius: 19px;
	overflow: hidden;
}
.screens ul li img{
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.videoScreen{
	margin-top: 0;
}

.screens.videoScreen ul li{
	width:316px
}

.notAvailable {
	/*background: #ddd;
    padding-left: 10px;
    margin-left: -10px;
    padding-right: 10px;
    margin-right: -10px;
	cursor: help;*/
	    cursor: help;
    color: #a9a9a9;
}

footer {
	background-color: #333;
    color: #fff;
    padding: 15px 20px 7px;
    text-align: center;
    position: relative;
    bottom: 0;
    width: auto;
    min-height: 50px;
    font-size: 14px;
}
footer .container{
    display: inline-block;
    width: 100%;
}

footer span{
    float: left;
}


footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	float: right;
	position: relative;
}

footer ul li {
	display: inline;
	margin: 0;

	
}
footer ul li:after{
	content: '';
    width: 1px;
    height: 12px;
    color: #fff;
    position: absolute;
    z-index: 10;
    background: #fff;
    top: 5px;
    bottom: 0;
}
footer ul li:last-child:after{
	display:none;
}
footer ul li a {
	color: #fff;
	text-decoration: none;
	padding: 10px;
}

.contact-form{
	max-width: 370px;
    background: #fff;
    padding: 15px;
}


.form-group-container {
  display: grid;
  gap: 1rem;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-label {
  margin-bottom: 0.5rem;
}

.form-input, .form-textarea, .form-control{
  padding: 0.5rem;
  border: 1px solid #e5e7eb;
  display: flex;
  height: 2.5rem;
  width: 100%;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.form-input::placeholder,
.form-textarea:focus-visible {
  color: #6b7280;
}

.form-input:focus-visible,
.form-textarea:focus-visible {
	outline: 2px solid #c7c7c7 !important;
  outline-offset: 2px;
}

.required{
	color: #b94a48 !important;
    font-weight: 700;
    font-size: 8px;
    margin-left: -12px !important;
    vertical-align: top;
}

.form-textarea {
  min-height: 120px;
}

.form-submit {
  width: 100%;
  margin-top: 1.2rem;
  background-color: #333;
  color: #fff;
  padding: 13px 5px;
  border-radius: 0.375rem;
}

.contactForm{
margin-top: 30px;
    width: 100%;
    gap: 0;
        display: flex;
}

.contactForm .logo_container{
	width: calc(100% - 430px);
    align-items: center;
    align-self: end;
    padding-bottom: 0;
}

.contactForm .disc{
	 width: 430px;
    /* background: #f9f9f9; */
    margin-left: -31px;
    padding-top: 28px;
    box-shadow: 0px 0px 6px #d9d9d9;
    padding-bottom: 28px;
    padding-left: initial;
}

.floatingIcn{
	position: fixed;
    right: 3%;
    z-index: 1000;
    bottom: 10%;
}

.floatingIcn img{
    width: 45px;
    height: 42px;
    vertical-align: middle;
}

.phoneCase{
    position: relative;
	height: 680px;
    padding: 0;
    /*width: 320px;*/
	
	
}

.phoneCase img{
/*	height: 680px;
    width: 320px;*/
}
.phoneCase iframe{
   position: absolute;
    width: 267px;
    height: 633px;
    left: 21px;
    top: auto;
    bottom: -50px;
    border-radius: 26px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: -1;
}

iframe{
    vertical-align: middle;
}

.captcha-textbox {
    max-width: 220px;
    margin-top: 10px;
}

.floating-text {
    display: none;
}

@media screen and (max-width: 1024px) {
    .screens ul{
    	justify-content: center;
    }
    
}


@media screen and (max-width: 736px) {
    .screens ul li {
        //width: calc(31% + 3px);
    }
    .contactForm .disc {
        margin-left: -21px;
        width: 320px;
    }
    .contactForm .logo_container {
        width: calc(100% - 320px);
     }
     
     .screens ul li {
        width: 48% !important;
    }
}


@media screen and (max-width: 667px) {
	footer span{
		float: none;
		width: 100%;
		display: block;
	}
	
	footer ul{
		text-align: center;
		float: none;
		display: block;
	}
	
	
}

@media screen and (max-width: 667px) {
    .logo_container{
       
    }
    .flx_container.contactForm .disc{
        margin: 0 auto !important;
    }
}

@media screen and (max-width: 480px) {
    .screens ul li {
      width: 314px !important;
    
    }
    .logo_container{
        margin: 0 auto;
        float: none !important;
    }
    .screens ul li img {
        width: 100%;
        max-width: max-content;
    }
    
    .flx_container .disc {
       width: 100% !important;
        display: block;
        padding-left: 0;
        margin-top: 30px;
    }
    .contactForm .logo_container{
        display:none !important;
    }
	
}

