@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
    /*font-family: "Source Sans Pro", sans-serif;*/
    font-family: "Poppins", sans-serif;
    /*color: #383d42 !important;*/
    color: #232426 !important;
    font-weight: 400;
}

p {
    color: #383d42 !important;
    font-size: 15px;
    line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.text-primary {
    color: #ec1d3c !important;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

.btn {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-border-radius: 50px;
    text-transform: uppercase;
    padding: 8px 25px;
}
.btn:focus,
.btn.focus,
button:focus,
button.focus{
    box-shadow: none;
    outline: none;
}

button{
    border: none;
}

.btn-primary {
    background: #ec1d3c !important;
    border: none;
    font-weight: bold;
}

.btn-getstarted {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-transform: uppercase;
    padding: 13px;
}

.project_name_input {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -o-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
}

.header-text .row {
    padding-left: 15px;
    padding-right: 15px;
}

.project_name_input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    opacity: 0.3;
    font-size: 14px;
}
.project_name_input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    opacity: 0.3;
    font-size: 14px;
}
.project_name_input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    opacity: 0.3;
    font-size: 14px;
}
.project_name_input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    opacity: 0.3;
    font-size: 14px;
}
.project_name_input::-ms-input-placeholder {
    /* Microsoft Edge */
    opacity: 0.3;
    font-size: 14px;
}
.project_name_input::placeholder {
    /* Most modern browsers support this now. */
    opacity: 0.3;
    font-size: 14px;
}

.form-control,
.custom-select {
    border-radius: 0;
}

.text-white {
    color: #fff;
}

.btn-lg {
    padding: 15px 50px;
}

.search-icon i {
    display: none;
}

.navbar {
    padding: 0.1rem 1rem !important;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.08);
}

.navbar-light .navbar-nav .nav-link {
    /*color: #383d42;*/
    color: #000000;
    text-transform: uppercase;
    font-weight: 400;
}

.nav-item .nav-link.btn-login {
    font-weight: 400;
}

a {
    color: #ec1d3c;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

a:hover {
    color: #ec1d3c;
    text-decoration: underline;
}

a:focus,
a.focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ec1d3c;
}

.main-header {
    /* background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top,
            rgba(255, 255, 255, 1) 50%,
            rgba(238, 238, 238, 1) 100%);
    background: -webkit-linear-gradient(top,
            rgba(255, 255, 255, 1) 50%,
            rgba(238, 238, 238, 1) 100%);
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 1) 50%,
            rgba(238, 238, 238, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); */
    /*padding-top: 50px;
    padding-bottom: 80px;*/

    /*background: url('../images/img-header-new.jpg') no-repeat;*/
    /*background-size: cover;*/
}

.navbar-toggler {
    padding: 3px 7px !important;
}

.main-header > .container > .row {
    min-height: 60vh;
}

.main-header .header-text h2 {
    color: rgb(51, 51, 51) !important;
    line-height: 1.8em;
    font-weight: 600;
}

.main-header .header-text p {
    /*color: rgba(35, 36, 38, 0.7) !important;*/
    color: rgb(102, 102, 102) !important;
    line-height: 1.8em;
}

/* .main-header img {
    mix-blend-mode: multiply;
} */

.intro-text {
    font-size: 20px;
    font-weight: 600;
}

.txt-about {
    background-color: rgb(255, 251, 252);
    padding-top: 60px;
    padding-bottom: 60px;
}

.txt-about h2 {
    font-weight: 600;
    color: #000000;
}

.txt-about p {
    font-size: 1.04rem;
    line-height: 2.2rem;
    color: rgb(102, 108, 131) !important;
}

.our-editing-stats {
    background-color: rgb(255, 251, 252);
    padding-top: 80px;
    padding-bottom: 80px;
}

.our-editing-stats .text-our-editing-stats p {
    color: rgba(35, 36, 38, 0.8) !important;
    line-height: 1.5rem;
}

.our-editing-stats .content-our-editing-stats .box-our-editing-stats,
.our-editing-stats .content-our-editing-slider .box-our-editing-stats {
    border: 2px solid #dee2e6;
    border-radius: 20px;
    background-color: #ffffff;
    height: 100%;
}

.our-editing-stats .content-our-editing-stats .box-our-editing-stats img,
.our-editing-stats .content-our-editing-slider .box-our-editing-stats img {
    opacity: 0.5;
}

.our-editing-stats .content-our-editing-stats .box-our-editing-stats h3 {
    font-weight: 500;
}

.our-editing-stats .content-our-editing-stats .box-our-editing-stats p,
.our-editing-stats .content-our-editing-slider .box-our-editing-stats p {
    color: #ec1d3c !important;
    font-size: 2rem;
}

/*Slider*/

.our-editing-stats .content-our-editing-slider {
    display: none !important;
}

.our-editing-stats .content-our-editing-slider .box-our-editing-stats {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*how-to-use*/

.how-to-use {
    padding-top: 50px;
    padding-bottom: 50px;
}

.how-to-use .text-how-to-use h2 {
    font-weight: 600;
    color: rgb(51, 51, 51);
}

.how-to-use .text-how-to-use p {
    font-weight: 300;
    font-size: 1.2rem;
    color: rgb(102, 102, 102) !important;
}

.how-to-use .content-how-to-use {
    width: 100%;
}

.how-to-use .content-how-to-use .how-to-use-info {
    background-color: #ffffff;
    height: 100%;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}

.how-to-use .content-how-to-use .how-to-use-info img {
    height: 120px;
}

.how-to-use .content-how-to-use .how-to-use-info p {
    margin-top: 20px;
    font-size: 1.01rem;
    color: rgb(51, 51, 51);
}

/*Slider*/

.how-to-use .how-to-use-slider {
    display: none !important;
    background-color: #ffffff;
    height: 100%;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}

.how-to-use .how-to-use-slider .how-to-use-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.how-to-use .how-to-use-slider .how-to-use-info p {
    margin-top: 20px;
    font-size: 1.5rem;
}

.testimonial {
    background-color: rgb(255, 251, 252);
    padding-top: 60px;
    padding-bottom: 60px;
}

.testimonial .header-testimonial h2 {
    font-weight: 600;
    color: rgb(51, 51, 51) !important;
}

.testimonial .header-testimonial p {
    font-weight: 300;
    font-size: 1.2rem;
    color: rgb(102, 102, 102) !important;
}

.testimonial .testimonial-slider {
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}

.testimonial .testimonial-slider h5 {
    font-weight: 400;
}

.testimonial .testimonial-slider p {
    font-size: 1.05rem;
    opacity: 0.8;
    color: rgb(102, 102, 102) !important;
}

.our-service {
    padding-top: 60px;
    padding-bottom: 60px;
}

.our-service .txt-our-services h2 {
    font-weight: 600;
    color: rgb(51, 51, 51);
}

.our-service .txt-our-services p {
    font-weight: 300;
    font-size: 1.2rem;
    color: rgb(102, 102, 102) !important;
}

.sub-heading {
    /*font-size: 22px;*/
    font-weight: 300;
    font-size: 1.2rem;
}

.new-service-box {
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.new-service-box .item .service-box h3,
.new-slider-services .item .service-box h3 {
    font-weight: 500;
    color: rgb(61, 61, 61);
}

.new-service-box .item .service-box p,
.new-slider-services .item .service-box p {
    opacity: 0.8;
    color: rgb(102, 102, 102);
}

.new-slider-services {
    display: none !important;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.new-slider-services .item .service-box img {
    width: 64px;
}

.new-slider-services .item .service-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.meet-box > div {
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    /*padding: 60px;*/
    border-radius: 10px;
}

.meet-box .meet-box-text {
    padding: 60px 0 60px 60px;
}

.meet-box h1 {
    font-weight: 600;
    color: rgb(24, 24, 24);
}

.meet-box p {
    opacity: 0.9;
}

.meet-box .meet-box-image {
    padding: 15px;
}

.meet-box .meet-box-image img {
    max-height: 300px;
}

.our-partners {
    padding-top: 50px;
    padding-bottom: 50px;
}

.service-box h2{
    font-size: 26px;
}

.service-box-inner {
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
    padding: 30px 30px;
    min-height: 443px;
    margin-bottom: 30px;
    border: 3px solid transparent;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

.service-box-inner p{
    
}

.service-box-inner h2{
    font-size: 22px;
}

.service-box-inner:hover {    
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);    
    border: 3px solid #ec1d3c;
    margin-top: -5px;
}

.service-title{
    font-size: 18px !important;
}

.slider-services {
    margin-top: 50px;
    position: relative;
}

.slider-services .item img {
    display: inline-block !important;
    width: auto !important;
}

.slider-services .item p {
    line-height: 1.6em;    
}

.trusted,
.main-pirce {
    padding-top: 80px;
    padding-bottom: 80px;
}

.trusted h2,
.testimonial-panel h2{
    font-size: 16px;
}

.slider-services .owl-next,
.slider-services .owl-prev,
.slider-pricing .owl-next,
.slider-pricing .owl-prev {
    background: #ffffff !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50px;
    text-align: center;
    line-height: 45px;
    font-size: 26px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.23);
}

.slider-services .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -18px;
}

.slider-services .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -18px;
}

.slider-pricing .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -55px;
}

.slider-pricing .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -55px;
}

.slider-services .owl-next:focus,
.slider-services .owl-next.focus,
.slider-services .owl-prev:focus,
.slider-services .owl-prev.focus,
.slider-pricing .owl-next:focus,
.slider-pricing .owl-next.focus,
.slider-pricing .owl-prev:focus,
.slider-pricing .owl-prev.focus {
    border: none !important;
    outline: none !important;
}

.section-heading{
    font-size: 20px;
}

.main-pirce ul {
    list-style-type: none;
    margin: 0 0 50px 0;
    padding: 0;
}

.main-pirce ul li {
    display: inline-block;
}

.slider-pricing {
    margin-bottom: 30px;
}

.slider-pricing .price-box {
    background: rgba(221, 221, 221, 0.2);
    width: 218px;
    height: 218px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    margin: auto;
}

.txt-price {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.txt-price h2 > span {
    font-size: 14px;
    font-weight: 600;
    vertical-align: super;
}

.txt-price img {
    width: auto !important;
    /* height: 60px; */
    margin: auto;
}

.txt-price h3 {
    font-size: 18px;
}

.txt-price h2 {
    font-size: 32px;
}

.process {
    background: rgba(178, 178, 178, 0.07);
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.process ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}

.process ul li {
    margin-right: 45px;
    float: left;
    text-align: center;
}

.process ul li:last-child {
    margin-right: 0;
}

.process-pic {
    min-height: 175px;
    vertical-align: middle;
}

.stats {
    background: #ffffff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    padding: 25px 22px;
}

.stats h2 {
    font-size: 20px;
    font-weight: 900;
}

.stats h1 {
    margin-bottom: 0;
}

.editing-stats {
    padding-top: 80px;
    padding-bottom: 80px;
}

.slider-testimonial p {
    font-size: 18px;
}

.slider-testimonial .author {
    color: #8a9297;
}

.testimonial-panel {
    margin-bottom: 60px;
}

.slider-testimonial .owl-dot {
    background: #ec1d3c;
}

footer {
    background: #ffffff;
    padding: 70px 0 0 0;
    color: #000000;
    font-weight: 300;
}

footer p {
    color: rgba(0, 0, 0, 0.3) !important;
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

footer .about-text {
    margin-top: 10px;
    font-size: 0.9rem;
    font-weight: 400;
    color: rgb(178, 178, 178) !important;
}

.footer-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-menu ul li {
    display: block;
    padding-bottom: 6px;
}

.footer-menu ul li a,
.footer-contact-us p {
    color: rgb(178, 178, 178) !important;
    font-size: 0.9rem;
    font-weight: 400;
}

.footer-menu ul li a:hover {
    color: #ec1d3c;
}

footer .footer-header {
    font-weight: 400;
    margin-bottom: 20px;
}

#usersSubcribeSubmit {
    font-size: 1rem;
}

.txt-subscribe {
    border-radius: 0;
    border: none;
}

#user_subcribers::placeholder {
    opacity: 0.5;
    font-weight: 200;
}

#user_subcribers:-ms-input-placeholder {
    opacity: 0.5;
    font-weight: 200;
}

#user_subcribers::-ms-input-placeholder {
    opacity: 0.5;
    font-weight: 200;
}

.copyright {
    /*border-top: #262626 1px solid;*/
    border-top: 2px solid rgb(226, 225, 225);
    font-size: 14px;
    margin-top: 40px;
    padding: 25px 0;
}

.copyright a {
    color: #000000;
    font-weight: bold;
}

.social-media > a > i {
    background: #ec1d3c;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    margin-right: 6px;
}

.social-media {
    margin-top: 25px;
}

/*** Inner pages****/

.form-control.focus,
.form-control:focus,
.custom-select.focus,
.custom-select:focus {
    box-shadow: none;
    border-color: #ced4da;
}

.header {
    background-image: url("../images/pagetitle.svg");
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: -15% 100%;
    position: relative;
}


/* .page-title {
   background: rgb(255, 255, 255);
   background: -moz-linear-gradient(top,
            rgba(255, 255, 255, 1) 50%,
            rgba(238, 238, 238, 1) 100%);
    background: -webkit-linear-gradient(top,
            rgba(255, 255, 255, 1) 50%,
            rgba(238, 238, 238, 1) 100%);
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 1) 50%,
            rgba(238, 238, 238, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
} */

/* .page-title .row {
    min-height: 20vh;
} */

.page-title h1 {
    font-size: 50px;
    letter-spacing: 0.5;
    padding-top: 50px;
}

/*** Form Wizard ***/

.pricing-form .card-header {
    background: #383d42;
    color: #ffffff;
    font-size: 18px;
}

/* .extra-service{
    background: #E1E1E1;
    text-align: center;
    min-height: 150px;
    position: relative;
} */

.service-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
}

.service-content h6 {
    font-size: 16px;
    font-weight: normal;
}

.extra-service:hover {
    background: #ec1d3c;
    color: #ffffff;
}

.extra-service:hover p {
    color: #ffffff !important;
}

.pricing-form .list-group > .list-group-item {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    padding: 20px 15px;
}

/*.my-orders .card-header {*/
/*    background-color: rgba(0, 0, 0, .03);*/
/*    color: #383d42;*/
/*}*/

.my-orders h2{
    font-size: 16px;
}

.card,
.card-header:first-child {
    border-radius: 0;
}

.pricing-form .list-group > .list-group-item:last-child {
    border-bottom: none !important;
}

display-flex,
.select-icon,
.select-icon i,
.form-radio input + label figure,
.form-flex,
.steps ul,
.actions ul li a,
.actions ul li button,
.form-row {
    display: flex;
    display: -webkit-flex;
}

.steps{
    margin-bottom: 15px;
}

list-type-ulli,
.steps ul,
.actions ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.pricing-form {
    position: relative;
}

fieldset {
    border: none;
    margin: 0px;
    padding: 0px;
}

fieldset.current {
    padding-top: 30px;
}

.content h3 {
    display: none;
}

.steps {
    margin-bottom: 10px;
}

.steps ul {
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
}

.steps ul li {
    width: 330px;
    border-top: 1px solid rgb(226, 227, 229);
    border-bottom: 1px solid rgb(226, 227, 229);
}

.steps ul li:first-child {
    border-left: 1px solid rgb(226, 227, 229);
}

.steps ul li:last-child {
    border-right: 1px solid rgb(226, 227, 229);
    border-radius: 0 8px 8px 0;
}

.steps ul li.current {
    border-color: #ec1d3c;
}

.steps ul li a {
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 15px;
    color: #383d42;
}

.steps ul li:last-child a {
    border-radius: 0 8px 8px 0;
}

.steps ul li.current a h3 {
    color: white;
}

.steps ul li:hover a {
    background: #ec1d3c;
    border-color: #ec1d3c;
}

.steps ul li:hover a h2 {
    color: #fff;
}

.steps ul .current a {
    background: #ec1d3c;
}

.steps ul .current a h2 {
    color: #fff;
}

.pricing-form h3 {
    font-size: 16px;
    margin-bottom: 0;
}

.pricing-form h3 span {
    font-weight: 400;
    padding-top: 5px;
    display: block;
}

.actions ul {
    display: inline-block;
    width: 100%;
}

.actions ul .disabled {
    display: none;
}

.actions ul li:first-child {
    float: right;
}

.actions ul li:first-child a {
    background: transparent;
    color: #999999;
    border: 1px solid #ebebeb;
}

.actions ul li:nth-child(2),
.actions ul li:last-child {
    float: left;
}

/*Pricing Action Button*/

.actions ul li a,
.actions ul li button {
    width: 100px;
    height: 40px;
    font-size: 1.3rem;
    font-weight: 400;
    color: #fff;
    background: #ec1d3c;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    text-decoration: none;
    /*border-radius: 50px;*/
    /*radius: 50px;*/
    /*-webkit-border-radius: 50px;*/
    /*-o-border-radius: 50px;*/
    /*-ms-border-radius: 50px;*/
    border-radius: 0;
}

.actions ul li:first-child a,
.actions ul li:first-child button {
    width: 120px;
}

@media screen and (max-width: 992px) {
    .container {
        width: calc(100% - 40px);
        max-width: 100%;
    }

    .form-group-flex {
        width: 310px;
    }
}

@media screen and (max-width: 768px) {
    .steps ul,
    .form-row {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
    }

    .steps ul li {
        width: 100%;
    }

    .form-file {
        margin-bottom: 20px;
    }

    .form-flex {
        padding: 0 40px;
    }

    .form-input,
    .form-group-flex {
        width: 100%;
    }
}

/* Select Service in Pricing */

.step-one-bottom {
    padding-left: 5px;
    padding-right: 5px;
}

.sub-items-wrapper .col-lg-4,
.sub-items-wrapper .col-md-4,
.sub-items-wrapper .col-sm-6,
.sub-items-wrapper .col-12 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.step-one-bottom .service-content {
    top: 55%;
}

.step-one-bottom .service-content p {
    color: rgb(102, 102, 102) !important;
    font-size: 1.05rem;
    margin-top: 8px;
}

.step-one-bottom .service-content h6 {
    margin-top: 14px;
    font-size: 1.1rem;
}

.inputGroup {
    /*background: #E1E1E1;*/
    text-align: center;
    display: block;
    position: relative;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    height: 180px;
}

.inputGroup label {
    padding: 12px 30px;
    width: 100%;
    display: block;
    text-align: left;
    color: #3c454c;
    cursor: pointer;
    position: relative;
    z-index: 2;
    -webkit-transition: color 200ms ease-in;
    transition: color 200ms ease-in;
    overflow: hidden;
    min-height: 150px;
    border-radius: 5px;
    height: 180px;
}

/*.inputGroup label:before {*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    border-radius: 50%;*/
/*    content: '';*/
/*    background-color: #ec1d3c;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);*/
/*    transform: translate(-50%, -50%) scale3d(1, 1, 1);*/
/*    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);*/
/*    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);*/
/*    opacity: 0;*/
/*    z-index: -1;*/
/*}*/

.inputGroup label .service-selection {
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgb(255, 127, 149);
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    /*-webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);*/
    /*transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);*/
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.inputGroup label:after {
    width: 25px;
    height: 25px;
    content: "";
    border: 2px solid #d1d7dc;
    background-color: #fff;
    /* background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E "); */
    /* background-repeat: no-repeat; */
    /* background-position: 0px 0px; */
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 5px;
    top: 5%;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.inputGroup label h2 {
    color: #ec1d3c;
}
.inputGroup label h6 {
    /*color: #ec1d3c;*/
    margin-top: 10px;
}

.inputGroup input:checked ~ label h6,
.inputGroup input:checked ~ label p {
    /*color: rgb(255, 127, 149) !important;*/
    /*color: transparent !important;*/
    color: #ffffff !important;
}

.inputGroup input:checked ~ label .service-selection {
    /*-webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);*/
    /*transform: translate(-50%, -50%) scale3d(56, 56, 1);*/
    top: 0%;
}

.inputGroup input:checked ~ label:after {
    /*background-color: #383D42;*/
    /*border-color: #383D42;*/
    background-image: url(/assets/frontend/images/new/tick.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 2px;
    background-size: 16px;
    border-color: #ec1d3c;
}

.inputGroup input ~ label .service-content img.color-img {
    display: inline;
}

.inputGroup input ~ label .service-content img.white-img {
    display: none;
}

.inputGroup input:checked ~ label .service-content img.color-img {
    display: none;
}

.inputGroup input:checked ~ label .service-content img.white-img {
    display: inline;
}

.inputGroup input {
    width: 28px;
    height: 28px;
    -webkit-box-ordinal-group: 2;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 10px;
    bottom: 5%;
    cursor: pointer;
    visibility: hidden;
}

.offer-box {
    position: relative;
}

.offer-box .qty {
    position: absolute;
    bottom: 19%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #ced4da;
    border-radius: 60px;
    height: 25px;
}

.offer-box .qty .input-group input[type="text"] {
    border-radius: 60px 0 0 60px;
    background-color: transparent;
    text-align: center;
    font-size: 0.8rem;
    color: rgb(50, 50, 50);
}

.offer-box .qty .input-group .input-group-btn {
    text-align: center;
    background-color: #ec1d3c;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.offer-box .qty .input-group .input-group-btn button {
    margin-top: -1px;
}

.offer-box .qty .input-group .input-group-btn .fa {
    color: #ffffff;
    font-size: 0.7rem;
    margin-left: -2px;
}

.offer-box .qty .input-group .input-group-btn {
    margin-right: 5px;
    margin-top: 2px;
}

.btn-number {
    padding: 0 6px 0 6px;
    border-radius: 0;
    font-size: 11px;
}

.btn-number.focus,
.btn-number:focus {
    box-shadow: none;
}

.input-number {
    width: 30px !important;
    height: 27px !important;
    padding: 0 6px 1px 6px;
    border: none;
}

.contact-icon i {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #ffffff;
    background: #ec1d3c;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
}

.contact-icon {
    margin-right: 15px;
}

.services-icons i {
    font-size: 72px;
    color: #b2b2b2;
}

/* zeeshan */
.form-error > .error {
    color: red;
    font-size: 12px;
}

.faq_wrapper .card-header {
    padding: 0;
    border: none !important;
}

.faq_wrapper .card {
    margin-top: -1px;
}
.faq_wrapper button.btn.btn-link {
    color: #000000;
    text-decoration: none;
    text-transform: none;
    font-size: 14px;
    border-radius: 0;
    display: block;
    width: 100%;
    text-align: left;
}

.faq_wrapper button.btn.btn-link:hover,
.faq_wrapper button.btn.btn-link {
    /*background: #ec1d3c !important;*/
    /*color: #ffffff;*/
}

.faq_wrapper button.btn.collapsed {
    background-color: rgba(0, 0, 0, 0.03) !important;
    color: #000000;
}

.faq_wrapper button.btn.btn-link:focus,
.faq_wrapper button.btn.btn-link.focus {
    box-shadow: none;
}
        
.faq_wrapper h5 {
    color: #ec1d3c;
    font-size: 16px;
}
.bank_details {
    display: none;
}

.privacy h2{
    font-size: 24px;
}

/*ADMIN LOGIN PAGE*/

.login-topbar .btn-getstarted {
    padding: 8px 12px;
    font-size: 1rem;
    font-weight: 500;
}

.login-topbar .selectlang {
    padding: 9px;
}

.login-form .my-card {
    border-radius: 20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.login-main .login-fields .input-group .input-group-prepend .input-group-text {
    border-radius: 0 !important;
    background-color: #ffffff;
    padding: 1rem !important;
    font-size: 1.5rem;
    opacity: 0.5;
}

.login-main .login-fields .input-group .input-group-append .input-group-text {
    border-radius: 0 !important;
    background-color: #ffffff;
    padding: 1rem !important;
    font-size: 1.2rem;
    border-left: none;
    opacity: 0.5;
}

.login-main .login-fields .input-group .form-control {
    height: inherit;
    border: 1px solid rgba(206, 212, 218, 0.5);
}

.login-main .login-fields .input-group .form-control.mypassword,
.loign-main .login-fields .input-group .form-control.myconfirmpassword {
    border-right: none;
}

.eye.togglePassword {
    cursor: pointer;
}

.login-main .remember-me-checkbox {
    opacity: 0.5;
    padding-top: 10px;
    padding-left: 25px;
}

.login-main .remember-me-checkbox .custom-control-label::before {
    border-radius: 3px;
    width: 1.1rem;
    height: 1.1rem;
}

.login-main
    .remember-me-checkbox
    .custom-control-input:checked
    ~ .custom-control-label::before {
    background-color: #ec1d3c;
}

.login-main .remember-me-checkbox .custom-control-label {
    font-size: 0.9rem;
    line-height: 1.9;
}

/*Placeholders*/

.login-main ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    opacity: 0.5;
    font-size: 14px;
}
.login-main :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    opacity: 0.5;
    font-size: 14px;
}
.login-main ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    opacity: 0.5;
    font-size: 14px;
}
.login-main :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    opacity: 0.5;
    font-size: 14px;
}
.login-main ::-ms-input-placeholder {
    /* Microsoft Edge */
    opacity: 0.5;
    font-size: 14px;
}
.login-main ::placeholder {
    /* Most modern browsers support this now. */
    opacity: 0.5;
    font-size: 14px;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: 0.5;
}
.hr-text:before {
    content: "";
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}
.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    padding: 0 0.5em;
    line-height: 1.5em;
    color: #818078;
    background-color: #fcfcfa;
}

.social-logins .login-social-icons:not(:last-child) {
    margin-right: 10px;
}

.social-logins .login-social-icons img {
    width: 48px;
}

.social-logins .login-with-google {
    padding: 10px;
    background-color: rgb(249, 249, 249);
    border-radius: 50%;
}

.social-logins .login-with-google img {
    width: 32px;
}

.terms-conditions-text p {
    font-size: 0.8rem;
    opacity: 0.7;
}

.back-to-homepage-text {
    opacity: 0.7;
}

.back-to-homepage-text a {
    text-decoration: none;
    color: #000000;
}

.back-to-homepage-text a:hover {
    color: #ff0000ff;
}

/* Step Progressbar */

.progressbar {
    list-style: none;
}

.progressbar li {
    display: inline-block;
    width: 200px;
    position: relative;
}

.progressbar li img {
    height: 50px;
}

.progressbar li span {
    display: block;
    width: 15px;
    height: 15px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    border-radius: 50%;
}

.progressbar li span::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    height: 3px;
    width: 204px;
    display: block;
    position: absolute;
    left: 0;
    top: 64px;
    z-index: -1;
}

.progressbar li:first-child span::after {
    width: 102px;
    left: 102px;
}

.progressbar li:last-child span::after {
    width: 102px;
    right: 102px;
}

.progressbar li span.active {
    border-color: rgba(236, 29, 60, 0.5);
}

.progressbar li span.active::after {
    background-color: rgba(236, 29, 60, 0.5);
}

/* Rewrite Top */

.rewrite-top h2 {
    color: rgb(51, 51, 51);
    font-weight: 600;
}

.rewrite-top p {
    color: rgb(102, 102, 102) !important;
    font-size: 1.125rem;
}

/* Rewrite Textarea */

.rewrite-input-textarea textarea {
    padding: 15px;
    border-radius: 10px;
    height: 300px;
}

.rewrite-input-textarea {
    position: relative;
}

.rewrite-input-textarea .rewrite-textarea-text {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(0, -50%);
}

.rewrite-input-textarea .rewrite-textarea-text h1 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: rgb(196, 196, 196);
}

.rewrite-input-textarea .rewrite-textarea-text p {
    font-size: 1rem;
    color: rgb(196, 196, 196) !important;
}

.rewrite-input-textarea .rewrite-textarea-text p:not(:last-child) {
    margin-bottom: 5px;
}

.rewrite-start-button button {
    padding: 12px 30px;
}

.rewrite-start-button #rewrite-file {
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: rgb(64, 64, 64) !important;
}

#rewrite-words-count,
#rewrite-result-words-count {
    font-size: 0.9rem;
}

#rewrite-result-words-count {
    font-weight: 300;
}

.rewrite-input,
.rewrite-result {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: rgb(255, 127, 149) !important;
    border-color: rgb(255, 127, 149) !important;
}

.rewrite-result .rewrite-result-top h2 {
    font-weight: 600;
    color: rgb(55, 55, 55);
}

.rewrite-result .rewrite-result-top .custom-control-label {
    font-size: 0.9rem;
}

.rewrite-result .rewrite-result-main #rewrite-result-textarea {
    padding: 15px;
    border-radius: 10px;
    height: 200px;
}

.rewrite-result-action .rewrite-result-action-buttons a {
    display: inline-block;
    padding: 12px 15px;
    margin-top: 10px;
    margin-right: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.rewrite-faq .accordion .card-header {
    background-color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.rewrite-faq .accordion .card-header .btn-link {
    color: rgba(0, 0, 0, 0.8);
    padding-left: 0;
    text-decoration: none;
}

.rewrite-faq .accordion .card-header .btn-link:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    outline: none !important;
}

.rewrite-faq .accordion {
    margin-top: 20px;
}

.rewrite-faq .accordion h2 {
    font-size: 1.5rem;
}

.accordion .icon-for-accordion {
    position: absolute;
    right: 10px;
    top: 15px;
    color: #ec1d3c;
}

.rewrite-faq .accordion .icon-for-accordion .fas {
    cursor: pointer;
}

.my-orders {
    border: none;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.my-orders .cart-total-price-label {
    font-weight: 500;
}

.my-orders .cart-price sup {
    vertical-align: text-top;
}

.my-orders .cart-price sub {
    font-weight: 500;
    font-size: 3rem;
}

.my-orders .cart-price-mobile {
    font-size: 1.2rem;
    margin-bottom: 0;
    font-weight: 600;
}
/* 
.my-orders .card-header,
.my-orders .card-body {
    margin-left: -10px;
}

.my-orders h6 {
    font-weight: 400;
    font-size: 0.85rem;
    margin-bottom: 0 !important;
}

.my-orders h6 > span {
    font-weight: 600;
}

.my-orders .card-header {
    font-size: 0.95rem;
}

.my-orders .card-header {
    border-color: rgb(248, 248, 248);
}

.my-orders .card-body .list-group .list-group-item {
    border: none;
}

.my-orders .card-body .list-group .list-group-item:not(:last-child) {
    border-bottom: 1px solid rgb(245, 245, 245);
} */

.nav-search-icon {
    color: rgb(196, 196, 196) !important;
    padding-right: 0 !important;
    padding-left: 10px;
    padding-bottom: 3px;
}

.nav-search-icon:hover {
    color: #ec1d3c !important;
}

.nav-search-icon i {
    font-size: 1.4rem;
}

.navbar .navbar-toggler {
    border: none;
    padding: 0 !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(/assets/frontend/images/new/navbar-toggler.png);
    /*opacity: 0.4;*/
    background-size: 30px;
    background-repeat: no-repeat;
}

/*Step One*/

.step-one-top {
    border: none;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.step-one-top .card-body {
    margin-top: 5px;
}

.step-one-top .card-body label,
#project_title_label {
    font-size: 0.8rem;
    color: rgb(56, 56, 56);
}

.step-one-bottom .card-body label {
    font-size: 0.9rem;
}

.step-one-top .card-body select {
    font-size: 0.9rem;
    opacity: 0.6;
    border-width: 2px;
    border-radius: 3px;
    padding-top: 6px;
    height: 2.5rem;
    background-image: url(/assets/frontend/images/new/select-down-icon.svg);
    background-size: 20px;
    background-position-x: 98%;
}

.step-one-top .card-body input,
#project_title {
    opacity: 0.6;
    height: 2.5rem;
    border-width: 2px;
    border-radius: 3px;
}

.step-one-top .card-body input[type="radio"] {
    height: auto;
}

.step-one-top .card-body span {
    font-size: 0.9rem;
}

/* Search */

.search-box {
    position: absolute;
    display: none;
    width: 250px;
    right: 3%;
    top: 1px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    z-index: 9999;
}
