*{box-sizing:border-box;}
html{scroll-behavior: smooth;}
.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;max-width:1140px;width:100%;}
.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;}
/*.col-md-7{flex:0 0 58.333333%;max-width:58.333333%;padding-right:15px;padding-left:15px;position:relative;}*/
.col-lg-7,.col-lg-5,.col-lg-3,.col-lg-12,.col-md-7,.col-md-5,.col-md-12,.col-md-6 {
	position: relative;width: 100%;min-height: 1px;padding-right: 15px;padding-left: 15px;}
@media (min-width: 768px){
	.col-md-7 { -ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%;}
	.col-md-5{flex:0 0 41.666667%;max-width:41.666667%;padding-right:15px;padding-left:15px;position:relative;}
	.col-md-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
	.col-md-6 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
}
@media (min-width: 992px){
	.col-lg-7{flex:0 0 58.333333%;max-width:58.333333%;padding-right:15px;padding-left:15px;position:relative;}
	.col-lg-5{flex:0 0 41.666667%;max-width:41.666667%;padding-right:15px;padding-left:15px;position:relative;}
	.col-lg-3{flex:0 0 25%;max-width:25%;padding-right:15px;padding-left:15px;}
	.col-lg-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
}
.no-gutters{margin-right:0;margin-left:0;}
a.buttons{border-radius:30px;border:1px solid #fff;min-width:205px;height:66px;display:inline-block;padding:10px 25px;background-color:#fff;position:relative;padding-left:80px;text-decoration:none;transition:0.4s ease-in-out;margin-right:30px;}
.no-gutters>.col, .no-gutters>[class*=col-] {padding-right: 0;padding-left: 0;}
.justify-content-center {-ms-flex-pack: center!important;justify-content: center!important;}
/*Header*/
body .page-header{box-shadow:0px 0px 15px 0px rgba(0,0,0,0.15);margin-bottom:5px;background-color: rgb(255,255,255);margin-bottom: 5px;width: 100%;z-index: 9;position:sticky;width: 100%;top: 0}
.page-header .header.content{max-width:1140px;padding: 0.5rem 1rem;}
.page-header  .logo{margin:auto;padding-top: 0.3125rem;padding-bottom: 0.3125rem;}
.block.block-search .navbar-nav{padding:0;margin:0;display:flex;align-items:center;}
.page-header .navbar-nav li a{font-size:20px;font-weight:400;color:#080808;border-bottom:3px solid transparent;margin-right:47px;padding:6px 2px;text-decoration:none;}
.page-header .navbar-nav li{list-style:none;margin:10px 0;}
.page-header .navbar-nav li .active{border-color:#03989E;transition:0.4s ease-in-out;color:#03989E;}

/*Home page*/
.screenshots .screenshots-title:after {
    content: "";
    position: absolute;
    width: 100vw;
    right: 0;
    background: #ff6501;
    /* background-image: -webkit-linear-gradient(0deg,rgb(3 152 158) 0%,rgb(116 222 238) 100%); */
    height: 100%;
    z-index: -1;
}
.page-main{margin-top: 0px;}
.page-title-wrapper{margin-top: 50px;}
.catalog-product-view .page-main .column.main{margin-top: 50px;}
.cms-home .page-main{max-width:100%;padding:0;overflow:hidden;}
.banner-section .banner-img img {margin-left: 50px;height: 100%;}
.banner-section{position:relative;background-image:url(../images/top-image.png);width:100%;height:880px;background-size:cover;background-position:bottom;z-index:1;padding:36px 0;}
.banner-section .next-section {position: absolute;bottom: 14px;left: 40.6%;transform: translateX(-50%);z-index: 1;}
.banner-section .next-section a {min-width: 66px;height: 66px;border-radius: 50%;background-color: rgb(255,255,255);box-shadow: 0px 0px 24.7px 1.3px rgb(0 0 0 / 12%);display: inline-block;text-align: center;padding: 20px 0;border: 1px solid #fff;animation: bounce 1s infinite alternate;-webkit-animation: bounce 1s infinite alternate;}
.banner-section .next-section a span.down-arrow {background-image: url(../images/down-arrow.png);width: 25px;height: 27px;background-position: 5px 0px;background-repeat: no-repeat;display: inline-block;transition: 0.4s ease-in-out;}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);transform: translateY(0);}
  40% {-webkit-transform: translateY(-30px);transform: translateY(-30px);}
  60% {-webkit-transform: translateY(-15px);transform: translateY(-15px);}
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}
  40% {-webkit-transform: translateY(-30px);-ms-transform: translateY(-30px);transform: translateY(-30px);}
  60% {-webkit-transform: translateY(-15px);-ms-transform: translateY(-15px);transform: translateY(-15px);}
}
.banner-section .banner-content{padding-top:77px;padding-left:20px;}
.banner-section .banner-content h1{font-size:60px;line-height:70px;font-weight:700;color:#fff;margin-bottom:33px;}
.banner-section .banner-content p{font-size:20px;font-weight:400;line-height:40px;color:#fff;padding-right:70px;margin-bottom:52px;}
.buttons.cu-button{min-width:180px;height:52px;text-align:center;font-size:16px;font-weight:700;text-transform:capitalize;border-radius:30px;line-height:50px;text-decoration:none;padding:0;}
.features-section .left-block{padding-left:150px;padding-top:175px;order:2;}
.page-content h2{font-size:40px;font-weight:700;color:#080808;text-transform:capitalize;line-height:44px;margin-bottom:36px;}
.page-content p{font-size:18px;line-height:30px;color:#080808;margin-bottom:49px;}
.path{width:645px;height:645px;padding:0px;border-radius:50%;border:1px solid rgb(221,221,221);position:absolute;top:120px;left:-118px;z-index:-1;}
.path2{width:496px;height:496px;border:1px solid rgba(221,221,221,0.6);border-radius:50%;padding:0px;z-index:-1;top:180px;left:-50px;position:absolute;}
.circle-1{width:20px;margin:220px 7px;border-radius:50%;}
.circle-2{width:20px;margin:407px auto 0;display:block;}
.circle-3{width:20px;margin:-520px 580px;border-radius:50%;}
.features-section{padding:70px 0 202px;}
.choosen-section{padding-bottom:184px;margin-top:-15px;}
.choosen-section .left-block{padding-right:90px;padding-top:100px;}
.features-section .right-block img{position:relative;left:31px;top:2%;}
.choosen-section .path{top:12%;left:-20px;}
.choosen-section .path2{top:21%;left:44px;}
.choosen-section .right-block img{position:relative;left:31%;top:16px;}
.screenshots .row{margin:auto;max-width:1140px;}
.features-list h2{text-align:center;margin-bottom:80px;margin-top:0;}
.features-item{padding:40px 20px;border-bottom:7px solid transparent;border-radius:5px;min-height:100%;text-align:left;transition:0.4s ease-in-out;cursor:pointer;}
.features-list .icon{display:inline-block;margin-bottom:6px;}
.features-item .icon img{width:80px;height:80px;object-fit:none;object-position:center;}
.features-list h4.title{font-size:20px;font-weight:600;color:#000;}
.features-item:hover{background-color:#fff;box-shadow:0px 6px 61px 0px rgba(0,0,0,0.07);border-color:#03989E;}
.screenshots{position:relative;}
.screenshots-title h2,.screenshots-title p{color:#fff;}
.slider-bg{position:absolute;top:-91px;max-width:335px;left:-8px;z-index:2;}
.screenshots-slider{padding-right:22px;margin-top:-74px;margin-left:14px;}
.screenshots .row.no-gutters,.screenshots .screenshots-title.page-content{position:relative;}
/*.screenshots:before{content:"";display:block;background:#ff6501;position:absolute;width:40%;height:85%;top:0;}*/
/*.screenshots .screenshots-title.page-content:before{content:"";display:block;background:#ff6501;position:absolute;width:100%;height:85%;top:0;}*/
.screenshots .screenshots-details{position:relative;width:528px;float:right;padding:50px 20px 50px 75px;}
.features-list{margin-top:130px;padding-bottom:40px;}

/*product page*/

.catalog-product-view .page-main{padding-top: 50px;}

/*	Footer Contact Section
===============================================*/
.contact-section{background-color:#28c7d1;}
.contact-section .page-content h2{margin-bottom:35px}
.contact-section .contact-form{margin-top:-175px;background-color:#fff;box-shadow:0px 0px 40px 0px rgba(0,0,0,0.1);text-align:center;padding:45px 30px}
.contact-section .contact-form .page-content{text-align:center;}
.contact-section .contact-form .form-control{margin-bottom:26px;border-radius:0;height:62px;padding:0 15px;font-size:16px;color:#7a7272}
.contact-section .contact-form input::placeholder{font-size:16px;color:#7a7272;}
.contact-section .contact-form textarea.form-control{height:135px;padding:30px 15px;resize:none;}
.contact-section .contact-form .submit-btn{width:140px;height:60px;background-color:rgb(40,199,209);box-shadow:0px 20px 40px 0px rgba(0,0,0,0.14);border:1px solid rgb(40,199,209);float:left;color:#fff;font-size:16px;font-weight:600;text-transform:uppercase;}
.contact-section .contact-link ul{padding:0;margin:0;list-style:none;}
.contact-section .contact-link li{padding:5px 0 5px 55px;position:relative;}
.contact-section .contact-link li a{font-size:18px;color:#fff;}
.contact-section .contact-link li:before{position:absolute;left:0;top:19%;content:'';width:35px;height:35px;background-image:url(../images/contact-icons.png);}
.contact-section .contact-link li.location:before{background-position:-14px -23px}
.contact-section .contact-link li.phone:before{background-position:-54px -23px}
.contact-section .contact-link li.mail:before{background-position:-116px -23px}
.follow-us-section h6{font-size:30px;color:#fff;font-weight:700;margin-bottom:20px}
.follow-us-section .social-icons{padding:0;margin:0;list-style:none;}
.follow-us-section .social-icons li{display:inline-block;}
.follow-us-section .social-icons li a{width:74px;height:75px;border:1px solid #fff;display:inline-block;color:#fff;font-size:30px;text-align:center;line-height:75px;margin-right:15px;transition:0.4s ease-in-out}
.follow-us-section .social-icons li a:hover{background-color:#fff;color:#28c7d1}

/*	Footer Section
===============================================*/
/*footer{background:#f2f2f2;background-image:-moz-linear-gradient(0deg,rgb(3 152 158) 0%,rgb(116 222 238) 100%);background-image:-webkit-linear-gradient(0deg,rgb(3 152 158) 0%,rgb(116 222 238) 100%);background-image:-ms-linear-gradient(0deg,rgb(3 152 158) 0%,rgb(116 222 238) 100%);}*/
.page-footer{background:#ff6501 !important; padding: 0;position: relative;overflow: hidden;}
.footer.content {
    border-top: none;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.page-footer .address{max-width:33%;flex:0 0 33%;-webkit-flex:0 0 33%;}
.page-footer .social-media{max-width:16%;flex:0 0 16%;-webkit-flex:0 0 16%;}
.page-footer .footer-links{padding-left:50px;max-width:22%;-webkit-flex:0 0 22%;flex:0 0 22%;}
.page-footer .contact-us{max-width:30%;flex:0 0 30%;-webkit-flex:0 0 30%;}
.contact-link{background-color:#e2e2e2;padding:35px 0;}
.contact-box ul{padding:0;margin:0;list-style:none;}
footer ul{padding:0;margin:0;list-style:none;}
footer.page-footer {
    padding: 0;
}
footer .page-footer{padding:43px 0;position:relative;overflow:hidden;}
.page-footer h6{font-size:24px;color:#fff;font-weight:700;text-transform:capitalize;margin-bottom:27px}
.page-footer p{color:#fff;font-size:18px;line-height:30px}
.page-footer ul{list-style:none;padding:0;margin:0}
.page-footer .contact-us ul{padding-left:5px}
.page-footer .footer-links ul li,.page-footer .contact-us ul li{margin-bottom:15px;}
.page-footer .footer-links ul li a,.page-footer .contact-us ul li a{font-size:16px;font-weight:500;color:#fff;}
.page-footer .contact-us ul li a span{width:30px;height:24px;background-image:url(../images/contact-icons.png);display:inline-block;vertical-align:middle;margin-right:10px;}
.page-footer .contact-us ul li a span.skype{width:22px;height:24px;background-image:url(../images/skype-icon.png);display:inline-block;vertical-align:middle;margin-right:10px;background-repeat:no-repeat;margin-left:6px;}
.page-footer .contact-us ul li a span.phone{background-position:0 0;}
.page-footer .contact-us ul li a span.mail{background-position:-35px 0}
.page-footer .social-icons li{display:inline-block;}
.page-footer .social-icons li a{width:39px;height:39px;display:inline-block;color:#2a2525;font-size:17px;text-align:center;line-height:39px;margin-right:10px;margin-bottom:8px;transition:0.4s ease-in-out;background-color:rgba(255,255,255,0.5);border-radius:3px;}
.page-footer .social-icons li:nth-child(3n+3) a{margin-right:0}
.page-footer .social-icons li a:hover{background-color:#fff;}
.page-footer .footer-links ul li:last-child,.page-footer .contact-us ul li:last-child{margin-bottom:0}

/*	Copyright Section
===============================================*/
.copyright-section{text-align:center;padding:20px 0px;border-top:1px solid rgba(255,255,255,0.3);display:inline-block;width:100%;}
.copyright-section span a{color:#fff}
.copyright-section span{font-size:14px;font-weight:400;color:#fff;text-transform:uppercase;}
.nav-tabs{border:none;}
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){
	a.buttons i{color:#e49236;background:transparent;}
	a.buttons:hover i{color:#000;background:transparent;}
}

/*	Responsive
===============================================*/
@media only screen and (min-width: 1200px) and (max-width: 1600px){
	/*Homepage*/
	.banner-section {padding: 10px 0;height: 613px;}
	.banner-section .banner-content {padding-top: 3rem;}
	.banner-section .banner-content h1 {font-size: 45px;line-height: 50px;margin-bottom: 10px;}
	.banner-section .banner-content p {line-height: 36px;margin-bottom: 20px;}
	.banner-img {height: 550px;}
	.features-section {padding: 50px 0 142px;}
	.features-section .left-block {padding-top: 200px;padding-left: 170px;}
	.features-section .right-block img{top: 13%;}
	.page-content h2 {margin-bottom: 20px;font-size: 36px;line-height: 39px;}
	.page-content p {font-size: 16px;}
	.right-block img.about-img {margin-left: 70px;max-width: 100%;height: 630px;}
	.path {width: 465px;height: 465px;top: 200px;left: 35px;}
	.circle-1 {margin: 139px 7px;}
	.circle-2 {margin: 303px auto 0;}
	.circle-3 {margin: -370px 420px;}
	.path2 {width: 330px;height: 330px;top: 268px;left: 100px;}
	.choosen-section .left-block {padding-top: 76px;}
	.choosen-section .right-block img.about-img {margin-left: 0px;}
	.choosen-section .path {top: 19%;left: -46px;transform: rotate(-90deg);}
	.choosen-section .right-block img{top: 4%;left: 19px;}
	.choosen-section .path2 {top: 30%;left: 23px;}
	.screenshots { padding-right: 30px;}
	/*Homepage end*/
}
@media only screen and (max-width: 1600px){
	/*Homepage*/
	.banner-section .banner-content {padding-top: 3rem;}
	.slider-bg {max-width: 360px;}
	.screen-shots {margin-top: -2px;}
	.screenshots-slider {margin-top: -79px;}
	/*Homepage end*/
}

@media only screen and (min-width: 1200px) and (max-width: 1300px){
	/*Homepage*/
	.banner-img {height: 510px;}
	/*Homepage end*/
}
@media only screen and (max-width: 1400px){
	/*Homepage*/
	.banner-section {height: 529px;}
	.banner-section .banner-content {padding-top: 4rem;}
	.banner-section .banner-content h1 {font-size: 40px;line-height: 48px;}
	.banner-section .banner-content p {font-size: 18px;line-height: 34px;}
	.choosen-section .path {top: 15%;}
	.choosen-section .path2 {top: 25%;}	
	/*Homepage end*/
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
	/*Homepage*/
	.banner-section .banner-content h1 {font-size: 36px;line-height: 40px;margin-bottom: 10px;}
	.banner-section {height: 450px;padding: 0;}
	a.buttons{min-width: 154px;height: 55px;padding: 7px 25px;margin-right: 15px;padding-left: 55px;}
	.banner-img {height: 460px;}
	.banner-section .banner-content p{line-height: 28px;margin-bottom: 20px;font-size: 17px;}
	.banner-section .next-section a {display: none;}
	.features-section .left-block {padding-left: 150px;padding-top: 125px;}
	.page-content h2 {font-size: 29px;margin-bottom: 10px;line-height: 32px;}
	.features-section .page-content p {margin-bottom: 30px;}
	.page-content p {margin-bottom: 20px;font-size: 16px; line-height: 23px;text-align: justify;}
	.right-block img.about-img {max-width: 100%;margin-left: 70px; height: 100%;}
	.path {width: 420px;height: 420px;top: 21%;left: 58px;}
	.circle-1 {margin: 269px 7px;}
	.circle-2 {margin: -138px auto 0;}
	.circle-3 {margin: -340px 380px;}
	.path2 {width: 336px;height: 336px;top: 31%;left: 100px;}
	.choosen-section {padding-bottom: 110px;}
	.choosen-section .left-block {padding-top: 100px;}
	.choosen-section .right-block img.about-img {margin-left: 0px;}
	.choosen-section .right-block img{left: 0;}
	.choosen-section .path {top: 24%;left: -58px;transform: rotate(0deg);}
	.choosen-section .path2 {top: 30%;left: -10px;}
	.screenshots {padding-right: 0;margin-bottom: 70px;padding-top: 70px;}
	.screenshots-title .screenshots-details {width: 315px;padding: 23px 30px 40px 0;}
	.screenshots .page-content a {transform: scale(0.8);margin-left: -24px;margin-right: 3px;min-width: 154px;}
	.features-list.page-content h2 {margin-bottom: 20px;}
	.features-item {padding: 40px 30px;}
	.features-list h4.title {font-size: 18px;}
	/*Homepage end*/
	/*footer*/
	.page-footer .footer-links {padding-left: 30px;max-width: 19%;}
	.page-footer h6 {margin-bottom: 17px;}
	.page-footer .contact-us {max-width: 35%;flex: 0 0 35%;}
	/*header*/
	.page-header .navbar-nav li a{font-size: 19px;margin-right: 28px;}
}

@media only screen and (max-width: 1199px){
	/*Homepage*/
	.container{max-width: 960px;}
	.banner-section .banner-content {padding-top: 50px;}
	.screenshots-slider {margin-top: -63px;margin-left: 8px;}
	.page-content h2 {font-size: 24px;line-height: 32px;}
	.screenshots .screenshots-title {background-color: #ff6501;}
	.slider-bg {max-width: 255px;}
	.screenshots-slider .screen-shots {max-width: 222px;}
	.screen-shots {margin-top: -5px;}
	.banner-section .next-section a {display: none;}
	/*Homepage end*/
}

@media only screen and (max-width: 991px){
	/*Homepage*/
	.banner-section .banner-content h1 {font-size: 24px;}
	.banner-section .banner-content p {line-height: 28px;font-size: 14px;}
	.slider-bg {top: -13px;left: 0px;}
	.features-item .icon img {object-position: center;}
	.container{max-width: 720px;}
	.screenshots:before,.screenshots .screenshots-title:after{display: none;}
	/*Homepage end*/
}
@media only screen and (min-width: 768px) and (max-width: 991px){
        .banner-section .banner-img img {padding-top: 22px; }
	/*Homepage*/
	.banner-section { height: 370px;padding: 0;}
	.banner-section .banner-content {padding-top: 40px;}
	.banner-section .banner-content h1{font-size: 26px;line-height: 32px;margin-bottom: 10px;}
	.banner-section .banner-content p{line-height: 28px;font-size: 16px;margin-bottom: 15px;padding-right: 0px;}
	a.buttons {min-width: 114px;height: 42px;padding: 4px 25px;padding-left: 49px;margin-right: 10px;}
	.banner-img {height: 370px;}
	.features-section {padding: 60px 0 140px;}
	.features-section .left-block {padding-left: 0px;padding-top: 15px;}
	.page-content h2 {font-size: 28px;line-height: 32px;margin-bottom: 10px;}
	.features-section .page-content p {margin-bottom: 30px;}
	.right-block img.about-img {width: 330px;margin: 0 auto;display: block;}
	.features-section .right-block img{left: -8px;}
	.choosen-section .right-block img{left: 0;}
	.path, .choosen-section .path {width: 545px;height: 545px;top: 13%;left: 80px;}
	.circle-1 {margin: 220px -2px;}
	.circle-2 {margin: 305px auto 0;}
	.circle-3 {margin: -460px 473px;}
	.path2, .choosen-section .path2 {top: 25%;left: 152px;width: 396px;height: 396px;}
	.choosen-section {padding-bottom: 104px;margin-top: 0;}
	.choosen-section .left-block {padding-right: 0;padding-top: 0;}
	.choosen-section .right-block img.about-img {margin-left: auto;}
	.screenshots {padding-right: 0;margin-bottom: 40px;}
	.screenshots-title .screenshots-details {width: 100%;float: none;padding: 30px;margin: 0 auto;display: block;}
	.screenshots .page-content a {margin-right: 15px;margin-left: -14px;min-width: 134px;}
	.col-lg-7.col-md-12.slider-col {padding: 0 15px;max-width: 768px;margin: 20px auto 0;}
	.features-item {padding: 30px 60px;/*height: 346px;*/}
	.screenshots-slider {margin-top: 11px;width: 700px;margin: 0 auto;}
	.page-content { text-align: center;}
	/*Homepage end*/
	/*footer*/
	.page-footer .footer-links {padding-left: 35px;max-width: 20%;}
	.page-footer h6 {font-size: 20px;margin-bottom: 15px;}
	.page-footer .footer-links ul li, .page-footer .contact-us ul li {margin-bottom: 10px;}
	.page-footer .footer-links ul li a, .page-footer .contact-us ul li a {font-size: 14PX;}
	.page-footer .contact-us {max-width: 45%;flex: 0 0 45%;-webkit-flex: 0 0 45%;}
	.page-footer .social-media{max-width: 20%;flex: 0 0 20%;-webkit-flex: 0 0 20%;}
	footer .page-footer {padding: 25px 0;}
	/*header*/
	.page-header .navbar-nav li a{margin-right: 16px;font-size: 16px;}
}

@media only screen and (min-width: 576px) and (max-width: 767px){
	/*Homepage*/
	.banner-section {height: 360px !important;padding: 70px 0 !important;}
	/*Homepage end*/
}
@media only screen and (max-width: 767px){
	/*Homepage*/
	.banner-section {background-position: center!important;height: auto;padding: 40px 0 100px;text-align: center;}
	.container {max-width: 540px;}
	.banner-section .banner-content {padding-top: 0;padding-left: 15px;width: 100%;}
	.banner-section .banner-content h1 { font-size: 23px;line-height: 30px;margin-bottom: 10px;}
	.banner-section .banner-content p {font-size: 15px;line-height: 24px;padding-right: 0;margin-bottom: 10px;}
	a.buttons {min-width: 128px;height: 38px;padding: 5px 10px;padding-left: 42px;margin-right: 10px;}
	.banner-img {display: none;}
	.features-section {padding: 0px 0 30px;}
	.features-section .left-block {padding-left: 15px;padding-top: 10px;}
	.features-section .page-content h2 {margin-bottom: 5px;}
	.page-content h2 {font-size: 22px;line-height: 28px;margin-bottom: 10px;}
	.features-section .page-content p {margin-bottom: 20px;}
	.page-content p {font-size: 14px;line-height: 23px;margin-bottom: 15px;}
	.right-block img.about-img {width: 300px;margin: 0 auto;display: block;left: 0px;}
	.path, .path2 {display: none;}
	.choosen-section {padding-bottom: 10px;margin-top: 0;}
	.choosen-section .left-block {padding-right: 15px;padding-top: 0px;}
	.choosen-section .right-block img.about-img {left: unset;top: 0;margin: 0 auto;}
	.screenshots-slider{margin-top: 0;}
	.screenshots {padding-right: 0;margin-bottom: 30px;}
	.screenshots-title .screenshots-details {width: 100%;float: none;margin: 0 auto;padding: 20px 15px;}
	.screenshots .page-content a {margin-left: -10px;min-width: 128px;}
	.col-lg-7.col-md-12.slider-col {padding: 0 15px;width: 320px;margin: 20px auto 0;}
	.page-content {text-align: center;}
	.features-list .features-item {text-align: center;}
	.features-item {padding: 10px 20px;margin-bottom: 5px;height: auto;}
	.features-list .icon {height: 60px;margin-bottom: 20px;}
	.features-list h4.title {font-size: 18px;}
	.page-title-wrapper{margin-top: 40px;}
	.catalog-product-view .page-main .column.main{margin-top: 0px;}
	/*Homepage end*/
	/*footer*/
	footer .page-footer {padding: 30px 0 0;}
	.page-footer .footer-links {padding-left: 15px;}
	.page-footer h6 {font-size: 18px;margin-bottom: 10px;}
	.page-footer .footer-links ul li, .page-footer .contact-us ul li {margin-bottom: 2px;}
	.page-footer .footer-links ul li a, .page-footer .contact-us ul li a {font-size: 14px;}
	.page-footer .address, .page-footer .social-media, .page-footer .footer-links, .page-footer .contact-us {max-width: 100%;    flex: 0 0 100%;margin-bottom: 25px;}
	.page-footer .contact-us ul {padding-left: 0px;}
	.copyright-section {padding: 10px 0;}
	.copyright-section span {font-size: 13px;}
	.copyright-section span a {display: block;}
	/*header*/
	.page-header .block.block-search .navbar-nav{display: none;}
	.page-header .nav-toggle{float: right;left: unset;right: 15px;width: 41px;text-align: center;display: none;}
	.page-header .nav-toggle:before,.page-header .nav-toggle:hover:before{color: #03989E;width: 24px;}
}

@media (max-width: 400px){
	a.buttons {padding-left: 34px;margin-bottom: 5px;}
}

/* customer login */

.customer-account-login .page-main{max-width:100%;padding:0;overflow:hidden;}
.customer-account-createpassword .page-main{max-width:100%;padding:0;overflow:hidden;}
.customer-account-createpassword .reset-password-cls{margin: auto;}
.customer-account-createpassword .reset-password-cls form {
    margin: auto;
    max-width: 600px;
    padding: 30px 15px 0 15px;
}