@font-face{
    font-family: nexa;
    src:url('../fonts/Nexa-Bold.otf');
    src:url('../fonts/Nexa-Light.otf');
    }

.body {
    background-color: lightgray;
}

.plan-1 {
    margin-top: 50px;
    background-color: white;
    border-radius: 20px;
    height:405px;
}

.plan-2 {
    margin-top: 30px;
    background-color: white;
    box-shadow: -7px 5px 10px;
    border-radius: 20px;
    position: relative;
    left: -30px;


}

.head {
    background-color: orange;
    border-radius: 18px 18px 0px 0px;
    text-align: center;
    color: white;
    padding: 2px;
}

ul {
    list-style-type: none;

}

.item-list {
    margin-right: 20px;
}

.tick li:before {
    content: '✓ ';
    color: #29D346;

}

.symbol-1 {
    font-size: 3.5rem;
    color: gray;
    font-weight: 600;
    text-align: center;
    font-family: Arial;
}

.symbol-sign {
    position: relative;
    top: -3px;
    color: gray;
    font-weight: 600;
    font-size: 3rem;
    font-family: nexa;
}

.services-block-four:hover a {
    color: #170B35 !important;
}

.services-block-four:hover {
    color: #F99D34;
}

.service-1 {
    box-shadow: 0px -4px 3px rgba(99, 99, 99, 0.5);
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
}

.pointer{
    cursor: pointer;
}



.pb-1 a:hover {
    text-decoration: none;
    color: red;
}

.services-block-four:hover a {
color: #170B35 !important;
}

.services-block-four:hover {
color: #F99D34;
}
.services-block-four
{
box-shadow: 0px -4px 3px  rgba(99, 99, 99, 0.5);
background-color: #fff;
padding: 20px;
border-radius: 8px;
}

#box1{
    margin-top: -98px;


}

#box22
{
   
}

@media only screen and (max-width: 600px) {
    #box1{
        margin-top: -3px;
    }
    #box22{
        left: 33px;
    }
  
  }