html {
    scroll-behavior: smooth;
}
.content{
    width:75%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Source Sans Pro', sans-serif !important;
}
#removeActivelist .activelist{
    border-bottom: 0px white !important; 
}
#title{
    font-size: 18px !important;

}
#addonName{
    padding: 10px;
}
.image{
    width:150px;
    height:150px;
    border-radius: 50%;
}
.addonDetails{
    padding-top: 15px;
    scroll-behavior: smooth;
}
.heading,.addonDetails{
    display: flex;
}
.columndiv{
    display: inline-block;
}
#head{
    margin-bottom: 0px;
    text-transform: capitalize;
    font-size: 40px;
    color: black;
}
.btn1{
    width: 100px;
    color:white;
    background-color: #27BE31;
    border: none;
    margin-top: 50px;
    padding: 10px;
    border-radius: 4px;
    float: right;
    font-size: 16px;
    height: 44px;
    width: 120px;
}
#getItNow{
    margin-left: auto;
}
.description {
    display: block;
    white-space: pre-line;
    margin: 1em 0px !important;
}
.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;
}
.btn3{
    margin-top: 8px;
    width: 90px !important;
    height: 35px !important;
}
.text{
    text-align: center;
    margin:0px;
    display: block;
}
.paragraph{
    margin-top:50px;
    width:60%;
    margin-left: auto;
    margin-right: auto;
}
.dot{
    margin-left: auto;
    margin-right: auto;
}
.paragraph p{
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}
#left{
    width: 67%;
    padding: 5px;
}
#right{
    width: 33%;
    padding: 5px;
}
.sidenav {
    overflow: hidden;
    color:black;
    float:left;
}
.sidenav a{
    color: #333333;
    font-size: 16px;
}
.sidenav ul li {
    float: left;
    display: block;
    text-align: center;
    padding: 3px 10px;
    text-decoration: none;
    font-size: 17px;
    list-style-type: none;
    cursor: pointer;
}
.sidenav ul{
    float:left;
    padding: 0px;
}
.sidenav a.active {
    color: rgb(0, 132, 255);
}
.middle h4{
    padding-top: 2px;
    margin: 0px;
    opacity: 0.4;
    font-size: 14px;
}
.middle p{
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.media li{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.features{
    min-height: 200px;
}
.extrafeatures{
    font-size: 14px !important;
}
.card{
    vertical-align: top;
    display: inline-block;
    width:33.33%;
    text-align: center;
    /* box-shadow: 6px 6px #ececec ; */
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 15px;
}
.currency{
    font-size: 12px;
    color: #333333;
    text-align: right;
}
.title-value{
    text-transform: capitalize;
}
.planPrice{
    font-size: 30px;
    color: #333333;
}
.media{
    margin-top: 62px;
    width:270px;
    margin-left: auto;
    margin-right: auto;
}
.media h4{
    margin-bottom: 0px;
    opacity: 0.4;
    font-size: 14px;
}
#planName{
    padding-left: 8px;
    padding-right: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: capitalize;
}
.media ul{
    padding-inline-start: 18px;
}
.media ul li{
    margin-bottom: 5px;
}
.media a, .media ul li a{
    color: #0000ff !important;
}
.screenimg{
    width: 270px;
    height: 200px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}
.mySlides {display: none}
/* img {vertical-align: middle;} */

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

.showPlanPrice {
    padding: 10px;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next {font-size: 11px}
}
@media screen and (max-width: 1100px){
    .content{
        width:90%;
        margin-left: auto;
        margin-right: auto;

    }
    .card{
        width: 50%;
    }
    #left{
        text-align: justify;
    }
}
@media screen and (max-width: 760px){
    .content{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .heading, .addonDetails{
        display: inline-grid;
    }
    .heading, .columndiv, .card, #right{
        margin-left: auto;
        margin-right: auto;
    }
    #right, #left, .media{
        width: 90%;
    }
    h4{
        text-align: center;
    }
    .btn1{
        margin-top: 0px;
    }
    #head, #head + p{
        text-align: center;
    }
    #left{
        text-align: justify;
    }
    .screenimg{
        max-width:100%;
        height: auto;
    }
    .screenimg{
        width: 100%;
    }
    .paragraph{
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    .text{
        margin:0px;
    }
    /* #addonName{
        padding-left: 0px;
        padding-top: 15px;
    } */
    #getItNow{
        padding-top: 10px;
    }
    .planOrigin .selectPlanRegion {
        text-align: center !important;
    }

}
@media screen and (max-width:600px){
    .card{
        width: 100%;
    }
    /* #addonName{
        padding-left: 0px;
        padding-top: 15px;
    } */
    #getItNow{
        padding-top: 10px;
    }
}
.planOrigin {
    display: block;
    margin: 5px;
}
.planOrigin .selectPlanRegion{
    text-align: right;
    width: 100%;
}
.planOrigin select {
    background: #e2e2e2;
    border: none;
    height: 35px;
    width: auto;
    border-radius: 7px;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    color: #333333;
    font-weight: 600;
    outline: none;
}