/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
:root {
    --primary: #EDED26;
    --black: #000000;
    --white: #ffffff;
    --paragraph-gray: #696969;    
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    color: #000000;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    transition:all 0.3s ease-in-out;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
img{
    vertical-align: middle;
}
input, select {
    vertical-align: middle;
}
input[type=text]:focus, input[type=email]:focus,
input[type=password]:focus, select:focus,
textarea:focus, input[type=submit]:focus,
button:focus{
  outline: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #9CABC4;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #9CABC4;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #9CABC4;
}
:-moz-placeholder { /* Firefox 18- */
    color: #9CABC4;
}
body{
    color: var(--black);
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    background: url(../images/dotted-pattren.png) repeat;
}
.container{
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}
.container_large{
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.button{
    display: inline-block;
    color: var(--black);
    background: var(--white);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    border: 3px solid var(--black);
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 700;
    min-width: 200px;
    border-radius: 50px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,
    border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.primary_button{
    background: var(--primary);
    color: var(--black);
}
.primary_button:hover{
    background: var(--white);
    color: var(--black);
}
.secondary_button{
    background: var(--white);
    color: var(--black);
}
.secondary_button:hover{
    background: var(--primary);
    color: var(--black);
}
.button svg{
    margin-left: 15px;
    width: 22px;
    height: 22px;
}
.alertbox { margin-top:30px; }
/*Header*/
header{
    padding: 30px 0;
    z-index: 2;
    transition: all 0.5s ease;
    /*position: absolute;*/
    width: 100%;
}
header .container_large{
    position: relative;
}
.header_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_left li a{
    color: var(--black);
    font-weight: 700;
    font-size: 18px;
}
.top_left li:not(:last-child){
    margin-right: 50px;
}
.top_center{
    text-align: center;
}
.top_right{
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 15px;
    top: 30px;
}
.top_right a.button{
    padding: 12px 25px;
}
.top_right a.button:hover{
    background: var(--primary);
    color: var(--black);
}
.top_right a.button svg{
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 0;
    width: 25px;
    height: 25px;
}
/*.sticky_header{
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.03);
    padding: 20px 0;
    background: var(--white);
}*/
.home_banner{
    padding: 20px 0 0;
    position: relative;
    overflow: hidden;
}
.banner_content h1{
    font-weight: 700;
    font-size: 62px;
}
.banner_content p{
    color: var(--paragraph-gray);
    font-size: 22px;
    max-width: 500px;
    margin: 50px 0;
}
.banner_img{
    position: relative;
}
.icon_one{
    position: absolute;
    left: -30px;
    bottom: 150px;
}
.icon_two{
    position: absolute;
    right: -30px;
    top: 220px;
}
.icon_three{
    position: absolute;
    right: 200px;
    bottom: 120px;
}
.banner_content .button{
    font-size: 24px;
}

/*Preview*/
.preview{
    padding: 0 0 100px;
    position: relative;
    overflow: hidden;
}
.preview h2{
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 100px;
    font-weight: 700;
}
.preview_block{
    border: 4px solid var(--black);
    border-radius: 10px;
    /*overflow-y: scroll;*/
    /*height:320px;*/
    height: 425px;
}
.preview_block img{
    border-radius: 10px;
}
.desktop_preview{
    max-width: 1030px;
    width: 100%;
    margin: 0 auto;
    max-height: 600px;
}
.tablet_preview{
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
    max-height: 600px;
}
.mobile_preview{
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    max-height: 500px;
}
.swiper-wrapper{
    margin-top: 120px;
}
.swiper-pagination {
    position: absolute;
    bottom: auto !important;
    top: 0;
    right: 0;
    width: auto !important;
    left: 0 !important;
    margin: 0;
}
.swiper-pagination-bullet {
    opacity: 1;
    width: auto;
    height: auto;
    background: transparent;
    text-align: center;
    color: #C3C3C3;
    font-weight: 700;
    font-size: 24px;
    min-width: 160px;
    padding: 10px 10px;
}
.swiper-pagination-bullet-active {
    background: var(--primary);
    color: var(--black);
    border-radius: 50px;
    font-weight: 900;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}
.swiper-button-next{
    background: url(../images/right-arrow.svg) no-repeat;
    background-size: 100%;
    width: 50px;
    height: 50px;
    margin-top:60px;
}
.swiper-button-prev{
    background: url(../images/left-arrow.svg) no-repeat;
    background-size: 100%;
    width: 50px;
    height: 50px;
    margin-top:60px;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
    display: none;
}

/* width */
.preview ::-webkit-scrollbar {
    width: 10px;
    border-radius: 30px;
}
/* Track */
.preview ::-webkit-scrollbar-track {
    background: #EAEAEA;
    border: 1px solid #8D8D8D;
}
/* Handle */
.preview ::-webkit-scrollbar-thumb {
    background: #C2C2C2;
    border-radius: 30px;
}
/* Handle on hover */
.preview ::-webkit-scrollbar-thumb:hover {
    background: #a9a7a7;
}
.create_widget_btn{
    text-align: center;
    margin-top: 50px;
}
.create_widget_btn .button{
    padding: 12px 30px;
    font-size: 24px;
}

.payment_details input[type=text],.payment_details input[type=number],.payment_details input[type=email]
{ padding:2rem 0 1rem 0  !important;}

.payment_details input#cardNumber { padding-left:30px !important;}
/*Feature*/
.features{
    overflow: hidden;
}
.features_wrapper{
    background: var(--primary);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.features_wrapper:after{
    content: "";
    background: url(../images/curve.png) no-repeat;
    background-size: 100%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0;
    right: 0;
}
.features_left_col{
    width: 30%;
    padding: 0 80px;
}
.features_left_col_cion{}
.features_left_col_cion img{}
.features_left_col h2{
    font-weight: 700;
    font-size: 62px;
    margin: 40px 0;
}
.features_left_col p{
    font-size: 18px;
}
.features_left_col .btn_block{
    margin-top: 40px;
}
.features_left_col .btn_block .button{
    padding: 12px 30px;
    font-size: 24px;
}
.features_right_col{
    width: 70%;
    display: flex;
    flex-wrap: wrap;
}
.feature_col{
    width: 33.33%;
    text-align: center;
    padding: 120px 20px;
    border-left: 1px solid var(--black);
    border-bottom: 1px solid var(--black);
}
.features_right_col .feature_col:nth-child(4),
.features_right_col .feature_col:nth-child(5),
.features_right_col .feature_col:nth-child(6){
    border-bottom: none;
}
.feature_col img{
    height: 80px;
    object-fit: contain;
}
.features_right_col .feature_col:nth-child(1) .feature_col_icon img{}
.features_right_col .feature_col:nth-child(2) .feature_col_icon img{
    max-width: 60px;
}
.features_right_col .feature_col:nth-child(3) .feature_col_icon img{
    max-width: 80px;
}
.features_right_col .feature_col:nth-child(4) .feature_col_icon img{
    max-width: 80px;
}
.features_right_col .feature_col:nth-child(5) .feature_col_icon img{
    max-width: 100px;
}
.features_right_col .feature_col:nth-child(6) .feature_col_icon img{}
.feature_col h3{
    font-size: 24px;
    font-weight: 700;
    margin: 30px 0;
}
.feature_col p{
    font-size: 18px;
    padding: 0 40px;
}

/*Footer*/
footer{
    padding: 50px 0 80px;
    overflow: hidden;
}
.footer_links a{
    color: var(--black);
    font-weight: 700;
    font-size: 18px;
}
.footer_links a:not(:last-child){
    margin-right: 30px;
}
.footer_links a:last-child{
    display: none;
}
.footer_logo{
    text-align: center;
}
.footer_logo img{
    max-width: 100px;
}
.newsletter{
    text-align: right;
    position: relative;
}
.newsletter input[type="email"],
.newsletter input[type="text"]{
    padding: 12px 80px 12px 20px;
    border: 1px solid #BFBFBF;
    border-radius: 50px;
    width: 100%;
    max-width: 450px;
}
.newsletter input[type="submit"]{
    background: url(../images/arrow-right.svg) no-repeat;
    border: none;
    text-indent: -99999px;
    background-size: 25px;
    width: 40px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
footer hr{
    border-top: 2px solid #BFBFBF;
    margin: 2em 0;
}
.footer_bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.socail_links ul{
    display: flex;
    align-items: center;
}
.socail_links ul li:not(:last-child){
    margin-right: 10px;
}
.socail_links ul li a{
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 48px;
    display: block;
    border-radius: 50%;
    text-align: center;
}
.socail_links ul li a:hover{
    background: var(--primary);
    color: var(--black);
}
.copyright{
    font-size: 18px;
}

/*Modal*/
.modal-dialog{
    max-width: 488px;
    margin-top: 180px;
}
.modal_title{
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}
.upgrade_block{
    background: var(--primary);
    color: var(--black);
    border: 4px solid var(--black);
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
}
.upgrade_block h5{
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px;
}
.upgrade_block p{
    font-size: 18px;
}
.upgrade_block h2{
    font-size: 92px;
    font-weight: 700;
    margin: 30px 0;
}
.upgrade_block ul{}
.upgrade_block ul li{
    position: relative;
    font-size: 20px;
    padding-left: 35px;
    text-align: left;
    line-height: 1;
}
.upgrade_block ul li:not(:last-child){
    margin-bottom: 20px;
}
.upgrade_block ul li:before{
    content: "";
    background: url(../images/ok-sign.svg) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
.modal_btn{
    margin: 40px 0 0;
}
.modal-backdrop{
    background-color: #fff;
}

/*Widget Wrapper*/
.widget_wrapper{
    padding: 80px 0 100px;
    overflow: hidden;
}
.widget_holder{
    padding-right: 80px;
}
.heading{
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 50px;
    font-weight: 700;
}
.widget_holder h2{
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 40px;
}
.widget_holder p{
    color: var(--paragraph-gray);
    font-size: 22px;
}
.add_account{
    margin: 30px 0;
}
.add_account a.button{
    width: 100%;
    font-size: 24px;
}

/*Accordians*/
.accordion-item{
    background-color: transparent;
}
.accordion-button{
    background-color: transparent;
    padding: 30px 0;
    display: flex;
    align-items: center;
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none; 
}
.accordion-button:not(.collapsed) {
    color: var(--black);
    background-color: transparent;
    box-shadow: none;
}
.accordion-header{
    margin-bottom: 0 !important;
}
.accordion-button span{
    font-size: 24px;
    font-weight: 700;
}
.accordion-button span:first-child{
    width: 70px;
}
.profile_logo{
    width: 45px;
}
.widget_actions{
    margin: 50px 0 0;
    text-align: center;
}
.widget_actions .button{
    font-size: 24px;
    margin: 0 8px;
    padding: 12px 25px;
   
}
.widget_accordions_holder .widget_actions .button{
    min-width: 250px;
}
.accordion-button:after{
    content: "";
    background-image: url(../images/down-arrow.svg) !important;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
}
.widget__preview{
    padding-left: 80px;
    position: relative;
}
.disabled_accordian{
    position: relative;
}
.disabled_accordian:before{
    content: "";
    background: rgb(255 255 255 / 0%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.disabled_accordian .account_accordian{
    display: none;
}
.disabled_accordian .accordion-button{
    filter: opacity(0.2);
}
.disabled_accordian .widget_actions .button{
    background: #C3C3C3;
    color: #fff;
    border: none;
}
.accordion-body {
    padding: 20px 0;
}
.layout_type{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.layout_type button{
    background: transparent;
    border: none;
    text-align: center;
    font-size: 24px;
    padding: 0;
}
.layout_type button svg{
    width: 60px;
    height: 60px;
    border-radius: 10px;
}
.layout_type button span{
    display: block;
    margin-top: 15px;
}
.layout_type button.active svg{
    background: var(--primary);
}
.layout_features{}
.layout_features ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.layout_features ul li:not(:last-child){
    margin-bottom: 30px;
}
.layout_features ul li label{
    font-size: 24px;
}
.input_field{
    border: 1px solid #BFBFBF;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    padding: 8px 10px;
    max-width: 140px;
    width: 140px;
}
select.input_field{
    max-width: 140px;
}
.input_field:focus{
    outline: none;
    box-shadow: none;
    border: 1px solid #BFBFBF;
}
.layout_features ul li .form-check-input {
    width: 2em;
    height: 2em;
    border-radius: 50px;
    cursor: pointer;
}
.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
    border: 3px solid var(--black);
}
.form-check-input:focus{
    box-shadow: none;
}
.form-check-input:checked[type=checkbox]{
    background-image: url(../images/ok.svg);
    background-repeat: no-repeat;
    background-size: 15px;
}
textarea.input_field{
    width: 100%;
    height: 270px;
    resize: none;
    max-width: 100%;
    text-align: left;
}
.css_box{
    display: none;
    width: 100%;
}
.user_menu ul li a{
    font-size: 14px;
}
.user_menu ul li img{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 15px;
    margin-top: -5px;
    vertical-align: middle;
}
.user_menu ul li span{
    font-size: 18px;
    color: var(--black);
}
.user_menu .dropdown-menu{
    box-shadow: 0px 20px 40px rgb(0 0 0 / 16%);
    border: none;
    /*margin-top: 25px !important;*/
    border-radius: 10px;
    width: 230px;
    padding: 0;
}
.user_menu .dropdown-menu li{}
.user_menu .dropdown-menu li:last-child{
    border-top: 1px solid #F1F1F1;
}
.user_menu .dropdown-menu li a{
    color: var(--black);
    font-size: 18px;
    padding: 10px 20px;
    display: block;
    margin-left: 0;
}
.user_menu .dropdown-menu li a:hover{
    background: var(--primary);
}
.user_menu .dropdown-toggle::after{
    margin-left: 10px;
    border: none;
    background: url(../images/down-arrow.svg) no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-top: -71px;
}
.preview_code_wrapper{
    border: 4px solid var(--black);
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    max-width: 825px;
    max-height: 600px;
}
.congrats_message{
    text-align: center;
    padding: 56px 20px;
    background: rgb(80 80 80 / 98%);
    color: var(--white);
}
.congrats_message h2{
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
}
.congrats_message p{
    font-size: 16px;
}
.iframe_code{
    background: var(--primary);
    text-align: center;
    /*padding: 50px 0;*/
}
.iframe_text{
    padding: 0 30px;
}
.iframe_text code{
    white-space: pre-line;
    font-size: 14px;
    color: var(--black);
}
.copy_code{
    margin-top: 30px;
    padding-bottom:30px; 
}
.copy_code button{ }
.copy_code button img{
    margin-right: 10px;
    width: 20px;
}
.close_preview{
    position: absolute;
    top: 20px;
    right: 20px;
}
.close_preview button{
    background: transparent;
    border: none;
}
.close_preview svg{}
.dashboard_holder{
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}
.profile_logo_col{
    background: var(--primary);
    text-align: center;
    width: 170px;
    height: 170px;
    line-height: 170px;
    border-radius: 50%;
    margin: 0 auto 30px;
}
.profile_logo_col img{
    width: 80px;
}
.dashboard_holder h2{
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 5px;
}
.dashboard_holder p{
    font-size: 18px;
}
.dashboard_holder ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
    padding: 15px 20px;
    margin: 20px 0;
}
.dashboard_holder ul li{
    font-size: 22px;
    font-weight: 700;
}
.dashboard_holder ul li:not(:last-child){}
.dashboard_holder h5{
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
}
.dashboard_holder .widget_actions{
    margin: 80px 0 150px;
}
.dashboard_bottom{
    color: var(--paragraph-gray);
    font-size: 18px;
}
.dashboard_bottom a{
    color: var(--paragraph-gray);
}
.dashboard_bottom span{
    margin: 0 10px;
}
.my_widget_title{
    text-align: center;
    position: relative;
    margin-bottom: 80px;
}
.my_widget_title h2{
    font-weight: 700;
    font-size: 38px;
}
.my_create_widget_btn{
    position: absolute;
    top: 0;
    right: 0;
}
.widget_table table th,
.widget_table table td{
    padding: 20px 10px;
}
.widget_table table thead th{
    font-size: 22px;
}
.widget_table table tbody tr{
    background: var(--white);
    font-size: 18px;
}
.widget_table table tbody tr:hover{
    background: #F8F8F8;
}
.widget_table table tbody td a{
    padding: 10px 15px;
    font-size: 18px;
    min-width: 200px;
    border-radius: 50px;
    text-align: center;
}
.widget_table table tbody td a:hover{
    background: var(--primary);
    color: var(--black);
}
.pagination{
    margin-top: 40px;
    text-align: center;
    justify-content: center;
}
.pagination ul{
    display: flex;
    align-items: center;
}
.pagination ul li{
    margin: 0 10px;
}
.pagination ul li a{
    font-size: 20px;
    font-weight: 700;
    color: #C3C3C3;
}
.pagination ul li a.active,
.pagination ul li a:hover{
    color: var(--black);
}
.payment_details{
    border: 1px solid #BFBFBF;
    border-radius: 10px;
    padding: 50px;
    background: var(--white);
    margin-left: 50px;
}
.payment_details h2{
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
}
.form-control{
    border: none;
    border-bottom: 1px solid #CECECE;
    border-radius: 0;
    padding: 1rem 0 !important;
    height: calc(2.5rem + 2px) !important;
}
.form-control:focus{
    outline: none;
    box-shadow: none;
    border-color: var(--black);
    color:#000;
}
.form-floating>label{
    padding: 0.5rem 0 !important;
    color: #000;
}
.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label{
    transform: scale(1) translateY(-1rem) translateX(-0.1rem);
    opacity:1 !important;
}
.card_number{
    background: url(../images/card-outline.svg) no-repeat;
    background-size: 20px;
    background-position: left 24px;
    padding-left: 30px !important;
}
.card_input>label{
    left: 30px;
}
.upgraded_illustration{
    margin-bottom: 80px;
}
.dashboard_holder h1{
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 40px;
}
.dashboard_holder p.text{
    max-width: 400px;
    font-size: 24px;
    margin: 0 auto;
}
.widget_detail{}
.widget_detail_block{
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CECECE;
}
.widget_detail_block:last-child{
    border-bottom: none;
}
.widget_detail_block label{
    display: block;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
}
.widget_detail_block p{
    font-size: 18px;
    color: var(--paragraph-gray);
}
.iframe_box{
    background: var(--primary);
    text-align: left;
    border-radius: 10px;
    padding: 30px 25px;
}
.iframe_box .iframe_text {
    padding: 0;
}
.iframe_box .copy_code {
    margin-top: 50px;
    text-align: center;
}
.widget_detail_block ul{
    list-style: disc;
    padding-left: 20px;
    font-size: 18px;
    color: var(--paragraph-gray);
}
.widget_detail_block ul li:not(:last-child){
    margin-bottom: 10px;
}
.widget_detail_block ul li::marker {
    color: var(--paragraph-gray);
}
.detail_buttons{
    position: absolute;
    right: 0;
    top: 30px;
}
.detail_btn{
    border-radius: 50px;
    padding: 10px 10px;
    font-size: 18px;
    font-weight: 700;
    min-width: 160px;
    text-align: center;
    border: none;
    display: inline-block;
    margin-left: 5px;
}
.upgrade_btn,
.upgrade_btn:hover{
    background: var(--primary);
    color: var(--black);
}
.delete_btn{
    background: #F5501E;
    color: var(--white);
}
.expiration_block{
    max-width: 400px;
}
.modal-backdrop.show {
    opacity: .9;
}
.menu_icon{
    margin-left: 15px;
    display: none;
}
.menu_icon button{
    background: transparent;
    border: none;
}
.menu_icon button span{
    display: block;
    width: 40px;
    height: 3px;
    border-radius: 10px;
    background: var(--black);
    margin: 8px 0;
}
.navbar{
    padding: 0;
}
.navbar-brand{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    margin-right: 0;
}
.navbar-collapse{
    margin-top: 45px;
}
.navbar-toggler {
    padding: 0;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.navbar-toggler-icon {
    display: block;
    background: #434443;
    height: 3px;
    margin: 8px 0;
    width: 35px;
    border-radius: 3px;
}

.general_info{
    background: var(--white);
    padding: 45px;
    border-radius: 20px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 5%);
}
.general_heading{
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 40px;
}
.general_info p{
    color: var(--paragraph-gray);
    font-size: 18px;
    margin-bottom: 20px;
}
.general_info p a{
    border-bottom: 1px solid;
    color: #000;
}
.general_info h2{
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}
.general_info h3{
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 700;
}
.general_info ul,
.general_info ol{
    padding-left: 30px;
    margin: 20px 0;
}
.general_info ul{
    list-style: disc;
}
.general_info ol{
    list-style: decimal;
}
.general_info ul li,
.general_info ol li{
    margin: 10px 0;
    color: var(--paragraph-gray);
    font-size: 18px;
}

/*New Styles 27-9-2021*/
.top_right a.button{
    min-width: 160px;
    margin-left: 10px;
}
.newsletter {
    max-width: 350px;
    margin-left: auto;
}
.newsletter h3 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}
.newsletter input[type="submit"]{
    top: 50px;
    transform: translateY(0);
}
.dashboard_bottom {
    text-align: center;
    margin-top: 50px;
}
.modal .form-control{
    background: transparent;
    border-bottom: 1px solid var(--black);
    border-radius: 0;
}
.modal .blue_color{
    text-decoration: underline;
}
.modal .blue_color:hover{
    color: #000;
}
/*.forgot_block{
    min-height: 470px;
    justify-content: center;
}*/
.forgot_title{
    background: #fff;
}
.close_modal{
    position: absolute;
    right: 20px;
    top: 40px;
}
.close_modal .btn-close{
    opacity: 1;
    cursor: pointer;
}

   #helpAccordion .accordion-button:after{ margin-right:0px; }
    #helpAccordion .accordion-button { font-size:24px; padding:15px; font-weight: 700;}
    #helpAccordion video { border:1px solid #000; }
    #helpAccordion .accordion-body { padding:15px;  background:#edf128; }
    
    
    

/*Media Queries*/
@media screen and (max-width: 1680px){
    .container_large{
        max-width: 1400px;
    }
    .top_center img{
        width: 100px;
    }
    /*.home_banner{
        padding: 150px 0 50px;
    }*/
    .icon_one{
        left: -10px;
    }
    .icon_two{
        right: -10px;
    }
    .icon_three{
        bottom: 100px;
        right: 170px;
    }
    .icon_one img,
    .icon_two img{
        width: 220px;
    }
    .icon_three img{
        width: 40px;
    }
    .banner_content h1{
        font-size: 52px;
    }
    .banner_content p{
        font-size: 18px;
    }
    .features_left_col{
        padding: 0 50px;
    }
    .features_left_col h2{
        font-size: 52px;
    }
    .button{
        font-size: 18px;
    }
    .features_left_col .btn_block .button {
        font-size: 20px;
    }
    .banner_content .button {
        font-size: 20px;
    }
    .create_widget_btn .button {
        font-size: 20px;
    }
    .features_left_col_cion img {
        width: 80px;
    }
    .feature_col{
        padding: 100px 10px;
    }
    .features_wrapper:after{
        width: 100px;
        height: 100px;
    }
    .feature_col h3{
        font-size: 18px;
    }
    .feature_col p,
    .features_left_col p{
        font-size: 16px;
    }
    .footer_links a,
    .top_left a,
    .top_right a:first-child{
        font-size: 18px;
    }
    .footer_links a:not(:last-child) {
        margin-right: 20px;
    }
    .button svg{
        width: 18px;
        height: 18px;
    }
    .footer_logo img {
        max-width: 80px;
    }
    .copyright {
        font-size: 16px;
    }
    /*.widget_wrapper {
        padding: 200px 0 100px;
    }*/
    .profile_logo_col{
        width: 150px;
        height: 150px;
        line-height: 150px;
    }
    .profile_logo_col img {
        width: 70px;
    }
    .dashboard_holder h2{
        font-size: 36px;
    }
    .dashboard_holder ul li,
    .dashboard_holder h5{
        font-size: 15px;
        opacity: 0.3;
    }
    .widget_actions .button{
        /*font-size: 18px;*/
        /*min-width: 250px;*/
        font-size: 14px;
        
    }
    .dashboard_holder .widget_actions {
        margin: 80px 0 120px;
    }
    .expiration_block {
        max-width: 300px;
    }
    .upgraded_illustration {
        margin-bottom: 50px;
    }
    .upgraded_illustration img{
        max-width: 300px;
    }
    .dashboard_holder h1{
        font-size: 60px;
    }
    .widget_accordions_holder .widget_actions .button {
        min-width: 200px;
    }
    .layout_features ul li label {
        font-size: 22px;
    }
    select.input_field {
        max-width: 180px;
    }
    .preview_code_wrapper{
        max-width: 715px;
    }
    .iframe_code{
        /*padding: 37px 0;*/
    }
    .top_right{
        top: 20px;
    }
    .navbar-collapse {
        margin-top: 35px;
    }
}
@media screen and (max-width:1440px){
    .container_large{
        max-width: 1280px;
    }
    .container{
        max-width: 1140px;
    }
    .upgrade_block ul li{
        font-size: 16px;
    }
    .upgrade_block h2{
        font-size: 86px;
    }
    .widget_table table tbody tr{
        font-size: 16px;
    }
    .widget_accordions_holder .widget_actions .button {
        min-width: 180px;
    }
    .widget_holder p{
        font-size: 20px;
    }
    .preview_code_wrapper{
        max-width: 640px;
    }
    .congrats_message{
        padding: 35px 20px;
        
    }
    .iframe_code{
       /* padding: 45px 0;*/
        padding: 0;
    }
    .copy_code {
 
        margin-top: 0px;
        padding-bottom: 30px;
    }
    .navbar-collapse {
        margin-top: 40px;
    }
}
@media screen and (max-width:1280px){
    .container_large {
        max-width: 1140px;
    }
    .top_center img {
        width: 80px;
    }
    .icon_one img, .icon_two img {
        width: 180px;
    }
    .icon_three {
        bottom: 70px;
        right: 150px;
    }
    .banner_content h1 {
        font-size: 42px;
    }
    .banner_content p{
        max-width: 450px;
    }
    .button {
        font-size: 14px;
        padding: 10px 10px;
        min-width: 150px;
    }
    .banner_content .button {
        font-size: 18px;
    }
    .create_widget_btn .button {
        font-size: 18px;
    }
    .top_right a.button {
        padding: 10px 25px;
    }
    .features_left_col {
        padding: 0 40px;
    }
    .features_left_col h2{
        font-size: 46px;
    }
    .features_left_col_cion img {
        width: 60px;
    }
    .footer_links a, 
    .top_left a, 
    .top_right a:first-child {
        font-size: 16px;
    }
    .copyright {
        font-size: 16px;
    }
    .feature_col img {
        height: 60px;
    }
    .features_right_col .feature_col:nth-child(2) .feature_col_icon img {
        max-width: 50px;
    }
    .features_right_col .feature_col:nth-child(3) .feature_col_icon img {
        max-width: 60px;
    }
    .features_left_col .btn_block .button {
        padding: 10px 15px;
        font-size: 18px;
    }
    .feature_col p{
        padding: 0 20px;
    }
    .newsletter input[type="email"], .newsletter input[type="text"]{
        max-width: 350px;
    }
    .desktop_preview{
        max-width: 900px;
    }
    .profile_logo_col {
        width: 130px;
        height: 130px;
        line-height: 130px;
    }
    .profile_logo_col img {
        width: 60px;
    }
    .container {
        max-width: 960px;
    }
    .upgrade_block p {
        font-size: 16px;
    }
    .upgrade_block h2 {
        font-size: 76px;
        margin: 30px 0;
    }
    .payment_details{
        margin-left: 20px;
    }
    .upgrade_block{
        padding: 40px 15px;
    }
    .upgraded_illustration img {
        max-width: 250px;
    }
    .dashboard_holder h1 {
        font-size: 50px;
    }
    .dashboard_holder p.text{
        font-size: 22px;
    }
    .dashboard_holder .widget_actions {
        margin: 70px 0 100px;
    }
    .detail_btn{
        font-size: 16px;
        min-width: 120px;
    }
    .iframe_text code{
        font-size: 16px;
    }
    .swiper-pagination-bullet{
        font-size: 20px;
        min-width: 140px;
    }
    .widget_detail_block ul{
        font-size: 16px;
    }
    .widget_detail_block label{
        font-size: 22px;
    }
    .widget_accordions_holder .widget_actions .button {
        min-width: 160px;
        font-size: 16px;
        padding: 10px 15px; 
        margin: 0 4px;
    }
    .accordion-button span img{
        width: 35px;
    }
    .accordion-button span:first-child {
        width: 60px;
    }
    .accordion-button span {
        font-size: 22px;
    }
    .accordion-button:after{
        width: 25px;
        height: 25px;
    }
    .add_account a.button {
        font-size: 20px;
    }
    .widget_holder {
        padding-right: 20px;
    }
    .layout_type button{
        font-size: 20px;
    }
    .layout_type button svg{
        width: 50px;
        height: 50px;
    }
    .layout_features ul li label {
        font-size: 20px;
    }
    .input_field{
        font-size: 18px;
    }
    select.input_field {
        max-width: 150px;
    }
    .widget_holder p {
        font-size: 18px;
    }
    .congrats_message {
        /*padding: 48px 20px;*/
    }
    .preview_code_wrapper {
        max-width: 560px;
    }
    .widget_wrapper{
        padding: 50px 0 100px;
    }
    .top_right {
        top: 15px;
    }
    .navbar-collapse {
        margin-top: 30px;
    }
}
@media screen and (max-width:1040px){
    .container_large {
        max-width: 960px;
    }
    .features_wrapper:after {
        width: 80px;
        height: 80px;
    }
    .banner_content h1{
        font-size: 34px;
    }
    .features_left_col h2{
        font-size: 36px;
        margin: 30px 0;
    }
    .banner_content p{
        margin: 30px 0
    }
    .button{
        min-width: 150px;
    }
    .icon_one img, .icon_two img {
        width: 140px;
    }
    .icon_three img {
        width: 30px;
    }
    .icon_one {
        left: 0;
        bottom: 120px;
    }
    .icon_two {
        right: 0;
        top: 150px;
    }
    .icon_three {
        right: 100px;
    }
    .home_banner{
        padding: 20px 20px 25px;
    }
    .feature_col p {
        padding: 0 10px;
    }
    .footer_logo img {
        max-width: 70px;
    }
    .newsletter input[type="email"], .newsletter input[type="text"] {
        max-width: 300px;
    }
    .desktop_preview {
        max-width: 760px;
    }
    .footer_links a:not(:last-child) {
        margin-right: 10px;
    }
    .top_left li:not(:last-child) {
        margin-right: 30px;
    }
    .widget__preview{
        padding-left: 50px;
    }
    .preview_code_wrapper {
        max-width: 490px;
    }
    .iframe_text {
        padding: 0 50px;
    }
    .features_left_col .btn_block .button {
        padding: 10px 12px;
        font-size: 16px;
    }
}
@media screen and (max-width:991px){
    .top_center img {
        width: 60px;
    }
    .top_left li:not(:last-child) {
        margin-right: 30px;
    }
    .footer_links a, .top_left a, .top_right a:first-child {
        font-size: 14px;
    }
    .swiper-button-next, .swiper-button-prev{
        display: none;
    }
    .banner_content p {
        max-width: 100%;
    }
    .icon_one img, .icon_two img {
        width: 180px;
    }
    .icon_two {
        right: 10px;
        top: 200px;
    }
    .icon_one {
        left: 10px;
        bottom: 160px;
    }
    .icon_three img {
        width: 40px;
    }
    .icon_three {
        right: 170px;
        bottom: 90px;
    }
    .preview{
        padding: 30px 20px 100px;
    }
    .features_left_col,
    .features_right_col{
        width: 100%;
    }
    .features_left_col {
        padding: 40px 40px;
    }
    .features_left_col h2{
        margin: 20px 0 10px;
    }
    .features_left_col .btn_block {
        margin-top: 20px;
    }
    .features_right_col .feature_col:nth-child(1), 
    .features_right_col .feature_col:nth-child(4){
        border-left: none;
    }
    .top_right a.button {
        padding: 10px 10px;
        font-size: 12px;
    }
    .top_right a.button svg{
        width: 15px;
        height: 15px;
    }
    .footer_links a:not(:last-child){
        margin-right: 10px;
    }
    .footer_links a{
        font-size: 13px;
    }
    .newsletter input[type="email"], .newsletter input[type="text"] {
        max-width: 280px;
    }
    .footer_links a:not(:last-child) {
        margin-right: 6px;
    }
    .expiration_block {
        max-width: 100%;
    }
    .payment_details {
        margin-left: 0;
        margin-top: 30px;
    }
    .upgrade_block{
        text-align: left;
        padding: 40px 40px;
    }
    .upgraded_illustration img {
        max-width: 200px;
    }
    .upgraded_illustration {
        margin-bottom: 40px;
    }
    .dashboard_holder h1 {
        font-size: 42px;
    }

    /*Table*/
    .widget_table table {
        border: 0;
    }
    .widget_table table tbody tr {
        font-size: 16px;
    }
    .widget_table table th, .widget_table table td {
        padding: 15px 10px;
    }
    .widget_table table caption {
        font-size: 1.3em;
    }  
    .widget_table table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    } 
    .widget_table table tr {
        display: block;
        margin-bottom: 20px;
    }
    .widget_table table td {
        border-bottom: 1px solid #BFBFBF;
        display: block;
        text-align: right;
        color: var(--paragraph-gray);
    } 
    .widget_table table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        color: #000;
        /*display: block;*/
    } 
    .widget_table table td:last-child {
        border-bottom: 0;
    }
    .widget_table table tbody td a{
        font-size: 16px;
        background: #F8F8F8;
    }
    .my_widget_title h2{
        font-size: 32px;
    }
    .widget__preview{
        padding-left: 0;
    }
    .widget_accordions_holder .widget_actions{
        margin: 50px 0 80px;
    }
    .create_widget_preview.widget__preview {
        padding: 0 40px;
    }
    .widget_wrapper {
        padding: 50px 20px 100px;
    }
    .preview_code_wrapper {
        max-width: 100%;
        width: calc(100% - 80px);
        right: 40px;
    }
    .iframe_code {
        padding: 69px 0;
    }
    .banner_content{
        text-align: center;
    }
    .widget_holder h2{
        margin-bottom: 20px;
    }
    .navbar-brand{
        position: static;
        top: 0;
        left: 0;
        transform: translateX(0);
    }
    .top_right {
        top: 8px;
        right: 80px;
    }
    .navbar-collapse {
        margin-top: 0;
        background: #fff;
        box-shadow: 0px 20px 40px rgb(0 0 0 / 16%);
        border-radius: 5px;
        position: absolute;
        width: 100%;
        z-index: 1;
        top: 70px;
    }
    .top_left li{
        padding: 10px 30px;
    }
    .navbar-nav{
        padding-top: 10px;
    }
    header{
        padding: 20px 0;
    }
    .user_menu{
        margin-top: 5px;
    }
}


@media screen and (max-width:767px){
    .preview_code_wrapper{ top: -770px; }
    .congrats_message {
        padding: 68px 20px;
    }
    .footer_links a { margin-left:6px; margin-right:6px; }
    .widget_actions a { margin-bottom:20px !important; width:100%; }
    .general_info  { padding:25px; }
    .modal-dialog { margin-top:30px;}
    .modal h1 { font-size:42px;}
    .newsletter h3 { text-align:center;}
    header{
        padding: 20px 0;
    }
    .banner_content h1 {
        font-size: 26px;
    }
    .banner_content p {
        font-size: 16px;
    }
    .top_center {
        text-align: left;
    }
    .icon_one img, .icon_two img {
        width: 100px;
    }
    .icon_three img {
        width: 25px;
    }
    .icon_one {
        left: 0px;
        bottom: 80px;
    }
    .icon_two {
        right: 0px;
        top: 100px;
    }
    .icon_three {
        right: 90px;
        bottom: 40px;
    }
    .preview h2{
        font-size: 20px;
        margin-bottom: 50px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 10px;
    }
    .feature_col{
        width: 100%;
        padding: 50px 10px;
    }
    .features_right_col .feature_col:nth-child(2),
    .features_right_col .feature_col:nth-child(3),
    .features_right_col .feature_col:nth-child(5),
    .features_right_col .feature_col:nth-child(6){
        border-left: none;
    }
    .features_right_col .feature_col:nth-child(4),
    .features_right_col .feature_col:nth-child(5){
        border-bottom: 1px solid var(--black); 
    }
    .button {
        font-size: 13px;
        padding: 8px 10px;
        min-width: 140px;
        border: 2px solid var(--black);
    }
    .button svg {
        width: 15px;
        height: 15px;
    }
    .top_right a.button{
        padding: 8px 10px;
        font-size: 11px;
        min-width: 90px;
    }
    .banner_img{
        margin-top: 30px;
    }
    .features_left_col_cion img {
        width: 50px;
    }
    .features_left_col h2{
        font-size: 32px;
    }
    .footer_bottom{
        display: block;
    }
    .socail_links ul{
        justify-content: center;
    }
    .copyright {
        font-size: 14px;
        text-align: center;
        margin-top: 10px;
    }
    .footer_links{
        text-align: center;
    }
    .newsletter {
        text-align: center;
        margin: 20px 0;
    }
    .newsletter input[type="email"], 
    .newsletter input[type="text"] {
        max-width: 100%;
    }
    .order_one{
        order: -1;
    }
    .top_right a.button svg{
        margin-right: 5px;
    }
    .features_left_col {
        padding: 40px 20px;
        text-align: center;
    }
    .preview {
        padding: 30px 0 100px;
    }
    .footer_links a:last-child{
        display: inline-block;
    }
    .top_right{
        text-align: right;
        top: 10px;
        right: 70px;
    }
    .banner_content{
        text-align: center;
    }
    .swiper-pagination-bullet{
        min-width: 90px;
        font-size: 16px;
        padding: 8px 12px;
    }
    .user_menu ul li img{
        margin-right: 5px;
    }
    .user_menu ul li img {
        width: 40px;
        height: 40px;
    }
    .user_menu ul li span {
        font-size: 16px;
    }
    .user_menu .dropdown-toggle::after{
        margin-left: 10px;
        width: 20px;
        height: 20px;
    }
    .widget_wrapper {
        padding: 50px 0 50px;
    }
    .profile_logo_col {
        width: 110px;
        height: 110px;
        line-height: 110px;
    }
    .profile_logo_col img {
        width: 50px;
    }
    .dashboard_holder h2 {
        font-size: 32px;
    }
    .dashboard_holder ul li, .dashboard_holder h5 {
        font-size: 16px;
    }
    .widget_actions .button {
        font-size: 14px;
        min-width: 150px;
        margin: 0 2px;
        padding: 10px 15px;
    }
    .dashboard_bottom{
        font-size: 13px;
    }
    .dashboard_bottom span {
        margin: 0 3px;
    }
    .dashboard_holder .widget_actions {
        margin: 60px 0 60px;
    }
    .user_menu .dropdown-menu{
        width: 180px;
    }
    .user_menu .dropdown-menu li a{
        font-size: 16px;
        padding: 8px 20px;
    }
    .payment_details{
        padding: 30px;
    }
    .upgrade_block {
        padding: 30px 30px;
    }
    .upgrade_block h2 {
        font-size: 62px;
        margin: 30px 0;
    }
    .form-floating>label{
        font-size: 14px;
    }
    .upgraded_illustration img {
        max-width: 180px;
    }
    .dashboard_holder h1 {
        font-size: 36px;
    }
    .dashboard_holder p.text {
        font-size: 18px;
    }
    .my_create_widget_btn {
        position: static;
        margin-top: 30px;
        text-align: center;
    }
    .my_widget_title{
        margin-bottom: 20px;
    }
    .widget_table table th, .widget_table table td {
        padding: 15px 15px;
    }
    .widget_detail_block p{
        font-size: 16px;
    }
    .detail_btn {
        font-size: 14px;
        min-width: 100px;
        padding: 8px 10px;
    }
    .widget_holder {
        padding-right: 0;
    }
    .widget_holder h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .widget_holder p {
        font-size: 16px;
    }
    .add_account a.button {
        font-size: 20px;
        padding: 10px 10px;
    }
    .accordion-button span:first-child {
        width: 50px;
    }
    .layout_type button {
        font-size: 18px;
    }
    .layout_type button svg {
        width: 45px;
        height: 45px;
        border-radius: 5px;
    }
    .layout_features ul li label {
        font-size: 16px;
    }
    select.input_field {
        max-width: 130px;
    }
    .accordion-button span img {
        width: 30px;
    }
    .add_account a.button{
        font-size: 18px;
    }
    .accordion-button span {
        font-size: 18px;
    }
    .accordion-button:after {
        width: 20px;
        height: 20px;
    }
    .widget_accordions_holder .widget_actions .button{
        min-width: 150px;
        font-size: 14px;
    }
    .create_widget_preview.widget__preview {
        padding: 0 10px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px;
    }
    .swiper-wrapper {
        margin-top: 80px;
    }
    .input_field {
        font-size: 16px;
    }
    .newsletter input[type="email"], .newsletter input[type="text"]{
        font-size: 14px;
    }
    .widget_table table td {
        text-align: left;
    } 
    .widget_table table td::before {
        float: none;
        display: block;
    } 
    .preview_code_wrapper {
        width: calc(100% - 0px);
        right: 0px;
        max-height: fit-content;
    }
    .home_banner {
        padding: 20px 0px 25px;
    }
    .accordion-button{
        padding: 15px 0;
    }
    .menu_icon{
        display: block;
    }
}
@media screen and (max-width:680px){}
@media screen and (max-width: 824px) and (orientation: landscape){
    .congrats_message {
        padding: 68px 20px;
    }
}
