/* font-family */
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap'); */
@font-face {
    font-family: 'Avenir Next';
    src: url('../fonts/AvenirNext-Bold.woff2') format('woff2'),
        url('../fonts/AvenirNext-Bold.woff') format('woff'),
        url('../fonts/AvenirNext-Bold.ttf') format('truetype'),
        url('../fonts/AvenirNext-Bold.svg#AvenirNext-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir Next';
    src: url('../fonts/AvenirNext-Regular.woff2') format('woff2'),
        url('../fonts/AvenirNext-Regular.woff') format('woff'),
        url('../fonts/AvenirNext-Regular.ttf') format('truetype'),
        url('../fonts/AvenirNext-Regular.svg#AvenirNext-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* General styling */
body,html {
    font-family: 'Avenir Next';     
    margin: 0;
    padding: 0;
    border: 0;
    overflow-x: hidden;
    background-color: #fff;
    color: #373F41;
}
p {
    font-weight: normal;
    font-size: 16px;
    color: #737B7D;
    margin: 0;
}
ul{
	list-style: none;
    padding: 0;
    margin: 0;
}
a{
    color: #373F41; 
    outline: none; 
    text-decoration: none !important;
    transition: all 0.3s ease-in-out 0s;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}
h2{
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.1px;
    color: #373F41;
}
.btn.focus, .btn:focus, .btn:active {
    outline: 0;
    box-shadow: none;
}
/* button-styling */
.btn.btn-theme-blue{
    padding: 10px 21px;
    color: #fff;
    background: #ff7f27;
    border: none;
    font-weight: bold !important;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    vertical-align: middle;
    letter-spacing: 0.3px !important;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.btn.btn-theme-blue:hover {
    box-shadow: 0 0 40px 40px #182F56 inset;
}
.btn.btn-theme-blue{
    transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}

.btn.btn-theme-orange{
    padding: 10px 21px;
    color: #fff;
    background: #182F56;
    border: none;
    font-weight: bold !important;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    vertical-align: middle;
    letter-spacing: 0.3px !important;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.btn.btn-theme-orange:hover {
    box-shadow: 0 0 40px 40px #ff7f27 inset;
}
.btn.btn-theme-orange{
    transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}


.btn.active, .btn:active{
    box-shadow:none;
}
/* common-styling */
.main-head .masthead-des .navbar-light .navbar-toggler{
    display: none;
}
.noster-content-wrap h2{
    margin-bottom: 24px;
}
.noster-content-wrap p{
    line-height: 22px;
    letter-spacing: 0.3px;
    margin-bottom: 26px;
}
.noster-content-wrap p:last-child{
    margin-bottom: 0;
}
.noster-content-wrap .text-wrap p{
    letter-spacing: 0.3px;
    color: #737B7D;
}
.noster-content-wrap .text-wrap{
    padding-right: 7px;
}
.noster-content-wrap h1{
    font-weight: 900;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #737B7D;
    margin-bottom: 12px;
}
.noster-content-wrap.laser-equipment{
    padding-top: 0;
}
.noster-content-wrap.laser-equipment h2{
    margin-bottom: 57px;
}
/* getstarted styling */
.get-started{
    background:rgb(38, 123, 217, 0.1);
    padding: 87px 0;
    text-align: center;
}
.get-started h2{
    margin-bottom: 32px;
}
.get-started p{
    margin-bottom: 17px;
}
.get-started .btn.btn-theme-blue{
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 13px 20px;
    text-transform: uppercase;
}
.footer.inner-pages-footer{
    margin-top: 0;
}
.content-align-items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;   
    flex-wrap: wrap;
}
/* common styling end */
/* Header styling */
.main-head{
    background: #fff;
    border: 1px solid #E2E5E6;
    position: relative;
    padding: 5px 0;
}
.main-head .navbar {
    width: 100%;
    padding: 22px 0;
}
.main-head .navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    height: auto;
}
.main-head .masthead-des{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
}
.main-head .masthead-des .navbar-light .navbar-toggler-icon{
    background: url(../images/icons.svg) no-repeat;
}
.main-head .masthead-des .navbar-light .navbar-toggler:focus{
    box-shadow: none !important;
    outline: none !important;
}
.main-head .navbar {
    width: 100%;
    padding: 0px;
    min-height: auto;
    margin-bottom: 0px;
    border: none;
    border-radius: 0;
}
.main-head .navbar-collapse{
    display: -ms-flexbox!important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-pack: end;    
    -ms-flex-pack: end;    
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;
    padding: 0;
}
.main-head .navbar{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.main-head .navbar-collapse .navbar-nav{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.dropdown-menu > a.active {
    background: #182f56;
    color: #fff ;
}
.main-head .navbar li.nav-item a {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #373F41;
    display: inline-block;
    /* padding: 5px 18px; */
    padding:5px 16px;
    letter-spacing: 0.2px;
}
.main-head .navbar li.nav-item .menu-four-des {
    padding: 5px 59px 5px 18px;
}
.main-head .navbar li.nav-item .dropdown-menu a{
    width: 100%;
}
.main-head .navbar li.nav-item .dropdown-menu a:hover {
    background: #182f56 ;
    color: #fff !important;
}
/* .main-head .navbar li.nav-item .dropdown-menu a.active .dropdown-toggle:after{
    width: 100%;
} */
.main-head .navbar li.nav-item .dropdown-menu a:after{
    display: none;
}
.main-head .navbar li.nav-item a.btn-des-user:after{
    display: none;
}
.main-head .navbar li.nav-item a.btn-des-user{
    padding-right: 0;
}
.main-head .navbar li.nav-item a .fa.fa-ellipsis-h{
    padding-left: 3px;
}
.main-head  .navbar-nav>li>.dropdown-menu-2 {
    margin-top: 8px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active{
    color: #ff7f27 !important;
}
.main-head .navbar li.nav-item .menu-four-des{
    padding: 5px 59px 5px 18px;
}
.de .main-head .navbar li.nav-item .menu-four-des,
.br .main-head .navbar li.nav-item .menu-four-des,
.it .main-head .navbar li.nav-item .menu-four-des,
.nl .main-head .navbar li.nav-item .menu-four-des{
    padding: 5px 25px 5px 5px;
}
.main-head .navbar li.nav-item a.btn-des {
    padding: 5px 15px 5px 0px;
}
.main-head .navbar li.nav-item a.btn-des.active{
    color: #182f56;
}
.main-head .navbar li.nav-item a.btn-des:hover{
    color: #182f56;
}
.main-head .navbar li.nav-item a:after{
    content: '';
    display: none;
    width: 0;
    height: 2.5px;
    background: #ff7f27;
    transition: width .3s;
}
/* .main-head .navbar li.nav-item a:hover:after{
    width: 100%;
}
.main-head .navbar li.nav-item a.active:after{
    width: 100%;
} */
.main-head .navbar li.nav-item a.btn-des:after{
    display: none;
}
.main-head .navbar li.nav-item a.btn.btn-theme-blue{
    padding: 8px 20px;
    color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
}
.main-head .transfer-logo{
    width:200px;
}
.main-head .logo-img{
    width: 100%;
    height: auto;
}
.ru .main-head .navbar li.nav-item a,
.fr .main-head .navbar li.nav-item a,
.es .main-head .navbar li.nav-item a,
.pt .main-head .navbar li.nav-item a{
    padding: 5px 8px;
}
.pl .main-head.page-two-header .navbar li.nav-item a{
    padding: 5px 8px;
}
.ru .main-head .navbar li.nav-item .menu-four-des,
.fr .main-head .navbar li.nav-item .menu-four-des,
.es .main-head .navbar li.nav-item .menu-four-des, 
.pt .main-head .navbar li.nav-item .menu-four-des{
    padding: 5px 20px 5px 5px;
}
.pl .main-head .navbar li.nav-item .menu-four-des {
    padding: 5px 15px 5px 15px;
}
.ru .main-head .logo-img,
.fr .main-head .logo-img,
.es .main-head .logo-img,
.pt .main-head .logo-img,
.pl .main-head .logo-img,
.ja .main-head .logo-img,
.br .main-head .logo-img,
.it .main-head .logo-img{
    width: 165px;
    height: auto;
}
.ru .main-head.page-two-header .navbar li.nav-item a
 /* .fr .main-head .navbar li.nav-item a,  */
 /* .es .main-head .navbar li.nav-item a,  */
 /* .pt .main-head .navbar li.nav-item a, */
 {
    padding: 5px 5px;
}
.ru .main-head.page-two-header .navbar li.nav-item a {
    padding: 5px 8px;
}
.ja .main-head.page-two-header .navbar li.nav-item a{
    padding: 5px 11px;
}
.ja .main-head .navbar li.nav-item a {
    padding: 5px 16px;
}
.es .main-head .navbar li.nav-item a, .pt .main-head .navbar li.nav-item a{
    padding: 5px 15px;
}
.es .main-head .navbar li.nav-item a.btn-des-user ,
.pt .main-head .navbar li.nav-item a.btn-des-user{
    padding-right: 0;
}
.fr .main-head .navbar li.nav-item a{
    padding: 5px 7px;
}  
/* Banner styling */
.site-banner{
    background:url(../images/banner-img.jpg); 
    background-repeat: no-repeat;
    /* height: 757px; */
    background-size: cover;
}
.site-banner .banner-content{
    padding: 182px 0 275px 0;
}
.site-banner .btn.btn-theme-green {
    padding: 18px 61px !important;
    font-size: 20px;
}
.site-banner h1{
    font-weight: bold;
    font-size: 44px;
    line-height: 56px;
    letter-spacing: 0.2px;
    color: #373F41;
    margin-bottom: 32px;
}
.site-banner h1 span{
    color: #34aae7;
}
.site-banner p{
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.3px;
    color: #737B7D;
    margin-bottom: 64px;
    width: 60%;
}
.site-banner .btn.btn.btn-theme-blue{
    padding: 13px 21px;
    border: 1px solid #182f56;
    font-size: 16px;
}
#payments-datatable th{
    font-size:16px;
}
.site-banner .btn.btn-theme-blue.btn-s-action::after{
    background: transparent !important;
}
.site-banner .btn.btn-theme-blue.btn-s-action:hover::before {
    border: 2px solid #c4c9cf;
    background: transparent;
}
.site-banner .btn.btn-theme-blue.btn-s-action:hover::after {
	background: #182f56 !important;
}
.site-banner .btn.btn-theme-blue.btn-s-action:hover{
    color: #fff;
}
.site-banner .btn.btn-theme-blue.btn-s-action{
   color: #182f56;
   margin-left: 24px;
}
.site-banner .btn.btn-theme-blue.btn-s-action.btn-extension {
    width: 124px;
    margin-right: 24px;
    margin-left: 0;
}
/* Noster section styling */
.noster-sec{
    padding: 80px 0;
}

/* .noster-sec .content-wrap{
    padding: 65px 0;
} */
.noster-sec .content-wrap h2{
    margin-bottom: 32px;
}
.noster-sec .content-wrap p{
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.3px;
    color: #737B7D;
    margin-bottom: 40px;
}
.noster-sec .content-wrap ul li{
    margin-bottom: 16px;
    position: relative;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #373F41;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    text-align: left;
}
.noster-sec ul {
    display: inline-block;
    vertical-align: top;
}
.noster-sec .content-wrap ul li:last-child{
    margin-bottom: 0;
}
.noster-sec .content-wrap ul li .dot{
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #182f56;
    display: inline-block;
    margin-right: 22px;
}
.noster-sec .content-wrap ul.check-des li::before{
    display: none;
}
.noster-sec .content-wrap ul.check-des li{
    padding-left: 0;
}
.noster-sec .content-wrap ul.check-des li .list-icon{
    margin-right: 16px;
}
/* action section styling */
.action-sec{
    padding: 85px 0;
}
.action-sec .box-holder .img-holder{
    margin-bottom: 32px;
}
.action-sec .box-holder .content-box{
    text-align: center;
}
.action-sec .box-holder h3{
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.1px;
    color: #373F41;
    margin-bottom: 12px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.action-sec .box-holder p{
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #373F41;
    margin-bottom: 31px;
    min-height: 140px;
}
.de .action-sec .box-holder p {
    min-height: 180px;
}
.action-sec .box-holder a{
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #fff;
    margin-bottom: 15px;
}
.action-sec .box-holder a:hover{
    opacity: .75;

}
/* primary action styling */
.primary-action{
    padding: 80px 0;
}
.primary-action .content-wrap{
    padding: 0;
}
.primary-action .btn.btn.btn-theme-blue{
    width: 180px;
}
/* .primary-action .btn.btn-theme-blue.btn-cloud{
    margin-top: 8px;
} */
.fr .primary-action .btn.btn.btn-theme-blue, .es .primary-action .btn.btn.btn-theme-blue, .br .primary-action .btn.btn.btn-theme-blue, .pt .primary-action .btn.btn.btn-theme-blue,  .nl .primary-action .btn.btn.btn-theme-blue,.pl .primary-action .btn.btn.btn-theme-blue, .ru .primary-action .btn.btn.btn-theme-blue{
    width: 250px;
}
.it .primary-action .btn.btn.btn-theme-blue{
    width: 315px;
}
.it .primary-action .btn.btn.btn-theme-blue.btn-contact-migration{
    width: 192px;
}
.fr .primary-action .btn.btn-theme-blue.btn-cloud, .es .primary-action .btn.btn-theme-blue.btn-cloud, .br .primary-action .btn.btn-theme-blue.btn-cloud, .pt .primary-action .btn.btn-theme-blue.btn-cloud, .it .primary-action .btn.btn-theme-blue.btn-cloud,.nl .primary-action .btn.btn-theme-blue.btn-cloud, .pl .primary-action .btn.btn-theme-blue.btn-cloud, .ru .primary-action .btn.btn-theme-blue.btn-cloud{
    margin-top: 5px;
}
.primary-action .content-wrap h2{
    margin-bottom: 32px;
}
.primary-action .content-wrap p{
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.3px;
    color: #737B7D;
    margin-bottom: 56px;
}
.btn-contact-migration{
    margin: 0 5px;
}
.primary-action .content-wrap form{
    margin-bottom: 16px;
}
.primary-action .content-wrap form input{
    background: #F4F5F4;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #737B7D;
    padding: 14px 16px;
    border: none;
    margin-right: 24px;
    width: 377px;
}
.primary-action .content-wrap form input:focus{
    outline: none;
}
.primary-action .content-wrap form .btn.btn-theme-blue{
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    padding: 13px 19px;
}
.primary-action .content-wrap .text-wrap{
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: #737B7D;
    margin-bottom: 0;
}
.primary-action .img-wrap{
    width: 100%;
    text-align: right;
}
.primary-action .img-wrap img{
    height: auto;
    width: 370px;
}

/* footer styling */
.footer{
    /*margin-top: 113px;*/
    padding: 42px 0 0 0;
    background: #182F56;
    position: relative;
}
.footer .footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer .contact-info-box{
    padding-top: 18px;
}
.footer .contact-info-box li {
    margin-bottom: 15px;
    line-height: 24px;
}
.footer .contact-info-box li a,
.footer .contact-info-box li p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}
.footer .contact-info-box li:nth-child(1) {
    padding-left: 44px;
    background-image: url(../images/phone-icon.svg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 20px;
}
.footer .contact-info-box li:nth-child(2) {
    padding-left: 44px;
    background-image: url(../images/message-icon.svg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 20px;
}
.footer .contact-info-box li:nth-child(3) {
    padding-left: 44px;
    background-image: url(../images/location-icon.svg);
    background-repeat: no-repeat;
    background-size: 22px;
}
.footer .contact-info-box li:last-child {
    margin-bottom: 0;
}
.footer .contact-info-box p, .footer .contact-info-box a{
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #C3CBCD;
    margin-bottom: 12px;
    display: block;
}
.footer .contact-info-box p:last-child, .footer .contact-info-box a:last-child{
    margin-bottom: 0;
}
.footer a:hover{
    color: #C3CBCD !important;
}
.footer .footer-menu h4 {
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 24px;
    text-transform: uppercase;
    font-size: 23px;
}
.footer .footer-menu ul li{
    margin-bottom: 16px;
}
.footer .footer-menu ul li a{
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.2px;
    color: #fff;
}
.footer .footer-menu ul li:last-child{
    margin-bottom: 0;
}
.footer .footer-menu span a{
    display: inline-block;
}
.footer .footer-btn {
    background: #737b7d;
    color: #fff;
    padding: 12px 31px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    outline: none;
    border: none;
    box-shadow: none;
    width: 160px;
}
.footer .footer-menu span a:hover{
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.footer .footer-menu span{
    margin-bottom: 20px;
    display: block;
}
.footer .footer-menu span:last-child{
    margin-bottom: 0;
}
.footer .copyright{
    padding: 66px 0 14px 0;
    margin: 0;
}
.footer .copyright p{
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: #fff;
    text-align: left;
}
.footer .copyright ul li a{
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: #FFFFFF;
}
.fr .footer .copyright ul li, .de .footer .copyright ul li {
    margin-right: 20px;
}
.footer .copyright ul li{
    margin-right: 34px;
    display: inline-block;
}
.footer .copyright ul li:last-child{
    margin-right: 0;
}
.footer .copyright .footer-copyright-menu{
    text-align: right;
}
.footer .transfer-footer-logo img{
    width: 155px;
}
.footer .footer-btn{
    background: #ff7f27;
    color: #fff;
    padding: 12px 31px;
    font-size: 18px;
    font-weight: 500;
    outline: none;
    border: none;
    box-shadow: none;
    width: 160px;
    border-radius: 50px;
}
.ru .footer .footer-btn {
    padding: 12px 10px;
    font-size: 14px;
}
.footer .logo-img {
    width: 170px;
    height: auto;
}
.footer .footer-logo-img{
    display: inline-block;
}
/* page four css */
.noster-content-wrap{
    padding: 86px 0 77px 0;
}
.noster-content-wrap.laser-equipment.features-sec{
    padding-bottom: 108px;
}
/* page two css */
/* .page-two-header{
    border: none;
} */
.page2-noster-sec{
    padding: 60px 0 20px 0;
    text-align: center;
    box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}
.page2-noster-sec:before{
    content: '';
    position: absolute;
    background: url(../images/feature-bg.png) no-repeat;
    top: -10px;
    left: 0;
    right: 0;
    height: 600px;
    background-position: center;
    background-size: contain;
}
.page2-noster-sec h2{
    margin-bottom: 30px;
    text-transform: capitalize;
    text-align: left;
}
.page2-noster-sec p{
    width: 70%;
    margin-bottom: 30px;
    text-align: left;
}
.page2-noster-sec .btn-wrap{
    text-align: left;
}
.page2-noster-sec .img-wrap img{
    width: 521px;
}
/* features styling */
.features{
    padding: 130px 0 110px 0;
    text-align: center;
}
.features .feature-content {
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #e8e8e8;
    padding: 0 25px;
    border-radius: 5px;
}
.features .feature-content .img-without-hover{
    display: block;
}
.features .feature-content .img-with-hover{
    display: none;
}
.features .feature-content:hover .img-without-hover{
    display: none;
}
.features .feature-content:hover .img-with-hover{
    display: block;
}
.features .feature-content:hover{
    background: #182f56;
    transition: all 0.3s ease-in-out 0s;
}
.features .feature-content:hover .inner-img-wrap{
    background: #fff;
    border: 1px solid #fff;
}
.features .feature-content:hover .img-wrap{
    border: 1px solid #fff;
}
.features .feature-content:hover .content-box h3,
.features .feature-content:hover .content-box p{
    color: #fff
}
.features .feature-content .img-wrap {
    width: 118px;
    height: 118px;
    border-radius: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1e1e1;
    margin-top: 50px;
}
.features .feature-content .inner-img-wrap {
    width: 110px;
    height: 110px;
    border-radius: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1e1e1;
    background: #efefef;
}
.features-row, .action-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.features .features-row:before{
    display: none;
}
.features h2{
    margin-bottom: 100px;
}
.features .feature-icon{
    margin-bottom: 24px;
}
.features .content-box h3{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.1px;
    color: #373F41;
    margin-bottom: 12px;
    text-transform: capitalize;
}
.features .content-box p{
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #373F41;
}
.features .content-box{
    margin: 40px 0;
}
.features .tooltip {
    position: relative;
    opacity: 1;
    text-align: center;
    overflow: visible;
    width: 100%;
    padding: 0 5px;
    z-index: 1 !important;
}
.features .tooltip h3{
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.features .tooltiptext {
    visibility: hidden;
    width: 100%;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 8px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.3s;
}
.features .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.features .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.features .content-box.mb-0{
    margin-bottom: 0;
}
.noster-content-wrap.laser-equipment.page2-features-sec{
    padding-bottom: 87px;
}
/* page three css */
.about-banner{
    background: rgb(38, 123, 217, 0.06);
    padding: 80px 0;
}
.about-banner .banner-content h2{
    font-weight: 900;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #182f56;
    margin-bottom: 12px;
}
.about-banner .banner-content h1{
    font-style: normal;
    font-weight: bold;
    font-size: 44px;
    line-height: 56px;
    letter-spacing: 0.2px;
    color: #373F41;
    margin-bottom: 40px;
}
.about-banner .banner-content p{
    margin-bottom: 56px;
    line-height: 22px;
    letter-spacing: 0.3px;
}

.about-banner .btn.btn.btn-theme-blue{
    padding: 10px 19px;
    border: 1px solid #182f56;
    font-size: 14px;
    line-height: 18px;
}
.about-banner .btn.btn-theme-blue.btn-s-action{
    background: transparent !important;
    padding: 13px 33px;
    color: #182f56;
    border: 1px solid #182f56;
}
.about-banner .btn.btn.btn-theme-blue.btn-s-action:after{
    background: transparent !important;
}
.about-banner .btn.btn-theme-blue.btn-s-action::before {
    border: none;
}
.about-banner .btn.btn-theme-blue.btn-s-action:hover{
    color: #fff;
}

/* thermal imaging styling */
.thermal-imaging{
    padding: 69px 0 46px 0;
}
.thermal-imaging h3{
    font-weight: 900;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #737B7D;
    margin-bottom: 12px;
}
.thermal-imaging h1{
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.1px;
    color: #373F41;
    margin-bottom: 88px;
}
.thermal-imaging p{
    line-height: 22px;
    letter-spacing: 0.3px;
    margin-bottom: 0px;
    padding-right: 10px;
    margin-top: 30px;
}
/* creativity styling */
.creativity{
    padding: 80px 0;
}
.creativity h2{
    margin-bottom: 56px;
}
.creativity .content-box .icon{
    margin-bottom: 16px;
}
.creativity .content-box p{
    line-height: 22px;
    letter-spacing: 0.3px;
}
/* togather styling */
.togather{
    text-align: center;
    padding: 46px 0 0 0;
}
.togather h2{
    margin-bottom: 24px;
}
.togather p{
    line-height: 22px;
    letter-spacing: 0.3px;
    margin-bottom: 48px;
}
/* everything styling */
.everything{
    padding: 118px 0;
}
.everything .everything-content h2{
    margin-bottom: 24px;
}
.everything .everything-content p{
    margin-bottom: 62px;
    line-height: 22px;
    letter-spacing: 0.3px;
}
.everything .everything-content span{
    color: #182f56;
}
.everything .everything-form{
    margin-top: 20px;
}
.everything .everything-form .btn.btn-theme-blue:before,.everything .everything-form  .btn.btn-theme-blue:hover:after {
    -webkit-transform: scale3d(0.98, 0.8, 1) !important;
    transform: scale3d(0.98, 0.8, 1) !important;
}
.everything .everything-form label{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: #373F41;
    margin-bottom: 8px;
    display: block;
}
.everything .everything-form input, .everything .everything-form textarea, .everything .everything-form select{
    background: #F4F5F4;
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
}
.everything .everything-form textarea{
    margin-bottom: 32px;
}
.everything .everything-form input:focus, .everything .everything-form textarea:focus, .everything .everything-form select:focus{
    border-color: #182f56;
    box-shadow: 0 0 0 0.2rem rgba(38, 123, 217, 0.5);
}
.everything .everything-form select{
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #737B7D;
    padding-left: 16px;
}
.everything .everything-form .btn.btn-theme-blue{
    width: 100%;
}
.everything .everything-form .info-select-style{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/vector.svg) #F4F5F4 no-repeat;
    background-position-x: calc(100% - 19px);
    background-position-y: center;
}
.ru .footer .copyright ul li {
    margin-right: 5px;
}
.payment-checkout-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.checkout-des{
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #ddd;
    padding: 30px 40px;
    width: 60%;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 20px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
}
.checkout-des .inner-des{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 5px 0;
}
.checkout-des .inner-des:last-child{
    margin:0;
}
.checkout-des .inner-des span{
    font-weight: 500;
    font-size: 16px;
}
.checkout-des .inner-des p{
    font-size: 16px;
}
.checkout-des .inner-des.total-text-des span strong, .checkout-des .inner-des.total-text-des p{
    font-size: 20px;
    font-weight: 700;
    color: #373F41;
}
.checkout-des .inner-des.inner-des-wrap{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.es .action-sec .box-holder p,
.br .action-sec .box-holder p,
.it .action-sec .box-holder p,
.nl .action-sec .box-holder p,
.ru .action-sec .box-holder p {
    min-height: 160px;
}
.pl .action-sec .box-holder p {
    min-height: 180px;
}
.zh .action-sec .box-holder p {
   min-height: 100px;
}
.secure-sec .secure-content{
    position: relative;
}
.secure-sec .secure-content:before{
    content: '';
    position: absolute;
    background: url(../images/malware-free.png) no-repeat;
    top: -68px;
    right: -68px;
    background-position: center;
    background-size: contain;
    height: 100%;
    width: 223px;
}
.secure-sec .secure-content{
    background: #d85627;
    padding: 40px;
    color: #fff;
    width: 93%;
}
.secure-sec .secure-content h2, .secure-sec .secure-content p{
    color: #fff;
}
.secure-sec .secure-content p{
    margin-bottom: 32px;
    width: 80%;
}
.secure-sec .secure-content ul{
    padding-left: 20px;
}
.secure-sec .secure-content ul li{
    line-height: 32px;
    font-size: 16px;
    list-style: disc;
}
.wth-res {
    display: none !important;
}
.non-res{
    display: block;
}
.caret{
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.stat-overview-wrapper .icon-wrapper{
    border: 1px solid rgb(255, 255, 255, 0.5);
    padding: 25px;
    border-radius: 15px;
    margin-right: 20px;
}
.stat-overview-wrapper .icon-content h3{
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 5px;
    text-align: left;
}
.stat-overview-wrapper .icon-content{
    width: 100%;
    text-align: left;
}
.stat-overview-wrapper .icon-content p{
    line-height: 22px;
    letter-spacing: 0.3px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.table-heading.scan-summary-heading h3 {
    font-size: 25px;
    color: #182f56;
    font-weight: 600;
    margin-bottom: 20px;
}
.table-heading.scan-summary-heading{
    background: transparent;
    text-align: left;
    padding: 12px 0;
}
#payments-datatable{
    border-top: 4px solid #182f56;
}
.email-inner-banner{
    background: #f7f7f7;
    padding: 50px 0;
}
.email-inner-banner h2{
    margin: 0;
}
.email-inner-banner span{
    color: #ff7f27;
}
.source-box-wrap .card-header.heading-des:before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #ff7f27;
    left: 20px;
    bottom: 16px;
    width: 10%;
}
.footer .footer-text{
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 40px 30px 40px 0;
}





/* Responisve queries */
@media(min-width: 991px){
   
    .card-images-holder li{margin-top: 30px;}
}
/* @media (max-width: 1440px){
    .secure-sec:before{
        right: 162px;
    }
} */
@media (max-width: 1366px) and (min-width: 1200px){
    /* .secure-sec:before{
        content: '';
        position: absolute;
        background: url(../images/malware-free.png) no-repeat;
        top: -68px;
        right: -68px;
        background-position: center;
        background-size: contain;
        height: 100%;
        width: 223px;
    } */
    .features {
        padding: 100px 0 100px 0;
    }
    .features h2 {
        margin-bottom: 70px;
    }
    .site-banner .banner-content {
        padding: 135px 0 135px 0;
    }
    .page2-noster-sec:before {
        content: '';
        position: absolute;
        background: url(../images/feature-bg.png) no-repeat;
        top: -40px;
        left: 0;
        right: 0;
        height: 600px;
        background-position: center;
        background-size: contain;
    }
    .page2-noster-sec .img-wrap img {
        width: 450px;
    }
}
@media (max-width: 1199px){
    .secure-sec:before {
        right: 127px;
        top: -74px;
    }
    .features .feature-content {
        padding: 0 15px;
    }
    .features .content-box h3 {
        font-size: 16px;
    }
    .page2-noster-sec p {
        width: 90%;
    }
    .page2-noster-sec h2, .page2-noster-sec p{
        text-align: center;
    }
    .noster-sec{
        padding-top:30px;
    }
    .zh .main-head.page-two-header .navbar li.nav-item a {
        padding: 5px 16px;
    }
    .ru .main-head.page-two-header .navbar li.nav-item a {
        padding: 5px 5px;
    }
    .pl .main-head .navbar li.nav-item a {
        padding: 5px 10px;
    }
    .zh .action-sec .box-holder p {
        min-height: 120px;
     }
    .pl .action-sec .box-holder p,
    .ru .action-sec .box-holder p {
        min-height: 220px;
    }
    .ja .action-sec .box-holder p {
        min-height: 180px;
    }
    .es .action-sec .box-holder p,
    .br .action-sec .box-holder p,
    .it .action-sec .box-holder p,
    .nl .action-sec .box-holder p {
        min-height: 200px;
    }
    .fr .action-sec .box-holder p {
        min-height: 220px;
    }
    .es .main-head.page-two-header .navbar li.nav-item a,.es .main-head.page-two-header .navbar li.nav-item a, .pt .main-head.page-two-header .navbar li.nav-item a {
        padding: 5px 11px;
        font-size: 13px;
    }
    .es .main-head .navbar li.nav-item a.btn-des-user,
    .pt .main-head .navbar li.nav-item a.btn-des-user{
        padding-right: 6px;
    }
    .de .action-sec .box-holder p {
        min-height: 220px;
    }
    .fr .primary-action .btn.btn.btn-theme-blue, .es .primary-action .btn.btn.btn-theme-blue, .br .primary-action .btn.btn.btn-theme-blue, .pt .primary-action .btn.btn.btn-theme-blue,  .nl .primary-action .btn.btn.btn-theme-blue,.pl .primary-action .btn.btn.btn-theme-blue, .ru .primary-action .btn.btn.btn-theme-blue,.it .primary-action .btn.btn.btn-theme-blue,.it .primary-action .btn.btn.btn-theme-blue.btn-contact-migration{
        width: 100%;
    }
    .fr .primary-action .btn.btn-theme-blue.btn-cloud, .es .primary-action .btn.btn-theme-blue.btn-cloud, .br .primary-action .btn.btn-theme-blue.btn-cloud, .pt .primary-action .btn.btn-theme-blue.btn-cloud, .it .primary-action .btn.btn-theme-blue.btn-cloud,.nl .primary-action .btn.btn-theme-blue.btn-cloud, .pl .primary-action .btn.btn-theme-blue.btn-cloud, .ru .primary-action .btn.btn-theme-blue.btn-cloud{
        margin-top: 0px;
    }
    .card-images-holder li p {
        width: 120px !important;
    }
    .payment-checkout-wrapper h2{
        margin-bottom: 0;
    }
    .payment-checkout-wrapper{
        margin-bottom: 10px;
    }
    .de .stat-block, .br .stat-block, .pt .stat-block, .it .stat-block, .nl .stat-block, .pl .stat-block, .ru .stat-block {
        min-height: 144px;
    }
    .ru .footer .copyright ul li {
        margin-right: 2px;
    }
    .fr .footer .copyright ul li, .de .footer .copyright ul li, .es .footer .copyright ul li {
        margin-right: 10px;
    }
    .primary-action .btn.btn.btn-theme-blue {
        width: 100%;
    }
    .btn-contact-migration {
        margin: 5px 0;
    }
    .primary-action .btn.btn-theme-blue.btn-cloud {
        margin-top: 0;
    }
    .ru .main-head .logo-img,
    .fr .main-head .logo-img,
    .es .main-head .logo-img,
    .pt .main-head .logo-img,
    .br .main-head .logo-img,
    .it .main-head .logo-img,
    .pl .main-head .logo-img,
    .ja .main-head .logo-img{
        width: 150px;
    }
    .ru .user-profile-logged > .user-name,
    .fr .user-profile-logged > .user-name, 
    .es .user-profile-logged > .user-name, 
    .pt .user-profile-logged > .user-name,
    .br .user-profile-logged > .user-name,
    .it .user-profile-logged > .user-name,
    .pl .user-profile-logged > .user-name,
    .ja .user-profile-logged > .user-name{
        margin-right: 5px;
        font-size: 14px;
    }
    .ru .main-head .navbar li.nav-item a.btn.btn-theme-blue,
    .fr .main-head .navbar li.nav-item a.btn.btn-theme-blue,
    .es .main-head .navbar li.nav-item a.btn.btn-theme-blue,
    .pt .main-head .navbar li.nav-item a.btn.btn-theme-blue,
    .br .main-head .navbar li.nav-item a.btn.btn-theme-blue,
    .it .main-head .navbar li.nav-item a.btn.btn-theme-blue,
    .pl .main-head .navbar li.nav-item a.btn.btn-theme-blue,
    .ja .main-head .navbar li.nav-item a.btn.btn-theme-blue{
        padding: 10px 10px;
        color: #fff !important;
    }
    .ru .user-profile-logged > .user-picture, 
    .fr .user-profile-logged > .user-picture, 
    .es .user-profile-logged > .user-picture, 
    .pt .user-profile-logged > .user-picture,
    .br .user-profile-logged > .user-picture,
    .it .user-profile-logged > .user-picture,
    .pl .user-profile-logged > .user-picture,
    .ja .user-profile-logged > .user-picture{
        width: 30px;
        height: 30px;
    }
    .ru .dropdown.lang-drop > button,
    .fr .dropdown.lang-drop > button,
    .es .dropdown.lang-drop > button,
    .pt .dropdown.lang-drop > button,
    .br .dropdown.lang-drop > button,
    .it .dropdown.lang-drop > button,
    .pl .dropdown.lang-drop > button,
    .ja .dropdown.lang-drop > button{
        width: 30px;
        height: 30px;
    }
    .ru .main-head .navbar li.nav-item .menu-four-des, .fr .main-head .navbar li.nav-item .menu-four-des, .es .main-head .navbar li.nav-item .menu-four-des, .pt .main-head .navbar li.nav-item .menu-four-des, .br .main-head .navbar li.nav-item .menu-four-des,  .it .main-head .navbar li.nav-item .menu-four-des, .pl .main-head .navbar li.nav-item .menu-four-des, .ja .main-head .navbar li.nav-item .menu-four-des {
        padding: 5px 8px 5px 8px;
    }
    .ru .main-head.page-two-header .navbar li.nav-item a, .fr .main-head.page-two-header .navbar li.nav-item a, .es .main-head.page-two-header .navbar li.nav-item a, .pt .main-head.page-two-header .navbar li.nav-item a,.br .main-head.page-two-header .navbar li.nav-item a,.it .main-head.page-two-header .navbar li.nav-item a, .pl .main-head.page-two-header .navbar li.nav-item a, .ja .main-head.page-two-header .navbar li.nav-item a{
        font-size: 12px;
    }
    .site-banner .banner-content {
        padding: 100px 0 100px 0;
    }
    .main-head.page-two-header .navbar li.nav-item a {
        padding: 5px 5px;
    }
    .primary-action .btn.btn-theme-blue {
        padding: 10px 8px;
    }
    .get-started{
        padding: 50px 0;
    }
    .main-head .navbar{
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
         align-self: center;
    }
    .main-head .navbar {
        width: 100%;
        /* padding: 15px 0px; */
    }
    .main-head .navbar li.nav-item .menu-four-des {
        padding: 5px 15px 5px 15px;
    }
    .main-head .masthead-des ul li {
        margin-right: 0;
    }
    .noster-sec .content-wrap p{
        font-size: 14px;
    }
    .main-head .navbar-toggler {
        padding: .25rem .75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: .25rem;
    }
    /* .noster-sec .content-wrap {
        padding: 20px 0;
    } */
    h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .page2-noster-sec h2 {
        margin-bottom: 20px;
    }
    .page2-noster-sec {
        padding: 50px 0 50px 0;
    }
    .noster-sec, .action-sec, .primary-action {
        padding: 50px 0;
    }
    .action-sec .box-holder h3{
        font-size: 16px;
    }
    .primary-action .content-wrap p{
        margin-bottom: 40px;
        font-size: 14px;
    }
    .primary-action .content-wrap form input{
        width: 280px;
    }
    /* .footer {
        margin-top: 50px;
    } */
    .site-banner p{
        width: 70%;
    }
    .features h2 {
        margin-bottom: 70px;
    }
    .features {
        padding: 100px 0;
    }
    .noster-content-wrap.laser-equipment h2 {
        margin-bottom: 30px;
    }
    .noster-content-wrap h1{
        margin-bottom: 0;
    }
    .about-banner .banner-content h1 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 20px;
    }
    .about-banner .banner-content p {
        margin-bottom: 30px;
    }
    .thermal-imaging h1 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 50px;
    }
    .creativity {
        padding: 50px 0;
    }
    .creativity h2 {
        margin-bottom: 30px;
    }
    .togather {
        padding: 30px 0 0 0;
    }
    .everything {
        padding: 70px 0;
    }
    .everything .everything-content h2 {
        margin-bottom: 10px;
    }
    .everything .everything-content p {
        margin-bottom: 50px;
    }
}
@media(max-width: 991px){
    .main-head.page-two-header .logo-img {
        width: 90%;
    }
    .footer .footer-text {
        margin: 20px 30px 40px 0;
    }
    .footer .contact-info-box {
        padding-top: 10px;
    }
    .footer .footer-text {
        font-size: 14px;
        line-height: 22px;
    }
    .footer .copyright {
        padding: 30px 0 14px 0;
    }
    .footer .contact-info-box li a, .footer .contact-info-box li p {
        font-size: 14px;
    }
    .footer-logo-text {
        padding-right: 40px;
    }
    .stat-block {
        padding: 10px 10px !important;
    }
    .stat-overview-wrapper .icon-wrapper {
        padding: 20px;
    }
    .stat-overview-wrapper .icon-content p {
        font-size: 17px;
    }
    .non-res{
        display: none !important;
    }
    .wth-res {
        display: block !important;
        position: absolute;
        right: 105px;
        top: 0;
    }
    .main-head .user-icon-holder::before {
        top: -28px;
        right: 18px;
    }
    .secure-sec .secure-content {
        width: 100%;
        text-align: center;
    }
    .secure-sec .secure-content p {
        width: 100%;
        margin-bottom: 20px;
    }
    .secure-sec .secure-content h2{
        margin-top: 60px;
    }
    .secure-sec{
        margin-top: 110px;
    }
    .secure-sec .secure-content:before {
        content: '';
        position: absolute;
        background: url(../images/mbl-malware.png) no-repeat;
        top: -114px;
        right: 0;
        left: 0;
        margin: 0 auto;
        background-position: center;
        background-size: contain;
        width: 182px;
        height: 210px;
        z-index: 2;
    }
    .secure-sec .secure-content ul li {
        text-align: left;
    }
    .secure-sec .secure-content ul {
        display: inline-block;
        vertical-align: top;
    }
    .page2-noster-sec .btn.btn-theme-blue{
        font-weight: 500 !important;
        font-size: 18px;
    }
    .page2-noster-sec:before {
        content: '';
        position: absolute;
        background: url(../images/feature-bg.png) no-repeat;
        top: 0;
        left: 0;
        right: 0;
        height: 600px;
        background-position: center;
        background-size: contain;
    }
    .footer .right-img {
        text-align: center !important;
        position: relative;
        padding: 12px 0;
    }
    .footer .right-img a{
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
    }
    .zh .main-head .navbar li.nav-item a.btn.btn-theme-blue {
        padding: 10px 20px;
    }
    .zh .main-head.page-two-header .navbar li.nav-item a {
        padding: 10px 10px;
    }
    .main-head.page-two-header .navbar li.nav-item a {
        padding: 10px 10px;
    }
    .main-head .masthead-des ul li.dropdown {
        border-left: 1px solid #373F41;
        border-right: 1px solid #373F41;
    }
    .card-images-holder li {
        margin-top: 30px;
    }
    .card-images-holder ul {
        padding: 0px 0 0 !important;
    }
    .checkout-des {
        width: 100%;
    }
    .top-migrate-btn{
        text-align: center;
    }
    /* .report .top-buttons.top-migrate-btn .btn{
        margin-left: 0;
        width: 100%;
    } */
    /* .report .top-buttons.top-migrate-btn a{
        width: 30%;
    } */
    .ru .footer .copyright ul li {
        margin-right: 10px;
    }
    .action-sec .box-holder{
        margin-bottom: 20px;
    }
    .primary-action .btn.btn-theme-blue.btn-cloud {
        margin-top: 0;
    }
    .ru .main-head .logo-img, .fr .main-head .logo-img, .es .main-head .logo-img, .pt .main-head .logo-img, .br .main-head .logo-img, .it .main-head .logo-img, .pl .main-head .logo-img, .ja .main-head .logo-img {
        width: 200px;
    }
    .ru .main-head .navbar li.nav-item a, .fr .main-head .navbar li.nav-item a, .es .main-head .navbar li.nav-item a, .pt .main-head .navbar li.nav-item a, .br .main-head .navbar li.nav-item a, .it .main-head .navbar li.nav-item a, .pl .main-head .navbar li.nav-item a, .ja .main-head .navbar li.nav-item a {
        font-size: 14px;
    }
    .ru .dropdown.lang-drop > button, .fr .dropdown.lang-drop > button, .es .dropdown.lang-drop > button, .pt .dropdown.lang-drop > button, .br .dropdown.lang-drop > button, .it .dropdown.lang-drop > button, .pl .dropdown.lang-drop > button, .ja .dropdown.lang-drop > button {
         width: 38px;
        height: 38px;
    }
    .dropdown.lang-drop > .dropdown-menu {
        margin: 4px 0 0 !important;
    }
    .stat-block {
        min-height: 116px;
    }
    .thermal-imaging .text-des{
        margin-top:0;
    }
    .thermal-imaging .img-holder{
        text-align: center;
    }
    .primary-action .btn-holder{
        margin-bottom: 20px;
    }
    .nav-lang-drop {
        position: absolute;
        right: 0;
        top: 10px;
    }
    .main-head .masthead-des .navbar-light .navbar-toggler {
        display: block;
        position: absolute;
        right: 45px;
        top: 22px;
    }
    .main-head.page-two-header .masthead-des .navbar-light .navbar-toggler {
        top: 17px;
    }
    .footer .copyright .footer-copyright-menu {
        text-align: center;
    }
    .footer .copyright p {
        text-align: left;
    }
    .footer .copyright .footer-copyright-menu {
        margin-top: 5px;
    }
    .footer .move-footer-menu {
        display: none;
    }
    .main-head .navbar li.nav-item a{
        padding: 10px 10px 10px 10px;
        color: #fff;
    }
    .main-head .masthead-des .navbar-light .navbar-toggler{
        display: block;
    }
    .user-profile-logged > .user-name{
        color: #fff;
    }
    .main-head .navbar li.nav-item:hover span{
        color: #000;
    }
    .footer .transfer-footer-menu{
        display: none;
    }
    /* .navbar-nav .open .dropdown-menu{
        background: #373F41;
    }
    .navbar-nav .open .dropdown-menu a, .navbar-nav .open .dropdown-menu span{
        color: #fff;
    } */
    .main-head .masthead-des .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, 0.5);
        border-color: rgba(0, 0, 0, 0.5);
    }
    .noster-sec .content-wrap {
        margin-top: 20px;
    }
    .main-head .navbar li.nav-item .menu-four-des,.de .main-head .navbar li.nav-item .menu-four-des, .br .main-head .navbar li.nav-item .menu-four-des, .it .main-head .navbar li.nav-item .menu-four-des, .nl .main-head .navbar li.nav-item .menu-four-des{
        padding: 10px 10px 10px 10px !important;
    }
    .main-head .masthead-des ul li{
        margin-right: 0;
        text-align: left;
        width: 100%;
        display: block;
        /* border-bottom: 1px solid #373F41; */
    }
    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .active>.nav-link {
        color: #373F41;
        background: #fff;
    }
    .main-head .navbar li.btn-hover-des:hover{
        background: none;
    }
    .main-head .navbar li:hover{
        background: #fff;
        color: #000;
    }
    .main-head .navbar li.nav-item:hover a{
        color: #000;
    }
    .main-head .navbar li.nav-item a:after{
        height: 2px;
    }
    .main-head .navbar li.nav-item:hover a:after {
        width: 100%;
    }
    .site-banner{
        background-position: center;
    }
    .site-banner .banner-content {
        padding: 70px 0 100px 0;
    }
    .site-banner .btn.btn-theme-blue.btn-s-action {
        margin-left: 10px;
    }
    .noster-sec .sec-order{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .noster-sec #img-wrap{
        order: 2;
    }
    .noster-sec #text-wrap{
        order: 1;
        /* margin-bottom: 20px; */
    }
    .noster-sec, .action-sec .box-holder .img-holder, .primary-action{
        text-align: center;
    }
    h2 {
        font-size: 28px;
    }
    .noster-sec, .action-sec, .primary-action {
        padding: 30px 0;
    }
    .action-sec {
        padding-bottom: 0;
    }
    .action-sec .box-holder p{
        padding: 0 20px;
        min-height:120px;
    }
    .action-sec .box-holder .content-box {
        margin-bottom: 40px;
    }
    .action-sec .box-holder .content-box:last-child {
        margin-bottom: 0px;
    }
    .primary-action .content-wrap {
        padding: 0;
    }
    .primary-action .content-wrap form input {
        width: 55%;
        margin-right: 10px;
    }
    .primary-action .content-wrap .text-wrap{
        margin-bottom: 40px;
    }
    .primary-action .img-wrap{
        margin: 0 auto;
    }
    .footer .contact-info-box, .footer .footer-menu {
        margin-bottom: 30px;
    }
    .footer .footer-menu span{
        display: inline-block;
        margin-right: 10px;
    }
    .footer .footer-menu span:last-child{
        margin-right: 0;
    }
    /* .collapse:not(.show) {
        display: none !important;
    } */
    .main-head .navbar-collapse {
        display: none !important;
    }
    .main-head .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
        /* background: #373F41; */
    }
    .main-head .navbar-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        float: none;
        width: 100%;
    }
    .main-head .navbar-toggler-icon {
        display: inline-block;
        width: 30px;
        height: 28px;
        vertical-align: middle;
        content: "";
        background: no-repeat center center;
        background-size: 100% 100%;
    }
    .main-head .container:before, .main-head .navbar:before, .main-head .navbar:after, .main-head .navbar-collapse:before, .main-head .navbar-collapse:after{
        display: none;
    }
    .main-head .navbar-collapse.collapse.in{
        /* overflow: hidden !important;
        margin-top: 0;
        position: absolute; */
        /* top: 53px;
        width: 100%;
        z-index: 9999; */
        margin: 20px 0;
    }
    .main-head .navbar li.nav-item:last-child a, .main-head .navbar li.nav-item a.btn-des{
        padding: 10px 10px 10px 10px;
    }
    .main-head .navbar li.nav-item a.btn.btn-theme-blue{
        margin: 10px 10px 10px 10px;
    }
    .main-head .navbar{
        -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
    }
    .noster-content-wrap {
        padding: 50px 0 50px 0;
    }
    .noster-content-wrap.laser-equipment.features-sec{
        padding-bottom: 50px;
    }
    .page2-noster-sec p {
        width: 60%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .page2-noster-sec .btn-wrap {
        text-align: center;
        margin-bottom: 20px;
    }
    .about-banner {
        padding: 50px 0;
    }
    .about-banner .banner-content h2{
        margin-bottom: 0;
    }
    .about-banner .banner-content h1 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .thermal-imaging h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 30px;
    }
    .thermal-imaging p {
        margin-bottom: 0px;
    }
    .creativity {
        padding: 50px 0;
    }
    .creativity .img-wrap{
        text-align: center;
        margin-top: 30px;
    }
    .togather img{
        margin-bottom: 10px;
    }
    .everything .img-wrap{
        text-align: center;
    }
}
@media (max-width: 767px){
    .main-head .logo-img {
        width: 90%;
    }
    .footer .right-img {
        bottom: 0;
        right: 0;
        width: 100%;
    }
    .footer .copyright {
        padding: 66px 0 40px 0;
    }
    .footer-logo-text {
        padding-right: 0;
    }

    .inner-caption > h5 {
        font-size: 30px;
    }
    .stat-overview-wrapper .icon-content p {
        font-size: 16px;
    }
    .stat-block{
        width: 60%;
        margin: 0 auto;
        justify-content: flex-start !important;
        padding-left: 10px !important;
    }
    .main-head .masthead-des .navbar-light .navbar-toggler {
        top: 18px;
    }
    .action-sec .box-holder p{
        min-height: max-content;
    }
    .fr .primary-action .btn.btn.btn-theme-blue, .es .primary-action .btn.btn.btn-theme-blue, .br .primary-action .btn.btn.btn-theme-blue, .pt .primary-action .btn.btn.btn-theme-blue, .nl .primary-action .btn.btn.btn-theme-blue, .pl .primary-action .btn.btn.btn-theme-blue, .ru .primary-action .btn.btn.btn-theme-blue, .it .primary-action .btn.btn.btn-theme-blue, .it .primary-action .btn.btn.btn-theme-blue.btn-contact-migration{
        width: 60%;
    }
    .de .stat-block, .br .stat-block, .pt .stat-block, .it .stat-block, .nl .stat-block, .pl .stat-block, .ru .stat-block {
        min-height: max-content;
    }
    .migration-btn a, .migration-btn a button{
        width: 100%;
    }
    .migration-btn a.p15{
        padding: 0;
    }
    .migration-btn .btn-celender{
        margin: 8px 0;
    }
    .table-responsive{
        border: none;
    }
    .btn-contact-migration {
        margin: 5px 0 5px 0;
    }
    .primary-action .btn.btn.btn-theme-blue {
        width: 60%;
    }
    .primary-action .btn.btn-theme-blue.btn-cloud {
        margin-top: 0;
    }
    .stat-block {
        min-height: max-content;
        margin-bottom: 5px;
    }
    .about-banner #img-holder {
        order: 2;
    }
    .about-banner #img-holder .img-wrap, .thermal-imaging h1, .thermal-imaging p, .about-banner .banner-content, .thermal-imaging h3 {
        text-align: center;
    }
    .migration-btn .btn.btn-theme-blue {
        padding: 10px 8px;
    }
    .footer .copyright p{
        text-align: center;
    }
    .footer .copyright .footer-copyright-menu {
        text-align: center;
    }
    .main-head .navbar-nav {
        margin: 0;
    }
    .action-sec .box-holder p {
        padding: 0 40px;
    }
    /* .main-head .navbar {
        padding: 15px 0px;
    } */
    .site-banner p{
        margin-bottom: 50px;
    }
    .site-banner h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .transfer-banner h1{
        font-size: 30px;
        margin-bottom: 15px;
    }
    h2 {
        font-size: 25px;
    }
    .get-started {
        padding: 30px 0;
    }
    .get-started h2 {
        margin-bottom: 20px;
    }
    .get-started p {
        margin-bottom: 40px;
    }
    .noster-content-wrap.laser-equipment h2 {
        margin-bottom: 20px;
    }
    .features .content-box p{
        padding: 0 50px;
    }
    p{
        font-size: 14px;
    }
    .noster-content-wrap.laser-equipment.page2-features-sec {
        padding-bottom: 50px;
    }
    .creativity {
        padding: 20px 0;
    }
    .everything {
        padding: 50px 0;
    }
    .everything .everything-content p {
        margin-bottom: 30px;
    }
}
@media (max-width: 575px){
    .footer .copyright p {
        margin-bottom: 5px;
    }
    .footer-logo-text {
        font-size: 12px !important;
    }
    .stat-block {
        width: 100%;
    }
    .wth-res {
        right: 65px;
    }
    .main-head .masthead-des .navbar-light .navbar-toggler {
        right: 15px;
    }
    .secure-sec .secure-content ul li {
        line-height: 30px;
        font-size: 14px;
    }
    .secure-sec .secure-content {
        padding: 40px 20px;
    }
    .features {
        padding: 70px 0;
    }
    .features .feature-content .img-wrap {
        margin-top: 30px;
    }
    .checkout-des {
        padding: 20px 20px;
    }
    .features .content-box {
        margin: 20px 0;
    }
    .payment-checkout-wrapper{
        -ms-flex-wrap: wrap;    flex-wrap: wrap;
    }
    .payment-heading-des{
        display: block;
        width: 100%;
        text-align: center;
    }
    .payment-checkout-btn{
        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;
        width: 100%;
        margin-top: 10px;
    }
    .payment-checkout-btn a{
        width: 50%;
        text-align: center;
        margin-bottom: 10px;
    }
    .contact-info li {
        margin-bottom: 10px;
    }
    .report .top-buttons .btn {
        font-size: 18px;
        /* margin-left: 0;
        width: 100%; */
    }
    /* .pagination-lg>li>a, .pagination-lg>li>span {
        padding: 10px 8px !important;
        font-size: 14px !important;
        width: 100% !important;
        border-radius: 5px;
    } */
    .pricing-packages .generic_content .generic_price_btn a, .pricing-packages .generic_content .generic_price_btn .btn-current {
        width: 90%;
    }
    .migration-btn .p15 {
        padding: 2px;
    }
    /* h2 {
        font-size: 18px;
        line-height: 22px;
    } */
    .noster-content-wrap.laser-equipment h2 {
        margin-bottom: 30px;
    }
    .site-banner .btn.btn.btn-theme-blue {
        margin-bottom: 20px;
    }
    .site-banner .banner-content {
        padding: 70px 0 70px 0;
    }
    .site-banner p {
        width: 100%;
        font-size: 14px;
    }
    .main-head .navbar-toggler-icon{
        width: 25px;
        height: 25px;
    }
    .main-head .masthead-des .navbar-light .navbar-toggler-icon {
        background-position: center;
    }
    .primary-action .img-wrap{
        width: auto;
        height: auto;
    }
    .footer .copyright {
        padding: 30px 0 24px 0;
    }
    .action-sec .box-holder p{
        margin-bottom: 20px;
        padding: 0;
    }
    .get-started {
        padding: 30px 0;
    }
    .get-started h2 {
        margin-bottom: 20px;
    }
    .get-started p {
        margin-bottom: 30px;
    }
    .page2-noster-sec p {
        width: 100%;
    }
    .features {
        padding-bottom: 30px;
    }
    .about-banner .col-xs-6, .thermal-imaging .col-xs-6{
        width: 100%;
    }
    .about-banner #img-holder{
        order: 2;
    }
    .about-banner #text-holder{
        order: 1;
        margin-bottom: 10px;
        text-align: center;
    }
    .thermal-imaging h1 {
        text-align: center;
    }
    .thermal-imaging {
        text-align: center;
    }
    .creativity .content-box{
        text-align: center;
    }
    .everything .everything-content{
        text-align: center;
    }
    .about-banner .banner-content h2 {
        margin-bottom: 5px;
    }
}
@media (max-width: 480px){
    .main-head .logo-img {
        width: 90%;
    }
    .text-on-pannel{
        font-size: 14px !important;
        padding: 10px 10px !important;
        margin-left: 10px !important;
        }
    .page2-noster-sec h2{
        font-size: 20px;
    }
    .features h2{
        font-size: 24px;
    }
    .report .top-buttons a {
        width: 100%;
    }
    .fr .primary-action .btn.btn.btn-theme-blue, .es .primary-action .btn.btn.btn-theme-blue, .br .primary-action .btn.btn.btn-theme-blue, .pt .primary-action .btn.btn.btn-theme-blue, .nl .primary-action .btn.btn.btn-theme-blue, .pl .primary-action .btn.btn.btn-theme-blue, .ru .primary-action .btn.btn.btn-theme-blue, .it .primary-action .btn.btn.btn-theme-blue, .it .primary-action .btn.btn.btn-theme-blue.btn-contact-migration, .primary-action .btn.btn.btn-theme-blue  {
        width: 100%;
    }
    .report .top-buttons .btn {
        margin-left: 0;
    }
    .migration-btn .btn.btn-theme-blue{
        width:100%;
    }
    .migration-btn .btn-celender{
        margin: 10px 0;
    }
    .primary-action .btn.btn-theme-blue{
        width: 100%;
    }
    .btn-contact-migration{
        margin: 5px 0;
    }
    .footer .copyright ul li {
        margin-right: 10px;
    }
    .footer .copyright ul li {
        margin-right: 15px;
        display: inline-block;
    }
    .get-started .btn.btn-theme-blue{
        width: 100%;
    }
    .navbar-toggler {
        padding: 3px;
        font-size: 20px;
    }
    .noster-sec .content-wrap h2 {
        margin-bottom: 20px;
        line-height: 25px;
    }
    /* h2 {
        font-size: 16px;
    } */
    .col-sm-12{
        width: 100%;
    }
    .site-banner .banner-content {
        padding: 50px 0 50px 0;
    }
    .site-banner p {
        margin-bottom: 30px;
    }
    .site-banner .btn-holder{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .site-banner .btn.btn-theme-blue.btn-s-action.btn-extension{
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .site-banner .btn.btn-theme-blue.btn-s-action.btn-extension:last-child{
        margin-bottom: 30px;
    }
    .site-banner .btn.btn-theme-blue.btn-s-action {
        margin-left: 0px;
        margin-bottom: 50px;
    }
    .features .content-box p {
        padding: 0;
    }
    .about-banner {
        padding: 40px 0;
    }
    .captcha-des div{
        margin: 0 auto;
    }
    .captcha-des iframe{
        width: 100%;
    }
}
@media(max-width: 375px){
    .main-head .logo-img {
        width: 70%;
    }
    .main-head .navbar-brand{
        width: 70%;
    }
    .main-head.page-two-header .masthead-des .navbar-light .navbar-toggler {
        top: 5px;
        right: 0;
    }
    .main-head .masthead-des .navbar-light .navbar-toggler {
        top: 10px;
        right: 0;
    }
    .wth-res {
        right: 50px;
    }
    .stat-overview-wrapper .icon-wrapper {
        padding: 10px;
    }
    .inner-caption > h5 {
        font-size: 22px;
    }
    .inner-caption > span {
        font-size: 18px;
    }
    .table-heading.scan-summary-heading h3 {
        font-size: 22px;
    }
    .stat-block .fa {
        font-size: 35px !important;
    }
    .stat-overview-wrapper .icon-wrapper {
        margin-right: 14px;
    }
    .stat-overview-wrapper .icon-content p {
        font-size: 14px;
    }
    /* .main-head .navbar-collapse.collapse.in {
        top: 51px;
    } */
    .payment-checkout-btn a{
        width: 100%;
    }
    .report .top-buttons.top-migrate-btn a{
        width: 100%;
    }
    .action-sec .box-holder a{
        width: 100%;
    }
    /* .main-head .logo-img {
        width: 160px !important;
        height: auto !important;
    } */
    .migration-form-sty .radio-box-styling .radiobox label {
        font-size: 16px;
    }
    .action-sec .box-holder h3 {
        font-size: 20px;
    }
    .pagination-lg>li>a, .pagination-lg>li>span {
        padding: 10px 14px;
        font-size: 17px;
    }
    .footer .copyright .footer-copyright-menu{
        margin-top: 10px;
    }
    .site-banner h1 {
        font-size: 28px;
        line-height: 35px;
    }
    .site-banner.transfer-banner h1 {
        font-size: 22px;
        line-height: 20px;
    }
    .site-banner h1 {
        margin-bottom: 20px;
    }
    .noster-sec .content-wrap h2, .primary-action .content-wrap h2{
        line-height: 32px;
    }
    .primary-action .content-wrap form input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .primary-action .content-wrap form .btn.btn-theme-blue {
        padding: 13px 15px;
    }
    .site-banner .btn.btn.btn-theme-blue {
        padding: 10px 17px;
    }
    .site-banner .btn.btn.btn-theme-blue {
        margin-bottom: 10px;
    }
    .site-banner .btn.btn-theme-blue.btn-s-action {
        margin-bottom: 40px;
    }
    .site-banner p {
        margin-bottom: 20px;
    }
}

@media (max-width: 370px){
    .main-head .masthead-des .navbar-light .navbar-toggler {
        top: 8px;
        right: 0;
    }
    .captcha-des{
        transform:scale(0.70);
        -webkit-transform:scale(0.70);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
    .features .feature-content {
        padding: 0 10px;
    }
    .page2-noster-sec h2 {
        font-size: 17px;
    }
}



.lang-link {
    text-align: right;
    float: right;
    margin-top: 14px;
}
.lang-link>a{
    font-size: 16px;
    color: #000000;
}
.nav-lang-drop{
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
#google_translate_element{
    display: none;
}
.dropdown.lang-drop > button{
    background: #f2f2f2;
    border: none;
    width: 38px;
    height: 38px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 1px 5px 0 rgba(32, 33, 36, .28);
}
.dropdown.lang-drop > button > img{
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.dropdown.lang-drop > .dropdown-menu {
    right: 0;
    left: auto;
    margin: 8px 0 0;
    border: none;
    border-radius: 0;
    width: 100%;
    min-width: 210px;
    background-color: #fff;
    border-radius: 5px;
    padding: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 287px;
    overflow-y: scroll;
}
.dropdown.lang-drop > .dropdown-menu .dropdown-item.flag_link{
    padding: 0 10px;
    border-top: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dropdown.lang-drop > .dropdown-menu .dropdown-item.flag_link .lang-name {
    display: block;
    line-height: 40px;
    font-size: 14px;
    text-align: left;
    margin-right: 8px;
    width: 80%;
}
.dropdown.lang-drop > .dropdown-menu .dropdown-item.flag_link > img{
    display: block;
    width: 26px;
    height: 26px;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
    box-shadow: 0 1px 5px 0 rgba(32, 33, 36, .28);
}
.stat-overview-wrapper{
    margin-bottom: 40px;
}
.stat-block{
    background: #182f56;
    border: 1px solid #182f56;
    padding: 20px 20px;
    transition: all 0.2s ease-in-out;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.stat-block.active{
    background:#ff7f27;
    border: 1px solid #ff7f27;
}
.stat-block .fa{
    font-size: 48px;
}
.stat-block:hover{
    background:#ff7f27;
    border: 1px solid #ff7f27;
}
.stat-block>h3{
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    margin: auto;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.stat-block>p{
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}
.stat-block.active>h3{color: #FFFFFF;}
.stat-block.active>p{color: #FFFFFF;}
.stat-block:hover>h3{color: #FFFFFF;}
.stat-block:hover>p{color: #FFFFFF;}
.migration-btn{
    margin-top: 15px;
}
.chart-wrapper{
    background: #FFF;
    border: 1px solid #ddd;
}
.table-heading{
    background: #182f56;
    padding: 12px 10px;
    text-align: center;
}
.table-heading>h3{
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
    margin: auto;
}
.btn-line.migration-btn > button {
    margin-left: 14px;
}
.color-white{color:#fff;}
/* iframe.goog-te-banner-frame{
display: none;
}
.footer-holder {top:0px !important;} */
.p15{padding:15px;}
.notranslate p {
    color: #000;
}
.goog-te-banner-frame.skiptranslate {
    display: none !important;
    } 


.card-images-holder ul{text-align:center;}
.card-images-holder li{display:inline-block;vertical-align: top;}
.card-images-holder svg{-o-transform: scale(1.9);-ms-transform: scale(1.9);-moz-transform: scale(1.9);-webkit-transform: scale(1.9);transform: scale(1.9);margin-bottom: 10px;}
.card-images-holder li p {width: 130px;margin-top: 10px;font-size: 14px;}

.text-on-pannel {
    background: #182f56 none repeat scroll 0 0;
    height: auto;
    margin-left: 20px;
    padding: 10px 34px;
    position: absolute;
    margin-top: -56px;
    border: 1px solid #182f56;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
}
.text-on-pannel:hover {
    color: #fff;
    background-color: #286090 !important;
    border-color: #204d74 !important;
}
.text-on-pannel:hover,.text-on-pannel:focus {
    color: #fff !important;
}
    
.panel.panel-primary{
    border-color: #182f56;
}
.panel {
    /* for text on pannel */
    margin-top: 27px !important;
}
.panel-body {
    padding-top: 30px !important;
}
.mollie-m {
    width: 29px;
    height: 29px;
    display: inline-block;
}
.footer .right-img{
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
}
.footer .right-img a{
    display: inline-block;
}
.footer-logo-text{
    font-size: 12px;
    color: #fff;
    margin: 0;
    font-weight: 400;
}
body { top: 0px !important;}