*{
    margin:0;
    padding: 0;
}

html {
    height: 100%;
}
.b-0{border:0 !important}
.p-0{padding: 0 !important;}
.m-0{margin:0 !important;}
.d-block{display: block !important;}
.wrapper{
    position: relative;
    background: white;
}

header, section, footer{
    width:100%;
    height: auto;
    font-family: 'pnalt_regular';
}


.navbar{
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.2);
    border: 0;
    padding: 1rem 1rem;
    margin: 0;
}

.navbar-content-ul{
    margin-top: 3.5rem;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
}
.navbar-content li{
    display: inline-block;
    padding: 0 10px !important;
    font-size: 19px;
    text-transform: capitalize;
    margin: 0 .5rem;
}
.navbar-content li{
    display: inline;
    font-size: 19px;
    text-transform: capitalize;
    margin: 0 .5rem;
}
.navbar-content .b-0 a{
    color: #41b4df !important;
    background: transparent;
    border: 1px solid;
    min-width: 77px;
    display: inline-block;
    padding: 5px;
    border-radius: 1px;
}
.navbar-content a{
    color: white !important;
    padding: 0.2rem 0;
    text-decoration: none;
    letter-spacing: 0.7px;
    
}
.navbar-content i{
    margin: 0 0 0 1rem;
    
}
.navbar-content a:hover{
    color: #41b4df !important;
}



.dropdown-menu a{
    color: white !important;
    padding: 0.5rem 1rem;
    text-decoration: none;
    letter-spacing: 0.7px;
    border-bottom: 3px solid black;
    
}
.dropdown-menu a:hover{
    color: #41b4df !important;
    background:black !important;
}

.navbar-content-active{
    color: #41b4df !important;
    border-bottom: 3px solid #41b4df !important;
}

.dropdown-menu{
    background: black;
    opacity: 0.9;
    border-top: 5px solid #41b4df;
    border-radius: 0;
    margin: 0;
    padding: 0;
    text-align: center;
}





.header-content{
    position: relative;
    width: 100%;
    height: auto;
}
.header-content img{
    width: 100%;
    min-height: auto;
}
.header-content div{
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    color: white;
    margin-top: 22rem;
}
.header-content div *{
    display: block;
    margin: auto;
    font-family: 'pnalt_regular';
}
.header-content div h1{
    font-family: 'pnalt_bold';
    text-transform: capitalize;
    font-size: 40px;
}
.header-content div p{
    font-size: 30px;
    margin: auto;
    letter-spacing: 0.5px;
    width: 34%;
    margin-top: 2rem;
}
.header-content div button{
    background-color: #41b4df;
    border: 2px solid white;
    border-radius: 2px;
    margin: 3.5rem auto;
    padding: 7px 24px;
    font-family: pnalt_bold;
    font-size: 30px;
    text-transform: capitalize;
    transition: all 400ms;
}
.header-content div button:hover{
    color: #41b4df;
    border-color:#41b4df;
    background-color: white;
}
.header-content div small{
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    opacity: 0.9;
}

.header-inside-content{
    position: relative;
    width: 100%;
    height: auto;
}
.header-inside-content img{
    width: 100%;
    min-height: auto;
}
.header-inside-content div{
    position: absolute;
    top: 0;
    text-align: center;
    color: white;
    display: flex;
    display: -webkit-flex;
    margin-top: 3rem !important;
    width: 100%;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.header-inside-content div *{
    display: block;
    margin: auto;
    font-family: 'pnalt_regular';
}
.header-inside-content div h1{
    font-family: 'pnalt_bold';
    text-transform: capitalize;
    font-size: 70px;
    border-bottom: 1px solid;
    display: inline-block;
    text-shadow: 2px 2px 15px rgba(0,0,0,0.5);
    margin-left: 2rem;
    margin-right: 2rem;
    padding-bottom: 1rem;
}


.slider{
    width: 100%;
    min-height: 50px;
    background: white;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center; 
}

.slider img{
    margin: 2rem 5rem;
}
.slider div .col-xs-12{
    height: 12rem;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
}

.section-1{
    background: #41b4df;
}

.buy-now-section-1{
    display: block;
    margin: 0rem auto 4rem auto;
    border: 2px solid white;
    border-radius: 4px;
    font-size: 25px;
    font-family: pnalt_bold;
    transition: all 400ms;
}

.buy-now-section-1:hover{
    color: white;
    background-color:#41b4df;
}

.card-section-1{
    text-align: center;
    padding: 4rem 2rem;
}

.card-section-1 h3{
    color: white;
    margin-bottom: 3rem;
    font-size: 50px;
    font-family: pnalt_regular;
}
.card-section-1 article{
    color: white;
    font-size: 23px;
    display: block;
    /* border-top: 1px solid rgba(255, 255, 255, 0.6); */
    margin: 0 auto;
    width: 66.3%;
    padding: 1rem 0;
    /* margin-top: 0rem; */
}
.card-section-1 img{
    border-bottom: 1px solid rgba(255,255,255,0.6);
    padding: 0 7rem 5rem 7rem;
    height: 16rem;
}

.section-2{
    background-color:#ebebeb;
}

.card-section-2{
    text-align: center;
    padding: 4rem 2rem;
}

.section-2 h2{
    border-bottom: 1px solid black;
    width: 29.1%;
    text-align: center;
    display: block;
    margin: 3rem auto;
    font-size: 55px;
    font-family: pnalt_bold;
}

.card-section-2 h3{
    color: black;
    margin-bottom: 3rem;
    font-size: 30px;
    font-family: pnalt_regular;
}
.card-section-2 article{
    color: black;
    font-size: 23px;
    display: block;
    /* border-top: 1px solid rgba(255, 255, 255, 0.6); */
    margin: 0 auto;
    width: 70%;
    padding: 1rem 0;
    /* margin-top: 0rem; */
}
.card-section-2 img{
    border-bottom: 1px solid rgba(255,255,255,0.6);
    padding: 0 7rem 5rem 7rem;
    height: 16rem;
}

.how-can-help{
    background: #41b4df;
    padding: 2rem 11rem 5rem 11rem;
}

.how-can-help form{
    margin-bottom: 15rem;
}

.how-can-help h2{
    font-size: 4.1vw;
    color: white;
    margin-bottom: 5rem;
}

.how-can-help label{
    color: white;
    display: block;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    font-family: pnalt_regular;
    margin-top:2.5rem;
}

.how-can-help input{
    display: block;
    padding: 0.5rem;
    border: 0;
    width: 100%;
    min-height: 35px;
    border-radius: 3px;
}

.how-can-help textarea{
    display: block;
    width: 100%;
    min-height: 100px;
    border: 0;
    padding: 0.5rem;
    margin: 1rem 0;
    border-radius: 3px;
}

.how-can-help button{
    display: block;
    padding: 0.5rem 3rem;
    font-size: 21px;
    text-transform: capitalize;
    margin-top: 3rem;
    border: 1px solid;
    border-color: white;
    color: #464646;
    border-radius: 3px;
    font-family: pnalt_bold;
    transition: all 400ms;
}

.how-can-help button:hover{
    border-color: white;
    color: #464646;
    background: white;
}


.reach-us{
    padding: 3rem 3rem;
}

.reach-us h2{
    font-size: 4.1vw;
    color: #333333;
    margin-bottom: 5rem;
}

.reach-us ul{
    list-style:none;
}

.reach-us li{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    margin: 3rem 0;
    width: 100%;
}

.reach-us li p{
    border-left: 1px solid #ebebeb;
    padding: 0rem 2rem;
    margin: 0.7rem 0 0.7rem 2rem;
    font-size: 16px;
    width: 48%;
    line-height: 2.8rem;
}

.reach-us li img{
    max-width: 2.2rem;
}

.reach-us img{
    max-width: 45rem;
    width: 100%;
}




.card-section-3{
    text-align: center;
}

.card-section-3 h3{
    color: black;
    margin-bottom: 3rem;
    font-size: 30px;
    font-family: pnalt_regular;
}
.card-section-3 h4{
    display: block;
    width: 75%;
    font-family: pnalt_bold;
    margin: 1rem auto;
    border-bottom: 1px solid #41b4df;
    font-size: 35px;
    padding-bottom: 1rem;
    text-transform: capitalize;
}
.card-section-3 article{
    color: black;
    font-size: 20px;
    display: block;
    margin: 0 auto;
    width: 75%;
    padding: 1rem 0;
}
.card-section-3 img{
    margin-top: -85px;
    display: block;
    margin: -85px auto 0 auto;
}

.section-free-trial{
    display: block;
    background: #41b4df;
    margin: 4rem auto 13rem auto;
    color: white;
    border: 2px solid;
    border-radius: 4px;
    font-size: 28px;
    font-family: pnalt_bold;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    transition: all 400ms;
}

.section-free-trial-2{
    margin: 4rem auto -2.5rem auto;
}
.section-free-trial:hover{
    background: #e1e1e1;
    color: black;
}


.section-4{
    background:#ebebeb;
    padding: 6rem 0rem;
    position: relative;
}

.section-4 img{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    height: 100%;
}

.content-section-4{
    z-index: 1;
    position: relative;
}

.content-section-4 h5{
    display:inline;
    font-size: 35px;
    text-transform: uppercase;
}

.content-section-4 article{
    width: 70%;
    color: #464646;
    font-size: 18px;
    margin: 3rem 0 1rem 0;
}

.content-section-4 h5 b{
    font-family: pnalt_bold;
}

.section-5{
    background: #41b4df;
}

.section-video iframe{
    display: block;
    border-bottom: 1px solid white;
    margin: 5.5rem auto 0 auto;
    padding: 0 7rem 4rem 7rem;
    width: 100%;
    max-width: 60rem;
    min-height: 307px;
}

.section-video h4{
    display: block;
    margin: 3rem auto 6rem auto;
    text-align: center;
    color: #464646;
    text-transform: uppercase;
    font-size: 30px;
}

.section-video h4 b{
    font-family: 'pnalt_bold';
}

.section-6 {
    background: #000000;
    padding: 6rem 3rem 10rem 3rem;
    position: relative;
    display: flex;
    display: -webkit-flex;
    overflow: hidden;
    justify-content: center;
    -webkit-justify-content: center;
}

.section-6 img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
}

.content-section-6{
    z-index: 1;
    position: relative;
}

.content-section-6 h5{
    display: inline;
    font-size: 35px;
    text-transform: uppercase;
}

.content-section-6 article{
    width: 50%;
    color: white;
    font-size: 28px;
    float: right;
    text-align: end;
    line-height: 4.5rem;
    margin: 3rem 0 1rem 30%;
}

.content-section-6 h2{
    text-align: center;
    color: #41b4df;
    text-transform: capitalize;
    font-size: 50px;
    font-family: pnalt_bold;
    border-bottom: 3px solid;
    display: block;
    margin: 1rem auto 2rem auto;
    width: 46.5%;
}

.content-section-6 b{
    color: #41b4df !important;
}

.arrow-down{
    position: absolute;
    top: -7.5rem;
    width: 15rem;
    height: 15rem;
    background: white;
    font-size: 120px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center !important;
    align-items: center;
    border: 0;
    margin: 0;
    transition: all 0.5s;
    border-radius: 50%;
    outline: none;
    cursor: default;
}

.arrow-down img{
    margin-top: 1rem;
}

.arrow-down:hover{
    transform: rotate(360deg);
}


.section-7{
    background: #41b4df;
    padding: 12rem 0;
    position: relative;
}

.arrow-section-7{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
}

.buy-card{
    text-align: center;
    background: white;
    padding: 3rem;
    margin-top: 2rem;
}

.buy-card h4{
    font-size: 39px;
    font-family: pnalt_bold;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    display: block;
    padding-bottom: 1.5rem;
    margin: 1rem auto;
    width: 75%;
}

.buy-card img{
    margin: 3rem 0;
    max-height:10rem;
}

.buy-card p{
    font-size: 25px;
    width: 86%;
    display: block;
    margin: 1rem auto;
    height: 15rem;
}

.buy-card a{
    background: #e7ab2a;
    display: inline-block;
    color: white;
    border: 1px solid #e7ab2a;
    padding: 0.4rem 2rem;
    font-size: 25px;
    text-transform: capitalize;
    font-family: pnalt_bold;
    margin: 5rem 0 1rem 0;
    transition: all 400ms;
}

.buy-card a:hover{
    background:white;
    color: #e7ab2a;
    border: 1px solid #e7ab2a;
    text-decoration: none
    
}


.title{
    width: 100%;
    padding: 3rem 0;
    height: 100%;
    background: #41b4df;
    text-align: center;
    color: white;
}
.title h1{
    margin: 0;
    font-size: 50px;
    border-bottom: 2px solid white;
    display: inline;
    padding-bottom: 0.5rem;
    font-family: pnalt_bold;
}

.knowledge-aside{
    background: #ebebeb;
    padding: 1.5rem;
    height: 100%;
}
.knowledge-main-row .knowledge-expand{
    height: 100%;
}
.knowledge-aside ul{
    list-style: none;
}

.knowledge-aside ul img{
    display: inline-block;
}
.knowledge-aside ul a{
    display: inline-block;
    margin: 0;
    margin-top: 5px;
    margin-left: 0.5rem;
    font-size: 12px;
    color: #464646;
    text-decoration: none;
    transition: all 400ms;
}

.knowledge-aside ul a:hover{
    color: #787878;
}

.knowledge-aside ul li div{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0.7rem 0;
}

.knowledge-aside ul li li{
    margin-left: 2rem;
}

.knowledge-aside-li-title{
    font-family: 'pnalt_regular';
    margin-bottom: 1rem;
    font-size: 19px;
    text-transform: capitalize;
    margin: 2rem 0;
}

.knowledge-row{
    display: flex;
    display: -webkit-flex;
}

.knowledge-nav{
    padding: 3rem 0rem 0 0;
}

.knowledge-nav small{
    color: #41b4df;
    font-size: 16px;
}
.knowledge-nav form{
    display: inline-block;
}

.knowledge-nav form input, .knowledge-nav form select{
    height: 3rem;
    text-align: left;
    padding-right: 4rem;
    border: 1px solid #ebebeb;
    width: 20rem;
    background: white;
    color: #464646;
    margin-left: 1rem;
}

.knowledge-nav form button{
    width: 7rem;
    height: 3rem;
    margin-left: -4px;
    background: #41b4df;
    margin-top: 1px;
    color: white;
    border: 1px solid #41b4df;
    border-radius: 1px; 
}

.knowledge-content{
    padding-bottom: 4rem;
    margin-top: 6rem;
}

.knowledge-content ul{
    list-style: none;
}

.knowledge-content h2{
    font-family: pnalt_bold;
    font-size: 35px;
    text-transform: capitalize;
}

.knowledge-content h3{
    font-family: pnalt_bold;
    font-size: 25px;
    text-transform: capitalize;
    margin: 5rem 0.5rem 0 0;
}
.knowledge-content ul li{
    margin-top:1.7rem; 
}
.knowledge-content ul li div{
    position: relative;
    padding-left: 2.7rem;
    z-index: 1;
    font-family: myriad_pro;
    margin-top: 2rem;
}
.knowledge-content ul li img{
    position: absolute;
    left: 0;
    top: 0;
}
.knowledge-content ul li a{
    color:#464646;
}
.knowledge-content ul li small{
    display: block;
    color:#464646;
}

.knowledge-article-small{
    margin-left: 1.75rem;
}



footer{
    background: #464646;
    width: 100%;
    min-height: 10rem;
    height: auto;
    padding: 3rem 0rem;
    color:white;
}

footer ul{
    list-style: none;
    margin-top:3rem;
}

footer ul li{
    font-size: 18px;
    text-transform: capitalize;
}

.li-title{
    font-family: 'pnalt_bold';
    margin-bottom: 1rem;
    font-size: 24px;
    padding: 0 !important
}

footer ul a{
    color:white;
    text-decoration: none !important;
    margin: 0 !important
}


footer ul a:hover{
    color:lightgray;
}
footer ul a:focus{
    color:lightgray;
}

.navigate img{
    display: inline-block;
    margin: 1rem 1rem 1rem 0;
    padding: 2px;
    width: 1rem;
}
.navigate .dropdown-menu{
    position: relative;
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    box-shadow: none;
}
.navigate .dropdown-menu a{
    border: 0;
}
.navigate .dropdown-menu a:hover{
    background: transparent !important
}

.contact p{
    display: inline-block;
    width: 100%;
}
.contact li{
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    position: relative;
    padding-left: 3rem;
    margin: 1rem 0;
}
.contact img{
    display: inline-block;
    margin: 0 1rem 1rem 0;
    position: absolute;
    left: 0;
    margin-top: 0.2rem;
}

.title-block_9 h3{
    width: auto !important;
}

.connect li{
    text-transform: capitalize
}
.connect .facebook-icon{
    width: 1.6rem;
}
.connect img{
    display: inline-block;
    margin: 10px 10px 10px 0;
    padding: 2px;
    width: 1.8rem;
}





/* ****************************************************************** INTERIOR *************************************************************** */


.overview-section{
    background-color: #ebebeb;
    color: #787878;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-family: pnalt_regular;
    line-height: 25px;
}
.overview-section h3{
    font-size: 24px;
    font-weight: bold;
    margin-top: 6rem;
}
.overview-section h2{
    text-align: center;
    font-weight: bold;
    margin: 2rem 0;
}
.overview-section b{
    margin: 0 5px 0 0;
}

.overview-section a{
    text-decoration:underline;
    color:#787878;
}
.overview-section ul li ul li{
    margin:1rem 0 1rem 5rem ;
    list-style: disc;
}


.main-h3{
    border-bottom: 2px solid;
    display: inline-block;
}

.main-ul{
    list-style: none;
}
.main-li{
    border: 0px !important;
    text-align: center;
}
.main-ul-li{
    border-top:1px solid #41b4df;
    padding: 2.5rem 0px;
}

.section-addon {
    background-color: #41b4df;
    color: white;
}
.card-section-addon {
    text-align: center;
    padding: 4rem 2rem;
    
}
.section-addon h2 {
    text-align: center;
    font-weight: bold;
    margin: 2rem 0;
    padding-top: 2rem;
}

.card-section-addon h3 {
    color: white;
    font-size: 26px;
    font-family: pnalt_regular;
}

.card-section-addon article{
    color: black;
    font-size: 20px;
    display: block;
    /* border-top: 1px solid rgba(255, 255, 255, 0.6); */
    margin: 0 auto;
    width: 70%;
    padding: 1rem 0;
    /* margin-top: 0rem; */
}

.i-addon {
    font-size: 80px;
}

.kc-cloud-section{
    text-align: center;
    padding: 3rem 0;
    color: #787878;
    background-color: #ebebeb;
}
.kc-cloud-section img{
    margin: auto;
    margin-top:3rem; 
}
.kc-cloud-section h2{
    font-family: pnalt_bold;
    
}
.kc-cloud-section p{
    font-size: 18px;
    letter-spacing: 0.5px;
}
.kc-cloud-section small{
    font-size: 14px;
    margin-top: 4rem;
    display: block;
}

.kc-cloud-section form{
    padding: 2rem 5rem;
    text-align: start;
    background:#41b4df;
    margin-top: 5rem;
}
.kc-cloud-section form input{
    display: block;
    padding: 0.5rem;
    border: 0;
    width: 100%;
    min-height: 35px;
    border-radius: 3px;

}
.kc-cloud-section form label{
    color: white;
    display: block;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    font-family: pnalt_regular;
    margin-top: 2.5rem;
}

.kc-cloud-section form label b{
    color: red;
}

.kc-cloud-section form button{
    display: block;
    padding: 0.5rem 3rem;
    font-size: 21px;
    text-transform: capitalize;
    margin-top: 3rem;
    border: 1px solid;
    border-color: white;
    color: #464646;
    border-radius: 3px;
    font-family: pnalt_bold;
    transition: all 400ms;
}

.kc-cloud-section form button:hover{
    border-color: white;
    color: #464646;
    background: white;
}









.backup-section{
    text-align: start;
    padding: 3rem 0;
    color: #787878;
    background-color: #ebebeb;
}
.backup-section img{
    margin: auto;
    margin-top:3rem; 
}
.backup-section h2{
    font-family: pnalt_bold;
    
}
.backup-section li{
    border-top: 1px solid #41b4df;
    margin-top: 3rem;
    padding: 1rem 0;
}
.backup-section h3{
    font-style: italic;
    margin:1rem 0;
    font-weight: bold;
    
}
.backup-section p{
    font-size: 18px;
    letter-spacing: 0.5px;
}
.backup-section small{
    font-size: 14px;
    color: white;
    display: inline;
    text-transform: capitalize;
}

.backup-section form{
    padding: 2rem 5rem;
    text-align: start;
    background:#41b4df;
    margin-top: 5rem;
}
.backup-section form input[type="text"], .backup-section form input[type="number"], .backup-section form textarea, .backup-section form select{
    display: block;
    padding: 0.5rem;
    border: 0;
    width: 100%;
    min-height: 35px;
    border-radius: 3px;

}
.backup-section form input[type="checkbox"]{
    display: inline;
    border: 0;
    border-radius: 3px;

}
.backup-section form label{
    color: white;
    display: block;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    font-family: pnalt_regular;
    margin-top: 2.5rem;
}

.backup-section form label b{
    color: red;
}

.backup-section form p{
    color: white;
    margin: 3rem 0;
}

.backup-section form button{
    display: block;
    visibility:hidden;
    padding: 0.5rem 3rem;
    font-size: 21px;
    text-transform: capitalize;
    margin-top: 3rem;
    border: 1px solid;
    border-color: white;
    color: #464646;
    border-radius: 3px;
    font-family: pnalt_bold;
}

.backup-section form button:hover{
    border-color: white;
    color: #464646;
    background: white;
}



.add-on-section{
    background-color: #ebebeb;
    color: #787878;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-family: pnalt_regular;
    line-height: 25px;
}
.add-on-section h3{
    font-size: 24px;
    font-weight: bold;
    margin-top: 6rem;
}
.add-on-section h2{
    text-align: center;
    font-weight: bold;
    margin: 2rem 0;
}
.add-on-section b{
    margin: 0 5px 0 0;
}

.add-on-section a{
    text-decoration:underline;
    color:#787878;
}
.add-on-section ul li ul li{
    margin:1rem 0 1rem 5rem ;
    list-style: disc;
}






.interior-section{
    background: #ebebeb;
    color:#787878;
    font-family: pnalt_regular;
    font-size: 18px;
    padding: 3rem 1.5rem;
}

.interior-section h2{
    color: #464646 ;
    font-family: pnalt_bold;
    font-size: 32px;
    margin: 4rem 1rem;
}
.interior-section h3{
    font-style: italic;
}

.interior-section a{
    color:#787878;
    text-decoration: underline;
}

.interior-section img{
    max-width: 100%;
    min-height: auto;
    margin: 2rem 0;
}

.kc-video{
    text-decoration: none !important; 
}

.kc-video span{
    font-size: 19px;
    font-weight: bold;
}

.interior-section form{
    padding: 2rem 5rem;
    text-align: start;
    background:#41b4df;
    margin-top: 5rem;
}
.interior-section form input[type="text"], .interior-section form input[type="number"], .interior-section form textarea, .interior-section form select{
    display: block;
    padding: 0.5rem;
    border: 0;
    width: 100%;
    min-height: 35px;
    border-radius: 3px;

}
.interior-section form input[type="checkbox"]{
    display: inline;
    border: 0;
    border-radius: 3px;

}
.interior-section form label{
    color: white;
    display: block;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    font-family: pnalt_regular;
    margin-top: 2.5rem;
}

.interior-section form label b{
    color: red;
}

.interior-section form p{
    color: white;
    margin: 3rem 0;
}

.interior-section form button{
    display: block;
    padding: 0.5rem 3rem;
    font-size: 21px;
    text-transform: capitalize;
    margin-top: 3rem;
    border: 1px solid;
    border-color: white;
    color: #464646;
    border-radius: 3px;
    transition: all 400ms;
    font-family: pnalt_bold;
}

/*  .interior-section #Submit{
    display: inline-block;
    padding: 0.5rem 3rem;
    font-size: 21px;
    text-transform: capitalize;
    margin-top: 3rem;
    border: 1px solid;
    border-color: white;
    color: #464646;
    border-radius: 3px;
    transition: all 400ms;
    font-family: pnalt_bold;
    margin-right:20px;
} */


.interior-section form button:hover{
    border-color: white;
    color: #464646;
    background: white;
}

.modal-body{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .buy-card h4 {
        font-size: 30px !important;
    }
}


/* ******************************************* ENTRY CONTENT ********************************** */

.entry-content h4{
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    border-bottom: 2px solid;
    padding: 5px 0;
    margin: 50px auto 30px auto;
}
.entry-content span{
    font-size: 15px;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 50px;
    color: #41b4df;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.2);
}

.entry-content i{
    font-size: 16px;
    margin-top: 50px;
    display: inline-block;
}

.entry-content b{
    margin: 20px 0;
    display: block;
}

.entry-content h3{
    margin: 25px auto;
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    display: block;
    width: 20%;
    text-align: center;
}
.entry-content a{
    color: #41b4df;
    text-decoration: none
}
.entry-content a:hover{
    text-decoration: underline
}
.entry-content .element_9 {
    position: relative !important;
    width: 100%; 
    margin: 25px 0; 
    padding: 15px;
    clear: both;
    border: 1px solid #dedede;
    background: #f9f9f9;
    transform: none !important
}

#huge_it_catalog_container_9{
    height: auto !important; 
}
.contact-us{
    text-align: center
}
.contact-us h3{
    font-size: 42px;
    display: none;
}
.contact-us p:first-of-type{
    text-align: center;
    line-height: 35px;
    font-weight: bold;
    color: #787878;
    margin-bottom: 35px
}
.contact-us p{
    text-align: center;
    font-weight: bold;
}
.thanks{
    padding: 3%;
    width: 80%;
    display: block;
    margin: auto;
    text-align: center;
}
.thanks a{
    color: #e7ab2a;
}
.thanks a:first-of-type{
    background: #e7ab2a;
    display: inline-block;
    color: white;
    border: 1px solid #e7ab2a;
    padding: 0.4rem 2rem;
    font-size: 25px;
    text-transform: capitalize;
    font-family: pnalt_bold;
    transition: all 400ms;
}
.thanks a:first-of-type:hover{
    background: white;
    color: #e7ab2a;
    border: 1px solid #e7ab2a;
    text-decoration: none
}
.download-software-modal b{
    color: red !important
}
.download-software-modal label{
    display: block;
    padding-top: 5px;
}
.download-software-modal input[type="checkbox"]{
    height: auto;
    min-width: initial;
}
.checkbox-group{
    width: 100% !important;
    display: block !important;
    text-align: center
}
.checkbox-group label{
    display: inline-block;
    border: 0;
}
.checkbox-group h5{
    font-size: 16px;
    font-weight: bold;
    margin-top: 4rem;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    display: inline-block;
}
.checkbox-group h5.ds{
    font-size: 16px;
    font-weight: bold;
    margin-top: 4rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    display:block;
    text-align:left;
}
.checkbox-group .form-group {
    margin-bottom: 5px;
    padding-left: 20px;
    width: 100% !important;
    display: block !important;
}
.download-software-modal input[type="submit"]:hover{
    background: white;
    color: black;
}
.download-software-modal form{
    width: 100%
}
.download-software-modal .form-group{
    width: 49%;
    display: inline-block;
}
.download-software-modal .form-group:last-of-type{
    width: 100%;
    display: block;
}
.remoteSupport{
    position: fixed;
    border: 2px solid white;
    top: 25%;
    z-index: 2;
    right: -263px;
    width: 300px;
    background: #41b4df;
    height: 150px;
    border-radius: 15px 0 0 15px;
    padding: 10px;
    padding-left: 50px;
    transition: all 250ms;
}
.remoteSupport button{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    outline: none;
    position: absolute;
    padding-top: 5px;
    background: transparent;
    border: 0;
    left: -52px;
    font-size: 18px;
    top: 58px;
    color: white;
    width: 148px;
    border-top: 2px solid white;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.remoteContent .textwidget{
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.remoteContent a{
    font-size: 14px;
    text-decoration: underline;
    color: white;
}
.remoteContent h3{
    margin: 0 0 10px 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.remoteSupportActive{
    right: 0 !important;
}
.old-price{
    text-decoration: none !important;
}
.discont-price{
    display: none !important;
}
.dropdown-menu>li>a {
    margin: 10px 0;
}
.dropdown-menu>li>a:focus{
    background: transparent;
}
.content-left-wrap{
    padding: 0
}
#software-text h1{
    display: none
}
#kennel-connection-download-form{
    width: 64%;
    margin: 0 auto;
    padding-top:40px
}

@media screen and (max-width:645px){
    #kennel-connection-download-form{
        width: 100%;
        margin: 0 auto;
    }

    #kennel-connection-download-form label{
        /* display: flex; 
        justify-content: flex-start;
        align-items: center;*/
        margin-top:10px;
        text-align:left !important;
        padding-right:25px;
    }


}

#kennel-connection-download-form .send-col{
    /* display: flex;
    align-items: center;
    justify-content: flex-end; */
    text-align:center;
}


#kennel-connection-download-form .send-col .btn{
    display: inline-block;
    /* display: flex;
    align-items: center;
    justify-content: flex-end; */
}



#kennel-connection-download-form .send-col .btn{
    width: auto !important;
    font-family: 'pnalt_regular';
    font-weight: bold;
    color: black;
    border: 0;
    border-radius: 2px;
    font-size: 1.5rem;
    padding: 1rem 0;
    min-width: 12rem;
    margin: 0 1rem;
}
#kennel-connection-download-form .send-col{}
#kennel-connection-download-form .send-col{}

#kennel-connection-download-form label{
    /* display: flex; 
    justify-content: flex-start;
    align-items: center;*/
    margin-top:10px;
    text-align:right;
    padding-right:25px;
}
/* #kennel-connection-download-form input, #kennel-connection-download-form select{
    width: 35%;
    margin-left: 1rem;
    min-width: 30rem;
} */
/* #kennel-connection-download-form span{
    width: 30%;
    text-align: right;
} */
#kennel-connection-download-form input[type="checkbox"]{
    min-width: unset !important;
    width: auto;
    margin-right: 34%;
}