@media handheld, only screen and (min-width:1500px) {
    #main h1, #main p {margin-bottom: 5%;}
}
@media handheld, only screen and (max-width:1260px) {
    #main .absolute.main {top: 15%;}
}
@media handheld, only screen and (max-width:1140px) {
    .cmp, form span {display: none !important;}
    .main {width: auto;}
    #main .absolute.main {width: 90%;left: 5%;top: 10%;}
    #main .button {width: 50%;}
    #plans > div {width: 100%;float: none;padding-top: 20px;}
    #plans .button {width: 55%;}
    #plans > #mid {padding-top: 50px;}
    #plans {width: 90%;}
    .form {background-color: white;box-shadow: 0 -2px 25px #cac3c3;margin-top: -5px;}
    #l-1, #l-2 {width: 100%;right: 0;}
    .form > div {width: 80%;}
    .form form > * {float: none !important;width: 100%;}
    .form form .submit {width: 80%;display: inline-block;}
    #icons {background-color: #31b8c3;padding: 5%;}
    #icons .main {width: 100%;left: 0;position: relative;padding: 5% 0;}
    #body1 p {padding: 0 10%;}
    #body1 .main > div {padding: 0;}
    #p2 {width: auto;padding-top: 50px;}
    #p2 > div {padding-top: 5%;display: inline-flex;}
    #p2 > div > div {width: 50%;}
    #body1 {background-image: none;}
    #clients img{width:90%;}
    #icons .dot {cursor: pointer;height: 15px;width: 15px;margin: 0 2px;background-color: white;border-radius: 50%;display: inline-block;transition: background-color 0.6s ease;float: none;}
    #icons .active, #icons .dot:hover {background-color: #1899a3;}
    #icons .slideshow-container span {width: 49%;font-weight: 600;}
    #icons .slideshow-container span img {width: 50%;}
}
@media handheld, only screen and (min-width:1141px) {
    .mob {display: none !important;}
}
@media handheld, only screen and (max-height:850px) {
    #popup p {margin-bottom: 15px;}
    #l-3 > div{margin-top: 7px;}
    #l-3 input[type=text]{margin-bottom: 7px;}
    
}
@media handheld, only screen and (max-height:720px) {
    #popup {top: 5%;}
    #popup > div {padding-top: 1px;}
}
@media handheld, only screen and (max-height:660px) {
    #popup {top: 10%;}
    #popup > img {display: none;}
    #popup > div {margin-top:0;}
}