@charset "UTF-8";
/* CSS Document */
::selection {
    background: #333547; /* WebKit/Blink Browsers */
    color:#ec8f21;
}
::-moz-selection {
    background: #333547; /* Gecko Browsers */
    color:#ec8f21;
}


html body {
    margin: 0;
    font-family: Noto Serif, Helvetica, sans-serif;
    font-size:18px;
    color:#777777;
}
body p {
    font-size:15px;
    line-height:1.8em;
    font-family: open sans;
    font-weight:200;
    /*font*/
}

body h1 {
    color:#999;
    text-align:center;
    font-size:64px;
    line-height:70px;
    font-weight:200;
    letter-spacing:-0.02em;  
        margin: 0.6em 0px;
        font-family:Noto Serif, Helvetica, sans-serif;
}

body h2 {
color:#333547;
    font-size:36px;
    font-family:Noto Serif, Helvetica, sans-serif;
}

body h3 {
    color:#333547;
    text-align:center;
    font-size:28px;
    line-height:28px;
    font-weight:400;
    font-family:Noto Serif, Helvetica, sans-serif;
}

body h4 {
    font-size:20px;
    font-family:noto serif;
}

body h4.addon {
    margin-top:15px !important;
    margin-bottom:8px !important;
    line-height:16px;
}



body h4.guide {
    max-width:80%;
    display:inline-block;
    padding-top:20px;
    color:#333547;
    font-size:18px;
}


.threecolumn {
    padding-bottom:150px;
}

#psa {
    width:65%;
    margin:0 auto;
    padding-top:20px;
}


#download {
    text-decoration:none;
    font-size:14px;
    display:block;
    color:#ec8f21;
}

.formdiv {
    float: left;
    width: 70%;
    padding: 0px;
    /*box-shadow: 0px 0px 10px #ddd;*/
   box-shadow: 0px -7px 10px #ddd;
    padding-right: 100px;
    padding-top: 100px;
    padding-left: 10%;
}

.aboutus {
    width:70%;
    margin:0 auto;
    padding-top:100px;
    margin-bottom:100px;
    overflow:auto;
}


.contentform {
    overflow: auto;
    width: 100%;
    margin: 0 auto;
    margin: 0 auto;
    background-color:#f9f9f9;
}


.sidebar {
    float: left;
    width: 30%;
    padding-top:150px;
    padding-right:10%;
}


.sidebarcontent{
    padding-left:20px;

}
.sidebarcontent li {
    margin-bottom: 5px;
    margin-top: 10px;
}
.sidebarcontent li a{
    background-color: #333547;
    color: #FFF !important;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-top: 10px;
    border-radius: 2px;
    font-weight: bold;
    outline: none;
    padding: 10px 20px;
}

.sidebarcontent li a .fa{
    color: #FFF;
    font-size: 18px;
}
.sidebarcontent.myside li{
    margin-bottom: 25px;
}
.applydiv {
    width:100%;
    margin:0 auto;
}

table {
    font-family: open sans, sans-serif;
    border-collapse: collapse;
    font-size:12px;
    width: 100%;
    color:#333547;
}


td, th {
    text-align: left;
    padding: 15px;
}

tr:nth-child(even) {
    border-top:1px solid #333547;
    border-bottom:1px solid #333547;
    background:#f9f9f9;
}

.addontable table {
    border:0px solid #fff!important;
    background-color:#fff;
}
.addontable tr {
    border-bottom:1px dashed #ddd!important;
    border-top:0px solid #fff !important;
    background-color:#fff;
    padding-left:0px;
    padding-right:0px;
}

.addontable td {
    border-bottom:0px solid #fff!important;
    background-color:#fff;
    padding-left:0px;
    padding-right:0px;
}
.addontable td.mobiletab {
    vertical-align: top;
}
.addontable td.mobiletab img{
        margin-top: 10px;
    width: 50px;
    height: 50px;
}
.mybuttons label {
    display: table-cell;
    margin-bottom: .5rem;
    padding-left: 25px;
}
.mybuttons {
        padding-top: 40px;
}
.innerheader {
    margin-top:100px;
}

/* The Modal (background) */

.biModal .modal-header {
    border: 0px;
    padding: 0px;
}

.biModal.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    float:right;
    z-index:99999;
    height:100%;
    right: 0;
    top: 0;
    width: 100%; /* Full width */
    overflow: auto; /* Enable scroll if needed */
    border: none !important;
    box-shadow: none !important;
    background-color: #1f2131de;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.5s;
    animation-name: fadeIn;
    animation-duration: 0.5s;
}
/* Add Animation */
@-webkit-keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}

@keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}
body.modal-open {
    overflow: hidden;
}

/* Pricing Comparison Pop Up */

.biModal .modal-content {
    border-radius: 0px;
    background-color: #fefefe;
    margin: auto;
    padding: 30px;
    border: 0px solid #888;
    width: 70%;
    float:right;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    overflow: auto; /* Enable scroll if needed */
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.5s;
    animation-name: fadeIn;
    animation-duration: 0.5s
}
.biModal .modal-content .poplogo{
    width: 200px;
    height: 50px;
    margin-bottom: 20px;
}
/* The Close Button */
.biModal.modal .close {
    color: #333657;
    float: right;
    font-size: 28px;
    font-weight: bold;
    opacity: 1;
    text-align: right;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    background-color: transparent;
}

.biModal.modal .close:hover,
.biModal.modal .close:focus {
    color: #ec8f21;
    text-decoration: none;
    cursor: pointer;
        opacity: 1;
}
/*.formbottm{
    padding-bottom: 270px;
}*/




#dec {
    font-family:noto serif;
    text-align:left;
            font-size: 14px;
                margin-bottom: 10px;
}
.Decl p {
    margin-top: 0px;
}
#pricehome {
    font-size:100px;
    margin-top:35px !important;
    margin-bottom:35px !important;
    color:#ec8f21

}

#comparebtn {
    width:auto;
    text-transform:uppercase;
    letter-spacing:0.2em;
    font-size:12px;
    background-color:#ddd;
    color:#777;
    float:right;
    margin-left: 20px;
}



#comparebtn:hover {
    color:#fff;
}

.colhalf {
    width:48%;
    display:inline-block;
}


#priceplan {
    font-size:46px;
    padding-top:0px!important;
    line-height:20px;
    color:#ec8f21;
    text-align: left;
}


#factsheet {
    padding-top:50px !important;
}


html,body {
    height:100%;
    margin:0;
}

.content {
    padding-top:100px;
    height:100%;
    min-height:100%;/*for mozilla*/
}

.contentprice {
    display:block;
    width:90%;
    margin:0 auto;
}


.footer {
    height:300px;
    padding:100px;
    background-color:#333547;
}

.twocolumn {
    float: left;
    width: 50%;
    padding:30px;
}

.getintouch {
    width:49%;
    display:inline-block;
    float:left;
}

ul#details {
    list-style-type: none;
    padding-top:10px;
    padding-bottom:10px;
 }

li#condetails {
    padding-top:10px;
    padding-bottom:10px;
    border-bottom:1px dashed #ddd;
    font-size:14px;
}

#iconlist {
    margin-right:20px;
    display:inline-grid;
}

#contactdetails {
    padding:20px;
}

.rowtwo {
    margin:auto;
    width:80%;
    height: auto;
    min-height: 100% !important;
    overflow:auto;
    padding-top:150px;
}

#guide {
    height:300px;
    padding-top:200px;
}

.accordion {
    background-color: #fff;
    color: #333547;
    cursor: pointer;
    padding: 18px 0px ;
    margin-bottom:2px;
    width: 100%;
    font-family:open sans;
    border-bottom: 1px dashed #ddd !Important;
    border:none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
}

.activepanel, .accordion:hover {
    color:#ec8f21;
    background-color:#fff!important;
}
.accordion.active{
    color:#ec8f21;
}
.accordion, .accordion:hover, .accordion:focus, .accordion:visited, .accordion:active{
    border:none !important;
    outline: none !important;
    border-bottom: 1px dashed #ddd !Important;
    font-family: Noto serif;
}
.accordion:after {
    content: '\002B';
    color: #ec8f21;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.activepanel:after {
    content: "\2212";
}

.panel {
    padding: 0 0px;
    background-color: white;
    color:#777;
    font-family:open sans;
    font-size:13px;
    font-weight:200;
    line-height:1.8em;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

html>body .content {
  height:auto;
}

.button {
    background-color:#ec8f21;
    border:none;
    border-radius:0px;
    color: white;
    padding: 20px 50px;
    margin-top:40px;
    margin-bottom:50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    justify-content:center;
    font-family:Futura PT;
    font-weight:500;
    text-transform:uppercase;
    letter-spacing:0.2em;
    box-shadow:0px 0px 10px 0px #ffbb68;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    
}

.tab .mybtn{
    align-content:center;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #ffffff;
    border-radius: 2px;
    border: 2px solid #333546;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333546;
    font-size: 13px;
    
}
body .myselectbtn a, .myvalidate {
        font-size: 13px;
    color: #FFF;
    padding: 8px 30px;
    text-align: center;
        text-transform: uppercase !important;
    letter-spacing: 0.2em !important;
        align-content:center;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #333547 ;
    border-radius: 2px;
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
        display: none;
}
body .myselectbtn a:hover, .myvalidate:hover{
    background-color: #333546 ;
    color:#FFF;
    text-decoration: none !important;
}
body .myselectbtn a:active,
body .myselectbtn a:visited{
    background-color: #333546 ;
    color:#FFF; 
}
.tab .mybtn:hover{
    background-color: #333546 ;
    color:#FFF;
}
.tab .mybtn:active{
    background-color: #333546 ;
    color:#FFF; 
}
.myinput input[type="radio"]:checked + div{
    background-color: #333546 !important;
    color:#FFF !important; 
}
.myinput input[type="radio"] + div>span {
    text-transform: uppercase !important;
    letter-spacing: 0.2em !important;
}
.buttondetails {
    background-color: #333547;
    box-shadow:0px 0px 10px 0px #333547;
    border:none;
    border-radius:0px;
    color: white;
    padding: 20px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    margin-top:20px;
    justify-content:center;
    font-family:Futura PT;
    text-transform:uppercase;
    letter-spacing:0.2em;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    
}

#dropdown {
    width: 100px;
    font-size: 14px;
    font-family: open sans;
    padding: 10px 15px;
    background-color: #fff;
    color: #777;
    border: 1px solid #ddd;
    outline: none;
    margin-right: 10px;
}

#name {
    width:auto;
    margin-right:10px;
}

.button:hover {
    background-color: #333547; /* Blue Hover*/
    box-shadow:0px 0px 10px 0px #333547;
    color: #FFF;
    text-decoration:none;
}

.buttondetails:hover {
    background-color: #ec8f21; /* Orange Hover */
    box-shadow:0px 0px 10px 0px #ec8f21;
    color: white;
    outline:none;
    text-decoration:none;
}

.comparebtn {
    display:inline-block;
    margin-top:20px;
    width:100%;
}

.reviews {
    padding-top:20px;
    /*padding-bottom:50px;*/
    background-color:#f9f9f9;
}
#reviewwd iframe{
        width: 100%;
    height: 85px;
    margin: 0px;
    padding: 0px;
    border: none;
}
.reviewsapp {
    padding-top:50px;
    padding-bottom:50px;
    background-color:#f9f9f9;
    border-top:2px solid #ddd;
}

#one {
    background-image: url(../images/mainslider.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    border: 1px solid #eee;

}

#two {
    background-image:    url(../images/2.png);
    background-color:#FAFAFA;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;   
    border: 1px solid #eee;
}

#three {
  background: url(../images/backgroundtile.png) repeat;
  border-bottom:3px solid #333547;
    border: 1px solid #eee;
        padding-bottom:100px;
}

#four {
    background: url(../images/backgroundtile.png) repeat;
    border-bottom:3px solid #333547;
    border: 1px solid #eee;
        padding-bottom:100px;
}

#five {
    background: url(../images/Waiting.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;  
    border: 1px solid #eee;
}

#six {
    background: url(../images/backgroundtile.png);
    background-size:cover;
    background-repeat:repeat; 
}


#social { 
    padding-right:10px;
    padding-top:30px;
}

#pricingdiv {
    margin-top:50px;
}




.column {
    display: inline-block;
    width: 400px;
    text-align:center;
    padding: 20px;
    margin-left:10px;
    margin-right:10px;
}

.columnhome {
    display: inline-block;
    width: 400px;
    text-align:center;
    padding: 20px;
    margin-left:10px;
    margin-right:10px;
}

.columnprice {
    display: inline-block;
    width: 400px;
    text-align:center;
    padding: 50px;
    margin-left:10px;
    margin-right:10px;
    margin-top:30px;
    margin-bottom:30px;
    background-color:#ffffff;
    border-radius:5px;
    border:1px solid #ddd;
    box-shadow:0px 8px 8px -8px #ddd;
}


.footer-distributed{
    background-color: #333547;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px open sans;
    padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
    width: 40%;
}

/* The company logo */

.footer-distributed h3{
    color:  #ffffff;
    margin: 0;
    float: left;
    display: inline-block;
}

.footer-distributed h3 span{
    color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
    color:  #ffffff;
    margin: 0px 0 12px;
    padding: 0;
}


.footer-distributed .footer-links a{
    display:inline-block;
    line-height: 1.8;
    text-decoration: none;
    font-family: Noto Serif;
    color:  inherit;
}

.footer-distributed .footer-company-name{
    color:  #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
    width: 35%;
}

.footer-distributed .footer-center i{
    background-color: #333547;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p{
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin:0;
}

.footer-distributed .footer-center p span{
    display:block;
    font-weight: normal;
    font-size:14px;
    line-height:2;
}

.footer-distributed .footer-center p a{
    color:  #ddd;
    text-decoration: none;
}


/* Footer Right */

.footer-distributed .footer-right{
    width: 20%;
}

.footer-distributed .footer-company-about{
    line-height: 20px;
    color:  #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span{
    display: block;
    color:  #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons{
    margin-top: 25px;
}

.footer-distributed .footer-icons a{
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color:  #33383b;
    border-radius: 2px;

    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;

    margin-right: 3px;
    margin-bottom: 5px;
}


* {
    box-sizing: border-box;
}


.pricecolumn {
    float: left;
    width: 16.6%;
    padding: 2px;
}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
    background-color: #333547;
    color: white;
    font-family: Noto Serif;
    font-size: 20px;
    border-radius: 0px 0px 0px 0px;
}

#subheading {
    padding-top:50px!important;
}


.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
    font-family:open sans;
    font-size:12px;
    color:#777;
}

.price .grey {
    background-color: #f9f9f9;
    font-size: 40px;
    font-family: Noto Serif;
    line-height: 30px;
}

.buttonprice {
    background-color: #ec8f21;
    border: none;
    border-radius: 0px;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight:600;
    letter-spacing:0.1em;
    text-transform:uppercase;
    font-family:open sans;
}

.buttonpricepop {
    background-color: #333547;
    border: none;
    border-radius: 0px;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:0.1em;
    font-family:open sans;
    margin-top:50px;
}

.price a:hover{
    text-decoration: none;
    color:#333547;
}
#premiumbox .buttonpricepop:hover{
    text-decoration: none;
    color:#ec8f21 ;
}
.buttonprice:hover {
    background-colour: #333547;
}



#pricecheck {
    display:inline-block;
    width:auto;
}

/* Hide the browser's default radio button */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #ec8f21;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

#formheader {
    text-align:left!important;
}

#regForm {
    background-color: #ffffff;
    border: 0px solid #fff;
    margin: 0px auto;
    margin-bottom:50px !important;
    font-family: open sans;
    font-weight: 600;
    color: #333547;
    font-size: 16px;
    padding-top:20px;
    width: 100%;
    min-width: 300px;
}



h1 {
    text-align: center;  
}

input {
    padding: 15px;
    width: 70%;
    font-size: 14px;
    border-radius:0px;
    font-family: Open sans;
    border: 1px solid #ddd;
    outline:none;
}

input[type=button] {
    background-color: #333547;
    border: none;
    border-radius: 0px;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 0.3em;
    text-transform:uppercase;
}

input:hover {
    border: 1px solid #aaa;
    box-shadow: 0px 0px 10px #ddd;
 }


#btnselect {
    width: auto;
}

#btnselect:hover {
    background-color:#1E202D;
    border:none;
}

#btnselect:focus {
    background-color:#ec8f21;
    outline:0;
}

#editbtn {
    width: auto;
    padding: 8px 20px;
    background-color: #ddd;
    color: #777;
    font-size: 10px;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 20px;
}

#editbtn:hover {
    background-color:#aaa;
    color:#fff;
    box-shadow:none!important;
    border:none!important;
        text-decoration: none;
}

#lookup {
    width: auto;
    background-color:#ddd!important;
    color:#777;
}

#lookup:hover {
    background-color:#1E202D;
    border:none;
}

#lookup:focus {
    background-color:#ec8f21;
    outline:0;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
    border:2px solid #CD002E;
}

/* Hide all steps by default: */
.tab {
    /*display: none;*/
}

button {
    background-color: #696969;
    color: #ffffff;
    border: none;
    border-radius:0px;
    padding: 6px 30px;
    font-size: 17px;
    cursor: pointer;
    outline:none;
}
button:hover {
    background-color:#000;
}
#prevBtn {
    background-color: #ddd;
    color: #777;
    font-size: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 16px 32px;
    margin-top: 10px;
    border: 2px solid #dddddd;
    font-weight: bold;
    outline: none;
    padding: 0px 30px;
    height: 40px;
}

#nextBtn {
    /*  background-color: #eb8e23;
    color:#fff;
    font-size: 12px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    padding: 16px 32px;
    margin-top:10px;
            border-radius: 2px;*/
    background-color: #ec8f21 !important;
    color: #FFF;
    font-size: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 10px 30px;
    margin-top: 10px;
    border-radius: 2px;
    border: 2px solid #ec8f21;
    font-weight: bold;
    outline: none;
            padding: 0px 30px;
    height: 40px;
    }

#nextBtn:hover {
    color: #FFF;
    background-color: #333546 !important;
    border: 2px solid #333546;
}

#prevBtn:hover {
    color: #FFF;
    background-color: #333546 !important;
    border: 2px solid #333546;
}



/* Make circles that indicate the steps of the form: */
/*.step {
    height: 10px;
    width: 10px;
    margin: 0 50px;
    background-color: #e0ae52;
    border: none;  
    border-radius: 0%;
    display: inline-block;
    opacity: 0.5;
}*/

.step{
    height: 10px;
    width: 10px;
    margin: 0 10px;
    background-color: #333547;
    border: none;
    border-radius: 100%;
    display: inline-block;
}

.step.active {
    opacity: 1;
    background-color: #ec8f21;
}

hr#formhr {
    padding-right:100px;
}


#birthday {
    max-width:80px;
    margin-right:20px;
    display:inline-block;
 }

.nav {
  height: 80px;
  width: 100%;
  background-color: #fff;
  position: fixed;
      z-index:10;
    -webkit-box-shadow: 0px 0px 20px -5px #ddd;
-moz-box-shadow: 0px 0px 20px -5px #ddd;
box-shadow: 0px 0px 20px -5px #ddd;
}

.nav > .nav-header {
  display: inline;
}

.nav > .nav-header > .nav-title {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding: 15px 15px 15px 15px;
}

.nav > .nav-btn {
  display: none;
}

.nav > .nav-links {
  display: inline;
  float: right;
  font-size: 14px;
}

.nav > .nav-links > a {
  display: inline-block;
  padding: 15px 10px 10px 10px;
  text-decoration: none;
  color: #aaa;
  margin-right:10px;
}

.nav > .nav-links > a:hover {
  color:#ec8f21;
}

.nav > #nav-check {
  display: none;
}


/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #ec8f21;
}
/*Yashwanth css Starting Here*/
.ng-valid{
    
}
.myinput input[type="checkbox"]:checked + div{
    padding-right: 55px;
    background-color: #333547 !important;
}
.Decl .myinput input[type="checkbox"]:checked + div::before,
.confmdiv .myinput input[type="checkbox"]:checked + div::before{
    right: 20px;
}
#sidebartitle{
    color: #ec8f21;
    padding: 10px;
    font-family: noto serif;
    margin: 0px;
}



/*18-02-2019*/

#middlebody{
  margin-top: 0px;
}
#middlebody .container {
    width: 70%;
    max-width: 100%;
}
#middlebody .midcontent .q1{
    margin-bottom: 30px;
}
#middlebody .midcontent .q1 h1{
    font-size: 22px;
    color: #333547;
    line-height: normal;
    margin-bottom: 0px;
    font-family: Noto Serif, Helvetica, sans-serif;
    text-align: left;
    font-weight: bold;
}
#middlebody .midcontent .q1 p{
    /* font-family: 'OpenSans-Regular'; */
    margin-top: 8px;
    font-size: 14px;
    color: #9e9e9e;
    line-height: normal;
    margin-bottom: 15px;
}
#middlebody .midcontent .q1 ul{
    padding: 0px;
    margin: 0px;
}
#middlebody .midcontent .q1 ul li{
    list-style-type: none;
    margin-top: 0px;
    font-size: 20px;
    color: #9e9e9e;
    line-height: 27px;
    margin-bottom: 5px;
}
/*#middlebody .mobilediv{
  display: none;
}
#middlebody .desktopdiv{
  display: flex;
}*/
.mobilediv ul{
  padding: 0px;
  margin: 0px;
}
.mobilediv ul li{
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.mobilediv ul li{
  display: none;
}
.loadcontent{
    text-align: center;
    margin-top:50px;
}
.loadcontent a{
    border: 2px solid #333547;
    color: #333547;
    padding: 8px 30px;
    font-size: 18px;
    text-decoration: none;
}
/*@media (max-width:768px) {
#middlebody .desktopdiv {
    display: none !important;
}
#middlebody .mobilediv {
  display: block !important;
}
}*/























/* Mobile and table devices */
    
@media screen and (max-width: 1350px) {
        #name {
            margin-top:0x;
        }
}
    
@media only screen and (max-width: 1300px) {
    .pricecolumn {
        width: 33.3%;
    }
}

@media screen and (max-width: 1200px) {
    .modal-content {
        width: 100% !important;
        float: left !important;
        padding-left:20px;
        padding-right:20px;
        padding-top:20px;
}
}

    

@media screen and (max-width: 1160px) {
    .twocolumn {
        float: left;
        width: 100%;
        padding:10px;
        }
    }
    
@media screen and (max-width: 1100px) {
#premium {
        margin-top:0px;
    }

    
@media screen and (max-width: 1000px) {
    h1 {
        font-size:36px;
        line-height:40px;
    }
}

    .footer-distributed{
        font: bold 14px sans-serif;
    }

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right{
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: left;
    }

    .footer-distributed .footer-center i{
        margin-left: 0;
    }

    #addontable {
        background-color:#fff!important;
    }

    
@media screen and (max-width: 1000px) {
    h3 {
        font-size:18px;
        line-height:20px;
    }
}
    

    
@media screen and (max-width: 1160px) {
    .rowtwo {
        width:95%;
        }
    }
    

@media screen and (max-width: 1000px) {
    .formdiv {
        width:100%;
        padding:80px 20px 0px 20px;
        border-left:none;
        border-bottom:2px solid #ddd;
}
    }
    
@media screen and (max-width: 1000px) {
    .sidebar {
        width:100%;
        padding:50px 20px 80px 20px;
}
    }
    
@media only screen and (max-width:900px) {
    .logo {
        height: 40px;
    }
    .nav {
        height: 65px;
    }
  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 65px;
    padding: 20px;
    padding-right:40px;
  }
  .nav > .nav-btn > label:hover {
    background-color:#eee;
  }
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #333547;
  }
  .nav > .nav-links {
    position: fixed;
    display: block;
    width: 100%;
    background-color: #fff;
    height: 0;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 0;
    right: 0px;
    padding-left: 5px;
    border-top: 0px;
  }
  .nav > .nav-links > a {
    display: block;
    width: 100%;
  }
  .nav > #nav-check:not(:checked) + .nav-links {
    height: 0px;
  }
      .nav > #nav-check:checked + .nav-links {
    height: auto;
    overflow-y: auto;
    padding-bottom:15px;
    border-bottom:2px solid #333547;
  }
}
    
}


@media only screen and (max-width: 800px) {
    .pricecolumn {
        width: 50%;
    }
}

@media screen and (max-width:800px) {
    #comparebtn {
    display: block;
    float:left;
    margin:0px 20px 20px 0px;
}

@media screen and (max-width:800px) {
.colhalf {
    width:100%;
}
}

    
@media screen and (max-width: 800px) {
    .columnhome {
        width:100% !important;
        margin:0 auto;
    }
}
    
    @media screen and (max-width: 500px) {
        #mobiletab {
            col-width:100%;
        }
    }
    
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
        align-items:center;
  }
}
    
@media only screen and (max-width: 600px) {
    .pricecolumn {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .addontable tr td {
        display:block;
        margin:0 auto;
    }
}


