.addonHeading{
    text-align: center;
    max-width:100%;
}
.addonHeading h1{
    font-size: 40px;
    color: #000000;
    width: 771px;
    max-width:100%;
    margin:0 auto;
    font-weight: 400;
    padding:2% 0px;
}
.addonTitle p{
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin:0 auto;
    width: 771px;
    max-width:100%;
}.rowdiv{
    padding-top: 15px;
    padding-bottom: 20px;
    width: 100%;
    float: left;
}
.card a{
    color:black !important;
}
.a,a:active.a:hover,a:link,a:visited{
    text-decoration: none;
}
h1{
    padding-bottom: 0px !important;
}
.columnParentdiv{
    width:75%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    display: flex;
    margin-top: 15px;
}
.columndiv{
    display: block; 
    margin-left: auto;
    margin-right: auto;
}
#left{
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
}
#right{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
}
.addondetails{
    /* background-color: #f7f4f4; */
    background-color: white;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(150px,1fr));
    grid-gap: 20px;
    justify-content: center;
    grid-row: span 3;
}
.card{
    display: inline-block;
    text-align: center;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    padding: 10px;
    background: #FFFFFF;
    transition: 0.3s;
}
.card:hover{
    /* box-shadow:0 .250rem .50 rem rgba(0,0,0,.075)!important; */
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.mp-addon{
    border-radius: 4px;
}
.addonName{
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 14px;
    color: #000000;
    text-align: center;
    margin-bottom: 0px;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.textMuted{
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 14px;
    color: #000000;
    opacity: 0.4;
}
.free,.paid{
    opacity: 0.5 !important;
    text-align: center;
}
.card hr{
    border: none;
    height:1px;
    background: rgba(0,0,0,.15);
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}
.card p{
    margin-top: 0px;
}
.divImage{
    margin-bottom: 5px;
}
.image{
    height:90px;
    width: 90px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
}
#searchdiv{
    background-color: rgb(230, 231, 233);
}
#search{
    background-color: rgb(230, 231, 233);
    border: 0;
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
    width: 100%;
}
input[type=text]:focus{
    outline:none;
}
input[type=checkbox] + label {
    display: block;
    margin:0.2em;
    cursor: pointer;
    padding: 0.2em;
}
input[type=checkbox]{
    display:none;
}
input[type=checkbox] + label:before{
    content : "\2714";
    border:0.1em solid #000;
    border-radius:0.2em;
    display:inline-block;
    width:0.9em;
    height: 0.9em;
    padding-left:0.2em;
    padding-bottom: 0.3em;
    margin-right:0.2em;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
}
input[type=checkbox] +label:active:before{
    transform: scale(0);
}
input[type=checkbox]:checked + label:before{
    background-color: blue;
    color:#fff;
    border:none;
}
.paragraph{
    margin-top: 50px;
}
.text{
    text-align: center;
}
.btn2{
    font-size: 16px;
    padding:7px;
    background-color: #2069FF;
    border: none;
    border-radius: 4px;
    color:white;
    width:160px;
    height: 44px;
    margin-left: auto;
    margin-right: auto;
}
#loader-skin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999999;
    display: none;
}
#loader-skin img{
    position: fixed;
    left: 45%;
    top: 45%;
}
.dot{
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1100px){
    .columnParentdiv{
        width:90%;
        margin-left: auto;
        margin-right: auto;
    }
    #left{
        width: 30%;
        margin-left: auto;
        margin-right: auto;
    }
    #right{
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .text{
        margin: 0px;
    }
    hr{
        float: none;
    }
}
@media screen and (max-width: 860px){
    .planHeading{
        padding: 0px 0px;
    }
    .columnParentdiv{
        width:90%;
        margin-left: auto;
        margin-right: auto;
    }
    #left{
        width: 30%;
        margin-left: auto;
        margin-right: auto;
    }
    #right{
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .text{
        margin: 0px;
    }
    hr{
        float: none;
    }
}
@media screen and (max-width: 600px){
    .columnParentdiv{
        width:95%;
        margin-left: auto;
        margin-right: auto;
    }
    #left{
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }
    #right{
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    .text{
        margin: 0px;
    }
}