@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Noto Sans", sans-serif;

}

p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 8px;
}

a {
    text-decoration: none;
}

h1 {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 8px;
}

img {
    width: 100%;
    height: auto;
}

.txt-cntr {
    text-align: center;

}

.vps4y-wrp {
    width: 90%;
    margin: auto;
}

.vps4y-wrp1 {
    width: 100%;
    margin: auto;

}

.vps4y-pad {
    padding: 30px 20px;
}

/* flx */
.vps4y-flx {
    display: flex;
}

.vps4y-gp {
    gap: 20px;
}

.vps4y-jus {
    justify-content: space-between;
}

.vps4y-algn {
    align-items: center;
}

.vps4y-flx-50 {
    flex: 50%;
}

.vps4y-flx-20 {
    flex: 20%;
}

.vps4y-flx-33 {
    flex: 33.3%;
}

.vps4y-flx-30 {
    flex: 30%;
}

.vps4y-flx-70 {
    flex: 70%;
}

.vps4y-flx-25 {
    flex: 25%;
}
.vps4y-flx-25s {
    flex: 25%;
}
.vps4y-flx-80 {
    flex: 80%;
}

.vps4y-flx-60 {
    flex: 60%;
}

.vps4y-flx-40 {
    flex: 40%;
}

/* header */
.vps4y-head {
    padding: 20px 20px;
    background-color: #fff;
    color: #fff;
}

.btn {
    padding: 14px 46px;
    font-size: 18px;
    background-color: #11713e;
    color: #fff;
    cursor: pointer;
    border: none;
}

.head-img {
    max-width: 350px;
}

/* banner */

.vps4y-ban {
    background-color: #11713e;
    color: #fff;
}

.ban-img {
    max-width: 550px;
}

.ban-para {
    background-color: #fff;
    width: 60%;
    padding: 10px;
    border-radius: 80px;
    color: #000;
}
.main-para{
    font-size: 30px;
    font-weight: 500;
   
}
.main-btn {
    background-color: #ffe23d;
    border: none;
    padding: 15px;
    border-radius: 5px;
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: bold;
    cursor: pointer;
    animation: heartbeat 2s infinite;
}
@keyframes heartbeat {
    0% { transform: scale(1); }
    25% { transform: scale(1.1); }
    50% { transform: scale(1); }
    75% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
.main-para1{
    font-size: 25px;
    border-bottom: 2px solid #fff;
    width: 43%;
    font-weight: bold;
    margin-bottom: 20px;
}
/* wht */
.vps4y-wht {
    background-color: #fff;
}

.wht-img {
    max-width: 600px;
    border-radius: 156px 5px 2px 0px;
    
}

.icon-img {
    max-width: 60px;
}

.vps4y-wht-cont {
    border: 2px solid #11713e;
    width: 90%;
    margin: auto;
    margin-top: 30px;
    padding-bottom: 20px;
    border-radius: 3px;
}

/* ing */
.vps4y-ing {
    background-color: #11713e;
    color: #fff;
}



.ing-img1 {
    max-width: 250px;
}



/* button */
.vps4y-btn {
    max-width: 300px;
    margin-top: 15px;
}

/* benefits */
.vps4y-bene {
    background-color: #fff;
}

.bene-img {
    max-width: 500px;
}

.bene-desc {
    box-shadow: 4px 10px 10px rgba(0, 0, 0, 0.3);
    padding: 10px;
    border-radius: 20px;

}

.bene-head {
    background-color: #11713e;
    color: #ffff;
    margin-left: -10px;
    padding-left: 10px;
    padding-bottom: 2px;
}

.bene-cont {
    background-color: #11713e;
    color: #fff;
    padding: 30px;
    border-radius: 20px;
}

/* bns */


.vps4y-bns {
    background-color: #11713e;
    color: #fff;
}



/* review */
.vps4y-rev {
    background-color: #fff;
    position: relative;
    z-index: 0;


}





/* faq */
.vps4y-faq {
    background-color: #11713e;
    color: #fff;
}


/* footer */
.vps4y-ft {
   font-size: 16px;
    background-color: #000;
    color: #fff;
}
.vps4y-ft a{
    color: #ffffff;
}
/* prices */
.vps4y-prc{
    background-color: #ffffff;
    
}
.prc-img{
    margin-top: 20px;
    max-width: 350px;
}

.desk-nn {
    display: none;
}

.mob-nn {
    display: block;
}
/* contact */
input[type=text],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #d05932;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #e69479;
}
@media (max-width:768px) {
	
    .vps4y-dir {
        flex-direction: column;
    }
    .vps4y-flx-rev{
        flex-direction: column-reverse;
    }

    .btn {
        display: none;
    }
.vps4y-flx-25s {
    flex: 100%;
}
    .mob-cntr {
        text-align: center;
    }

    h1 {
        font-size: 28px;
    }
    .ban-para {
        width: 100%;
        padding: 11px;
        
    }
    .vps4y-wht-cont {
        border: 2px solid #11713e;
        width: 100%;
        margin: auto;
        margin-top: 30px;
        border-radius: 3px;
        padding: 15px;
    }
    .ing-cont {
       
        padding: 15px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .ing-cont1 {
        margin-bottom: 30px;
      
    }
    .ing-cont2 {
        margin-top: 30px;
      
    }
    .bene-head {
        background-color: #11713e;
        color: #ffff;
        margin-left: 0px; 
        padding-left: 0px;
        
    }
    .bene-desc {
        padding: 20px 10px;
       
    }
    .bonus-no {
        display: none;
    }
    .bns-cont {
        margin-top: 0px; 
         margin-left: 0px;
    }
    .bns-desc1{
        margin-top: 15px;
    }
    .bns-desc{
        margin-top: 0px;
    }
    .bns-cont1{
        margin-top: -25px;
    }
    .rev-desc {
        position: absolute;
        width: 100%;
        min-height: 521px;
        background-color: #11713e;
        top: 35%;
        z-index: -1;
    }
    
.bns-conte {
    margin-top: 40px;
}
.mnts{margin-top:20px;}
.main-para1 {
    font-size: 25px;
    border-bottom: 2px solid #fff;
    width: 100%;
    font-weight: bold;
    margin-bottom: 20px;
}
.desk-nn {
    display: block;
}

.mob-nn {
    display: none;
}
.vps4y-btn {
    max-width: 280px;
    margin-top: 15px;
}
}

@media (min-width:768px){.mn-fkx{display:flex}}