body{
    margin:0px;
    padding: 0px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
}
h1,h2,h3,h4{
    font-family: 'Poppins', sans-serif;
}
h1{
    font-size: 40px !important;
    font-weight: 700;
}

h2{
    font-size: 30px !important;
    font-weight: 700;
}
h3{
    font-size: 20px !important;
    font-weight: 700;
}
h4{
    font-size: 18px !important;
    font-weight: 700;
}
hr{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    border-color: #CCC;
}
.tool-wrapper a{
    color:inherit;
}
.tool-wrapper a:hover{
    color:inherit;
    text-decoration:none;
}
.bg-custom{
    background-color: #0ca59d !important;
    color: #fff !important;
}
.navMenu .nav-title{
    color:#fff !important
}
.custom-nav{
    box-shadow: 0 8px 24px rgb(0 0 0 / 15%);
}
.nav-ul{
    width: 100%;    
    justify-content: flex-end;
}
.text-white{
    color: #fff;
    margin-right: 15px;
}
.box-wrapper{
    margin-top: 28px;
    margin-bottom: 28px;
    padding: 35px 35px 35px 25px;
    -webkit-border-radius: 2px 6px 6px;
    border-radius: 2px 6px 6px;
    background: #fff;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 25%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 25%);
}
.text-grey{
    color:#777;
}
.w-100{
    width:100%;
}
.use-ol li{
    margin: 10px 0px !important;
}
.image-featured{
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.btn-privacy{
    background: #673AB7;
    text-transform: capitalize;
    cursor: pointer;
    padding: 8px 25px !important;
    border-radius: 6px;
    color: #fff !important;
    border: transparent !important;
}

/* ================   policy form css  ==============*/

#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 6px;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

#msform .action-button {
    width: 100%;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
    border-radius: 6px;
}
.type-radio{
    width: unset !important;
}
#msform .action-button:hover,
.btn-policy-generate:hover,
#msform .action-button:focus {
    background-color: #311B92 !important;
}

#msform .action-button-previous {
    width: 100%;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    border-radius: 6px;
}
.btn-policy-generate{
    margin: 10px 5px 10px 0px !important;
    background: #673ab7 !important;
    color: #fff !important;
    border: transparent !important;
}
#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding: 0px;
}

#progressbar .active {
    color: #673AB7
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 50%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    content: "1"
}

#progressbar #personal:before {
    content: "2"
}

#progressbar #payment:before {
    content: "3"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #673AB7
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}

/* download file css  */
    #copy-link{
        width: 100%;
        border-radius: 4px;
        border: 1px solid #CCC;
    }
     .tool-wrapper{
        grid-template-columns: repeat(4,minmax(250px,1fr));
        grid-column-gap: 30px;
        grid-row-gap: 40px;
        display: grid;
        padding: 40px 20px;
    }
    .tool-column{
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 130px;
        box-shadow: 0px 0px 5px 5px #eef1f5;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        transition: 1.5s;
        text-align:center;
    }
    .tool-column:hover{
        transition: 1.5s;
        box-shadow: none;
        /*background-color: #f7f5f1;*/
    }
    .tool-column:hover:before,
    .tool-column:hover:after{
        width: 100%;
        height: 100%;
        border-color: #ff4e00;
        border-radius: 5px;
    }
    .tool-column:before,
    .tool-column:after{
        content: "";
        width: 0px;
        height: 0px;
        background-color: transparent;
        display: block;
        transition: 1s;
        position: absolute;
    }
    .tool-column:before{
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        top:0px;
        left:0px;
    }
    .tool-column:after{
        border-bottom: 2px solid transparent;
        border-right: 2px solid transparent;
        bottom: 0px;
        right: 0px;
    }
    .tool-column a{
        color:inherit;
        width:100%;
        text-align:center;
        z-index:999999;
    }  
    .tool-column a:hover{
        text-decoration: none !important;
        color:#0ca59d !important;
    } 
    .dropdown-menu{
        z-index: 999999999 !important;
    }
    .tab-content {
        padding: 15px;
    }
    .amount-font{
        font-size: 18px;
        color: #000;
        font-weight: 600;
    }
    .amount-font span{
        font-size: 22px;
        font-weight:800;
        color: #000;
    }
    .nav-title {
        margin:0px !important;
    }
    .search_wrap .dropdown-menu{
        width:100% !important;
    }
    .search_wrap .btn-primary{
        width: 100%;
        background: #fff !important;
        border: 1px solid #ced4da !important;
        border-radius: 5px !important;
    }
    .btn-light{
        background: transparent !important;
    }
    .formmula{
        display:none;
    }
    .search_wrap .dropdown-menu{
        width:100% !important;
    }
    .search_wrap .btn-primary{
        width: 100%;
        background: #fff !important;
        border: 1px solid #ced4da !important;
        border-radius: 5px !important;
    }
    .btn-light{
        background: transparent !important;
    }
    .formmula{
        display:none;
    }
    .calculator-wrapper{
        width: 40%;
        margin: 0 auto;
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 0px 0px 5px -2px rgba(0,0,0,1);
        padding:30px 30px;
    }
    .final-amount{
        display: none;
        border-top:1px solid #ccc;
    }
    .final-amount p{
        font-size: 22px;
        font-weight: 800;
        margin-top: 15px;
    }
    @media (max-width: 768px)
    {
        .tool-wrapper{
           display: grid;
            grid-template-columns: repeat(2,minmax(200px,1fr));
            grid-column-gap: 30px;
            grid-row-gap: 40px;
            padding: 40px 20px;
        }  
    }
    @media (max-width: 425px)
    {
        .tool-wrapper{
            grid-template-columns: repeat(1,minmax(200px,1fr));
            grid-column-gap: 30px;
            grid-row-gap: 40px;
            display: grid;
            padding: 40px 20px;
        }
    }