/*===========================================================

 Common CSS

============================================================*/



body {

    font-size: 16px;

    line-height: 1.67;

    font-family: "Raleway", sans-serif;

    font-weight: 400;

    color: #6a6a6a;

    background: #fff;

    text-rendering: optimizeLegibility;

    -webkit-font-smoothing: antialiased;

    -moz-font-smoothing: antialiased;

}


ul {

    padding: 0;

    margin: 0;

}



li,

li:hover,

a:hover,

.btn,

.btn:hover {

    -webkit-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

}



a:hover {

    text-decoration: none !important;

}



*:active,

*:focus {

    outline: none;

    border: 0;

}



img {

    max-width: 100%;

}



strong {

    font-weight: 700;

}



u {

    border-bottom: 1px solid #fff;

    line-height: 1;

    text-decoration: unset;

}



.cboth {

    overflow: hidden;

    clear: both;

}



.left {

    float: left;

}



.right {

    float: right;

}



button {

    background-color: transparent;

    border: 0;

}



h1,

h2,

h3,

h4,

h5,

h6,

p {

    margin: 0;

}



button:active,

button:focus {

    outline: 0;

    outline: 0;

}



.dflex {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

}



.align-center {

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}



.space-between {

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

}



.spadding {

    padding: 100px 0;

}



/*===========================================================

 Placeholder Style

============================================================*/



::-webkit-input-placeholder {

    color: #6c6c6c;

    font-size: 14px;

    font-weight: 300;

    line-height: 30px;

    letter-spacing: 0.39px;

}



:-moz-placeholder {

    color: #6c6c6c;

    font-size: 14px;

    font-weight: 300;

    line-height: 30px;

    letter-spacing: 0.39px;

}



::-moz-placeholder {

    color: #6c6c6c;

    font-size: 14px;

    font-weight: 300;

    line-height: 30px;

    letter-spacing: 0.39px;

}



:-ms-input-placeholder {

    color: #6c6c6c;

    font-size: 14px;

    font-weight: 300;

    line-height: 30px;

    letter-spacing: 0.39px;

}



/*===========================================================

Preloader CSS

============================================================*/

.spinner-area {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 9999999999;

    background: #fff;

}



.spinner {

    background-color: #065e52;

    width: 40px;

    height: 40px;

    margin: 0 auto;

    border-radius: 100%;

    -webkit-animation: scaleout 1s infinite ease-in-out;

    animation: scaleout 1s infinite ease-in-out;

    position: absolute;

    top: 50%;

    left: 50%;

    margin-top: -20px;

    margin-left: -20px;

    z-index: 9999999;

}



@-webkit-keyframes scaleout {

    0% {

        -webkit-transform: scale(0);

    }



    100% {

        -webkit-transform: scale(1);

        opacity: 0;

    }

}



@keyframes scaleout {

    0% {

        transform: scale(0);

        -webkit-transform: scale(0);

    }



    100% {

        transform: scale(1);

        -webkit-transform: scale(1);

        opacity: 0;

    }

}



/*===========================================================

 Scroll To Top

============================================================*/



.go-top {

    bottom: 15px;

    display: none;

    position: fixed;

    right: 30px;

    z-index: 999;

}



.go-top img {

    width: 35px;

}



.go-top span {

    /*background-color: #4285F4;*/

    color: rgba(255, 255, 255, 0.6);

    cursor: pointer;

    float: right;

    font-size: 16px;

    font-weight: 400;

    line-height: 22px;

    padding: 5px 10px;

}



.go-top span:hover {

    color: #fff;

}



/*===========================================================

 Navigation Menu Desktop

============================================================*/



/*===========================================================

 Navigation Menu slideout

============================================================*/

.panel-header {

    display: none;

}

#nav_button{
    top:0px;
    position:fixed;
    left:0px;
    width:100%;
    z-index: 9000;
}



.slideout-menu {

    position: fixed;

    top: 0;

    bottom: 0;

    width: 280px;

    min-height: 100vh;

    overflow-y: scroll;

    -webkit-overflow-scrolling: touch;

    z-index: 0;

    display: none;

}



.slideout-menu-left {

    left: 0;

}



.slideout-menu-right {

    right: 0;

}



.slideout-panel {

    position: relative;

    z-index: 1;

    will-change: transform;

    background-color: #fff;

    min-height: 100vh;

}



.slideout-open,

.slideout-open body,

.slideout-open .slideout-panel {

    overflow: hidden;

}



.slideout-open .slideout-menu {

    display: block;

}



.slideout-open .slideout-menu {

    -webkit-box-shadow: -5px 0 35px rgba(0, 0, 0, 0.08);

    box-shadow: -5px 0 35px rgba(0, 0, 0, 0.08);

    background-color: #ffffff;

}



.btn-hamburger {

    cursor: pointer;

}



.menu-section-list {

    padding: 60px 10px;

}



.menu-section-list li a:hover {

    color: #bdc3c7;

}



.menu-section-list li:hover>a,

.menu-section-list li.active>a {

    border-left: 5px solid #869bec;

    color: #a0b2f5;

    font-size: 20px;

    font-weight: 700;

}



.menu-section-list li a {

    -webkit-transition: 0.3s;

    -o-transition: 0.3s;

    transition: 0.3s;

    position: relative;

    display: block;

    color: #a2a2a2;

    padding-left: 50px;

    font-size: 20px;

    font-weight: 400;

}



.login a {

    color: #52e5bd !important;

}



.menu-section-list li {

    -webkit-transition: 0.3s;

    -o-transition: 0.3s;

    transition: 0.3s;

    padding: 15px 0;

    display: block;

}

.logo img{
	height: 55px;	
}

.mobile-logo img {

    height: 45px;

}



.mobile-logo {

    width: 160px;

    height: auto;

    margin-left: 0;

}



/*Hamburger Menu Icon*/

.hamburger .line {

    width: 40px;

    height: 5px;

    background-color: #fff;

    display: block;

    margin: 8px auto;

    -webkit-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

}



.hamburger:hover {

    cursor: pointer;

}



.hamburger:hover .line {

    opacity: 0.8;

}



.slideout-open .line:nth-child(2) {

    opacity: 0;

}



.slideout-open .line:nth-child(1) {

    -webkit-transform: translateY(13px) rotate(45deg);

    -ms-transform: translateY(13px) rotate(45deg);

    transform: translateY(13px) rotate(45deg);

}



.slideout-open .line:nth-child(3) {

    -webkit-transform: translateY(-13px) rotate(-45deg);

    -ms-transform: translateY(-13px) rotate(-45deg);

    transform: translateY(-13px) rotate(-45deg);

}



/*===========================================================

 Header Area

============================================================*/

.header-area {

    position: fixed;

    top: 35px;

    left: 0;

    width: 100%;

    z-index: 1000;

    padding: 20px 0;

    -webkit-transition: 0.3s;

    -o-transition: 0.3s;

    transition: 0.3s;

}



.header {

    display: -moz-flex;

    display: -ms-flex;

    display: -o-flex;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-align-items: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

}



.main-menu {}



.main-menu ul {}



.main-menu ul li {

    display: inline-block;

    padding: 0 10px;

}



.main-menu ul li a {

    color: #d2d2d2;

    font-weight: 400;

    padding: 0 5px;

    position: relative;

}



.main-menu ul li a:hover {

    /*font-weight: 700;*/

    color: #fcfcfc;

}



.main-menu ul li a:hover:before {

    position: absolute;

    content: "";

    width: 40px;

    height: 4px;

    border-radius: 2px;

    background-color: #869bec;

    opacity: 0.82;

    bottom: -10px;

    left: 50%;

    -webkit-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    transform: translateX(-50%);

}



.log-in {}



.log-in a {

    color: #fcfcfc;

    font-weight: 700;

    font-family: "Open Sans", sans-serif;

    line-height: 60px;

    padding: 0 45px;

    display: inline-block;

    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);

    box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);

    border-radius: 5px;

    background-color: #52e5bd;

}



.single-banner {

    max-width: 445px;

}



.banner {}



.banner h4 {

    color: #fcfcfc;

    font-weight: 600;

}



.banner h2 {

    color: #ffffff;

    font-size: 60px;

    font-weight: 700;

    line-height: 1.1;

    font-family: "Exo", sans-serif;

    padding: 30px 0;

}



.banner h2 span {

    position: relative;

}



.banner h2 span:before {

    position: absolute;

    content: "";

    width: 100%;

    bottom: 10px;

    left: 0;

    z-index: -1;

    height: 20px;

    background-color: #a0b2f5;

}



.banner h6 {

    color: #fcfcfc;



    font-weight: 400;

    line-height: 30px;

}



.banner-number {

    position: absolute;

    left: 0;



    bottom: 70px;

}



.banner-number:before {

    position: absolute;

    content: "";

    width: 70px;

    height: 1px;

    background: #8dabc5;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

}



.banner-number {

    position: absolute;

    left: 0;



    bottom: 70px;

}



.banner-number span {

    color: #8dabc5;

    font-size: 60px;

    font-weight: 700;

    line-height: 1.1;

    font-family: "Exo", sans-serif;

    position: relative;

    margin-left: 80px;

    padding: 5px;

}



.banner-number span {

    position: relative;

}



.banner-number span:before {

    position: absolute;

    content: "";

    width: 290px;

    height: 1px;

    right: -301px;

    background: #8dabc5;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

}



.dropdown-menu li {

    margin-bottom: 5px;

}



.dropdown-menu a {

    display: block;

    padding-top: 3px !important;

    padding-bottom: 3px !important;

}



.dropdown-menu {

    float: left;

    min-width: 10rem;

    padding: 0 0;

    margin: 0 0 0;

    font-size: 1rem;

    border-radius: 0.25rem;

    background: transparent;

    border: 0;

    padding-top: 15px;

}



/*===========================================================

 Banner Area

============================================================*/

.banner-area {

    width: 100%;

    min-height: 700px;

    background-size: cover;

    background-position: center center;

    display: -moz-flex !important;

    display: -ms-flex !important;

    display: -o-flex !important;

    display: -webkit-box !important;

    display: -ms-flexbox !important;

    display: flex !important;

    -ms-align-items: center;



    -webkit-box-align: center;



    -ms-flex-align: center;



    align-items: center;

    position: relative;

    z-index: -2;

}



.banner-home-area {

    position: relative;

    background-position: bottom left;

    height: 700px;

    margin-bottom: 100px;

}



.banner-home-area::before {

    position: absolute;

    content: "";

    top: 0;

    left: 0;

    height: 100%;

    width: 100%;

    z-index: 1;

    background-image: -webkit-gradient(linear, left top, right top, from(#326b8d), to(#343a5b));

    background-image: -o-linear-gradient(left, #326b8d 0%, #343a5b 100%);

    background-image: linear-gradient(to right, #326b8d 0%, #343a5b 100%);

    opacity: 0.95;

}



.banner-home-area::after {

    position: absolute;

    content: "";

    bottom: -60px;

    right: 0;

    width: 812px;

    height: 510px;

    background-image: url("../img/banner-top-img-alt.png");

    z-index: 9;

}



.banner-slider .slick-dots li button:before {

    width: 10px;

    height: 15px;

    border-radius: 2px;

    background-color: #7890a4;

    content: "";

    opacity: 1;

}



.banner-slider.home-banner-slider .slick-dots {

    bottom: 190px;

}



.banner-img-bottom {

    position: absolute;

    bottom: 0;

    right: 0;

    z-index: 8;

}



.banner {

    position: relative;

}



.banner,

.banner-number {

    z-index: 10;

}



.banner-slider .slick-dots li.slick-active button:before {

    background-color: #fff;

    opacity: 1;

    height: 30px;

    top: -15px;

}



.banner-slider .slick-dots {

    bottom: 90px;

    left: 480px;



    width: auto;

}



.banner-slider .slick-dots li {

    margin: 0;

}



/*===========================================================

 Censuble Area

============================================================*/

.censuble-area {

    padding-top: 100px;

    padding-bottom: 60px;

}



.censuble-title {

    text-align: center;

}



.makes-cen-area .censuble-title h2 {

    max-width: 630px;

}



.censuble-title h2 {

    color: #343a5b;

    font-size: 60px;

    font-weight: 700;

    font-family: "Exo", sans-serif;

    /* line-height: 36px; */

    margin-bottom: 50px;

    position: relative;

    display: inline-block;

    z-index: 1;

    padding: 0 5px;

    line-height: 84px;

}



.censuble-title span {

    position: relative;

    display: inline-block;

}



.censuble-title span:before {

    position: absolute;

    content: "";

    width: 100%;

    bottom: 12px;

    left: 0;

    z-index: -1;

    height: 20px;

    background: #a0b2f5;

}



.censuble-title h3 {

    max-width: 770px;

    color: #6a6a6a;

    font-weight: 400;

    line-height: 1.5;



    margin-left: auto;

    margin-right: auto;

    margin-bottom: 50px;

}

.feature-text{
	color:#ffffff;
	padding: 5px;
}

.s-icon img{
	width: 60px;	
}

.censuble-text p {

    color: #6a6a6a;

    font-weight: 400;

    line-height: 1.4;



    margin-bottom: 40px;

}



/*===========================================================

 Why Cen

============================================================*/

.why-censuble-area {

    position: relative;

}



.why-censuble-area::before {

    left: 0;

    background-color: #f3f3f3;

}



.why-censuble-area::before,

.why-censuble-area::after {

    position: absolute;

    top: 0;

    width: 50%;

    height: 100%;

    z-index: 1;

    content: "";

}



.why-censuble-area::after {

    right: 0;

    background-color: #fcfcfc;

}



.why-censuble .censuble-title {

    text-align: left;

}



.know-censuble h3 {

    color: #343a5b;

    font-weight: 700;

    line-height: 34px;
	text-align:center;

}



.know-censuble p {

    margin-top: 40px;
	text-align:center;

}



.know-censuble {

    position: relative;

    z-index: 10;

    padding: 95px 0 95px 60px;

}



.why-censuble {

    position: relative;

    z-index: 10;

    padding: 95px 60px 95px 0;

}



/*===========================================================

 Mae Cen

============================================================*/

.makes-cen-area {

    position: relative;

    overflow: hidden;

}



.parcing-area:before,

.makes-cen-area:before {

    position: absolute;

    content: "";

    height: 100%;

    width: 100%;

    background-image: url("../img/shape-triangle-bg.svg");

    background-size: 100% auto;

    background-repeat: no-repeat;

}



.makes-cen-content {

    padding: 40px;

}



.makes-cen-content ul {

    padding-left: 20px;

}



.makes-cen-single {

    height: 100%;

    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.07);

    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.07);

    border-radius: 5px;

    background-color: #fcfcfc;

}



.makes-cen-content li {

    padding: 10px 0;

    color: #6a6a6a;

    font-weight: 400;

}



.makes-cen-content a {

    margin-top: 30px;

    display: inline-block;

    padding: 0 27px;

    line-height: 60px;

    color: #fcfcfc;

    font-weight: 400;

    border-radius: 5px;

    background-color: #52e5bd;

}



.makes-cen-content a {

    opacity: 0;

    visibility: hidden;

    -webkit-transition: 0.3s;

    -o-transition: 0.3s;

    transition: 0.3s;

}



.makes-cen-content:hover a {

    opacity: 1;

    visibility: visible;

}



.makes-cen-content a:hover {

    background: #343a5b;

}



.makes-cen-thumb::before {

    position: absolute;

    content: "";

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    background-image: -o-linear-gradient(151deg, #326b8d 0%, #343a5b 100%);

    background-image: linear-gradient(-61deg, #326b8d 0%, #343a5b 100%);

    opacity: 0.8;

}



.makes-cen-thumb {

    padding: 40px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: end;

    -ms-flex-align: end;

    align-items: flex-end;

}



.makes-cen-thumb p {

    line-height: 27px;

}



.makes-cen-thumb p,

.makes-cen-thumb h3 {

    color: #fff;

    position: relative;

    z-index: 10;

}



.makes-cen-thumb h3 {

    line-height: 1;

    font-weight: 700;

    margin-bottom: 25px;

}



.makes-cen-thumb {

    height: 270px;

    position: relative;

}



/*===========================================================

 cen kiosks area

============================================================*/

.cen-kiosks-area {

    position: relative;

}



.cen-kiosks-area::before {

    position: absolute;

    content: "";

    top: 0;

    right: 0;

    width: 100%;

    height: 100%;

    background-image: url("../img/shape-triangle-bg-right.svg");

    /* background-size: contain; */

    background-position: right top;

    background-repeat: no-repeat;

}



.cen-kiosks-title p {

    color: #6a6a6a;

    font-weight: 400;

    line-height: 36px;

    margin-bottom: 25px;

}



.single-kiosks .tag {

    text-align: center;

    width: 180px;

    display: inline-block;

    color: #fcfcfc;

    font-weight: 500;

    line-height: 36px;

    line-height: 50px;

    -webkit-box-shadow: 0 0 10px rgba(82, 229, 189, 0.6);

    box-shadow: 0 0 10px rgba(82, 229, 189, 0.6);

    background-image: -o-linear-gradient(173deg, #326b8d 0%, #343a5b 100%);

    background-image: linear-gradient(-83deg, #326b8d 0%, #343a5b 100%);

    opacity: 0.9;

}



.kiosks-row [class^="col-"]:nth-child(even) {

    margin-top: 40px;

}



/* Easy Setup */

.easy-setup-area {

    background-color: #fcfcfc;

}



.easy-setup-right h3 {

    font-family: "Exo", sans-serif;

    color: #343a5b;

    font-weight: 900;

    line-height: 27px;

}



.easy-setup-area .censuble-title {

    text-align: left;

}



.easy-setup-right li {

    padding-right: 50px;

    margin-top: 30px;

    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.04);

    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.04);

    border-radius: 5px;

    background-color: #ffffff;

}



.easy-setup-right li strong {

    font-family: "Exo", sans-serif;

}



.easy-setup-right li span {

    color: #343a5b;

    font-weight: 400;

    line-height: 27px;

}



.easy-setup-right li {

    list-style: none;

}



.e-icon {

    margin-right: 30px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    width: 70px;

    border-radius: 5px;

    background-color: #a0b2f5;

    height: 70px;

}



.easy-setup-left p {

    max-width: 485px;

}



/*===========================================================

 single-key-feature

============================================================*/



.single-key-feature {

    height: 100%;

}



.key-features [class^="col-"] {

    margin-bottom: 40px;

}



/*===========================================================

 Report

============================================================*/

.pricing-bottom li::before,

.reeporting-left .s-features li::before {

    background-image: url("../img/icon-checkmark-alt.svg");

}



.reeporting-left .s-features li {

    color: #6a6a6a;

}



.reeporting-left {

    max-width: 590px;

}



.reeporting-right img {

    margin-top: -50px;

}



.reeporting-area {

    overflow: hidden;

    position: relative;

    background-color: #fcfcfc;

}



.report-bg {

    position: absolute;

    right: -150px;

    bottom: 0;

}



.makes-cen-single,

.solution-single {

    position: relative;

    -webkit-transition: 0.3s;

    -o-transition: 0.3s;

    transition: 0.3s;

}



.solution-single:before {

    position: absolute;

    left: 0;

    top: 0;

    content: "";

    width: 100%;

    height: 0;

    background-color: #343a5b;

    opacity: 0;

    visibility: hidden;

    -webkit-transition: 0.3s;

    -o-transition: 0.3s;

    transition: 0.3s;

}



.makes-cen-single:hover,

.solution-single:hover {

    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.12);

    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.12);

}



.solution-single:hover:before {

    height: 6px;

    opacity: 1;

    visibility: visible;

}



.technologies [class^="col-"]:last-child .solution-single a {

    margin-top: 30px;

    display: inline-block;

    width: 160px;

    line-height: 60px;

    border-radius: 5px;

    background-color: #fcfcfc;

}



.technologies [class^="col-"]:last-child .solution-single p {

    color: #fcfcfc;

}



.technologies [class^="col-"]:last-child .solution-single {

    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.04);

    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.04);

    border-radius: 5px;

    background-color: #a0b2f5;

    text-align: center;

}



/*===========================================================

 Question Area

============================================================*/

.question-area {

    padding-top: 100px;

    padding-bottom: 60px;

    background-color: #fcfcfc;

}



.questions {

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

}



.single-question {

    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.04);

    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.04);

    border-radius: 5px;

    background-color: #ffffff;

}

.single-question img {
	width: 70px;	
}



.single-question img {

    margin-right: 20px;

}



.single-question span {

    color: #343a5b;

    font-size: 23px;

    font-weight: 700;

    line-height: 27px;

}



.single-question {

    cursor: pointer;

    padding: 25px 20px;

    margin-bottom: 40px;

    width: calc(33.33% - 26px);

}



/*===========================================================

 Pricing

============================================================*/

.pricing-top {

    text-align: center;

    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.12);

    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.12);

    background-image: -o-linear-gradient(150deg, #326b8d 0%, #343a5b 100%);

    background-image: linear-gradient(-60deg, #326b8d 0%, #343a5b 100%);

    padding: 40px 15px;

}



.single-table {

    width: calc(33.33% - 26px);

}



.pricing-top>div {

    color: #fff;

    max-width: 270px;

    margin-left: auto;

    margin-right: auto;

}



.pricing-top h3 {

    color: #fcfcfc;

    font-size: 60px;

    font-weight: 800;

}



.pricing-top h3 span {

    font-size: 30px;

    font-weight: 800;

}



.pricing-top h3 sub {

    font-size: 22px;

    font-weight: 400;

}



.pricing-top a+span,

.pricing-top h3+span {

    display: inline-block;

    margin-top: 40px;

    padding-bottom: 30px;

    margin-bottom: 30px;

    border-bottom: 1px solid #fcfcfc;

    color: #fcfcfc;

    line-height: 27px;

    font-weight: 700;

}



.pricing-top p {

    color: #fcfcfc;

    font-weight: 400;

    line-height: 30px;

}



.pricing-top div a {

    font-size: 40px;

    line-height: 72px;

    font-weight: 800;

    color: #fcfcfc;

}



.pricing-bottom {

    padding: 40px 30px 35px 30px;

}



.pricing-bottom span {

    border-bottom: 1px solid #a0b2f5;

    padding-bottom: 20px;

    color: #343a5b;

    font-weight: 700;

    line-height: 27px;

    display: block;

}



.single-table {

    position: relative;

}



.corners {

    position: absolute;

    top: 0;

    left: 0;

}



.pricing-bottom ul {

    padding-top: 15px;

}



.pricing-bottom li {

    position: relative;

    list-style: none;

    padding: 15px 0 15px 22px;

}



.single-table {

    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.04);

    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.04);

    border-radius: 5px;

    background-color: #ffffff;

    border-bottom: 5px solid transparent;

    -webkit-transition: 0.3s;

    -o-transition: 0.3s;

    transition: 0.3s;

}



.single-table:hover {

    border-bottom: 5px solid #343a5b;

    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.12);

    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.12);

}



.pricing-bottom a {

    margin-top: 25px;

    display: inline-block;

    padding: 0 40px;

    color: #fcfcfc;

    font-size: 16px;

    font-weight: 400;

    line-height: 60px;

    border-radius: 5px;

    background-color: #52e5bd;

}



.parcing-area {

    position: relative;

}



/*===========================================================

 Testimonial

============================================================*/

.testimonial-area {

    background-color: #fcfcfc;

}



/*===========================================================

 Video Area

============================================================*/



.video-play-button {

    position: absolute;

    z-index: 10;

    top: 50%;

    left: 50%;

    -webkit-transform: translateX(-50%) translateY(-50%);

    transform: translateX(-50%) translateY(-50%);

    -moz-transform: translateX(-50%) translateY(-50%);

    -ms-transform: translateX(-50%) translateY(-50%);

    -o-transform: translateX(-50%) translateY(-50%);

    -webkit-box-sizing: content-box;

    box-sizing: content-box;

    display: block;

    width: 60px;

    height: 60px;

    border-radius: 50%;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    -ms-border-radius: 50%;

    -o-border-radius: 50%;

}



.video-play-button:before {

    content: "";

    position: absolute;

    z-index: 0;

    left: 50%;

    top: 50%;

    -webkit-transform: translateX(-50%) translateY(-50%);

    transform: translateX(-50%) translateY(-50%);

    -moz-transform: translateX(-50%) translateY(-50%);

    -ms-transform: translateX(-50%) translateY(-50%);

    -o-transform: translateX(-50%) translateY(-50%);

    display: block;

    width: 80px;

    height: 80px;

    opacity: 0.5;

    background-color: #a0b2f5;

    border-radius: 50%;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    -ms-border-radius: 50%;

    -o-border-radius: 50%;

    -webkit-animation: pulse-border 1500ms ease-out infinite;

    animation: pulse-border 1500ms ease-out infinite;

}



.video-play-button:after {

    content: "";

    position: absolute;

    z-index: 1;

    left: 50%;

    top: 50%;

    -webkit-transform: translateX(-50%) translateY(-50%);

    transform: translateX(-50%) translateY(-50%);

    -moz-transform: translateX(-50%) translateY(-50%);

    -ms-transform: translateX(-50%) translateY(-50%);

    -o-transform: translateX(-50%) translateY(-50%);

    display: block;

    width: 80px;

    height: 80px;

    border-radius: 50%;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    -ms-border-radius: 50%;

    -o-border-radius: 50%;

    -webkit-transition: all 200ms;

    transition: all 200ms;

    -moz-transition: all 200ms;

    -ms-transition: all 200ms;

    -o-transition: all 200ms;

}



.video-play-button img {

    position: relative;

    z-index: 3;

    max-width: 100%;

    width: auto;

    height: auto;

}



.video-play-button {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}



.video-play-button i {

    font-size: 37px;

    color: #fff;

    position: relative;

    z-index: 100;

}



@-webkit-keyframes pulse-border {

    0% {

        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

        opacity: 1;

    }



    100% {

        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

        opacity: 0;

    }

}



@keyframes pulse-border {

    0% {

        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

        opacity: 1;

    }



    100% {

        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

        opacity: 0;

    }

}



iframe {

    width: 100% !important;

}



.vid-text {

    text-align: left;

    position: absolute;

    bottom: 40px;

    left: 40px;

    max-width: 300px;

    color: #fcfcfc;

    font-weight: 400;

    line-height: 30px;

    z-index: 10;

}



.model-video-img {

    position: relative;

}



.model-video-img:before {

    background-color: #000000;

    opacity: 0.6;

    position: absolute;

    content: "";

    z-index: 1;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}



.see-more {

    color: #343a5b;

    margin-top: 40px;

    margin-bottom: 30px;

}



.single-t-slider {

    padding: 15px;

}



/*===========================================================

 Contact

============================================================*/

.contact-area {}



.contact-box {

    max-width: 1060px;

    margin-left: auto;

    margin-right: auto;

    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);

    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);

    border-radius: 5px;

    background-color: #ffffff;

}



.contact-box form {

    margin-left: auto;

    margin-right: auto;

    padding: 80px 15px;

    max-width: 870px;

    width: 100%;

    background-color: #ffffff;

}

.form_field{
    display: none;
}



.contact-box form input {

    line-height: 60px;

}



.contact-box form textarea {

    height: 250px;

}



.contact-box form textarea,

.contact-box form input {

    width: 100%;

    padding-left: 20px;

    padding-right: 20px;

    border: 1px solid #c9daff;

}



.contact-box form textarea {

    padding-top: 20px;

}



.single-contact button {

    border: 0;

    padding: 0 45px;

    line-height: 60px;

    border-radius: 5px;

    background-color: #52e5bd;

    color: #fcfcfc;



    font-weight: 400;

}



.single-contact {

    margin-bottom: 30px;

}



.contact-col-2 {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

}



.contact-col-2 div {

    width: calc(50% - 20px);

}



.single-contact div {

    position: relative;

}



.single-contact div img {

    position: absolute;

    right: 20px;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

}

#mail-success{
	width: 80%;
	border-radius: 10px;
	background-color: #46e635;
	color: #ffffff;
	padding: 5px;
	margin: 10px auto;
	text-align: center;
}

#mail-error{
	width: 80%;
	border-radius: 10px;
	background-color: #f78783;
	color: #ffffff;
	padding: 5px;
	margin: 10px auto;
	text-align: center;
}

/*===========================================================

 Footer Area

============================================================*/

.footer-area {

    background-image: -o-linear-gradient(174deg, #326b8d 0%, #343a5b 100%);

    background-image: linear-gradient(-84deg, #326b8d 0%, #343a5b 100%);

    padding: 50px 0;

    border-bottom: 2px solid #ffffff;

}



.footer-top {

    display: -moz-flex;

    display: -ms-flex;

    display: -o-flex;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-align-items: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

}



.footer-menu {}



.footer-menu h3 {

    display: inline-block;



    color: #fcfcfc;

    font-weight: 700;

    line-height: 1;

}



.footer-menu ul {

    display: inline-block;

}



.footer-menu ul li {

    display: inline-block;

    padding-left: 40px;

}



.footer-menu ul li a {

    color: #fcfcfc;

    font-weight: 400;

}



.footer-menu ul li a:hover {

    color: #869bec;

}



.fooer-btm-text {

    background-image: -o-linear-gradient(174deg, #326b8d 0%, #343a5b 100%);

    background-image: linear-gradient(-84deg, #326b8d 0%, #343a5b 100%);

    padding: 40px 0;

    text-align: center;

    color: #fcfcfc;



    font-weight: 400;

    line-height: 36px;

}



.footer-logo {

    position: relative;

}



.footer-logo:before {

    position: absolute;

    content: "";

    width: 1px;

    height: 40px;

    background-color: #ffffff;

    right: -40px;

    top: -5px;

}



/*===========================================================

 Payment

============================================================*/

.payment-header {

    padding: 50px 0;

}



.payment-header a {

    color: #52e5bd;

    font-size: 20px;

    font-weight: 500;

}



.payment {

    max-width: 700px;

    margin-left: auto;

    margin-right: auto;

    padding-top: 150px;

}



.payment img {

    margin-bottom: 30px;

}



.payment h2 {

    color: #6a6a6a;

    font-size: 38px;

    font-weight: 700;



    line-height: 36px;

    margin-bottom: 10px;

}



.payment h3 {

    color: #a2a2a2;

    font-weight: 400;

    line-height: 36px;

}



.payment-btn {

    margin-top: 40px;

}



.payment-btn a {

    color: #fcfcfc;

    font-weight: 400;



    width: 200px;

    text-align: center;

    line-height: 60px;

    display: inline-block;

    border-radius: 5px;

    background-color: #52e5bd;

    margin-right: 15px;

}



/*===========================================================

 Registration Area

============================================================*/

.registration {

    max-width: 850px;

    margin-left: auto;

    margin-right: auto;

    padding-top: 70px;

}



.registration-title {

    margin-bottom: 40px;

}



.registration-title h3 {

    color: #6a6a6a;

    margin-bottom: 7px;

    font-size: 38px;

    font-weight: 700;

    line-height: 36px;

}



.registration-title h4 {

    color: #a2a2a2;

    font-weight: 400;

    line-height: 36px;

}



.registration-form {}



.registration-form .col {

    position: relative;

    margin-bottom: 30px;

}



.registration-form .col img {

    position: absolute;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

    right: 35px;

}



.registration-form .row input {

    width: 100%;

    height: 60px;

    border-radius: 5px;

    border: 1px solid #c9daff;

    background-color: #ffffff;

    color: #9a9a9a;

    font-weight: 400;

    line-height: 36px;

    padding-left: 20px;

    padding-right: 45px;

}



.form-control:focus {

    -webkit-box-shadow: unset;

    box-shadow: unset;

    border-color: #c9daff;

}



::-webkit-input-placeholder {

    color: #9a9a9a;

    font-weight: 400;

}



::-moz-placeholder {

    color: #9a9a9a;

    font-weight: 400;

}



:-ms-input-placeholder {

    color: #9a9a9a;

    font-weight: 400;

}



:-moz-placeholder {

    color: #9a9a9a;

    font-weight: 400;

}



.form-check {

    display: inline-block;

}



.form-check label {

    color: #a2a2a2;

    font-weight: 400;

    cursor: pointer;

}



.register-btn {

    float: right;

    cursor: pointer;

}



.register-btn {

    color: #fcfcfc;

    font-weight: 400;

    line-height: 60px;

    padding: 0 60px;

    border-radius: 5px;

    background-color: #52e5bd;

}



/*===========================================================

 Solution

============================================================*/

.solutions-area {

    margin-top: -160px;

    padding: 180px 0 100px 0;

    background-color: #fcfcfc;

}



.solution-single {

    padding: 30px 40px;

}



.solution-single {

    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.04);

    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.04);

    border-radius: 5px;

    background-color: #ffffff;

}



.solution-single-alt {

    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.12);

    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.12);

    border-radius: 5px;

    background-image: -o-linear-gradient(119deg, #326b8d 0%, #343a5b 100%);

    background-image: linear-gradient(-29deg, #326b8d 0%, #343a5b 100%);

}



.s-features li,

.solution-single-alt .s-text p,

.solution-single-alt .s-features h3,

.solution-single-alt .s-text h3 {

    color: #6a6a6a;

}



.s-text p {

    color: #6a6a6a;

    font-weight: 400;

    line-height: 27px;

}

.s-features td{
	padding: 5px;
	vertical-align:baseline;
}

.s-features h3,

.s-text h3 {

    color: #343a5b;

    margin-top: 30px;

    margin-bottom: 30px;

    line-height: 1;

    font-weight: 700;

}



.solution-single-alt .s-features h3 {

    margin-bottom: 20px;

}



.s-features ul {

    -webkit-column-count: 1;

    -moz-column-count: 1;

    column-count: 1;

}



.s-features li {

    position: relative;

    padding-left: 10px;

    list-style: none;

    margin-bottom: 15px;

}



.pricing-bottom li:before{

    position: absolute;

    content: "";

    top: 50%;

    left: 0;

    margin-top: -4.5px;

    width: 12px;

    height: 9px;

    background-image: url("../img/icon-checkmark.svg");

}



.pricing-bottom li::before {

    background-image: url(../img/icon-checkmark-alt.svg);

}



.pricing-bottom a {

    visibility: hidden;

    opacity: 0;

    -webkit-transition: .3s;

    -o-transition: .3s;

    transition: .3s;

}



.single-table:hover .pricing-bottom a {

    opacity: 1;

    visibility: visible;

}



.showless {

    display: none;

}

.payment-area{

	padding-bottom: 250px;

}

.show-less.active .showmore {

    display: none;

}



.show-less.active .showless {

    display: inline-block;

}



.show-less.active img {

    -webkit-transform: rotate(180deg);

    -ms-transform: rotate(180deg);

    -o-transform: rotate(180deg);

    transform: rotate(180deg);

}





.show-less {

    margin-top: 30px;

}



.show-less button img {

    margin-left: 3px;

}



.solution-single-alt .show-less button {

    color: #fcfcfc;

}



.show-less button {

    color: #343a5b;

    font-weight: 700;

    line-height: 27px;

}



.more-less {

    display: none;

}



.more-less.active {

    display: block;

}



.s-slider .slick-dots {

    bottom: 5px;

}



.s-slider.slick-dotted.slick-slider {

    margin-bottom: 0;

}



.s-slider .slick-dots li {

    width: 10px;

    height: 10px;

}



.s-slider .slick-dots li button:before {

    width: 6px;

    height: 6px;

    border-radius: 50%;

    background-color: #a0b2f5;

    content: "";

    opacity: 0.5;

    margin-top: 2px;

}



.s-slider .slick-dots li.slick-active button:before {

    background-color: #326183;

    opacity: 1;

    width: 10px;

    height: 10px;

    margin-top: 0;

}



/*===========================================================

 Modal

============================================================*/

.modal-body {

    padding: 0;

}



.modal-content {

    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.12);

    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.12);

    background-color: transparent;

    border: 0;

    border-radius: 0;

    outline: 0;

}



.close {

    text-shadow: none;

    opacity: 0.9;

    margin-top: 20px;

    margin-right: 10px;

}



/*===========================================================

 Common Font Sizes

============================================================*/

.footer-menu ul li a,

.s-text p,

.makes-cen-content a,

.log-in a,

.pricing-bottom a,

.makes-cen-content li,

.main-menu ul li a,

.show-less button,

.single-contact button {

    font-size: 16px;

}



.form-check label,

.register-btn,

.pricing-top p,

.banner h6,

.payment-btn a,

.fooer-btm-text,

.s-features h3,

.s-text h3,

.registration-form .row input,

.vid-text,

.censuble-text p,

.easy-setup-right li span {

    font-size: 18px;

}



::-webkit-input-placeholder {

    font-size: 18px;

}



::-moz-placeholder {

    font-size: 18px;

}



:-ms-input-placeholder {

    font-size: 18px;

}



:-moz-placeholder {

    font-size: 18px;

}



.registration-title h4,

.payment h3,

.footer-menu h3,

.see-more,

.testimonial-area .easy-setup-left p,

.pricing-bottom span,

.pricing-top a+span,

.pricing-top h3+span,

.easy-setup-right h3,

.cen-kiosks-title p,

.single-kiosks .tag,

.know-censuble h3,

.banner h4,

.censuble-title h3 {

    font-size: 24px;

}



/*===========================================================

 Responsive

============================================================*/



@media (min-width: 1340px) {

    .container {

        max-width: 1300px;

        padding-left: 20px;

        padding-right: 20px;

    }



    .row {

        margin-left: -20px;

        margin-right: -20px;

    }



    [class^="col-"] {

        padding-left: 20px;

        padding-right: 20px;

    }

}



@media (max-width: 1400px) {

    .banner-home-area::after {

        width: 570px;

        height: 357px;

        background-size: 100% 100%;

    }

}



@media (max-width: 1300px) {

    .footer-menu ul li {

        padding-left: 15px;

    }



    .main-menu ul li {

        display: inline-block;

        padding: 0 4px;

    }

}



@media (max-width: 1199px) {

    .log-in a {

        font-size: 15px;

        line-height: 50px;

        padding: 0 20px;

    }



    .main-menu ul li {

        padding: 0;

    }



    .footer-menu ul li {

        padding-left: 8px;

    }



    .footer-menu h3 {

        font-size: 22px;

    }



    .footer-menu ul li a {

        font-size: 15px;

    }



    .pricing-top h3,

    .censuble-title h2 {

        font-size: 45px;

    }



    .single-question span,

    .registration-title h4,

    .payment h3,

    .footer-menu h3,

    .see-more,

    .testimonial-area .easy-setup-left p,

    .pricing-bottom span,

    .pricing-top a+span,

    .pricing-top h3+span,

    .easy-setup-right h3,

    .cen-kiosks-title p,

    .single-kiosks .tag,

    .know-censuble h3,

    .banner h4,

    .censuble-title h3 {

        font-size: 20px;

    }



    .form-check label,

    .register-btn,

    .pricing-top p,

    .banner h6,

    .payment-btn a,

    .fooer-btm-text,

    .s-features h3,

    .s-text h3,

    .registration-form .row input,

    .vid-text,

    .censuble-text p,

    .easy-setup-right li span {

        font-size: 16px;

    }



    .container {

        padding-left: 10px;

        padding-right: 10px;

    }



    .row {

        margin-left: -10px;

        margin-right: -10px;

    }



    [class^="col-"] {

        padding-left: 10px;

        padding-right: 10px;

    }



    .banner-home-area::after {

        width: 399px;

        height: 249px;

        background-size: 100% 100%;

    }



    .banner-slider .slick-dots {

        left: 360px;

    }



    .banner-number span:before {

        position: absolute;

        content: "";

        width: 150px;

        height: 1px;

        left: 100px;

        right: unset;

    }

}



@media (max-width: 991px) {



    .why-censuble-area::before,

    .why-censuble-area::after {

        background: transparent;

    }



    .why-censuble .censuble-title {

        z-index: 10;

    }



    .why-censuble .censuble-title,

    .why-censuble {

        position: relative;

        text-align: center;

    }



    .why-censuble {

        overflow: hidden;

    }



    .why-censuble:before {

        position: absolute;

        top: 0;

        left: -50%;

        width: 200%;

        height: 100%;

        z-index: 1;

        content: "";

        background-color: #f3f3f3;

    }



    .why-censuble {

        /* background-color: #f3f3f3; */

    }



    .censuble-title span:before {

        bottom: 5px;

        height: 12px;

    }



    .know-censuble,

    .why-censuble,

    .spadding {

        padding: 50px 0;

    }



    .pricing-top h3,

    .censuble-title h2 {

        font-size: 40px;

        line-height: 56px;

    }



    .payment h2 {

        font-size: 36px;

    }



    .makes-cen-thumb p,

    .form-check label,

    .register-btn,

    .pricing-top p,

    .banner h6,

    .payment-btn a,

    .fooer-btm-text,

    .s-features h3,

    .s-text h3,

    .registration-form .row input,

    .vid-text,

    .censuble-text p,

    .easy-setup-right li span {

        font-size: 14px;

    }



    .makes-cen-thumb h3,

    .single-question span,

    .registration-title h4,

    .payment h3,

    .footer-menu h3,

    .see-more,

    .testimonial-area .easy-setup-left p,

    .pricing-bottom span,

    .pricing-top a+span,

    .pricing-top h3+span,

    .easy-setup-right h3,

    .cen-kiosks-title p,

    .single-kiosks .tag,

    .know-censuble h3,

    .banner h4,

    .censuble-title h3 {

        font-size: 16px;

    }



    .makes-cen-single,

    .solution-single {

        margin-top: 17px;

    }



    .makes-cen-single {

        height: auto;

    }



    .makes-cen-content a {

        line-height: 50px;

    }



    .makes-cen-content a {

        opacity: 1;

        visibility: visible;

    }



    .s-features h3,

    .s-text h3 {

        margin-top: 20px;

        margin-bottom: 20px;

    }



    .s-features li {

        margin-bottom: 20px;

    }



    .know-censuble p,

    .show-less {

        margin-top: 20px;

    }



    .makes-cen-content li {

        padding: 6px 0;

    }



    .makes-cen-content {

        padding: 20px;

    }



    .solution-single {

        padding: 30px 20px;

    }



    .single-kiosks img {

        width: 100%;

    }



    .kiosks-row [class^="col-"]:nth-child(even) {

        margin-top: 0;

    }



    .single-kiosks {

        margin-top: 20px;

    }



    .single-kiosks .tag {

        font-size: 14px;

    }



    .single-kiosks .tag {

        width: 100px;

        line-height: 30px;

    }



    .easy-setup-area .dflex {

        -ms-flex-wrap: wrap;

        flex-wrap: wrap;

    }



    .easy-setup-right,

    .easy-setup-left {

        width: 100%;

    }



    .payment {

        padding-top: 100px;

        text-align: center;

    }



    .panel-header {

        display: -moz-flex;

        display: -ms-flex;

        display: -o-flex;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -webkit-box-pack: justify;

        -ms-flex-pack: justify;

        justify-content: space-between;

        background-image: linear-gradient(-84deg, #326b8d 0%, #343a5b 100%);

        width: 100%;
        padding: 5px 10px;
        border: 0;

    }



    .header-area {

        display: none;

    }



    .censuble-title h2 {

        /* font-size: 50px; */

    }



    .censuble-area {

        padding-top: 80px;

    }



    .censuble-title h3 {

        margin-bottom: 30px;

    }



    .censuble-title h2 {

        margin-bottom: 30px;

    }



    .censuble-text p {

        margin-bottom: 30px;

    }



    .footer-logo:before {

        position: unset;

    }



    .footer-menu h3 {

        font-size: 17px;

    }



    .footer-menu ul li {

        padding-left: 7px;

    }



    .footer-logo {

        margin-bottom: 20px;

    }



    .footer-area {

        padding: 40px 0;

    }



    .fooer-btm-text {

        padding: 30px 0;

    }



    .report-bg {

        width: 242px;

    }



    .reeporting-area .s-features h3 {

        max-width: 50%;

    }



    .report-bg {

        right: -40px;

        top: 160px;

        bottom: unset;

    }



    .s-features h3,

    .s-text h3 {

        font-size: 18px;

        line-height: 34px;

    }



    .single-question img {

        width: 48px;

    }



    .single-question {}



    .single-question {

        padding: 12px 15px;

        margin-bottom: 20px;

        width: calc(50% - 10px);

    }



    .question-area {

        padding-top: 50px;

        padding-bottom: 50px;

    }



    .key-features [class^="col-"] {

        margin-bottom: 17px;

    }



    .e-icon img {

        width: 28px;

    }



    .easy-setup-right li {

        padding-right: 10px;

        margin-top: 20px;

    }



    .e-icon {

        margin-right: 20px;

        width: 60px;

        height: 60px;

    }



    .easy-setup-right h3 {

        margin-top: 30px;

    }



    .easy-setup-area .easy-setup-left .censuble-title {

        text-align: center;

    }



    .pricing-tables {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -ms-flex-direction: column;

        flex-direction: column;

    }



    .single-table {

        width: 100%;

        margin-bottom: 17px;

    }



    .pricing-top {

        padding: 20px 10px;

    }



    .pricing-top a+span,

    .pricing-top h3+span {

        margin-top: 30px;

        padding-bottom: 15px;

        margin-bottom: 15px;

    }



    .contact-col-2 div {

        width: calc(50% - 10px);

    }



    .contact-box form {

        max-width: 650px;

        padding-top: 30px;

        padding-bottom: 30px;

    }



    .contact-box form textarea,

    .contact-box form input {

        line-height: 45px;

    }



    .contact-box form textarea {

        height: 180px;

    }



    .single-contact {

        margin-bottom: 17px;

    }



    .single-contact button {

        border: 0;

        padding: 0 25px;

        line-height: 50px;

        border-radius: 5px;

        background-color: #52e5bd;

        color: #fcfcfc;

        font-weight: 400;

    }



    .banner-number span {

        font-size: 30px;

    }



    .banner-area {

        min-height: 410px;

    }



    .banner-home-area {

        height: 410px;

        margin-bottom: 70px;

    }



    .banner h2 {

        font-size: 40px;

        padding: 15px 0;

    }



    .banner-home-area::after {

        width: 360px;

        /* right: -90px; */

        background-image: url("../img/banner-top-mobile.png");

    }



    .banner-slider .slick-dots li.slick-active button:before {

        background-color: #fff;

        opacity: 1;

        height: 15px;

        top: -7px;

    }



    .slick-dots li {

        width: 13px;

    }



    .banner-slider .slick-dots li button:before {

        width: 5px;

        height: 7px;

        border-radius: 2px;

        background-color: #7890a4;

        content: "";

        opacity: 1;

    }



    .banner-number:before {

        width: 30px;

    }



    .banner-number span {

        margin-left: 37px;

    }



    .banner-number span:before {

        position: absolute;

        content: "";

        width: 120px;

        height: 1px;

        left: 50px;

        right: unset;

    }



    .banner-number {

        bottom: 30px;

    }



    .banner-slider .slick-dots {

        bottom: 30px;

    }



    .banner-slider .slick-dots {

        left: 230px;

    }



    .banner-slider.home-banner-slider .slick-dots {

        bottom: 99px;

    }

}



@media (max-width: 767px) {

    .solutions-area {

        margin-top: -60px;

        padding: 50px 0 50px 0;

    }



    .banner-home-area {

        margin-bottom: 30px;

    }



    .banner-home-area::after {

        width: 240px;

        height: 180px;

        bottom: -30px;

    }



    .contact-col-2 div:last-child {

        margin-top: 17px;

    }



    .contact-col-2 div {

        width: 100%;

    }



    .single-contact div img {

        right: 15px;

    }



    .contact-col-2 {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -ms-flex-direction: column;

        flex-direction: column;

    }



    .single-question {

        width: 100%;

    }



    .censuble-title {

        padding-left: 15px;

        padding-right: 15px;

    }



    .censuble-title h2 {

        margin-bottom: 20px;

    }



    /*Menu Activation*/

    .key-features [class^="col-"] {

        margin-bottom: 0;

    }



    .single-key-feature {

        height: auto;

    }



    .banner-number span:before {

        width: 50px;

        right: unset;

        left: 45px;

    }



    .banner-number {

        bottom: 22px;

    }



    .banner-slider .slick-dots {

        left: 150px;

        bottom: 22px;

        right: unset;

    }



    .banner-slider.home-banner-slider .slick-dots {

        bottom: 50px;

        left: 145px;

    }



    .payment h2 {

        font-size: 28px;

    }



    .payment-btn a {

        line-height: 50px;

    }



    .registration-form .row {

        display: inline-block !important;

        width: 100%;

    }



    .registration {

        text-align: center;

    }



    .registration-title h3 {

        font-size: 25px;

    }



    .registration-title h4 {

        font-size: 19px;

    }



    .registration-form .row input {

        height: 50px;

        font-size: 17px;

    }



    .form-check {

        display: block;

    }



    .register-btn {

        float: none;

        margin-top: 40px;

        line-height: 50px;

    }



    .footer-top {

        text-align: center;

    }



    .footer-logo {

        margin-bottom: 20px;

        text-align: center;

        display: inline-block;

        width: 100%;

    }



    .footer-menu h3 {

        border-bottom: 1px solid #fff;

        padding-bottom: 13px;

        margin-bottom: 13px;

    }

}



@media (min-width: 991px) {

    .modal-dialog {

        max-width: 960px;

        margin: 0 auto;

    }

}



@media (min-width: 767px) {

    .modal-dialog {

        max-width: 750px;

        margin: 0 auto;

    }

}



@media (max-width: 575px) {

    .payment-header {

        padding: 30px 0;

    }



    .payment h2 {

        font-size: 20px;

        margin: 0;

    }



    .payment h3 {

        font-size: 16px;

    }



    .payment-btn {

        margin-top: 20px;

    }



    .payment-btn a {

        width: 170px;

        font-size: 14px;

    }



    .registration-title h3 {

        font-size: 20px;

    }



    .registration-title h4 {

        font-size: 16px;

    }



    .banner h2 {

        font-size: 40px;

        padding: 20px 0;

    }



    .banner h2 span:before {

        bottom: 8px;

        height: 12px;

    }



    .banner h6 {

        font-size: 14px;

    }



    .banner-number span {

        font-size: 30px;

    }



    /* .banner-area {

		min-height: 500px;

	} */



    .banner-area {

        background-position: right center;

    }



    .censuble-title h2 {

        font-size: 40px;

    }



    .censuble-title h3 {

        font-size: 16px;

    }



    .footer-menu ul li {

        padding-left: 0;

        display: block;

        text-align: center;

    }



    .footer-menu h3 {

        display: block;

    }



    .footer-menu {

        width: 100%;

    }



    .footer-menu h3 {

        border: 0;

        position: relative;

    }



    .footer-menu h3:before {

        position: absolute;

        content: "";

        width: 100px;

        height: 1px;

        background: #fff;

        bottom: 0;

        left: 50%;

        margin-left: -50px;

    }



    .footer-menu ul li {

        padding-bottom: 7px;

    }



    /* 

	.banner-number span:before {

		width: 150px;

		right: -155px;

	} */



    .censuble-text p {

        font-size: 16px;

    }



    .censuble-area {

        padding-top: 40px;

    }

}