/* new dashborad style */
.image-parent {
    position: relative;
    /* height: 0; */
    /* padding-bottom: 50%; */
    /* overflow: hidden; */
    text-align: center;
    min-height: 340px;
}
.btn {
    -webkit-appearance: initial !important;
}
.home-qr-template-model .options h6 {
    margin-bottom: 0;
    font-size: 13px;
}
#image_cropper {
    max-width: 100% !important;
    display: block !important;
}
button:focus {
    outline: none !important;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}
.loading__screen {
    webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-flex;
    display: flex;
    opacity: 0;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    /* flex-direction: column; */
    position: absolute;
    /* top: 0; */
    /* bottom: 0; */
    left: 0;
    right: 0;
}
.margn---left {
    margin-left: auto;
}
a:hover {
    text-decoration: none !important;
}
/*  */
.header {
    margin-bottom: 30px;
}
.navbar-brand-logo {
    width: 50%;
}
.navbar-brand-logo img {
    width: 160px;
}
.header-section {
    background-color: #f6f6f6;
    display: block;
    width: 100%;
}
.language-bar .dropdown-menu::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.language-bar .dropdown-menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.language-bar .dropdown-menu::-webkit-scrollbar-thumb {
    background: #ff9300;
    border-radius: 10px;
}
.table-responsive::-webkit-scrollbar {
    width: 10px;
}


/* Track */
.table-responsive::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #ff9300;
    border-radius: 10px;
}
/* weblogo-section */
/* .donate-and-support.weblogo-section .ned-image img {max-width:300px !important;width: 300px !important; } */

.donate-and-support.weblogo-section img {
    /* -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1); */
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    /* transition: all 0.3s ease 0s; */
    max-width: 100%;
    height: auto;
}
.donate-and-support.weblogo-section .payment-address:hover img {
    -ms-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}
.donate-and-support.weblogo-section .payment-address:hover {
    border: 2px solid #FF9300;
    transition: 2s;
}
/*  */
.banner {
    background: url(../../images/banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-bottom: 60px;
}
.dropdown .btn-primary {
    background: none !important;
    border-color: #ff9300;
    color: #FF9300 !important;
}
.dropdown .btn-primary:hover {
    background: #ff9300 !important;
    transition: 1s;
    color: #fff !important;
}
.language-bar .dropdown-menu {
    max-height: 350px;
    overflow-y: auto;
    left: -137px !important;
    width: 232px !important;
    padding: 0 !important;
    background: #f0f8ff;
}
.language-bar .dropdown-menu > a:hover,
.dropdown-menu > a.active {
    background: #ff9300;
    color: #f2f2f2 !important;
    font-weight: 500;
    transition: all 1s;
}
.language-bar .dropdown-menu .dropdown-item .lang-name {
    display: block;
    line-height: 40px;
    font-size: 14px;
    text-align: left;
    margin-right: 8px;
    width: 80%;
}
.language-bar .dropdown-menu img {
    display: block;
    width: 26px;
    height: 26px;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
    box-shadow: 0 1px 5px 0 rgba(32, 33, 36, 0.28);
}
.language-bar .dropdown-item {
    padding: 1px 10px !important;
    border-bottom: 1px solid #fff !important;
    /* box-shadow: 0 1px 3px rgb(0 0 0 / 10%); */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.right-side {
    display: flex;
    width: 50%;
    justify-content: flex-end;
}
/*a.get-started {
    background: transparent;
    color: #ff9300;
    border: 1px solid;
    padding: 10px 18px;
    border-radius: 25px;
    margin-right: 31px;
    transition: 1s;
}*/
.social-heading {
    font-size: 18px;
    color: #444;
}
a.get-started {
    background: transparent;
    color: #FF9300 ;
    border: 1px solid;
    /* padding: 10px 18px; */
    border-radius: 25px;
    margin-right: 10px;
    transition: 1s;
    /*max-width: 117px;
    width: 100%;*/
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 6px 15px;
    -webkit-appearance: initial !important;
}
button.nav-button {
    background: #ff9300;
    border: #ff9300;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 17px;
    padding: 0;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-appearance: initial !important;
}
button.nav-button:focus {
    outline: none !important;
}
.icon-row {
    background: #fff;
    width: 90px;
    text-align: center;
    margin: auto;
    border-radius: 50px;
    padding: 40px 0px;
}
.icon-small-box {
    margin: 10px 0px;
}
.es .icon-row {
    padding: 38px 0px;
}
.custom--icon-label {
    position: absolute;
    transform: translate(-30px, -2px);
    transition: 0.7s;
    background: #ff9300;
    color: #fff;
    border-radius: 50px;
    padding: 4px 24px 5px 47px;
    white-space: nowrap;
}
a.icon-small-box svg {
    width: 20px;
    position: relative;
    z-index: 2;
    fill: #000;
}

.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
span.hover-label {
    opacity: 0;
}
a.icon-small-box:hover .hover-label {
    opacity: 1;
}
a.icon-small-box:hover svg#Capa_1 {
    fill: #fff;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: transparent;
}
.index-banner-tabs .card-header {
    border: none;
    background: transparent;
    border-bottom: 1px solid #c6d8e6;
    padding: 15px 0px;
}
.index-banner-tabs .card {
    background: transparent;
    border: 0px;
    /*border-bottom: 1px solid #ddd;
	border-radius: 0px;*/
}
.index-banner-tabs .card .btn-link {
    color: #FF9300;
    text-decoration: none;
    padding-left: 0px;
}
.index-banner-tabs .card .btn-link.collapsed {
    color: #000;
}
.index-banner-tabs .card .btn-link h2 {
    font-size: 40px;
    margin-bottom: 0px;
}
.index-banner-tabs .card-body {
    padding: 30px 0px;
}
/* .form-sub-heading{ */
/*padding-bottom: 20px;*/
/* } */
.btn:focus {
    box-shadow: none;
}
.index-banner-tabs input.form-control {
    height: 40px;
    border-radius: 6px;
}
.index-banner-tabs select.form-control {
    height: 40px;
    border-radius: 6px;
}
.index-banner-tabs textarea.form-control {
    height: auto;
    height: 130px;
    border-radius: 6px;
}
.index-banner-tabs button.btn.btn-link.btn-block.text-left:before {
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    background: url("../../images/icon-arrow.png");
    right: 0;
    border-radius: 50%;
    text-align: center;
    top: 35px;
    background-repeat: no-repeat;
}
.index-banner-tabs button.btn.btn-link.btn-block.text-left.collapsed:before {
    background: url("../../images/icon-down-arrow.png");
    background-repeat: no-repeat;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #000;
    outline: 0;
    box-shadow: none;
    border: 0px;
    border-bottom: 2px solid #000;
}
.index-banner-tabs .cards-form input.form-control {
    height: 40px;
    border-radius: 4px;
}
.index-banner-tabs .accordion > .card > .card-header {
    margin-bottom: 0px;
}
.bg-dark-blue {
    background: url(../../images/form-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: auto;
    /* background-color: #FF9300; */
    border-radius: 5px 5px 5px 5px;
    /* width: 100%; */
    /* margin-left: 21%;*/
}
.bg-dark-blue .bottom-text {
    padding-top: 10px;
    color: #ffff;
    margin:0;
}
.alerttxt.bottom-text{
    padding-bottom:0;
}
textarea {
    resize: none;
}
.dashboard-position-left {
    padding-right: 443px;
}
.position-right-side {
    width: 415px;
    position: absolute;
    top: 24px;
    right: 28px;
}
.custom-margin-r {
    margin-right: 20px;
}
.qrcode-tabs h5 {
    font-size: 14px;
    padding-bottom: 9px;
}
.qr-code-image {
    width: 200px;
    height: 200px;
}
.hidden {
    display: none;
}
/*------------Range Slider------------*/
.range-slidecontainer {
    padding-top: 15px;
}
.slidecontainer {
    width: 100%;
}

.range-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
}

.range-slider:hover {
    opacity: 1;
}

.range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ffc65a;
    cursor: pointer;
}

.range-slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4caf50;
    cursor: pointer;
}
.values-labels {
    color: #fff;
    font-size: 13px;
    padding-top: 10px;
}
.values-labels .ranges-value {
    font-weight: bold;
}
.rigtside-content {
    padding: 15px 40px 0px;
}
/*.qrcode-tabs .card-body {
    height: 88px;
    overflow-y: auto;
    overflow-x: hidden;
}*/
/* width */
.card-body::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.card-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.card-body::-webkit-scrollbar-thumb {
    background: #ff9300;
    border-radius: 10px;
}
.customized-tab-body .presets .item {
    width: 62px;
    height: 62px;
    cursor: pointer;
    border-radius: 2px;
    border: 3px solid transparent;
    padding: 8px;
    background: #fff;
    margin: 0 8px 8px 0;
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    float: left;
    /*margin-top: 20px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.customized-tab-body .presets .item img {
    width: 100%;
    height: 100%;
}
.add-logo-image .presets .item {
    width: 61px;
    height: 61px;
    cursor: pointer;
    border-radius: 2px;
    border: 3px solid transparent;
    padding: 8px;
    background: #fff;
    margin: 0 8px 8px 0;
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    /*margin-top: 20px;*/
}
.add-logo-image .presets .item img {
    width: 100%;
}
.form-group.input-group .form-control {
    padding: 2px;
    height: 38px;
    border-radius: 0px;
}
.qr-code-template-section .presets .item {
    width: 34px;
    /*height: 34px;*/
    cursor: pointer;
    border-radius: 2px;
    border: 3px solid transparent;
    /*padding: 8px;*/
    background: #fff;
    margin: 0 8px 8px 0;
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    float: left;
}
.qr-code-template-section .presets .item img {
    width: 100%;
}
.qrcode-tabs {
    background: #0e53bb;
    margin: 15px 0px;
    border-radius: 4px;
    color: #fff;
    padding: 10px;
    height: 170px;
}
.qrcode-tabs.qr-code-template-section h5 {
    font-size: 15px;
    padding-bottom: 10px;
}
.qrcode-tabs-header .btn {
    color: #fff;
}
.qrcode-tabs-header {
    padding: 10px;
}
.custom-carousal img {
    width: 31%;
    float: left;
    margin-right: 2px;
    margin-left: 2px;
    padding-left: 5px;
}
.custom-carousel-indicators-s {
    top: 95px;
}
.custom-carousel-indicators-s.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ff9300;
}
.custom-carousel-indicators-s.carousel-indicators.custom2_indicator li {
    opacity: 1;
}
.custom-carousel-indicators-s.carousel-indicators .active {
    background-color: #ff9300;
}
/*Image upload*/
.custom-file-upload {
    display: flex;
    justify-content: space-between;
    /* column-gap: 20px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px; */
}

.custom-file-upload .file-upload-btn {
    width: 47%;
    /* margin: auto; */
    color: #fff;
    background: #ff9300;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #ff9300;
    transition: all 0.2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    height: 42px;
}
.file-upload-content {
    border: 2px dashed #ff9300;
    padding: 12px;
}
.file-upload-content img {
    width: 70%;
}
.custom-file-upload .file-upload-content {
    width: 170px;
    height: auto;
}
.custom-file-upload .file-upload-btn:active {
    border: 0;
    transition: all 0.2s ease;
}
.custom-file-upload .file-upload-content {
    display: none;
    text-align: center;
}
.custom-file-upload .file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    left: 0;
    top: 0;
}
.custom-file-upload .image-upload-wrap {
    border: 2px dashed #ff9300;
    position: relative;
    width: 50%;
    height: 46px;
    text-align: center;
    padding-top: 8px;
}
.custom-file-upload .image-title-wrap {
    /*padding: 0 15px 15px 15px;*/
    color: #222;
}

.custom-file-upload .drag-text {
    text-align: center;
}
.custom-file-upload .drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824b;
    padding: 60px 0;
}

.custom-file-upload .file-upload-image {
    margin: auto;
}
.custom-file-upload .remove-image {
    margin: 0;
    color: #fff;
    background: #ff9300;
    outline: none;
    border: none;
    text-transform: uppercase;
    font-size: 12px;
    width: 146px;
}
.custom-file-upload .remove-image:active {
    border: 0;
    transition: all 0.2s ease;
}
.radio-buttons label.form-check-label {
    font-size: 11px;
}
.current-color {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #000;
    cursor: pointer;
}
.color-pickers .form-control {
    padding: 0px;
}
a.gen-button {
    background: #fff;
    padding: 11px 25px;
    border-radius: 50px;
    color: #444;
    font-weight: 500;
    transition: 1s;
}
a.gen-button:hover {
    background: #ff9300;
    text-decoration: none;
    color: #fff;
}
a.formats-buttton {
    border: 1px solid;
    padding: 10px 8px;
    border-radius: 10px;
    display: inline-block;
    margin-left: 5px;
}
.download-qrcode-buttons {
    display: block;
    width: 100%;
    /* padding-top: 20px; */
    padding-top: 3px !important;
}
.download-qrcode-buttons .btn-outline-primary{
    color: #ffab38;
    border-color: #ffab38;
}
.download-qrcode-buttons.generate--code .btn.btn-success{
    background-color: #fff;
    border-color: #fff;
    border-radius: 50px;
    padding: 8px 15px;
    color: #000;
    font-weight: 600;
}
.download-qrcode-buttons .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff !important;
    border-color: #007bff;
}
.qrcode---tamplate-buttons .btn :hover {
    color: #fff;
    text-decoration: none;
    /* transition: 1s ease; */
    border-color: #ff9300;
}
.qrcode---tamplate-buttons .btn {
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    padding: 10px 23px;
    margin-left: 5px;
    transition: 1s;
    -webkit-appearance: initial !important;
}
.disabled {
    opacity: 0.3;
    pointer-events: none;
}
.qr-code-box img {
    width: 100%;
}
.qr-code-box {
    width: 70px;
    padding: 4px;
    background: #fff;
    border: 1px solid #ddd;
    float: left;
    margin: 8px 8px 0px 0px;
    margin-bottom: 20px;
}
.customized-tab-body {
    height: 310px;
    overflow-y: auto;
    overflow-x: hidden;
}
.custom-navbar-container {
    position: absolute;
    right: 18px;
    top: 60px;
    z-index: 9999999999999;
    width: 23.5%;
}
.custom-navbar-container .bg-dark-orange {
    background-color: #FF9300 ;
    border-radius: 6px;
}
/*End*/
.custom-navbar-container li.nav-item a.nav-link {
    color: #fff;
    border-bottom: 1px solid #ddd;
    transition: all 2s;
    padding: 10px 20px;
}
.custom-navbar-container li.nav-item a.nav-link:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}
.custom-navbar-container .bg-dark-#ff9300 {
    background-color: #ffa500f7;
    border-radius: 6px;
}
a.get-started:hover {
    background: #FF9300 ;
    color: #fff;
    text-decoration: none;
    /*transition: 1s ease;*/
    border-color: #FF9300 ;
}
.home-qr-template-model .designsetting.qrdesigner-iner {
    max-height: 480px;
    overflow-y: auto;
    position: relative;
}
.home-qr-template-model .--template {
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    background: #f5f7fa;
    margin-bottom: 1.5rem;
    padding: 7px;
}
.home-qr-template-model .--template .qrcode--inner-container {
    width: 100%;
    position: relative;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
/* Track */
.home-qr-template-model
    .designsetting.qrdesigner-iner::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
.home-qr-template-model
    .designsetting.qrdesigner-iner::-webkit-scrollbar-thumb {
    background: #ff9300;
    border-radius: 10px;
}
.home-qr-template-model .designsetting.qrdesigner-iner::-webkit-scrollbar {
    width: 10px;
}
.home-qr-template-model .--template .qrcode--inner-container img {
    max-width: 100%;
    width: 100%;
}
.home-qr-template-model .modal-content {
    height: 600px;
    background-color: #e8eef2 !important;
    padding: 10px;
}
.home-qr-template-model .options {
    text-align: center;
    height: 50px;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 5px;
}
.dashboard-position-left label {
    font-weight: 600;
}
.home-qr-template-model .modal-title {
    color: #FF9300;
    font-weight: 500;
    font-size: 22px;
}
.home-qr-template-model .modal-header .close {
    color: #FF9300 !important;
    opacity: 1.5 !important;
}
.home-qr-template-model .modal-header {
    border-bottom: 1px solid #FF9300 !important;
}
a#sms-tab-icon:hover svg,
a#sms-tab-icon:hover svg,
a#vcard-tab-icon:hover svg {
    fill: #fff;
}
a#sms-tab-icon:hover svg,
a#sms-tab-icon:hover svg,
a#vcard-tab-icon:hover svg,
a#mcard-tab-icon:hover svg,
a#location-tab-icon:hover svg,
a#facebook-tab-icon:hover svg,
a#twitter-tab-icon:hover svg,
#ayoutube-tab-icon:hover svg,
a#wifi-tab-icon:hover svg,
a#event-tab-icon:hover svg,
a#bitcoin-tab-icon:hover svg,
a#downloadable-tab-icon:hover svg {
    fill: #fff;
}
a#sms-tab-icon:hover svg,
a#sms-tab-icon:hover svg,
a#vcard-tab-icon:hover svg,
a#mcard-tab-icon:hover svg,
a#location-tab-icon:hover svg,
a#facebook-tab-icon:hover svg,
a#twitter-tab-icon:hover svg,
a#youtube-tab-icon:hover svg {
    fill: #fff;
}
.icon-small-box.active span.hover-label {
    opacity: 1;
}
.icon-small-box.active svg {
    fill: #fff;
}
.cms-pages-text p {
    margin-bottom: 0 !important;
}
.qr-cms--page.studio-head {
    padding: 37px 0px !important;
}
.cms-pages-text{
    padding: 50px 0;
}
.code-generator .studio-head {
    padding: 45px 0px;
}
.studio-head {
    padding: 90px 0px;
}
.get-more:before {
    width: 63px;
    height: 7px;
    border: 1px;
    content: "";
    background: #ff9300;
    position: relative;
    display: inline-block;
    bottom: 4px;
    margin-right: 20px;
    left: 0px;
}
h3.studio-heading {
    font-size: 40px;
}
.studio-box:before {
    content: "";
    position: absolute;
    /* background: white; */
    top: 0px;
    left: 13px;
    font-size: 18px;
    display: block;
    padding: 4px;
}
.studio-box::before {
    background: url(../../images/rounded-rect.png);
    background-size: contain;
    width: 40px;
    height: 40px;
    left: 13px;
    color: #fff;
    top: 0px;
    transition: 1s;
    display: flex;
    overflow: hidden;
}
.studio-box-1:before {
    content: "1";
}
.studio-box-2:before {
    content: "2";
}
.studio-box-3:before {
    content: "3";
}
.studio-box-4:before {
    content: "4";
}
.studio-box-5:before {
    content: "5";
}
.studio-box-6:before {
    content: "6";
}
.studio-box-7:before {
    content: "7";
}
.studio-box-8:before {
    content: "8";
}
.studio-box {
    text-align: center;
    padding: 50px 20px;
    margin-bottom: 30px;
    transition: 1s;
    cursor: pointer;
    height: 276px;
    -webkit-box-shadow: 0px 0px 20px 0px #e4e4e4;
    -moz-box-shadow: 0px 0px 20px 0px #e4e4e4;
    box-shadow: 0px 0px 20px 0px #e4e4e4;
    border-radius: 10px;
    background: #fff;
}
.studio-box:hover {
    background: transparent;
}
.studio-content {
    padding-top: 30px;
}
h6.get-more span {
    font-size: 20px;
    font-weight: 400;
}
.mobile-image-box img {
    width: 70%;
}
.mobile-image-box{
    position: relative;
}
.mobile-image-box:before {
    content: '';
    position: absolute;
    background: url(../../images/mobile-image.png) no-repeat;
    background-position: center;
    background-size: cover;
    height: 672px;
    width: 560px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.qr-studio-section {
    content: "";
    background: url(../../images/bg-shape-studio-2.png);
    /* background-size: 60%; */
    background-repeat: no-repeat;
    /* background-position: 0px 325px; */
    background-size: 60%;
    background-position: 0px 375px;
    display: block;
    margin-bottom: 150px;
}
.qr-studio-section .container-fluid{
    padding: 0 5% 0 5%;
}
.qr-studio-section .col-lg-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.qr-feature h5 {
    margin-bottom: 0px;
    font-size: 22px;
}
/*.qr-feature h5:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 3px solid #ff9300;
    border-radius: 50%;
    margin-right: 10px;
    top: 1px;
    background: url('../../images/circle.svg');
}*/
.qr-feature h5:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 20px;
    margin-right: 11px;
    top: 1px;
    background: url(../../images/circle.png);
    background-repeat: no-repeat;
    text-align: center;
    justify-content: center;
    font-size: 0px;
    margin-left: 1px;
}
h5.heading-design:before {
    background: url(../../images/paint-brush.png);
    background-repeat: no-repeat;
}
h5.heading-generate:before {
    background: url(../../images/press-button.png);
    background-repeat: no-repeat;
}
h5.heading-download-img:before {
    background: url(../../images/download.png);
    background-repeat: no-repeat;
}
.qr-feature p {
    border-left: 3px dashed #ff9300;
    padding-left: 14px;
    margin-left: 7px;
    margin-bottom: 0px;
    padding-top: 8px;
}
.qr-feature {
    margin: 16px 0px;
}
.feature-buttons {
    /* margin-left: 30px; */
}
.feature-buttons a {
    display: inline-block;
    color: #fff;
    border-radius: 50px;
    padding: 10px 23px;
    margin-left: 5px;
    transition: 1s;
    -webkit-appearance: initial !important;
}
.feature-buttons a:hover {
    background: gray;
    text-decoration: none;
}
.button-dark-blue {
    background: #000;
}
.button-orange {
    background: #ff9300;
}
.key-features li:before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #ff9300;
    display: inline-block;
    border-radius: 50%;
    margin-right: 13px;
}
.qrcode-tabs button.collapse:after {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    content: "";
    position: absolute;
    right: 21px;
    top: 25px;
}
.qrcode-tabs button.collapse.show:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.key-features-accordion .loadmore-option a {
    font-weight: 600;
    color: #FF9300 ;
    text-decoration: none;
    font-size: 18px;
}
.key-features-accordion .loadmore-option a:after {
    content: "\f103";
    position: absolute;
    font-family: FontAwesome;
    font-size: 24px;
    color: #FF9300 ;
    right: 0;
    left: 0;
    margin: 26px auto;
    font-size: 17px;
}
.key-features-accordion .loadmore-option a:hover::after {
    color: #000;
}
.key-features-accordion .loadmore-option a:hover {
    color: #000;
}
.key-features-accordion .lessmore-option a {
    font-weight: 600;
    color: #FF9300 ;
    text-decoration: none;
    font-size: 18px;
}
.key-features-accordion .lessmore-option a:after {
    content: "\f102";
    position: absolute;
    font-family: FontAwesome;
    font-size: 24px;
    color: #FF9300 ;
    right: 0;
    left: 0;
    margin: 26px auto;
    font-size: 17px;
}
.key-features-accordion .lessmore-option a:hover::after {
    color: #000;
}
.key-features-accordion .lessmore-option a:hover {
    color: #000;
}
.key-features-accordion button.btn-link:after {
    border: solid #444;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: "";
    position: absolute;
    right: 9px;
    top: 25px;
}
.key-features-accordion button.btn-link.collapsed:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.key-features ul {
    padding: 0;
}
.key-features ul li {
    list-style: none;
    font-weight: 500;
    line-height: 30px;
}
.embed-responsive img {
    width: 100%;
}
.effrctive-faq-bg {
    background: url(../../images/faq-bg.png);
    margin-top: 60px;
    padding: 60px 0px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 120px;
    /*background-attachment: fixed;*/
}
.key-features-accordion .card-header {
    background: #fff;
}
.key-features-accordion .card-header button {
    font-size: 16px;
    /* color: #ff9300; */
    color: #444;
    font-weight: 500;
    width: 100%;
    text-align: left;
    text-decoration: none;
    height: 55px;
}
/*.key-features-accordion .card {
    margin-bottom: 10px;
    border: 0px;
    box-shadow: 0px 2px 8px 0px #c1c1c1;
    width: 48%;
    float: left;
    margin-right: 20px;
}*/
.key-features-accordion .card {
    margin: 8px 0px;
}
.key-features-accordion .card-header {
    background: #fff;
    padding: 7px;
}
.key-features-accordion .card-header {
    background: #fff;
    padding: 7px;
    border-bottom: 1px solid #efefef;
}
.key-features-accordion .card-header button.btn.btn-link.collapsed {
    text-decoration: none;
}
.key-features-accordion .card-header button.btn.btn-link{
    color: #121212 ;
}
.key-features-accordion .card-header button.btn.btn-link.active-faq{
    color: #ff9300;
}
.key-features-accordion .card-header button:focus {
    text-decoration: none;
}
/*.effrctive-faq{
    background: url(../../images/faq-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}*/
.payment-details {
    width: 100%;
    display: block;
    display: flex;
}
.payment-details svg {
    width: 30%;
}
.payment-content {
    width: 80%;
}
.payment-content h5 {
    font-size: 16px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    word-break: break-word;
}
.payment-content span {
    font-size: 12px;
    color: #949494;
}
.payment-address {
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0px 0px 20px 0px #e4e4e4;
    border-radius: 6px;
}
.donate-and-support.weblogo-section .payment-address {
    height: unset !important;
    border: 2px solid #fff;
    display: flex;
    text-align: center;
    justify-content: space-between;
}
/* .payment-details {
    padding-top: 29px;
} */
.payment-content {
    width: 74%;
    margin-left: 22px;
}
.donate-and-support-bg {
    background: url(../../images/donate-and-support.png);
    /*padding: 90px 0px;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 370px 140px;
}
.donate-and-support {
    padding-top: 90px;
    padding-bottom: 150px;
}
footer.footer {
    background: url(../../images/footer-bg-2.png);
    padding-top: 130px;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: none !important;
}
.subscriber-form input.submit {
    height: 51px;
    width: 139px;
    border-radius: 50px;
    background: #ff9300;
    border: none;
    color: #fff;
    position: absolute;
    margin-left: -146px;
    margin-top: 7px;
}
.subscriber-form input.footer-input {
    width: 100%;
    max-width: 35%;
    min-height: 64px;
    border-radius: 50px;
    outline: none;
    border: 1px solid #fff;
    position: relative;
    padding-left: 8px;
    font-size: 15px;
    padding-right: 160px;
}
.social-icons a img {
    width: 50px;
    height: 50px;
}
.social-icons a i {
    font-size: 20px;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    margin: 0 1px 0 7px;
    background: #fff;
    color: #ff9300;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-icons a i:hover {
    background: #ff9300;
    color: #fff;
    border: 2px solid #fff;
}
/* .social-icons a:hover {
    opacity: 0.3;
} */
.social-icons {
    padding: 50px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-nav a.nav-link {
    color: #fff;
    margin: 0px 10px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    transition: 1s;
}
.footer .right-img img {
    margin-right: -15px;
}
.footer .right-img {
    background: #fff;
    text-align: left;
}
.footer-logo-text {
    font-size: 12px;
    color: #444;
    margin: 0;
    font-weight: 500;
    line-height: 3;
}
.footer-nav a.nav-link:hover,.footer-nav a.nav-link.active {
    color: #fff;
    opacity: 0.7;
}
.footer-nav {
    justify-content: center;
}
.footer-nav .collapse:not(.show) {
    display: block;
}
.footer-nav .navbar-nav {
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
h2.footer-title {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    padding: 40px 0px;
    line-height: 48px;
    letter-spacing: 2px;
}
section.effrctive-faq {
    background: #f6f6f7;
}
.Custom_image_range svg {
    width: 316px;
    /* width: 355px; */
    vertical-align: middle;
}
.img-contane-color{
    border: 1px solid #ff9300;
    background: #ff9300;
}
.gape-tp{
    margin-top: 85px;
}
.img-contaner {
    border-radius: 8px;
    width: 342px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.Custom_image_range img {
    width: 316px;
    /* width: 355px; */
    vertical-align: middle;
}
.item.qr-frames.active {
    border: 4px solid #FF9300 ;
}
.item.body-shape.active {
    border: 4px solid #FF9300 ;
}
.item.eye-frame.active {
    border: 4px solid #FF9300 ;
}
.item.eye-shape.active {
    border: 4px solid #FF9300 ;
}
.item.logo-image.active {
    border: 4px solid #FF9300 ;
}
.download-qrcode-buttons.generate--code .btn {
    padding: 4px;
}
.front-forms .select2-selection.select2-selection--single {
    height: 100% !important;
    border-color: #e1e1e1;
}
.front-forms .select2-selection.select2-selection--single:first-child {
    border-top-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}
.front-forms .text-danger {
    color: #f2553e !important;
}
.signup-form.front-forms .text-danger {
    color: red !important;
    line-height: 20px;
    margin-top: 10px;
}
.image-tile__none {
    width: 32px;
    height: 32px;
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 0 2px #294270;
    box-shadow: inset 0 0 0 2px #294270;
    border-radius: 50%;
    position: absolute;
    margin: 0.3rem;
}
.image-tile__none::before {
    content: "";
    width: 32px;
    height: 2px;
    background-color: #294270;
    position: absolute;
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.payment-address .icon-wrap {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.payment-address .content-wrap h2{
    font-weight: bold;
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
}
.payment-address .content-wrap p{
    font-weight: 400;
    color: #000;
    font-size: 14px;
    margin: 0;
}
.payment-address .icon-wrap img{
    margin-right: 20px;
}








/* For Screen Higher than 1400px */
@media screen and (min-width: 1400px) and (max-width: 1900px) {
}
/* For PC with minimum resolution till your PC resolution */

@media (max-width: 1660px) {
    .cs .custom--icon-label {
        padding: 9px 12px 7px 31px !important;
    }
    .bg .icon-row {
        padding: 34px 0px !important;
    }
    .icon-row {
        width: 60px;
        padding: 30px 0px;
    }
    .icon-small-box {
        margin: 4px 0px;
    }
    a.icon-small-box svg {
        width: 15px;
    }
    .index-banner-tabs .card .btn-link h2 {
        font-size: 24px;
        margin-bottom: 0px;
        font-weight: 600;
    }
    .rigtside-content {
        padding: 15px 30px 0px;
    }
    .Custom_image_range svg {
        width: 320px;
        vertical-align: middle;
        width: 355px;
        vertical-align: middle;
        margin-top: 25px;
        padding-top: 10px;
    }
    .Custom_image_range svg {
        width: 355px;
        vertical-align: middle;
        margin-top: 25px;
        padding-top: 10px;
    }
    .rigtside-content .qr-code-image {
        width: auto;
        height: auto;
    }
    .range-slidecontainer {
        padding-top: 10px;
    }
    .custom-carousal img {
        width: 31%;
        float: left;
        margin-right: 2px;
        margin-left: 2px;
        padding-left: 5px;
    }
    .qrcode-tabs-header {
        padding: 5px;
    }
    .qrcode-tabs .custom-tab-arrow {
        font-size: 12px;
    }
    a.formats-buttton {
        border: 1px solid;
        /* padding: 15px 13px; */
        border-radius: 10px;
        display: inline-block;
    }
    /*a.gen-button{
        padding: 9px;
    }*/
    /*.download-qrcode-buttons {
    padding-top: 10px;
    }*/
    .bg-dark-blue .bottom-text {
        padding-top: 17px;
        color: #ffff;
        font-size: 14px;
        width: 250px;
        margin: 0 auto;
    }
    .download-qrcode-buttons {
        font-size: 12px;
        /* padding: 14px; */
    }
    .values-labels {
        color: #b9c3dd;
        font-size: 11px;
        padding-top: 10px;
    }
    /*.qrcode-tabs .card-body{
        height: 60px;
    }*/
    .custom-carousel-indicators-s {
        top: 95px;
        left: 15px;
    }
    /*.custom-file-upload .file-upload-btn{
        font-size: 8px;
        height: 30px;
    }
    .custom-file-upload .image-upload-wrap{
         font-size: 8px;
        height: 30px;
    }*/
    .radio-buttons label.form-check-label {
        font-size: 7px;
    }
    .radio-buttons h6 {
        font-size: 10px;
    }
    .color-pickers .form-control {
        font-size: 12px;
    }
    /* .range-slider::-webkit-slider-thumb {
        width: 20px;
        height: 20px;
    }*/
    .custom--icon-label {
        padding: 9px 22px 7px 39px;
        font-size: 10px;
    }
    .index-banner-tabs input.form-control {
        height: 30px;
        border-radius: 6px;
    }
    .index-banner-tabs textarea.form-control {
        height: 90px;
    }
    .qr-studio-section {
        content: "";
        background: url(../../images/bg-shape-studio-2.png);
        background-size: 67%;
        background-repeat: no-repeat;
        background-position: -85px 418px;
        display: block;
    }
    h6.get-more span {
        font-size: 15px;
        font-weight: 400;
    }
    .get-more:before {
        bottom: 2px;
        height: 4px;
    }
    h3.studio-heading {
        font-size: 28px;
    }
    .key-features-accordion .card-header button.btn {
        font-size: 14px;
        text-decoration: none !important;
    }
    .effrctive-faq-bg {
        padding-top: 0px;
    }
    .studio-content h4 {
        font-size: 16px;
    }
    .studio-content span {
        font-size: 12px;
        line-height: 20px;
        display: inline-block;
    }
    .qr-feature h5 {
        font-size: 16px;
    }
    .qr-feature p {
        font-size: 14px;
    }
    .qr-feature h5:before {
        height: 18px;
    }
    .subscriber-form input.footer-input {
        width: 100%;
        max-width: 35%;
        min-height: 40px;
        border-radius: 50px;
        outline: none;
        border: 1px solid #fff;
        position: relative;
        padding-left: 8px;
        font-size: 15px;
    }
    .subscriber-form input.submit {
        height: 34px;
        width: 188px;
        border-radius: 50px;
        background: #ff9300;
        border: none;
        color: #fff;
        position: absolute;
        margin-left: -191px;
        margin-top: 3px;
        font-size: 15px;
    }
    footer.footer {
        padding-top: 70px;
        padding-bottom: 0px;
    }
    h2.footer-title {
        font-size: 23px;
        line-height: 32px;
    }
    .footer-nav a.nav-link {
        font-size: 12px;
    }
    .social-icons {
        padding: 20px 0px;
    }
    .social-icons a img {
        width: 35px;
        height: 35px;
    }
    .es .icon-small-box {
        margin: 4px 0px;
    }
}
@media(max-width: 1199px){
    .qr-studio-section .container-fluid {
        padding: 0 3% 0 3%;
    }
    .payment-address .barcode-img img{
        width: 50px;
    }
    .qr-studio-section {
        background-size: 80%;
        background-position: -152px 485px;
    }
    .payment-address .icon-wrap img {
        margin-right: 10px;
    }
    .payment-address{
        padding: 30px 10px;
    }
}
@media(max-width: 991px){
    .qr-studio-section .col-lg-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .payment-address .barcode-img img {
        width: 80%;
    }
    .qr-studio-section {
        background-size: 100%;
        background-position: 0px 950px;
        margin-bottom: 50px;
    }
    .qr-studio-section .content-section{
        margin-top: 60%
    }
    .embed-responsive{
        margin-top: 70px;
    }
}
/* For PC with minimum resolution till your PC resolution */

@media screen and (min-width: 769px) and (max-width: 1400px) {
    .key-features-accordion .card-header button {
        font-size: 14px;
    }
    .es .subscriber-form input.footer-input {
        font-size: 12px;
    }
    .es .subscriber-form input.submit {
        height: 34px;
        width: 122px;
        margin-left: -125px;
        margin-top: 3px;
        font-size: 11px;
    }
    .ro .subscriber-form input.footer-input {
        font-size: 14px;
    }
    .et .subscriber-form input.footer-input {
        font-size: 12px;
    }
    .et .subscriber-form input.submit {
        height: 34px;
        width: 122px;
        margin-left: -125px;
        margin-top: 3px;
        font-size: 11px;
    }
    .fi .subscriber-form input.footer-input {
        font-size: 12px;
    }
    .fi .subscriber-form input.submit {
        height: 34px;
        width: 122px;
        margin-left: -125px;
        margin-top: 3px;
        font-size: 11px;
    }
    .lv .subscriber-form input.footer-input {
        font-size: 12px;
    }
    .lv .subscriber-form input.submit {
        height: 34px;
        width: 122px;
        margin-left: -125px;
        margin-top: 3px;
        font-size: 11px;
    }
    .lt .subscriber-form input.footer-input {
        font-size: 12px;
    }
    .lt .subscriber-form input.submit {
        height: 34px;
        width: 122px;
        margin-left: -125px;
        margin-top: 3px;
        font-size: 11px;
    }
    .pl .subscriber-form input.footer-input {
        font-size: 12px;
    }
    .pl .subscriber-form input.submit {
        height: 34px;
        width: 122px;
        margin-left: -125px;
        margin-top: 3px;
        font-size: 11px;
    }
    .sl .subscriber-form input.footer-input {
        font-size: 12px;
    }
    .sl .subscriber-form input.submit {
        height: 34px;
        width: 122px;
        margin-left: -125px;
        margin-top: 3px;
        font-size: 11px;
    }
    .home-qr-template-model .options h6 {
        font-size: 12px;
    }
    .bg-dark-blue .bottom-text {
        padding-bottom: 10px;
    }
    .payment-address {
        height: 155px;
    }
    .bg-dark-blue .bottom-text {
        font-size: 12px;
        width: 250px;
        margin: 0 auto;
    }
    .rigtside-content .qr-code-image {
        width: 170px;
        height: 170px;
    }
    /* .Custom_image_range img {
        width: 355px;
        vertical-align: middle;
    } */
    .Custom_image_range svg {
        width: 320px;
        vertical-align: middle;
    }
    a.formats-buttton {
        padding: 8px 3px;
    }
    .custom-carousel-indicators-s {
        left: 40px;
    }
    .bg .icon-small-box {
        margin: 1px 0px !important;
    }
    .ja .custom--icon-label {
        padding: 8px 9px 7px 42px;
    }
    .ja .icon-small-box {
        margin: 2px 0px;
    }
    .pl .icon-small-box {
        margin: 2px 0px !important;
    }
    .br .icon-small-box {
        margin: 2px 0px !important;
    }
    .ru .icon-small-box {
        margin: 1px 0px;
    }
    .sk .custom--icon-label {
        padding: 9px 9px 7px 34px;
    }
    .es .icon-small-box {
        margin: 4px 0px;
    }
    .pt .icon-small-box {
        margin: 2px 0px;
    }
    .el .icon-small-box {
        margin: 2px 0px !important;
    }
}
@media only screen and (min-width: 767px) and (max-width: 1005px) {
    h2.footer-title {
        max-width: 400px;
        margin: auto;
        font-size: 25px;
        line-height: 32px;
    }
    .subscriber-form input.footer-input {
        max-width: 42%;
        font-size: 14px;
        padding-left: 7px;
    }
    .subscriber-form input.submit {
        font-size: 15px;
    }
    .position-right-side {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        right: 0;
    }
    .dashboard-position-left {
        padding-right: 0;
    }
    .subscriber-form input.footer-input {
        max-width: 400px !important;
    }
    .subscriber-form input.submit {
        margin-left: -179px;
        width: 176px;
        height: 34px;
    }
    .footer-nav a.nav-link {
        letter-spacing: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
    .margn---left {
        margin-left: 0;
    }
    .bg-dark-blue {
        height: auto;
        width: 405px;
    }
    .position-right-side {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        right: 0;
    }
    .dashboard-position-left {
        padding-right: 0;
    }
    .feature-buttons a {
        font-size: 14px;
        padding: 10px 9px;
    }
}
/* For mobile devices and Tablet */
@media screen and (max-width: 768px) and (min-width: 400px) {
    .bg .icon-small-box {
        margin: 2px 0px;
    }
    .es .icon-small-box {
        margin: 1px 0px;
    }
}
@media screen and (max-width: 768px) and (min-width: 500px) {
    .donate-and-support.weblogo-section img {
        max-width: 90%;
        height: auto;
    }
    .payment-address {
        height: 150px;
        padding: 20px 20px;
    }
    .custom--icon-label {
        font-size: 10px;
    }
    .subscriber-form input.footer-input {
        max-width: 377px;
    }
    /* .bg-dark-blue .bottom-text {
        padding-bottom: 63px;
        padding-top: 0;
    } */
}
@media screen and (max-width: 768px) and (min-width: 320px) {
    .cms-pages-text h2 {
        font-size: 20px;
    }
    .footer-logo-text {
        font-size: 11px;
    }
    .footer .right-img a {
        display: inline-block;
        margin-right: -15px;
        float: right;
    }
    .footer .right-img img {
        margin-right: 0;
    }
    .mobile-image-box img {
        width: 65%;
    }
    .custom-file-upload .file-upload-btn {
        padding: 0;
        font-size: 13px;
        margin-right: 10px;
        font-size: 10px;
        height: 45px;
    }
    .ro .subscriber-form input.footer-input {
        font-size: 14px;
    }
    .et .subscriber-form input.footer-input {
        font-size: 12px;
    }
    .et .subscriber-form input.submit {
        height: 34px;
        width: 122px;
        margin-left: -125px;
        margin-top: 3px;
        font-size: 11px;
    }
    .fi .subscriber-form input.footer-input {
        font-size: 12px;
    }
    .fi .subscriber-form input.submit {
        height: 34px;
        width: 122px;
        margin-left: -125px;
        margin-top: 3px;
        font-size: 11px;
    }
    .lv .subscriber-form input.footer-input {
        font-size: 12px;
    }
    .lv .subscriber-form input.submit {
        height: 34px;
        width: 122px;
        margin-left: -125px;
        margin-top: 3px;
        font-size: 11px;
    }
    .lt .subscriber-form input.footer-input {
        font-size: 12px;
    }
    .lt .subscriber-form input.submit {
        height: 34px;
        width: 122px;
        margin-left: -125px;
        margin-top: 3px;
        font-size: 11px;
    }
    .pl .subscriber-form input.footer-input {
        font-size: 12px;
    }
    .pl .subscriber-form input.submit {
        height: 34px;
        width: 122px;
        margin-left: -125px;
        margin-top: 3px;
        font-size: 11px;
    }
    .es .subscriber-form input.footer-input {
        font-size: 12px;
    }
    .es .subscriber-form input.submit {
        height: 34px;
        width: 122px;
        margin-left: -125px;
        margin-top: 3px;
        font-size: 11px;
    }
    .sl .subscriber-form input.footer-input {
        font-size: 12px;
    }
    .sl .subscriber-form input.submit {
        height: 34px;
        width: 122px;
        margin-left: -125px;
        margin-top: 3px;
        font-size: 11px;
    }
    .footer-nav a.nav-link {
        margin: 0px 4px !important;
        font-size: 10px !important;
    }
    .bg-dark-blue .bottom-text {
        padding-bottom: 10px;
    }
    .navbar-brand-logo img {
        width: 150px;
    }
    .bg a.get-started {
        font-size: 9px !important;
    }
    a.get-started {
        margin-right: 0px;
        padding: 8px 20px;
        font-size: 12px;
        border-radius: 25px;
    }
    .right-side button.nav-button {
        left: 15px;
        position: relative;
    }
    .custom-navbar-container {
        position: absolute;
        right: 0px;
        top: 60px;
        z-index: 9999999999999;
        width: 100%;
    }
    .header {
        margin-bottom: 20px;
    }
    .icon-row {
        width: 50px;
        padding: 20px 0px;
    }
    .index-banner-tabs .card .btn-link h2 {
        font-size: 18px;
    }
    .index-banner-tabs .card .btn-link {
        padding-bottom: 0px;
    }
    span.form-sub-heading {
        font-size: 13px;
    }
    .index-banner-tabs button.btn.btn-link.btn-block.text-left:before {
        top: 20px;
    }
    .index-banner-tabs .card-body {
        padding: 10px 0px;
    }
    .index-banner-tabs .accordion > .card > .card-header {
        padding-bottom: 5px;
    }
    a.icon-small-box svg {
        width: 14px;
        bottom: 2px;
    }
    .custom--icon-label {
        font-size: 8px;
    }
    .form-group label {
        font-size: 14px;
    }
    .index-banner-tabs input.form-control {
        font-size: 10px;
        height: 26px;
        border-radius: 6px;
    }
    .index-banner-tabs .cards-form input.form-control {
        height: 26px;
    }
    .customized-tab-body h6 {
        font-size: 12px;
        margin-bottom: 0px;
    }
    .qr-code-box {
        width: 40px;
        margin: 5px 0px;
    }
    .card-body::-webkit-scrollbar {
        width: 5px;
    }
    .custom-margin-r {
        margin-right: 0px;
        margin-top: 50px;
    }
    .custom-carousel-indicators-s {
        top: 55px;
    }
    .studio-head {
        padding-top: 90px;
        padding-bottom: 30px;
    }
    .rigtside-content .qr-code-image {
        width: 150px;
        height: 150px;
    }
    /* .qrcode-tabs .card-body {
    height: 65px;
    }*/
    .studio-head.text-center {
        text-align: left !important;
    }
    .key-features ul {
        padding-left: 0px;
    }
    .embed-responsive {
        margin-top: 50px;
    }
    .feature-buttons {
        margin-left: 0px;
    }
    .donate-and-support {
        padding-top: 20px;
        padding-bottom: 80px;
    }
    .subscriber-form input.footer-input {
        max-width: 312px;
        padding-left: 5px;
        font-size: 15px;
    }
    .subscriber-form input.submit {
        height: 34px;
        width: 140px;
        margin-left: -143px;
        margin-top: 3px;
        font-size: 11px;
    }
    h2.footer-title {
        font-size: 16px;
        line-height: 18px;
        max-width: 270px;
        padding: 15px 0px;
        margin: auto;
    }
    .social-icons {
        padding: 4px 0px;
    }
    footer.footer {
        padding-top: 170px;
        padding-bottom: 0px;
    }
    .payment-address {
        padding: 20px 20px;
        margin-bottom: 20px;
    }
    .payment-content {
        width: 100%;
    }
    .payemnt-Qr-code img {
        width: 75px;
    }
    /* .qr-studio-section {
        background-position: center;
        background-size: auto;
    } */
    .add-logo-image .presets .item,
    .customized-tab-body .presets .item {
        width: 40px;
        height: 40px;
        padding: 4px;
    }
    .qrcode-tabs {
        height: 127px;
        margin: 2px 0px;
    }
    /* .Custom_image_range img {
        width: 355px;
        vertical-align: middle;
    } */
    .a.get-started {
        padding: 6px 4px;
    }

    .left-side-margin {
        margin-left: 26px;
    }
    .rigtside-content {
        padding: 7px 30px 0px;
    }
    .position-right-side {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        right: 0;
        display: flex;
        justify-content: center;
    }
    .dashboard-position-left {
        padding-right: 0;
    }
    .payment-content h5 {
        font-size: 14px;
    }
}
@media screen and (max-width: 545px) and (min-width: 320px) {
    .custom-navbar-container {
        position: absolute;
        right: 0px;
        top: 100px;
        z-index: 9999999999999;
        width: 100%;
    }
    .footer-logo-text {
        font-size: 10px;
        text-align: center;
    }
    .right-side {
        width: 56%;
    }
    .navbar-brand-logo {
        width: 38%;
    }
    .footer-nav .navbar-nav {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .lt .icon-small-box {
        margin: 5px 0px !important;
    }
}
@media screen and (max-width: 525px) and (min-width: 320px) {
    .studio-head {
        padding-top: 60px;
    }
    .effrctive-faq-bg {
        padding-bottom: 60px;
    }
    .donate-and-support {
        padding-bottom: 0;
    }
    h2.footer-title {
        padding: 10px 5px;
    }
    .footer-nav a.nav-link {
        padding: 5px !important;
    }
    .social-icons {
        padding: 10px 0px !important;
    }
    .key-features-accordion .loadmore-option a {
        font-size: 15px;
    }
    .key-features-accordion .loadmore-option a:after {
        margin: 19px auto;
        font-size: 14px;
    }
    /* .donate-and-support.weblogo-section img {
        width: 80%;
        height: auto;
    } */
    .subscriber-form input.footer-input {
        max-width: 313px;
        min-height: 40px;
        padding-left: 3px;
        font-size: 11px;
    }
    .subscriber-form input.submit {
        height: 34px;
        width: 136px;
        margin-left: -139px;
        margin-top: 3px;
        font-size: 11px;
    }
    .language-bar .dropdown-menu {
        left: -75px !important;
        width: 147px !important;
    }
    .language-bar .dropdown-menu .dropdown-item .lang-name {
        font-size: 12px;
    }
    .position-right-side {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        right: 0;
        left: 0;
        width: 100%;
    }
    .right-side {
        width: 100% !important;
        margin-top: 10px;
    }
    .custom-file-upload .remove-image {
        font-size: 12px;
        width: 90px;
    }
    .file-upload-content img {
        width: 45%;
    }
    .Custom_image_range img {
        width: 100%;
        vertical-align: middle;
        /* margin-top: 20px !important; */
    }
    .img-contaner{
        width: 100%;
        height: 240px;
    }
    .custom--icon-label {
        padding: 9px 12px 7px 34px;
    }
    .right-side button.nav-button {
        position: absolute;
        right: 0;
        left: auto;
        top: 6px;
    }
    a.get-started {
        font-size: 11px;
    }
    .right-side .btn.btn-primary {
        padding: 4px !important;
        margin-right: -6px;
    }
    .language-bar .dropdown-menu img {
        width: 15px !important;
        height: 15px !important;
    }
    .language-bar .dropdown-item {
        padding: 1px 2px !important;
    }
    .language-bar .dropdown-menu .dropdown-item .lang-name {
        font-size: 12px;
    }
    a.get-started {
        margin-right: -12px;
    }
    .download-qrcode-buttons.generate--code .btn.btn-success {
        width: 100% !important;
        padding: 3px;
    }
    .values-labels {
        font-size: 10px;
    }
    .range-slidecontainer {
        margin-top: 0 !important;
    }
    .hu .bg-dark-blue .bottom-text {
        font-size: 11px !important;
    }
    .bg-dark-blue .bottom-text {
        padding-top: 5px;
        font-size: 12px;
        max-width: 208px;
        margin: 0 auto;
    }
    footer.footer {
        padding-top: 180px;
    }
    h2.footer-title {
        margin-top: 15px;
    }
    .image-parent {
        min-height: 220px;
    }
    p {
        font-size: 13px;
    }
    .feature-buttons a {
        padding: 10px 20px;
        margin-left: 0;
        font-size: 11px;
    }
    .key-features ul li {
        font-size: 12px;
    }
    /* .custom--icon-label{
        padding: 8px 5px 7px 30px;;
    } */
    h3.studio-heading {
        font-size: 17px;
    }
    footer.footer {
        padding-top: 278px;
    }
    .cs a.icon-small-box svg {
        margin-left: -15px;
    }
    .br .bg-dark-blue .bottom-text {
        font-size: 13px;
    }
    .pt .bg-dark-blue .bottom-text {
        font-size: 13px;
    }
    .sk .custom--icon-label {
        padding: 9px 5px 8px 32px;
    }
    .es .icon-small-box {
        margin: 6.8px 0px;
    }
    .qrcode---tamplate-buttons .btn {
        padding: 9px 6px;
        font-size: 13px;
    }
    .home-qr-template-model .options h6 {
        font-size: 11px;
    }
    .home-qr-template-model .modal-content {
        height: 620px !important;
    }
    .image-upload-btn .btn-secondary {
        font-size: 10px !important;
    }
    .index-banner-tabs .card .btn-link h2 {
        font-size: 14px;
    }
    .lv .icon-small-box {
        margin: 3px 0px !important;
    }
    .payment-content h5 {
        font-size: 12px;
    }
    h2.footer-title {
        font-size: 10px;
    }
    .it h2.footer-title {
        margin-top: 63px;
    }
    .br h2.footer-title {
        margin-top: 60px;
    }
}
@media(max-width: 575px){
    .qr-studio-section .col-lg-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .donate-and-support.weblogo-section .payment-address,.payment-address .icon-wrap{
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .payment-address .content-wrap{
        padding: 20px 10px;
        text-align: center !important;
    }
    .payment-address .content-wrap h2 {
        word-break: break-all;
    }
    /* .donate-and-support.weblogo-section img {
        max-width: 50%;
        height: auto;
    } */
    .qr-studio-section {
        background-size: 100%;
        background-position: 0px 1590px;
    }
    h3.studio-heading {
        font-size: 20px;
    }
    .custom-qr-code .btn-wrapper{
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .custom-qr-code .btn-wrapper a{
        width: 100%;
    }
    .custom-qr-code .btn-wrapper a.get-started{
        margin-right: 0 !important;
        margin-bottom: 5px;
    }
}
@media(max-width: 320px){
    .studio-head {
        padding-top: 60px;
    }
    .effrctive-faq-bg {
        padding-bottom: 60px;
    }
    .donate-and-support {
        padding-bottom: 0;
    }
    h2.footer-title {
        padding: 10px 5px;
    }
    .footer-nav a.nav-link {
        padding: 5px !important;
    }
    .social-icons {
        padding: 10px 0px !important;
    }
    .key-features-accordion .loadmore-option a {
        font-size: 15px;
    }
    .key-features-accordion .loadmore-option a:after {
        margin: 19px auto;
        font-size: 14px;
    }
    /* .donate-and-support.weblogo-section img {
        width: 80%;
        height: auto;
    } */
    .subscriber-form input.footer-input {
        max-width: 313px;
        min-height: 40px;
        padding-left: 3px;
        font-size: 11px;
    }
    .subscriber-form input.submit {
        height: 34px;
        width: 136px;
        margin-left: -139px;
        margin-top: 3px;
        font-size: 11px;
    }
    .language-bar .dropdown-menu {
        left: -75px !important;
        width: 147px !important;
    }
    .language-bar .dropdown-menu .dropdown-item .lang-name {
        font-size: 12px;
    }
    .position-right-side {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        right: 0;
        left: 0;
        width: 100%;
    }
    .right-side {
        width: 100% !important;
        margin-top: 10px;
    }
    .custom-file-upload .remove-image {
        font-size: 12px;
        width: 90px;
    }
    .file-upload-content img {
        width: 45%;
    }
    .Custom_image_range img {
        width: 100%;
        vertical-align: middle;
        /* margin-top: 20px !important; */
    }
    .img-contaner{
        width: 100%;
        height: 240px;
    }
    .custom--icon-label {
        padding: 9px 12px 7px 34px;
    }
    .right-side button.nav-button {
        position: absolute;
        right: 0;
        left: auto;
        top: 6px;
    }
    a.get-started {
        font-size: 11px;
    }
    .right-side .btn.btn-primary {
        padding: 4px !important;
        margin-right: -6px;
    }
    .language-bar .dropdown-menu img {
        width: 15px !important;
        height: 15px !important;
    }
    .language-bar .dropdown-item {
        padding: 1px 2px !important;
    }
    .language-bar .dropdown-menu .dropdown-item .lang-name {
        font-size: 12px;
    }
    a.get-started {
        margin-right: -12px;
    }
    .download-qrcode-buttons.generate--code .btn.btn-success {
        width: 100% !important;
        padding: 3px;
    }
    .values-labels {
        font-size: 10px;
    }
    .range-slidecontainer {
        margin-top: 0 !important;
    }
    .hu .bg-dark-blue .bottom-text {
        font-size: 11px !important;
    }
    .bg-dark-blue .bottom-text {
        padding-top: 5px;
        font-size: 12px;
        max-width: 208px;
        margin: 0 auto;
    }
    footer.footer {
        padding-top: 180px;
    }
    h2.footer-title {
        margin-top: 15px;
    }
    .image-parent {
        min-height: 220px;
    }
    p {
        font-size: 13px;
    }
    .feature-buttons a {
        padding: 10px 20px;
        margin-left: 0;
        font-size: 11px;
    }
    .key-features ul li {
        font-size: 12px;
    }
    /* .custom--icon-label{
        padding: 8px 5px 7px 30px;;
    } */
    h3.studio-heading {
        font-size: 17px;
    }
    footer.footer {
        padding-top: 278px;
    }
    .cs a.icon-small-box svg {
        margin-left: -15px;
    }
    .br .bg-dark-blue .bottom-text {
        font-size: 13px;
    }
    .pt .bg-dark-blue .bottom-text {
        font-size: 13px;
    }
    .sk .custom--icon-label {
        padding: 9px 5px 8px 32px;
    }
    .es .icon-small-box {
        margin: 6.8px 0px;
    }
    .qrcode---tamplate-buttons .btn {
        padding: 9px 6px;
        font-size: 13px;
    }
    .home-qr-template-model .options h6 {
        font-size: 11px;
    }
    .home-qr-template-model .modal-content {
        height: 620px !important;
    }
    .image-upload-btn .btn-secondary {
        font-size: 10px !important;
    }
    .index-banner-tabs .card .btn-link h2 {
        font-size: 14px;
    }
    .lv .icon-small-box {
        margin: 3px 0px !important;
    }
    .payment-content h5 {
        font-size: 12px;
    }
    h2.footer-title {
        font-size: 10px;
    }
    .it h2.footer-title {
        margin-top: 63px;
    }
    .br h2.footer-title {
        margin-top: 60px;
    }
    .footer-nav .navbar-nav {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .qr-studio-section {
        background-size: 100%;
        background-position: 0px 1550px;
    }
    .dashboard-position-left {
        padding-right: 0;
    }
    .icon-row {
        width: 40px;
    }
    .icon-small-box {
        margin: 0;
    }
    .index-banner-tabs .accordion > .card > .card-header span{
        font-size: 14px;
        display: inline-block;
    }
    .index-banner-tabs button.btn.btn-link.btn-block.text-left:before{
        top: 18px;
    }
    .dashboard-position-left .margn---left {
        margin-left: 20px;
    }
    .position-right-side{
        padding: 0;
    }
    .studio-head {
        padding: 0px 0px 40px;
    }
    .code-generator .get-more, .code-generator h3.studio-heading{
        text-align: left;
    }
    .effrctive-faq-bg {
        padding-top: 40px;
    }
    .donate-and-support {
        padding-top: 0px
    }
    footer.footer form{
        padding: 0 10px;
    }
    .footer-logo-text {
        font-size: 11px;
    }
    .footer .right-img{
        position: relative;
    }
    .footer .right-img a{
        position: absolute;
        right: 0;
        display: inline-block;
        margin-right: 0;
    }
    .footer .right-img a img{
        margin-right: 0;
    }
}