
 body{
     font-family: 'Poppins', sans-serif;
 }
 .mt-one-header{
     margin-top: 71px;
 }
 ul, ol{list-style: none; margin: 0; padding: 0; }
 /*padding*/
 .pt{padding-top: 0;} .pr{padding-right: 0;} .pb{padding-bottom: 0;} .pl{padding-left: 0;} .plr{padding: 0;}
 .ptbes{padding-top: 5px !important;} .prbes{padding-right: 5px !important;} .pbbes{padding-bottom: 5px !important;} .plbes{padding-left: 5px !important;} .padbes{padding: 5px !important;}
 .pt7b{padding-top: 7.5px!important;} .pr7b{padding-right: 7.5px!important;} .pb7b{padding-bottom: 7.5px!important;} .pl7b{padding-left: 7.5px!important;} .pad7b{padding: 7.5px!important;}
 .pton{padding-top: 10px !important;} .pron{padding-right: 10px !important;} .pbon{padding-bottom: 10px !important;} .plon{padding-left: 10px !important;} .padon{padding: 10px !important;}
 /*margin*/
 .mt{margin-top: 0;} .mr{margin-right: 0;} .mb{margin-bottom: 0;} .ml{margin-left: 0;}.marsif{margin: 0 !important;}
 .mton{margin-top: 10px;} .mron{margin-right: 10px;} .mbon{margin-bottom: 10px;} .mlon{margin-left: 10px;} .maron{margin: 10px;}
 .mtbes{margin-top: 5px;} .mrbes{margin-right: 5px;} .mbbes{margin-bottom: 5px;} .mlbes{margin-left: 5px;} .marbes{margin: 5px;}
 /*Font Size*/
 .f5{font-size:5px!important} .f10{font-size:10px} .f11{font-size: 11px !important;} .f12{font-size: 12px !important;} .f13{font-size: 13px !important;} .f14{font-size: 14px !important;}
 .f15{font-size: 15px !important;} .f16{font-size: 16px !important;}  .f18{font-size: 18px !important;} .f20{font-size: 20px; !important}
 .f22{font-size: 22px !important;} .f24{font-size: 24px !important;} .f26{font-size: 26px !important;}.f36{font-size: 36px !important;}
 .fb{font-weight: bold !important;} .fb5{font-weight: 500;} .fb6{font-weight: 600;} .fb7{font-weight: 700;}
 .em1{font-size: 1em;}  .em2{font-size: 2em;} .em3{font-size: 3em;} .em4{font-size: 4em;} .em5{font-size: 5em;} .fl{font-weight: 400 !important;}
 .em6{font-size: 6em;}  .em7{font-size: 7em;} .em12{font-size: 12em;} .em20{font-size: 20em;}
 .rem18{font-size: 1.8rem !important;} .taj{text-align: justify;}
 .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
     color: rgb(31, 159, 132);
 }
 .bg-white{
     border-bottom: solid 1px #e3e3e3;
 }
 .nav-scroller{
     background: #f9f9f9;
 }
 .navbar-light .navbar-nav .nav-link {
     color: #282828;
 }
 .shadow-sm {
     box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
 }
 .support-header{
     background: rgba(1,120,217,1);
     background: -moz-linear-gradient(left, rgba(1,120,217,1) 0%, rgba(34,182,198,1) 100%);
     background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,120,217,1)), color-stop(100%, rgba(34,182,198,1)));
     background: -webkit-linear-gradient(left, rgba(1,120,217,1) 0%, rgba(34,182,198,1) 100%);
     background: -o-linear-gradient(left, rgba(1,120,217,1) 0%, rgba(34,182,198,1) 100%);
     background: -ms-linear-gradient(left, rgba(1,120,217,1) 0%, rgba(34,182,198,1) 100%);
     background: linear-gradient(to right, rgba(1,120,217,1) 0%, rgba(34,182,198,1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0178d9', endColorstr='#22b6c6', GradientType=1 );
     padding: 70px 0;
     color:#fff;
 }
.support-header h3{
    font-weight: 600;
    font-size: 36px;
}
.support-header p{
    font-size: 26px;
    font-weight: 300;
}
.resources{
    background: #f9f9f9;
    padding: 50px 0;
}
.resources h3{
    font-size: 26px;
    color:#333;
    text-align: center;
}
.resources p{
    color:#686868;
    font-size: 16px;
    text-align: center;
    margin-bottom: 45px;
}
.resources .field{
    background: #fff;
    padding: 25px 20px;
    text-align: center;
    color:#282828;
    border-radius: 7px;
    margin-bottom: 33px;
}
.resources .field .icon{
    margin-bottom: 20px;
}
.resources .field h6{
    font-size: 18px;
    margin-bottom: 20px;
}
.resources .field p{
    font-size: 14px;
    margin-bottom: 20px;
}
.resources iframe{
    height: calc(100% - 33px);
    border-radius: 7px;
}
/*Contact Support*/
.contact-support{
 background: #fff;
 padding: 50px 0;
}
.contact-support h3{
 font-size: 26px;
 color:#333;
 text-align: center;
}
.contact-support p{
 color:#686868;
 font-size: 16px;
 text-align: center;
 margin-bottom: 45px;
}
.contact-support .field{
 background: #f9f9f9;
 padding: 25px 20px;
 text-align: center;
 color:#282828;
 border-radius: 7px;
}
.contact-support .field h6{
 font-size: 18px;
 margin-bottom: 20px;
}
.contact-support .field p{
 font-size: 14px;
 margin-bottom: 20px;
}
.contact-support .social-medya{
    display: table; margin: 0 auto;
}
.contact-support .social-medya li{
    float: left; margin: 0 7px;
}
.try-free{
    background: #209f84;
    padding: 33px 0;
    text-align: center;
}
.try-free h3{
    font-size: 24px;
    color:#fff;
    text-align: center;
    font-weight: 400;
    margin-bottom: 15px;
}
.try-free p{
 color:#fff;
 font-size: 16px;
 text-align: center;
 margin-bottom: 20px;
}
.try-free p.desc{
    color:#054a3b;
    margin-bottom: 5px;
    font-size: 13px;
}
.try-free .href{
    padding: 15px 33px;
    margin-bottom: 20px;
}
footer{
    background: #202020;
    padding: 25px 0;
}
footer h6{
    font-size: 16px;
    font-weight: 600;
    color:#fff;
    margin-bottom: 20px;
}
footer ul{
    list-style: none; margin: 0; padding: 0;
}
footer ul li a{
    font-size: 14px;
    color:#c9c9c9;
    margin-bottom: 10px;
    display: block;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
footer ul li a:hover{
    color:#fff;
    text-decoration: none;
    padding-left: 5px;
}
footer p.desc{
    font-size: 11px;
    margin-bottom: 20px;
    color:#c9c9c9;
}
footer.copyright{
    border-top:solid 1px #303030;
    padding: 20px 10px;
}
footer.copyright p{
    color:#f8f8f8;
    font-size: 12px;
    margin-bottom: 5px;
}
footer.copyright p:last-child{
    margin-bottom: 0;
}
.sticky.is-sticky {
 position: fixed;
 left: 0;
 right: 0;
 top: 0;
 z-index: 1000;
 width: 100%;
}
.under-nav{
    list-style: none;
    margin:0 0 0 auto;
}
.under-nav li{
    float: left;
}
.under-nav li a{
    padding: 0.5rem 0.6rem;
    display: block;
    color:#282828;
    text-decoration: none;
    font-size: 14px;
}
.logo-alan{
    overflow: hidden;
}
.under-logo{
    max-width: 100px;
    transform: translate(-100px, 0);
    transition: transform 400ms ease 0s;
}
.under-name{
    color:#282828;
    font-size: 18px;
    padding: 0.5rem 0;
    transform: translate(-100px, 0);
    transition: transform 400ms ease 0s;
}
.is-sticky .under-logo{
    transform: translate(0px, 0);
    transition: transform 400ms ease 0s;
}
 .is-sticky .under-name{
     transform: translate(0px, 0);
     transition: transform 400ms ease 0s;
}
.is-sticky .under-name{
    padding-left: 15px;
}
.bank-header{
    background: url("../images/header-bg.svg");
    padding: 70px 0;
    background-position: bottom;
    background-size: cover;
    color:#fff;
}
.bank-header h2{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}
.bank-header h3{
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 35px;
}
.bank-header p {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}
.bank-header p b{
    font-weight: 600;
}
.integrated-bank{
    margin-top: 35px;
    color:#282828;
    text-align: center;
    padding-bottom: 55px;
}
.integrated-bank h2{
    font-size: 26px;
    margin-bottom: 15px;
}
.integrated-bank h3{
    font-size: 17px;
    color:#787878;
    margin-bottom: 35px;
    line-height: 24px;
}
.integrated-bank .bank{
    background: #f9f9f9;
    padding: 15px 0;
    border:solid 1px #ededed;
    border-radius: 7px;
    text-align: center;
    margin-bottom: 25px;
}
.single-screen{
    background: #f9f9f9;
    padding: 50px 0;
}
.single-screen h2{
    font-size: 26px;
    color:#209f84;
    letter-spacing: 1px;
    font-weight: 600;
}
.singleimg{
    position: absolute;
    right: 0;
    margin-top: -90px;
    -webkit-box-shadow: -15px 15px 40px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: -15px 15px 40px 0px rgba(0,0,0,0.2);
    box-shadow: -15px 15px 40px 0px rgba(0,0,0,0.2);
}
.info{
    background:url("../images/infobg.png") no-repeat;
    background-size: cover;
    min-height: 200px;
    padding: 90px 0;
}
.info h4{
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 15px;
}
.info p{
    font-size: 14px;
    line-height: 24px;
    padding: 0 25px;
}
.add-features{
    padding: 40px 0;
    background: #ffffff;
    text-align: center;
}
.add-features h2{
    font-size: 26px;
    color:#282828;
    margin-bottom: 40px;
}
.add-features h6{
    font-size: 16px;
    color:#209f84;
    margin: 15px 0 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.add-features p{
    font-size: 14px;
    letter-spacing: 0.5px;
    color:#282828;
}
.all-features{
    padding: 40px 0 80px;
    text-align: center;
}
.all-features h2{
    font-size: 22px;
    margin-bottom: 25px;
    color:#282828;
}
.all-features .href {
    padding: 10px 40px;
}
.faq-header{
 background: rgba(1,120,217,1);
 background: -moz-linear-gradient(left, rgba(1,120,217,1) 0%, rgba(34,182,198,1) 100%);
 background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,120,217,1)), color-stop(100%, rgba(34,182,198,1)));
 background: -webkit-linear-gradient(left, rgba(1,120,217,1) 0%, rgba(34,182,198,1) 100%);
 background: -o-linear-gradient(left, rgba(1,120,217,1) 0%, rgba(34,182,198,1) 100%);
 background: -ms-linear-gradient(left, rgba(1,120,217,1) 0%, rgba(34,182,198,1) 100%);
 background: linear-gradient(to right, rgba(1,120,217,1) 0%, rgba(34,182,198,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0178d9', endColorstr='#22b6c6', GradientType=1 );
 padding: 70px 0;
 color:#fff;
 text-align: center;
}
.faq-header h3{
 font-weight: 600;
 font-size: 36px;
}
.faq-header p{
 font-size: 26px;
 font-weight: 300;
}
.faq-header .form{
    width: 100%; margin:0;
}
.faq-header .input-group{
    margin-top: 33px;
}
.faq-header .arainput {
    background: #f8f8f8;
    border: solid 1px #d8d8d8;
    float: left;
    font-weight: 100;
    letter-spacing: 0.7px;
    border-radius: 14px;
    padding: 9px 15px;
    width: 100%;
    margin-right: 35px;
    border-right: none;
}
.faq-header input::-webkit-input-placeholder {
 color:#b1b1b1;
}
.faq-header .arabtn {
    background: #f7f7f7;
    padding: 9px 15px;
    position: absolute;
    right: 10px;
    color: #159cce;
    border-radius: 0;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    border: solid 1px #d8d8d8;
}
.faq-header input{
    background: #f8f8f8;
    border: solid 1px #d8d8d8;
    float: left;
    font-weight: 100;
    letter-spacing: 0.7px;
    border-radius: 14px;
    padding: 9px 15px;
}
.faq-header .btn-search{
    background: #f7f7f7;
    padding: 7px 15px;
    margin-top: 1px;
    color: #159cce;
}
.faq{
    background: #f9f9f9;
    padding: 45px 0 90px;
}
.faq .field{
    border-bottom: solid 1px #ededed;
    padding-top: 35px;
}
.faq .field:hover{
    background: rgba(253,255,255,1);
    background: -moz-linear-gradient(left, rgba(253,255,255,1) 0%, rgba(249,249,249,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(253,255,255,1)), color-stop(100%, rgba(249,249,249,1)));
    background: -webkit-linear-gradient(left, rgba(253,255,255,1) 0%, rgba(249,249,249,1) 100%);
    background: -o-linear-gradient(left, rgba(253,255,255,1) 0%, rgba(249,249,249,1) 100%);
    background: -ms-linear-gradient(left, rgba(253,255,255,1) 0%, rgba(249,249,249,1) 100%);
    background: linear-gradient(to right, rgba(253,255,255,1) 0%, rgba(249,249,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdffff', endColorstr='#f9f9f9', GradientType=1 );
}
.faq .field h6{
    color:#0886d5;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.faq .field p{
    color:#282828;
    font-size: 16px;
    margin-bottom: 25px;
}
.faq ul{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.faq ul li:first-child{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.faq ul li a{
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fdffff;
    border: 1px solid #ededed;
    color:#282828;
    padding: 12px 20px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
 .faq ul li a:hover{
     text-decoration: none;
     color:#0886d5;
 }
 .faq ul li:last-child {
     margin-bottom: 0;
     border-bottom-right-radius: 0.25rem;
     border-bottom-left-radius: 0.25rem;
 }
 .faq .field:first-child{
     margin-top: -35px;
 }
 .hc-nav-1{
     position: absolute;
     top:25px;
     right:25px;
 }
 #main-nav ul{
     display: none;
 }
.payment-header{
 background: rgba(15,213,172,1);
 background: -moz-linear-gradient(left, rgba(15,213,172,1) 0%, rgba(34,182,198,1) 100%);
 background: -webkit-gradient(left top, right top, color-stop(0%, rgba(15,213,172,1)), color-stop(100%, rgba(34,182,198,1)));
 background: -webkit-linear-gradient(left, rgba(15,213,172,1) 0%, rgba(34,182,198,1) 100%);
 background: -o-linear-gradient(left, rgba(15,213,172,1) 0%, rgba(34,182,198,1) 100%);
 background: -ms-linear-gradient(left, rgba(15,213,172,1) 0%, rgba(34,182,198,1) 100%);
 background: linear-gradient(to right, rgba(15,213,172,1) 0%, rgba(34,182,198,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fd5ac', endColorstr='#22b6c6', GradientType=1 );
 padding: 70px 0 95px;
 color:#fff;
 text-align: center;
}
.payment-header h3{
 font-weight: 600;
 font-size: 36px;
}
.payment-header p{
 font-size: 22px;
 font-weight: 300;
}
.payment-header p:last-child{
    font-size: 14px;
    margin-top: 25px;
}
.payment{
    background: #f9f9f9;
    padding: 50px;
}
.payment .field {
 margin-top: -135px;
 background: #fff;
 -webkit-box-shadow: 0 0 14px 0px rgba(200, 200, 200,0.4);
 -moz-box-shadow: 0 0 14px 0px rgba(200, 200, 200,0.4);
 box-shadow: 0 0 14px 0px rgba(200, 200, 200,0.4);
 min-height: 300px;
 border-radius: 15px;
 text-align: center;
}
.payment .field .big-icon{
    padding: 30px 0;
}
.payment .field .pricing{
    background: #f9f9f9;
    border-top: solid 1px #ededed;
    border-bottom: solid 1px #ededed;
    padding: 10px 0 0;
}
.payment .field .pricing p{
    margin: 0;
    font-weight: 600;
    color:#282828;
}
.payment .field .pricing p.price{
    font-size: 23px;
}
.payment .field .pricing p.price span{
     font-size: 43px;
}
.payment .field .yearly{
    padding: 15px 0;
}
.payment .field .yearly p:first-child{
    font-weight: 600;
    font-size: 20px;
}
.payment .field .yearly p{
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 0;
}
.payment .field .property{
    background: #f9f9f9;
    padding: 20px 0;
    text-align: left;
    border-top: solid 1px #ededed;
}
.payment .field .property .row{
    margin:0 25px;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.payment .field .property h6{
    color:#42b7bf;
    font-weight: 600;
    margin-bottom: 5px;
}
.payment .property p{
    color:#282828;
    font-size: 13px;
    margin-bottom: 0;
}
.payment .desc{
    border-top:solid 1px #ededed;
}
.payment .desc p{
    font-size: 12px;
    padding: 10px 0;
}
.payment a{
    padding: 13px 33px;
    margin: 20px 0;
    display:inline-block;
}
.blog-header{
    padding: 70px 0 95px;
    color:#fff;
    text-align: center;
    background: #225a86;
}
.blog-header h3{
 font-weight: 600;
 font-size: 36px;
 margin-bottom: 15px;
}
.blog-header p{
 font-size: 22px;
 font-weight: 300;
}
.blog{
    background: #f9f9f9;
    padding: 50px;
}
.blog .field{
    margin-top: -105px;
    border-radius: 15px;
    min-height: 300px;
}
.blog .box{
    margin-bottom: 33px;
}
.blog .box img{
    border-radius: 14px;
    object-fit: cover;
    height: 195px;
    width: 100%;
}
.blog .box .img{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 195px;
    border-radius: 14px;
}
.blog .box:hover .zoom{
    transform: scale(1.1);
}
.zoom { transition: all .5s ease-in-out; }
.blog .box p span{
    font-style: italic;
    font-weight: 300;
}
.blog .box p i{
    margin: 0 5px;
}
.blog .box h3{
    font-size: 16px;
    color:#225a86;
    margin: 10px 0;
    line-height: 22px;
}
.blog .box p{
    color:#888888;
    font-size: 13px;
    margin-bottom: 10px;
}
.blog .box a:hover{
    text-decoration: none;
}
.blog .form{
 width: 100%; margin:0;
}
.blog .arainput {
 background: #f8f8f8;
 border: solid 1px #d8d8d8;
 float: left;
 font-weight: 100;
 letter-spacing: 0.7px;
 border-radius: 14px;
 padding: 9px 15px;
 width: 100%;
 margin-right: 15%;
 border-right: none;
}
.blog input::-webkit-input-placeholder {
 color:#b1b1b1;
}
.blog .arabtn {
 background: #f7f7f7;
 padding: 9px 15px;
 position: absolute;
 right: 10px;
 color: #225a86;
 border-radius: 0;
 border-top-right-radius: 14px;
 border-bottom-right-radius: 14px;
 border: solid 1px #d8d8d8;
}
.blog input{
 background: #f8f8f8;
 border: solid 1px #d8d8d8;
 float: left;
 font-weight: 100;
 letter-spacing: 0.7px;
 border-radius: 14px;
 padding: 9px 15px;
}
.blog .btn-search{
 background: #f7f7f7;
 padding: 7px 15px;
 margin-top: 1px;
 color: #225a86;
}
 .blog-category{
     margin-top: 35px;
     position: sticky;
     top: 90px;
 }
 .blog-category ul li{
     border-bottom: solid 1px #ededed;
     margin: 10px 0;
 }
 .blog-category ul li a{
     display: block;
     padding: 10px 0 10px 10px;
     border-left: solid 2px;
     transition: all .2s ease-in-out;
 }
 .blog-category ul li a h6{
     color:#282828;
     font-size: 16px;
     margin-bottom: 3px;
 }
 .blog-category ul li a p{
     color:#888888;
     font-size: 13px;
     margin: 0;
     min-height: 33px;
 }
 .blog-category ul li a:hover{
     text-decoration: none;
     border-left: 5px solid;
 }
 /*Border-color*/
 .b-ca84{border-color:#a84683!important;}
 .b-c7f8{border-left-color:#7f8ab1!important;}
 .b-c209{border-left-color:#209f84!important;}
 .b-cd64{border-left-color:#d64b41!important;}
 .b-cdca{border-left-color:#dca570!important;}
 img.lazy {
     width: 700px;
     height: 467px;
     display: block;
 }
 .article-header{
     padding: 66px 0 0;
     color:#fff;
     background: #f9f9f9;
     border-bottom: 2px #ab4d8a solid;
 }
 .article-header h3{
     font-weight: 600;
     font-size: 28px;
     margin-bottom: 15px;
     color:#5f6866;
     font-style: italic;
 }
 .article-header p{
     font-size: 18px;
     font-weight: 300;
     color:#5f6866;
     line-height: 33px;
     margin-bottom: 33px;
 }
 .article-header .footer p{
     font-style: italic;
     font-weight: 300;
     font-size: 14px;
     margin-bottom: 16.5px;
 }
 .article-header .footer p i{
     margin: 0 7px;
 }
 .article{
     background: #f9f9f9;
     padding: 50px;
 }
 .article .field{
     border-radius: 15px;
     min-height: 300px;
 }
 .article .field img{
     border-radius: 20px;
     margin-bottom: 25px;
 }
 .article h3{
     color:#5f6866;
     font-weight: 600;
     font-size: 18px;
 }
 .article p{
     color:#5f6866;
     font-size: 16px;
     line-height: 33px;
     margin-bottom: 33px;
 }
 .article .tags{
     margin: 40px 0;
 }
 .article .tags a{
     color:#5f6866;
     padding:5px 10px;
     border:solid 1px #5f6866;
     border-radius: 7px;
     margin-right: 10px;
     -webkit-transition: all .35s;
     -moz-transition: all .35s;
     transition: all .35s;
 }
 .article .tags a:hover{
     background:#5f6866;
     color:#fff;
     text-decoration: none;
 }
 .affix-top .user-info{
     display: none;
 }
 .affix .user-info{
     top: 100px;
     width: 100%;
     display: block;
     position: -webkit-sticky;
     position: sticky;
     text-align: center;
 }
 .article .user-info .user{
     font-size: 13px;
     font-weight: 300;
     color:#282828;
 }
 .article .user-info .date{
     color:#888888;
     font-size: 13px;

 }
 .article .user-info .category, .article .user-info .category a{
     color:#a84683;
     font-size: 13px;
 }
 .article .user-info ul{
     list-style: none;
     margin: 6.6px auto 0;
     display: table;
     border:solid 1px #e5e5e5;
 }
 .article .user-info ul li{
     float: left;
     border-right: solid 1px #e5e5e5;
 }
 .article .user-info ul li:last-child{
     border-right: none;
 }
 .article .user-info ul li a{
     display: inline-block;
     padding: 6px 13px;
 }
 .company-pricig-header{
     background: rgba(15,213,172,1);
     background: -moz-linear-gradient(left, rgba(15,213,172,1) 0%, rgba(34,182,198,1) 100%);
     background: -webkit-gradient(left top, right top, color-stop(0%, rgba(15,213,172,1)), color-stop(100%, rgba(34,182,198,1)));
     background: -webkit-linear-gradient(left, rgba(15,213,172,1) 0%, rgba(34,182,198,1) 100%);
     background: -o-linear-gradient(left, rgba(15,213,172,1) 0%, rgba(34,182,198,1) 100%);
     background: -ms-linear-gradient(left, rgba(15,213,172,1) 0%, rgba(34,182,198,1) 100%);
     background: linear-gradient(to right, rgba(15,213,172,1) 0%, rgba(34,182,198,1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fd5ac', endColorstr='#22b6c6', GradientType=1 );
     padding: 70px 0 166px;
     color:#fff;
     text-align: center;
 }
 .company-pricig-header h3{
     font-weight: 600;
     font-size: 36px;
 }
 .company-pricig-header p{
     font-size: 22px;
     font-weight: 300;
     padding: 0 120px;
 }
 .company-pricig-header p:last-child{
     font-size: 14px;
     margin-top: 23px;
     margin-bottom: 33px;
 }

 .company-pricig{
     background: #f9f9f9;
     padding: 105px 0 0;
 }
 .company-pricig .field {
     margin-top: -266px;
     min-height: 300px;
     border-radius: 15px;
     text-align: center;
 }
 .company-pricig .price{
     -webkit-box-shadow: 0 0 14px 0px rgba(200, 200, 200,0.4);
     -moz-box-shadow: 0 0 14px 0px rgba(200, 200, 200,0.4);
     box-shadow: 0 0 14px 0px rgba(200, 200, 200,0.4);
     min-height: 100px;
     border-radius: 14px;
     text-align: center;
     background: #fff;
 }
 .price .image{
    position: relative;
 }
 .price .image h6{
     position: absolute;
     top: 50%;
     font-weight: bold;
     text-align: center;
     font-size: 43px;
     width: 100%;
     margin-top: -23.5px;
     color: #fff;
     margin-bottom: 0;
 }
 .price .move{
     font-size: 33px;
     line-height: 33px;
     padding: 23px;
     border-bottom: solid 1px #ededed;
 }
 .price .move sub{
     font-style: italic;
     color: #686868;
     font-size: 16px;
     bottom: 0;
     padding-left: 3px;
 }
 .price .move span{
     font-weight: 300;
     color:#272727;
     font-size: 23px;
 }
 .price .old-price{
     border-bottom: solid 1px #ededed;
     font-size:20px;
     color:#686868;
     padding: 13px;
     line-height: 1;
 }
 .price .old-price span{
     display: inline-block;
 }
 .price .old-price span:after{
     width: 110%;
     height: 1.5px;
     background: #a2a2a2;
     content: "";
     display: block;
     margin: -10px 0 0 -5%;
 }
 .price .old-price sub{
     color: #686868;
     font-size: 16px;
     bottom: -1px;
 }
 .price .new-price{
     font-size: 43px;
     color:#272727;
     font-weight: bold;
     padding: 13px;
     background: #f9f9f9;
     border-bottom: solid 1px #ededed;
 }
 .price .new-price sub{
     bottom: 0;
 }
 .price .new-price i{
    font-size: 26px;
     margin-left: -6px;
     font-weight: 300;
     font-style: normal;
 }
 .price .yearly{
     line-height: 1;
     padding: 13px;
     font-size: 14px;
     font-weight: 300;
 }
 .price .yearly b{
     font-weight: bold;
 }
 .company-pricig a{
     display: block;
     padding: 13px;
     margin: 66px 0;
 }
 .standart-service{
     background: #fff;
     border-top: solid 1px #ededed;
     padding: 43px 0;
     text-align: center;
 }
 .standart-service h3{
     margin-bottom: 33px;
     font-weight: 300;
 }
 .standart-service .field{
     margin: 33px 0;
 }
 .standart-service h6{
     font-weight: 600;
     color:#42b7bf;
     margin: 16.5px 0 8.25px;
 }
 .standart-service p{
     font-weight: 300;
     color:#282828;
     font-size:13px;
 }
