@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&display=swap');

* {
    padding:0;
    margin:0;
    box-sizing:border-box;
}
a {
    text-decoration:none;
}
a:hover {
    text-decoration:none;
}
ul {
    list-style:none;
}
body {
    font-family: 'Rubik', sans-serif;
    background-color:#000;
    overflow-x: hidden;
}

.container {
    max-width:1600px;
    padding:0;
}
.row {
    margin:0;
}


.select-css {
    display: block;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 0;
    border:none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url('../images/white-down.png');
    background-repeat: no-repeat, repeat;
    background-position: right .4em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
    display: none;
}

.select-css:focus {
    border-color: #aaa;
    color: #000; 
   
}
.select-css option {
    font-weight:normal;
}
.fon-info {
    display:flex;
    justify-content: flex-end;
    align-items: center;
    height:50px;
    margin-right:25px;
    padding-top:50px;
    position:absolute;
    right:200px;
    z-index:5;
}
.str {
    font-weight:500;
}
.fon-info h5 {
    font-size:14px;
    font-family:"Montserrat" sans-serif;
    font-weight:500;
    color:#555555;
    padding: 0 4px;
}
.fon-info h5 img {
    padding:0 4px;
}
.line {
    color:#a7a7a7;
    padding:0 4px;

}
.fon-info .blue-num {
    font-size:14px;
    font-family:"Montserrat" sans-serif;
    font-weight:500;
    color:#3cb558;
    padding: 0 4px;
}
.fon-info .blue-num img {
    padding: 0 6px;
}


.header {
    min-height:820px;
    background-color:#2e2e2e;
    background-image:url('../images/header-layer.png');
    background-repeat:no-repeat;
    background-position:bottom;
    background-size:cover;
}
.header-row {
    min-height:680px;
    display:flex;
    justify-content: space-around;
}
.h-col {
    width:50%;
}
.h-col2 {
    width:50%;
    display:flex;
    justify-content: center;
    position:relative;
}
.custom-nav {
    padding:45px!important;
}
.c-item {
    margin-left:55px;
}
.c-link {
    color:#fff!important;
    font-size:15px;
    font-weight:300;
    padding:11px 20px!important;
}
.c-link:hover {
    padding:11px 20px!important;
    background-color:#3cb559;
    text-shadow:0 3px 3px #35a04f;
}

.left-col {
    width:100%;
    max-width:750px;
    padding:70px 0 0 115px;
}

.left-col h1 {
    font-size:56px;
    font-weight:700;
    color:#fff;
    margin-bottom:30px;
}
.left-col h3 {
    font-size:24px;
    font-weight:400;
    color:#3cb559;
    margin-bottom:40px;
}
.left-col p {
    font-size:20px;
    font-weight:300;
    line-height:35px;
    color:#fff;

}


.green-cont {
    
    width:465px;
    height:530px;
    background-image:url('../images/header-divimg.png');
    background-repeat:no-repeat;
    background-size:cover;
    display:flex;
    justify-content: center;
    align-items: flex-end;
    position:relative;
    z-index:55!important;
    
}
.shadow-img {
    position:absolute;
    bottom:50px;
  
}


.right-text {
    max-width:400px;
    text-align:center;
    height:450px;
}
.right-text h3 {
    font-size:33px;
    color:#fff;
    font-weight:300;

}
.right-text h1 {
    font-size:61px;
    color:#fff;
    font-weight:500;
    line-height:2rem;

}

.right-text p {
    font-size:16px;
    color:#fff;
    font-weight:300;
    margin:0;
    line-height:59px;
    
}
.right-text p span {
    font-weight:500;
}

.form-row {
    max-width:380px;
    margin:0 auto;
}
.f-select {
    color:#696969;
    font-size:16px;
    font-weight:500;
    height:38px;
}

.form-group {
    margin-bottom:5px;
    padding:0 2px!important;
}
.form-button {
    font-size:33px;
    font-weight:300;
    color:#000;
    text-shadow: 0px 3px 3px #fff;
    background-color:#ffc431;
    border:none;
    padding:15px 130px;
    margin-top:15px;
    margin-bottom:23px;
    border-top:2px solid #fff;
    box-shadow: 0px 6px 15px #2f8d45;
}

.form-control::placeholder {
    color:#696969;
    font-size:16px;
    font-weight:500;
    height:38px;

}

.link-right1 {
    font-size:16px;
    font-weight:300;
    color:#fff;
    padding:10px;
  
}
.link-right1:hover{
    color:#fff;
}

.link-right2 {
    font-size:16px;
    font-weight:300;
    color:#fff;
    padding:10px;
    
}
.link-right2:hover{
    color:#fff;
}

/* end of header */

.g-row {
    min-height:260px;
    background-color:#1c1c1c;
    display:flex;
}

.green-box {
    max-width:500px;
    width:100%;
    background-image:url('../images/green-ar.png');
    background-repeat:no-repeat;
    color:#fff;
    display:flex;
    justify-content: center;
    align-items: center;
    position:relative;
}
.features {
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding:30px 70px;
    width:100%;
}
.features-card {
    height:175px;
    max-width:455px;
    width:100%;
    display:flex;
    flex-direction:column;
    justify-content: space-between;
    align-items: center;
    text-align:center;
    padding:0 10px;
}
.features-card h3 {
    font-size:21px;
    font-weight:300;
    color:#fff;
}
.features-card img {
    padding-bottom:20px;
}
.green-box h2 {
    font-size:43px;
    font-weight:300;
    color:#fff;
}
.green-box h2 span {
    font-weight:500;
}

/* end of green row */

.payment {
    min-height:1300px;
    background-color:#fff;
}
.pay-row {
    display:flex;
    padding-top:170px;
    margin-bottom:80px;
}
.pay-text {
    width:100%;
    max-width:890px;
}
.pay-text h1 {
    font-size:51px;
    font-weight:300;
    color:#000;
    padding-left:140px;
    margin-bottom:35px;
}
.pay-text h1 span {
    font-weight:500;
    color:#3cb559;
}
.pay-text p {
    font-size:26px;
    font-weight:300;
    color:#000;
    max-width:735px;
    padding-left:140px;
    margin-top:30px;
}
.pay-text span {
    font-weight:500;
}
.pay-img {
    width:100%;
    max-width:510px;
    display:flex;
    align-items: flex-end;
}

.payment-row {
    width:100%;
    max-width:1245px;
    margin:0 auto;
    
}
.p-div {
    width:100%;
    max-width:400px;
    height:95px;
    display:flex;
    align-items: center;
    margin-bottom:30px;
    font-size:26px;
    font-weight:300;
    color:#000;
    border: 1px solid transparent;
    transition: all ease-in-out 0.2s;
}
.p-div:hover {
    border:1px solid #cccccc;
    border-radius:50px;
}

.p-img {
    width:100%;
    max-width:81px;
    min-height:77px;
    margin: 0 10px;
    transition: all ease-in-out 0.2s;
}
.img-1 {
    background-image:url("../images/circle-img1.png");
    background-repeat: no-repeat;
    background-position:center;
}
.p-div:hover .img-1 {
    background-image:url("../images/circle-img1-d.png");
}


.img-2 {
    background-image:url("../images/circle-img2.png");
    background-repeat: no-repeat;
    background-position:center;
}
.p-div:hover .img-2 {
    background-image:url("../images/circle-img2-d.png");
}

.img-3 {
    background-image:url("../images/circle-img3.png");
    background-repeat: no-repeat;
    background-position:center;
}
.p-div:hover .img-3 {
    background-image:url("../images/circle-img3-d.png");
}

.img-4 {
    background-image:url("../images/circle-img4.png");
    background-repeat: no-repeat;
    background-position:center;
}
.p-div:hover .img-4 {
    background-image:url("../images/circle-img4-d.png");
}

.img-5 {
    background-image:url("../images/circle-img5.png");
    background-repeat: no-repeat;
    background-position:center;
}
.p-div:hover .img-5 {
    background-image:url("../images/circle-img5-d.png");
}
.img-6 {
    background-image:url("../images/circle-img6.png");
    background-repeat: no-repeat;
    background-position:center;
}
.p-div:hover .img-6 {
    background-image:url("../images/circle-img6-d.png");
}

.img-7 {
    background-image:url("../images/circle-img7.png");
    background-repeat: no-repeat;
    background-position:center;
}
.p-div:hover .img-7 {
    background-image:url("../images/circle-img7-d.png");
}

.img-8 {
    background-image:url("../images/circle-img8.png");
    background-repeat: no-repeat;
    background-position:center;
}
.p-div:hover .img-8 {
    background-image:url("../images/circle-img8-d.png");
}

.img-9 {
    background-image:url("../images/circle-img9.png");
    background-repeat: no-repeat;
    background-position:center;
}
.p-div:hover .img-9 {
    background-image:url("../images/circle-img9-d.png");
}



/* end of payment */

.feat-2 {
    min-height:205px;
    background-color:#000;
    
    
}
.f2 {
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding:0 120px;
    min-height:205px;
}
.feat-text h2 {
    font-size:26px;
    font-weight:300;
    color:#fff;
}
.feat-text h2 span {
    font-weight:500;
}
.feat-logo {
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    text-align:center;
}
.feat-logo h4 {
    font-size:16px;
    font-weight:400;
    color:#fff;
    padding-top:20px;
}

/* end of feat-2 */

.business {
    min-height:1080px;
    background-color:#2c8d43;
    background-image:url('../images/layer-2.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    display:flex;
    flex-direction: column;
    justify-content: center;
}
.cel {
    display:flex;
    justify-content: center;
}

.bus-title h1 {
    font-size:58px;
    font-weight:300;
    color:#fff;
    margin-bottom:35px;
    margin-left:80px;
}
.bus-title img {
    margin-bottom:60px;
}
.part {
    width:100%;
    max-width:600px;
}
.part p{
    font-size:21px;
    font-weight:300;
    line-height:34px;
    color:#fff;
    margin-bottom:40px;
}
.part p span {
    font-weight:700;
}
.left-btn {
    font-size:24px;
    font-weight:300;
    color:#000;
    padding:25px 125px;
    background-color:#ffc431;
    box-shadow: 0px 15px 10px #2e753e;
}
.left-btn:hover {
    color:#000;
}
/* end of business */


.pricing {
min-height:1220px;   
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 36%, rgba(222,222,222,1) 40%);
padding: 30px 0;
position: relative;
display:flex;
flex-direction: column;
align-items: center;
}
.pric2 {
min-height:1220px;   
display:flex;
flex-direction: column;
align-items: center;
position:relative;
}

.side-r-text {
width: 100%;
max-width:570px;
transform: translateX(140px);
}
.pricing-title {
 min-height:385px;
 display:flex;
 flex-direction:column;
 align-items:center;
 justify-content: flex-end;
 padding-bottom:70px;
 width: 70%; margin: 0 auto;
}

.pricing-title h1 {
font-weight:500;
color:#000;
font-size:80px;
padding-bottom:30px;
}

.pricing-title h3 {
font-weight:300;
color:#1ab640;
font-size:40px;
padding-bottom:50px;
max-width:705px;
text-align:center;
}
.pricing-title p {
font-weight:300;
color:#000;
font-size:26px;
line-height:38px;
padding-bottom:35px;
}

.viv-content {
 display:flex;
flex-direction:column;
align-items: flex-end;
 width:100%;
 max-width:850px;
}
.v-wrap {
    display:flex;
    width:100%;
}
.gray {
    width: 100%;
    max-width:570px;
    background-color:#bbbbbb;
    z-index: 10;
   }
   .dsp {
       display:none;
   }

.pin-div {
 background-color:#6f6f6f;
 width:100%;
 max-width:270px;
 margin:0;

}
.pin-div h4 {

font-weight:300;
color:#fff;
font-size:13px;
margin: 0;
padding:0;
text-indent: 1.5rem;
}

.pin-div .one { 
    height: 320px; 
    
}
.pin-div .two {

color:#fff;
height: 40px;
background-color:#5d5d5d;
}
.pin-div .three {

color:#fff;
height: 40px;

}
.pin-div .four {

color:#fff;
padding:10px 0 10px 20px;

}
.pin-div .five {

color:#fff;
padding:0px 0 0px 20px;

}

.pin-div .one, .pin-div .two, .pin-div .three {
 
display: flex;
justify-content: left;
align-items: center;
}
.card-div {
 width:100%;
 position: relative;
 background-color:#fff;
 margin-left:10px;
 border:2px solid #c6c6c6;
 box-shadow: 9px 4px 20px  #b7b7b7;
}
.card-title2 {
 height:320px;
 display:flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 text-align:center;
 margin:0;
 display:none;
}
.card-title2 p {
font-size: 14px;
}
.card-title2 h3 {
font-size: 18px;
font-weight: 700;
color: #2eb159;
}
.img1, .img2 {
 text-align:center;
 background-color:#ddd;
 height:40px;
 display: flex;
 align-items: center;
 justify-content: center;
}
.img2 { background-color: #FFF; }
.img3 {
text-align:center;
background-color:#ddd;
padding:5px 0 0 0;
}
.img4 {
 text-align:center;
 padding-top:10px;
 padding-bottom:50px;
}
.card-title h2 {

font-weight:700;
font-size:28px;
color:#212529;

}
.card-title p {

font-weight:700;
font-size:14px;
color:#707070;
}
.card-title h1 {

font-weight:700;
font-size:60px;
color:#212529;
}

.card-title { margin-bottom: 0; line-height: 150%; }
.card-title h1 span {
 font-size:30px;
 color:#9a9a9a;
}


/*   END OF PRICING  */

.industrie {
    min-height:1050px;
    background-color:#fff;
    
}
.ind2 {
    min-height:1050px;
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
}

.industrie-title {
    width:100%;
    max-width:610px;
    text-align:center;
}
.industrie-title h2 {
    font-size:60px;
    font-weight:300;
    color:#000;
    margin-bottom:20px;
}
.industrie-title h1 {
    font-size:82px;
    font-weight:500;
    color:#3cb559;
    margin-bottom:70px;
}
.industrie-title h1 span {
  color:#000;
  font-weight:300;
  font-size:75px;
}

.small-divs {
    width:100%;
    max-width:1300px;
}

.divs-row {
    padding:0;
    margin:0;
}
.sm-col {
    padding:0;
    margin:0;
}
.sm-div {
    width:100%;
    max-width:210px;
    height:110px;
    background-color:#3cb559;
    color:#fff;
    margin-bottom:7px;
    border:1px solid #2eb249;
    display:flex;
    align-items: center;
    justify-content: center;
    text-align:center;
    font-size:17px;
    font-weight:300;
}
.sm-div:hover{
    background-color:#fff;
    color:#000;
    border:1px solid #515151;
    font-weight:500;
}

/* end of industries */

.partners-section {
    min-height:500px;
    background-color:#3cb559;
    
}
.partn2 {
    min-height:500px;
    display:flex;
    align-items: center;
    justify-content: center;
}

.partners-tit {
    margin-bottom:80px;
}
.partners-tit h1 {
    font-size:110px;
    font-weight:300;
    color:#fff;
    margin-bottom:40px;
}
.partners-text {
    width:100%;
    max-width:750px;
    margin-left:120px;
}
.partners-text p {
    font-size:21px;
    font-weight:300;
    color:#fff;
    line-height:33px;
}
.partners-text p span {
    font-weight:500;
}

/* end of partners */

.about {
    min-height:810px;
    background-color:#000;
    background-image:url('../images/about-layer.png');
    background-repeat:no-repeat;
    background-position:left;
    
}

.ab2 {
   
    min-height:810px;
    display:flex;
    align-items: center;
    justify-content: flex-end;
}
.about-content {
    width:100%;
    max-width:890px;
}
.about-content p {
    font-size:21px;
    font-weight:300;
    color:#fff;
    line-height:39px;
    margin-bottom:50px;
}
.about-title {
    display:flex;
    font-size:59px;
    font-weight:300;
    color:#fff;
    margin-bottom:40px;
}
.about-title img {
    padding-left:15px;
}

/* end of about */



.contact {
    min-height:845px;
    background-color:#e6e6e6;
    border-bottom:10px solid #3cb559;
    position:relative;
    background-image:url("../images/contact-img.png");
    background-repeat: no-repeat;
    background-position:right;
    background-size:contain;
}


.cnt2 {
    min-height:845px;
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding:110px 50px;
    
}

.contact-div {
    width:100%;
    max-width:715px;
}
.row2 {
  margin:0;
  width:100%;
  max-width:720px;
}
.input2 {
    
    width:345px!important;
    border-radius:0;
    border:2px solid #d8d8d8;
   
}
.in {
    margin-right:10px;
    margin-bottom:10px;
}
.input2::placeholder {
    color:#6b6b6b;
    font-size:16px;
    font-weight:300;
}
.input2-5::placeholder{
    color:#6b6b6b;
    font-size:16px;
    font-weight:300;
}
.group-2 {
    width:100%;
    max-width:710px;
    
}
.group-3 {
    margin:0;
    width:100%;
    max-width:720px;
}
.input2-5 {
    border-radius:0;
    border:2px solid #d8d8d8;
    width:100%;
    margin-bottom:10px;
}
.text-ar {
    width:100%;
    max-width:705px!important;
    resize: none;
}
.text-ar::placeholder {
    color:#6b6b6b;
    font-size:16px;
    font-weight:300;
}
.left-btn2 {
    font-size:24px;
    font-weight:300;
    color:#000;
    padding:25px 100px;
    background-color:#ffc431;
    box-shadow: 0px 15px 10px #bfbfbf;
    border:none;
}
.contact-title {
    margin-bottom:40px;
}
.contact-title  h3{
  font-size:40px;
  font-weight:300;
  color:#868786;
}
.contact-title h1 {
    font-size:48px;
    font-weight:300;
    color:#000;
}



.one {
    margin-bottom:30px;
    
}
.pin-div h4.one {
    display:none;
}

.one h1 {
    font-weight:300;
    color:#fff;
    font-size:36px;
    margin-bottom:25px;
}


.last {
    padding-bottom:30px;
}
.one p {
    font-weight:300;
    color:#fff;
    font-size:14px;
    line-height:23px;
    margin:0;
}
.one p span {
    font-weight:500;
    font-size:14px;

}
.merchant {
    margin-right:35px;
}
.merchant h3 {
    font-weight:300;
    font-size:15px;
    color:#fff;
    margin:0;
}

.merchant p {
    font-size:14px;
    color:#fff;
    font-weight:300;
    line-height:23px;
    margin:0;
}
.merchant p span {
    font-weight:500;
    font-size:12px;
    margin:0;
}
.two-flex {
    display:flex;
}
.s-divider {
    width:105px;
    height:3px;
    background-color:#fff;
    margin-bottom:15px;
    margin-top:15px;
}



/*  END OF CONTACT  */

.footer {
    min-height:485px;
    background-color:#000;
    
}
.foot2 {
    min-height:485px;
    display:flex;
    justify-content: space-between;
    padding: 80px 95px 0 95px;
    position:relative;
}
.copy-p {
    position:absolute;
    bottom:10px;
    right:6%;
    font-size:12px;
    font-weight:300;
    color:#6a6a6a;
}
.f-nav {
    
    display:flex;
    flex-direction:column;
    align-items: flex-end;
}
.f-logo {
    height:80px;
}
.footer-logo-cb {
    position: absolute;
    bottom: 3%;
    right: 45%;
}
.footer-logo-cb img {
    max-width: 175px;
}

.pp  {
    position:absolute;
    bottom:10px;
    left:40px;
    font-size:12px;
    font-weight:300;
    color:#6a6a6a;
}
.f-logo img {
    transform:translateY(-25px);
}
.nav-row {
    display:inline-block;
    margin-bottom:100px;
}
.nav-row ul {
    display:flex;
    text-align:right!important;
}

.links {
    display:flex;
    justify-content: flex-end;
}
.s-p {
    color:#838383;
    font-size:12px!important;
}

.nav-row ul li {
    margin-left:65px;
    text-align:center;
    
}

.nav-row a {
   font-weight:300;
   font-size:21px;
   color:#838383!important;
  
   
}
.nav-row a:hover{
    color:#fff!important;
}
.nav-row a.active {
    color:#3cb559!important;
}

.links a {
   font-weight:300;
   font-size:18px;
   color:#838383!important;
   
}
.links ul {
    margin-left:135px;
    text-align:right;
}
.links ul li {
    margin-bottom:15px;
}
.links a:hover{
    color:#fff!important;
}
.links a.active {
    color:#3cb559!important;
}

/*  -----    END OF INDEX PAGE    --- */



.advantages {
    background-color:#fff;
    min-height:2490px;
    
    position:relative;
}
.advant2 {
    min-height:2490px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header2 {
    min-height:180px;
    background-color:#2e2e2e;
    background-image:url('../images/header-layer.png');
    background-repeat:no-repeat;
    background-position:bottom;
    background-size:cover;
}
.ad-title {
    width:100%;
    max-width:1310px;
    margin-bottom:90px;
    
}
.ad-row {
    margin-bottom:100px;
    display:flex;
    justify-content: space-between;
}
.ad-title h1 {
    font-size:68px;
    font-weight:300;
    color:#000;
    margin-bottom:55px;
}
.ad-title img {
    margin-bottom:40px;
    position:absolute;
    left:0;
  
}
.ad-title h4 {
    font-size:24px;
    font-weight:400;
    color:#525252;
    line-height:36px;
    padding-top:40px;
    margin-bottom:45px;
}
.ad-title h4 span {
    font-weight:700;
    color:#000;
}

.ad-content {
    width:100%;
    max-width:1315px;
}
.ad-content h2 {
    font-size:42px;
    font-weight:300;
    color:#000;
    margin-bottom:85px;
}
.ad-content h2 span{
    font-size:42px;
    font-weight:500;
    color:#3cb559;
}
.column {
    width:315px;
}
.column ul li {
    display:flex;
    align-items:center;
    margin-bottom:25px;
}
.sm-text {
    font-size:16px;
    font-weight:400;
    color:#000;
    padding-left:20px;
}

.column2 {
    width:100%;
    
    display:flex;
    justify-content: space-between;
}
.column2 ul li {
    display:flex;
    align-items:center;
    margin-bottom:25px;
}
.left-cont h3 {
    font-size:32px;
    font-weight:500;
    color:#3cb559;
    margin-bottom:65px;
}
.left-cont h4 {
    font-size:24px;
    font-weight:400;
    color:#525252;
    line-height:36px;
    margin-bottom:35px;
}

.right-cont h3 {
    font-size:32px;
    font-weight:500;
    color:#3cb559;
    margin-bottom:65px;
}
.right-cont h4 {
    font-size:24px;
    font-weight:400;
    color:#525252;
    line-height:36px;
    margin-bottom:35px;
}

/* end of advantage */

.pricing2 {
    min-height:1720px;   
    background-color:#DEDEDE;
    padding: 11vh 0;
    position: relative;
    
    }
    .pric2 {
        /* min-height:1720px;    */
        display:flex;
        flex-direction: column;
        align-items: center;
        }

    /* END OF ADVANTAGES PAGE  */

    .partners {
       /* min-height:1165px;*/
        background-color:#fff;
        position:relative;
    }

    .partner2 {
        min-height:1165px;
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .pa-title {
        width:100%;
        max-width:1310px;
        margin-bottom:90px;
        padding-top:125px;
    }
    .pa-title h1 {
        font-size:68px;
        font-weight:300;
        color:#000;
        margin-bottom:55px;
    }
    .pa-title img {
        margin-bottom:40px;
        position:absolute;
        left:0;
      
    }

    .partners-row {
        margin-bottom:45px;
        display:flex;
        justify-content: space-between;
    }

    .part1-div {
        width:100%;
        max-width:390px;

    }
    .part1-div h1 {
        font-size:42px;
        font-weight:700;
        color:#000;
        margin-bottom:40px;
    }
    .part1-div p {
       font-size:21px;
       font-weight:400;
       line-height:36px;
       color:#4d4d4d;
    }
    .top-div-part {
        font-size:21px;
       font-weight:400;
       line-height:36px;
       color:#4d4d4d;
    }
    .bene {
        font-size:24px;
        font-weight:700;
        color:#000;
        margin-bottom:30px;
    }
    .column1 {
        width:400px;
    }
    .column1 ul li {
        display:flex;
        align-items:center;
        margin-bottom:35px;
    }
    .code-bullets {padding-left: 2em}
.code-bullets li {padding-bottom: 1rem; list-style-type: disc;}
.lista-4 {list-style: disc;}
    /* end of partners section */

    .receive {
        min-height:1500px;
        background-color:#d6d6d6;
        
    }
.rece2 {
    min-height:1500px;
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
}

    .receive-title {
        margin-bottom:55px;
        width:100%;
        max-width:500px;
    }

    .receive-title h2 {
        font-size:36px;
        font-weight:500;
        color:#000;
    }

    .receive-cont {
        width:100%;
        max-width:1060px;
        min-height:1100px;
        border:1px solid #b0b0b0;
        background-color:#fff;

    }

    .top {
        min-height:970px;
        display:flex;
        align-items: center;
        justify-content: center;
    }
    .top-row {
        max-width:910px;
        margin-top:55px;
    }

    
    .top-card {
        max-width:440px;
        display:flex;
        margin-bottom:35px;
    }
    .c-text {
        max-width:305px;
        padding-left:10px;
    }
    .c-text h3 {
        font-size:18px;
        font-weight:500;
        color:#000;
        margin-bottom:25px;
    }
    .c-text p {
        font-size:12px;
        font-weight:400;
        color:#676767;
        line-height:24px;
    }

    .bot {
        min-height:135px;
        background-color:#dedede;
        display:flex;
        align-items: center;
        justify-content: center;
    }

    .bot h2 {
        font-size:24px;
        font-weight:500;
        color:#000;
    }
    .bot h2 span {
        color:#28a04c;
    }

    .spinner {
    position: absolute;
    /* margin: 100px auto 0; */
    width: 70px;
    text-align: center;
    top: 50vh;
    left: calc(50vw - 35px);
    display: none;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #de4400;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}