
body

{
	font-family: 'Montserrat', sans-serif !important;
	background:#fff;
    color: #000;
    line-height: 1.56;
}

p{ font-size: 14px; }

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Montserrat', sans-serif;
    color: #000;
}
/*******************************start header section*********************/

header .static-top {
    padding: 0;
}
.Publisher-menu .nav-item a {
    display: block;
    color: #fff;
    padding: 21px 15px;
    text-decoration: none;
    text-align: center;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.Publisher-menu .nav-item a:hover, .Publisher-menu .nav-item.current a{
    color: #0886de;
}

a {
    transition: all 0.15s linear;
}

.Publisher-menu .nav-item.sign-up a {
    overflow: hidden;
    color: #ffffff;
    background: #f58220;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    padding: 20px 36px 20px 35px;
    display: inline-block;
    border-radius: 7px;
    position: relative;
    border: 2px solid #f58220;
    z-index: 1;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    
}

.Publisher-menu .nav-item.sign-up a.arrow::after {
    display: inline-block;
    padding-left: 8px;
    font-family: FontAwesome;
    content: "\f054";
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    font-size: 13px;
    font-weight: normal;
}

.Publisher-menu .nav-item.sign-up a.arrow:hover::after {
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -ms-transform: translateX(6px);
    -o-transform: translateX(6px);
    transform: translateX(6px);
}


.Publisher-menu .nav-item.free-demo a {
   /* overflow: hidden;*/
    color: #ffffff !important;
    background: transparent;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    padding: 20px 36px 20px 35px;
    display: inline-block;
    border-radius: 7px;
    position: relative;
    border: 2px solid #0886de;
    z-index: 1;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
}

.Publisher-menu .nav-item.free-demo a::before{
    top: 0px;
	 width: 0px;
	 left: auto;
	 right: 0px;
	 z-index: -1;
	 bottom: 0px;
	 content: "";
	 position: absolute;
	 transition: all 0.3s ease-in-out;
     
}

.Publisher-menu .nav-item.free-demo a:hover::before {
    left: 0px;
    width: 100%;
    right: auto;
    background-color: #0886de;  
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px, #0886de 0px 0px 0px 2px;
    border-radius: 5px;
}

.Publisher-menu .nav-item.free-demo a.arrow::after {
    display: inline-block;
    padding-left: 8px;
    font-family: FontAwesome;
    content: "\f054";
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    font-size: 13px;
    font-weight: normal;
}

.Publisher-menu .nav-item.free-demo a.arrow:hover::after {
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -ms-transform: translateX(6px);
    -o-transform: translateX(6px);
    transform: translateX(6px);
}

.Publisher-menu .navbar-toggler.x .icon-bar {
    width: 33px;
    display: block;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin: 7px 0;
    border-radius: 3px;
}


.Publisher-menu .navbar-toggler.x .icon-bar {
    width: 33px;
    display: block;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin: 7px 0;
    border-radius: 3px;
}

.Publisher-menu .navbar-toggler.x {
    border: none;
}
.Publisher-menu .navbar-toggler.x:focus {
    outline: none;
}
.Publisher-menu .navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg );
    -ms-transform: rotate(45deg);
    transform: rotate(-42deg);
}
.Publisher-menu .navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}
.Publisher-menu .navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg); 
    -ms-transform: rotate(-45deg); transform: rotate(42deg );
}
.Publisher-menu .navbar-toggler.x .icon-bar {
    width: 28px;
    display: block;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin: 7px 0;
    border-radius: 3px;
    transform-origin: right center;
}
.Publisher-menu .navbar-toggler.x .icon-bar + .icon-bar {
    margin-top: 4px;
}
.Publisher-menu .navbar-toggler.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.Publisher-menu .navbar-toggler.x .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}
.Publisher-menu .navbar-toggler.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

#navbarResponsive .navbar-nav .nav-item.sign-up{
    margin-left: 0px;
}

.mr-10 {
    margin-right: 10px;
}

.mrtop7{
    margin-top: -7px;
}

.header_sec {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    padding-top: 0px;
}

.header_sec02{
    background: #0e1124;
}


nav .site-title {
    color: #000;
    position: relative;
    top: 0;
    left: 0px;
    display: none;
    background: #fff;
    z-index: 999;
}

/* .menu-logo .navbar-brand {
    width: 180px;
} */

.menu-logo .navbar-brand img {
    width: 120px;
}

.navbar.navbar-expand-lg.Publisher-menu.menu-logo {
    padding: 8px 1rem;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #1f233a;
    z-index: 999;
    padding: 12px 0px;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    -webkit-animation: fadeInDown 0.9s ease;
    -moz-animation: fadeInDown 0.9s ease;
    animation: fadeInDown 0.9s ease;
}

@keyframes fadeInDown{
    0%{transform:translate3d(0, -100%, 0)}
    to{transform:none;}
}
@-webkit-keyframes fadeInDown{
    0%{transform:translate3d(0, -100%, 0)}
    to{transform:none;}
}


/***************hover navbar add css*****************/

.mega-dropdown { position: static !important; }
.mega-dropdown-menu {
  padding: 20px 15px 15px;
  text-align: center;
  width: 100%;
}

.dropdown-menumob {
    display: none !important;
}

.navbar-expand-lg.Publisher-menu .navbar-nav .dropdown-menu {
    position: absolute;
    top: 68px;
    border: none;
    border-radius: 0;
    width: 100%;
}

.grid {
    list-style: none;
    margin-left: -40px;
}
.gc {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -0.25em;
    min-height: 1px;
    padding-left: 40px;
    vertical-align: top;
}
.gc--1-of-3 {
    width: 33.33333%;
}
.gc--2-of-3 {
    width: 66.66666%;
}
.naccs {
    position: relative;
    width: 100%;
    margin: 0px;
}
.naccs .menu div {
    padding: 12px 16px 12px 40px;
    margin-bottom: 7px;
    color: #333;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    text-align: left;
    font-size: 14px;

}
.naccs .menu div:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.naccs .menu div span.light {
    height: 8px;
    width: 8px;
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: #fff;
    border-radius: 100%;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1); 
}
 .naccs .menu div.active span.light {
    background-color: #f58220;
    left: 0;
    height: 100%;
    width: 3px;
    top: 0;
    border-radius: 0;
}
.naccs .menu div.active {
    color: #086aaf;
   /* padding: 10px 16px 10px 40px;*/
   box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
   transition: opacity 0.3s ease-in-out;
} 

.naccs .menu div:hover{
    box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
    transition: opacity 0.3s ease-in-out;
}

 .naccs .menu .menulistt:before, .naccs .menu .menulistt:after {
    height: 2px;
    position: absolute;
    content: '';
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  /*  background-color: #086aaf;*/
    width: 0px;
    bottom: 0;
    left: 0;
}

.naccs .menu .menulistt:before {
    bottom: auto;
    top: 0;
    left: auto;
    right: 0;
}

.naccs .menu .menulistt.active:before, .naccs .menu .menulistt.active:after {
    width: 100%;
}

/* .naccs .menu .menulistt.active:before {
    top: 5px;
    left: 0;
}

.naccs .menu .menulistt.active:after {
    bottom: 5px;
    right: 0;
}  */



ul.nacc {
    position: relative;
    height: 0px;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
ul.nacc li {
    opacity: 0;
    transform: translateX(50px);
    position: absolute;
    list-style: none;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

ul.nacc li.active {
    transition-delay: 0.3s;
    z-index: 2;
    opacity: 1;
   /* transform: translateX(0px);*/
}

.photogrphy {
    text-align: left;
    margin-top: 6px;
    width: 69%;
    float: left;
    padding: 0px 10px;
}

.photog--img {
    width: 30%;
    float: left;
}

.photogrphy h3 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.photogrphy .btn.common {
    padding: 12px 12px;
}

.naccs .menu .light1::before{
    content: "";
    background: url(../img/1.svg) no-repeat;
    transition: 0.3s;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 15px;
    top: 15px;
}

.naccs .menu .light2::before{
    content: "";
    background: url(../img/2.svg) no-repeat;
    transition: 0.3s;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 15px;
    
}

.naccs .menu .light3::before{
    content: "";
    background: url(../img/3.svg) no-repeat;
    transition: 0.3s;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 15px;
    top: 15px;
}



.naccs .menu .light4::before{
    content: "";
    background: url(../img/4.svg) no-repeat;
    transition: 0.3s;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 15px;
    top: 15px;
}



.naccs .menu .light5::before{
    content: "";
    background: url(../img/5.svg) no-repeat;
    transition: 0.3s;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 15px;
    top: 15px;
}



.naccs .menu .light6::before{
    content: "";
    background: url(../img/6.svg) no-repeat;
    transition: 0.3s;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 15px;
    top: 15px;
}



/*******************************start banner section****************************************/
.top-banner{
    position: relative;
   /* margin: -105px 0px;*/
}

.top-banner {
    background: #0e1124;
}

.topcommon--padd{
    padding: 195px 0 110px 0;
}

.prodct--rght img{
max-width: 100%;
width: 100%;
}

.comon--heding h1 {
    font-size: 46px;
    color: #fff;
    font-weight: 800;
}

.comon--heding h1 span {
    display: inline-block;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.comon--heding p {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}

.btn.common{
    overflow: hidden;
    color: #ffffff;
    background: #0886de;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    padding: 20px 33px 20px 20px;
    display: inline-block;
    border-radius: 7px;
    position: relative;
    border: 2px solid #0886de;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
}

.btn.common.arrow::after {
    /*display: inline-block;*/
    padding-left: 8px;
    font-family: FontAwesome;
    content: "\f054";
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    font-size: 13px;
    font-weight: normal;
}

.btn.common.arrow:hover::after {
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -ms-transform: translateX(6px);
    -o-transform: translateX(6px);
    transform: translateX(6px);
}

.typewrite{
    height: 50px;
}

.wrap::before {
    content: '';
    display: block;
    position: absolute;
    height: 18px;
    right: -.1em;
    bottom: 0;
    left: -.1em;
    z-index: -1;
    background-color: #333;
    animation-delay: .3s;
    animation-duration: .5s;
    animation-name: grow;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}



img {
    max-width: 100%;
    height: auto;
}

.prodct--rght {
    position: relative;
    width: 600px;
}

.product-common {
    position: absolute;
    top: 53px;
    width: 31%;
    left: 11%;
}

.product-common.prod02 {
    left: 44.8%;
    width: 21%;
    top: 102px;
}

.product-common.prod03 {
    right: 65px;
    left: inherit;
    width: 21%;
    top: 86px;
}

.product-common.prod04 {
    bottom: 18px;
    top: inherit;
    left: -27px;
    width: 22%;
}

.effectcs img{
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.effectcs img:hover{
-webkit-transform: scale(1.1);
transform: scale(1.1);
}

.enquery--form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 35px 0px 0px;
    height: 75px;
}

.enquery--form .form-control {
    background-color: #1f243a;
    color: #d8d8d8;
    border-color: #303756;
    height: 46px;
    
}

.enquery--form .btn.common {
    height: 47px;
    line-height: 0px;
    border-radius: .25rem;
}

.myText {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.myText .form-group {
    margin-right: 12px;
    margin-bottom: 0;
}

.myText02 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.myText02{
    display: none;
}

.eddit-form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 3px 2px;
}
.eddit-form a {
    color: #7d90e2;
    font-size: 15px;
}

#form02 .form-group {
    width: 77%;
    float: left;
    margin-right: 12.2px;
    margin-bottom: 0;
}

#form02 .form-group.form55 {
    width: 21%;
    float: left;
    margin-right: 0;
}

.myText.myText008 {
    width: inherit;
}

.modal.modal-fullscreen .modal-dialog {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    max-width: none; 
}
  
  .modal.modal-fullscreen .modal-content {
    height: auto;
    height: 100vh;
    border-radius: 0;
    border: none; }
  
  .modal.modal-fullscreen .modal-body {
    overflow-y: auto; }

    .add--addres06 .modal-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .add--addres06 .modal-body {
        flex: inherit;
        width: 430px;
    }

    .add--addres06 .modal-header{
        border: none;
        text-align: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .priv--polcy p {
        font-size: 13px;
        color: #4a4949;
    }

    .signup--fom .form-item input {
        border: none;
        border-bottom: solid 1px #ced4da;
        border-radius: 0px;
        padding: 0 8px;
    }

    .signup--fom .form-item label{
        left: 0;
        padding: 0 3px;
    }

    .signup--fom .form-item input:focus {
        outline: inherit;
        box-shadow: inherit;
        background: #f9f9f9;
    }

    .signup--fom .form-item label{
       background: transparent;
    }

    .add--addres .modal-footer.foot--btt {
        /*padding: 0px;*/
        border: none;
        justify-content: flex-start;
    }

    .modal-footer.foot--btt button {
        width: 100%;
    }

    .add--addres .modal-title {
        color: #000;
    }

    .top--loginbt {
        display: flex;
        width: 100%;
        padding: 16px 50px;
        justify-content: space-between;
        position: absolute;
        top: 0;
    }

    #creatlogn{
        display: none;
    }

    #creacconbt{
        display: none;
    }

    .modal-body.modal-body-mob {
        width: 775px;
       max-width: inherit;
    }
.centr--or{
    flex-direction: column;
    align-self: stretch;
    padding: 0px 33px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
}
.log--bord--top{
    height: 100%;
    width: 1px;
    -webkit-box-align: center;
    align-items: center;
    background: rgb(235, 235, 235);
}

.log--or--middle{
    padding: 20px;
    color: rgb(49, 49, 49);
    font-size: 12px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
}

.log--bord--bottm{
    height: 100%;
    width: 1px;
    -webkit-box-align: center;
    align-items: center;
    background: rgb(235, 235, 235);
}

.social--btn button {
    color: rgb(0, 0, 0);
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    letter-spacing: 0px;
    margin-bottom: 11px;
    outline: none;
    text-align: left;
    text-transform: none;
    width: 100%;
    align-items: center;
    border: 1px solid;
    text-decoration: none;
    background-color: transparent;
    min-height: 50px;
    position: relative;
    padding: 5px 4px 5px 40px;
}

.social--btn span {
    left: 15px;
    position: absolute;
}
   

.lgn--butt a {
    color: #333;
    text-decoration: underline;
}

.lgn--bac a {
    color: #333;
}

.email--ico {
    position: absolute;
    top: 16px;
    right: 2px;
}

.email--ico .fa {
    color: #9a9a9a;
}

.lgn--logo {
    width: 115px;
    display: block;
    padding-bottom: 25px;
}

#otpsec{
    display: none;
}

#entrotp{
    display: none;
}

.eddit-form.eddit-otpform a {
    font-size: 13px;
}

/*****************start perfect your business css***********************/
.busin--blog{
    overflow: visible;
    font-size: 16px;
    background-color: #fff;
    border-radius: 15px;
    padding: 0 25px 30px;
    position: relative;
    margin-top: 55px;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.099));
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    transition: all .4s;
}

.busin--blog:before {
    display: block;
    content: "";
    position: absolute;
    border-top: 5px solid;
    border-top-color: transparent;
    top: -15px;
    left: 0px;
    right: 0;
    height: 50px;
    transform: rotate(-4deg);
    background: #fff;
    border-radius: 19px;
    transition: all .4s;
}

.busin--blog:hover:before {
    transform: rotate(5deg);
    border-top-color: #f58220;
}

.busin--blog:hover{
    transform: translateY(10px);
    color: #000;
    border-bottom-color: #f58220;
   
}

.busin--blog:hover i{
background-color: #0e1124;
color: #fff;
-webkit-animation: pulse 1s infinite;
animation: pulse 1s infinite;
animation-duration: 2s;

}

@keyframes pulse{
    0%{transform:translateY(0)}40%{transform:translateY(-12px)}100%{transform:translateY(0)}
}

.head_title h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}

.head_title p {
    font-size: 15px;
    color: #353535;
    font-weight: 500;
    line-height: 1.7;
}

.busin--blog i {
    font-size: 35px;
    display: block;
    margin-bottom: 16px;
    color: #fff;
    position: relative;
    width: 64px;
    height: 64px;
    background: #f58220;
    border-radius: 100%;
    text-align: center;
    line-height: 64px;
    top: -29px;
    
}

.marg20{
    margin-top: 20px;
}

.busin--blog span {
    font-size: 18px;
    font-weight: 700;
    color: #161c2d;
}

.busin--blog p {
    color: #313131;
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
    height: 140px;
}

.head_title h2 span {
    font-weight: 300;
}

.sec_pdd {
    padding: 68px 0px;
}

.bg-gray {
    background: #f1f6fc;
}

.sec_pdd01 {
    padding: 180px 0px 95px;
}

.b-boxes01 {
    background: rgb(255 255 255 / 50%);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    padding: 30px;
    margin-bottom: 25px;
    min-height: 290px;
    cursor: pointer;
}

.b-boxes01:hover {
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgb(235 235 235);
    
}

.b-boxes01.active {
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgb(235 235 235);   
}

.b-boxes01 span {
    font-size: 20px;
    font-weight: 600;
    color: #161c2d;
}

.b-boxes01 i {
    font-size: 44px;
    display: block;
    background-image: linear-gradient(180deg, rgba(125, 138, 197, 0.98) 0%, rgba(31,35,58,0.9808298319327731) 100%);
    background-clip: text;
   -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    text-align: left;
    padding-bottom: 14px;
}

.b-boxes01 p {
    color: #313131;
    font-size: 14px;
    margin-top: 20px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.main-business.main-business-whtbox {
    margin-top: 40px;
}

.rmor--pbusines a {
    display: block;
    color: #626e8e;
    font-size: 16px;
    font-weight: 500;
}

.rmor--pbusines a .fa {
    font-size: 16px;
    display: inline-block;
    padding: 0;
}

/*****************end perfect your business css***********************/

/*****************start Powering section css***********************/

.busins--contnt p {
    font-size: 15px;
    font-weight: 500;
}


.main-powring .column .brand--logo {
    position: relative;
    text-align: center;
    min-height: 100px;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-powring .businesslogo{
    padding-bottom: 20px;
    padding-top: 27px;
}


/*****************end Powering section css***********************/

/*****************start protect brand section css***********************/

.protect--bann{
    background-size: cover;
    background-position: center;
}

.head_title.color--whit h2 {
    color: #fff;
}

.head_title.color--whit p {
    color: #f5f5f5;
}

.protct--brand h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
}

.protct--brand {
    margin-top: 45px;
}

.protct--brand ul {
    list-style: none;
    margin: 12px 0px;
    padding: 0px;
}

.protct--brand li {
    position: relative;
    padding-left: 30px;
    line-height: 37px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.protct--brand li:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: "\f058";
    font-family: 'FontAwesome';
    color: #106eea;
    font-size: 20px;
}

.protct--brand li:before {
    color: #0886de;
}

.centr--sec {
    display: flex;
    justify-content: center;
    align-items: center;
}

.protct--brand--rght img {
    width: 100%;
}

/*****************end protect brand section css***********************/

/*****************start testimonials section css***********************/
.testimonial-box {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.09));
    min-height: 226px;
    margin: 10px;
}
.testim--img {
    position: absolute;
    left: 23px;
    width: 56px;
}

.testim--content {
    margin-left: 72px;
}

.testim--content h4 {
    color: #333;
    font-weight: 700;
    font-size: 20px;
}

.testim--content p {
    font-size: 15px;
    color: #6d6d6d;
    font-weight: 500;
}

.testmo--ico {
    position: absolute;
    right: 20px;
    top: 1px;
}

.top--testimonial {
    margin-top: 50px;
    padding-bottom: 25px;
}

.top--testimonial .slick-dots li {
    margin: 0 3px;
}

.top--testimonial  .slick-dots li button:before {
    font-size: 17px;
}

.top--testimonial .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #35549c;
}

.top--testimonial  .slick-dots li button:before {
    color: #35549c;
    opacity: 0.3;
}

.top--testimonial .slick-slide {
    margin: 0px 0px;
    transition: all ease-in-out .3s;
}

/****************bottom to top button*****************/

#button.botmtop {
    display: inline-block;
    background-color: #0886de;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button.botmtop::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button.botmtop:hover {
    cursor: pointer;
    background-color: #0886de;
    text-decoration: none;
  }
  #button.botmtop:active {
    background-color: #0886de;
  }
  #button.botmtop.show {
    opacity: 1;
    visibility: visible;
  }



/*****************end testimonials section css***********************/

/********************start footer area css*************************/

.footer-area1 {
    /*padding: 50px 0;*/
   /* background-color: #f9f9f9;*/
   background-color: #0e1228;
    background-repeat: no-repeat;
    position: relative;
}

.footer-area1 .footer-bottom-img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer-area1 .footer-top-img {
    position: absolute;
    top: 0;
    right: 0;
}

.footer-left {
    position: relative;
}

.footer-logo {
    width: 120px;
}

.footer-left .footer-logo {
    margin-bottom: 12px;
}

.footer-social ul li {
    display: inline-block;
    margin-left: 0;
}

.footer-social ul li a {
    color: #646464;
    font-size: 20px;
    background-color: #efefef;
    border: none;
    border-radius: 4px;
    padding: 9px 14px;
    transition: all 0.3s ease-in-out;
}

.footer-social ul li a:hover {
    background-color: #0096ff;
    border-color: #0684dc;
    color: #fff;
}

.footer-middle .footer-title {
    position: relative;
    color: #ffffff;
    font-size: 21px;
    padding-bottom: 10px;
    padding: 0 30px;
}

.footer-right .footer-title {
    position: relative;
    color: #ffffff;
    font-size: 21px;
    padding-bottom: 10px;
    padding: 0 30px;
}

.footer-middle .footer-title:before {
    content: "";
    height: 1px;
    width: 24px;
    background-color: rgb(255 255 255 / 62%);
    position: absolute;
    top: 12px;
    left: 0;
    border-radius: 10px;
    border: none;
}

/*
.footer-middle .footer-title:after {
    content: "";
    height: 4px;
    width: 34px;
    background-color: #f58220;
    position: absolute;
    bottom: 0;
    left: 21px;
    border-radius: 10px;
    border: none;
}
*/

.footer-right .footer-title:before {
    content: "";
    height: 1px;
    width: 24px;
    background-color: rgb(255 255 255 / 62%);
    position: absolute;
    top: 12px;
    left: 0;
    border-radius: 10px;
    border: none;
}

.footer-middle .footer-list li i {
    margin-right: 7px;
    color: #ffffff;
}

.footer-middle .footer-list2 li i {
    margin-right: 7px;
    color: #ffffff;
}

/* .footer-right .footer-title:after {
    content: "";
    height: 4px;
    width: 34px;
    background-color: #f58220;
    position: absolute;
    bottom: 0;
    left: 21px;
    border-radius: 10px;
    border: none;
} */

.footer-left:after {
    content: "";
    height: 210px;
    width: 1px;
    background-color: #484545;
    position: absolute;
    top: 0;
    right: 15px;
}

.footer-middle:after {
    content: "";
    height: 210px;
    width: 1px;
    background-color: #484545;
    position: absolute;
    top: 0;
    right: 24px;
}

.footer-middle .footer-list li {
    margin-bottom: 5px;
}

.footer-middle .footer-list li a {
    color: #dcdcdc;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
}

.footer-middle .footer-list2 li a {
    color: #dcdcdc;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
}

.footer-middle .footer-list2 li a:hover {
    color: #fff;
    padding-left: 5px;
}

.footer-middle .footer-list li a:hover {
    color: #fff;
    padding-left: 5px;
}

.ipadnon {
    display: none;
}

.footer-left p {
    margin-bottom: 30px;
    padding-right: 30px;
    /*color: #444444;*/
    color: #dcdcdc;
    font-weight: 500;
}

.footer-right .input-group .form-control {
    height: 54px;
    border: 1px solid #e8e8e8;
    color: #000;
}

ul.footer-list {
    margin-top: 24px;
}

ul.footer-list2 {
    margin-top: 24px;
}

.footer-right p {
    margin-top: 32px;
    color: #dcdcdc;
    font-weight: 500;
}

.footer-right .input-group .input-group-append button {
    background-color: #0096ff;
    background-color: #0096ff;
    font-size: 16px;
    padding: 14px 20px 10px 25px;
    text-align: center;
    border: none;
    border-radius: 0 4px 4px 0;
    transition: all 0.3s ease-in-out;
    color: #fff;
}


.footer-bottom {
    padding: 75px 0 0 0;
}

.copyright-area p {
    font-size: 13px;
    color: #dcdcdc;
}


.copyright-area.copyright-area a {
    display: inline-block;
    font-size: 13px;
    color: #dcdcdc;
    padding: 0 5px;
    border-right: solid 1px #ccc;
}

.copyright-area.copyright-area a:last-child {
    border: none;
}

.copyright-area.copyright-area02 {
    text-align: right;
}

.input-group-append .fa {
    font-size: 24px;
}

.bootm-copy--rght {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.top--footr--form .enquery--form{
    justify-content: center;
}

.myText02.myText04 {
    width: 44%;
    margin-right: 11px;
}

.free--try--inner h2 {
    color: #fff;
    margin-bottom: 22px;
}

.free--try--inner P {
    color: #EEE;
    font-size: 16px;
}

.downarrow {
    text-align: center;
    margin: auto;
    position: absolute;
    left: 0;
    top: -50px;
    right: 0;
}

.free--try--inner {
    margin-top: 17px;
}


/********************end footer area css*************************/


/******************start minimal cart page css*********************/

nav.navbar.navbar-expand-lg.Publisher-menu.menu-logo.bgcol-change {
    background: #0e1124;
}

.top-banner.margt--40 {
    margin: 0px;
    background: transparent;
}

.breadcrumb_main {
    padding-bottom: 40px;
}

.breadcrumb_main li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 5px 0 0;
    font-size: 14px;
}

.breadcrumb_main li a, .breadcrumb_main li span {
    font-size: 15px;
    line-height: 22px;
    color: #6282bb;
}

.breadcrumb_main li::after {
    content: "›";
    margin-left: 10px;
    color: rgb(0, 0, 0);
    font-size: 20px;
}

.breadcrumb_main li:last-child:after{
    display: none;
}

.contct--info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.form-item{
    position: relative;
    margin-bottom: 15px
  }
  .form-item input{
    display: block;
    height: 46px;
    background: transparent;
    transition: all .3s ease;
    padding: 0 15px;
    font-size: 14px;
  }
  .form-item input:focus{
  }
  .form-item label{
    position: absolute;
    cursor: text;
    /*z-index: 2;*/
    top: 15px;
    left: 10px;
    font-size: 12px;
    background: #fff;
    padding: 0 10px;
    color: #999;
    transition: all .3s ease
  }
  .form-item input:focus + label,
  .form-item input:valid + label{
    font-size: 11px;
    top: -5px
  }
  .form-item input:focus + label{
    color: #999
  }
.cont--info {
    font-size: 18px;
    font-weight: 400;
}

.contct--info span {
    font-size: 14px;
}

.checkout-title h3 {
    font-size: 21px;
}

.form-group.chk--offer label {
    font-size: 14px;
    color: #666;
}

.checkout-title {
    margin-top: 35px;
    margin-bottom: 20px;
}

.checkout-details {
    position: relative;
   /* background-color: #f9f9f9;*/
    border: none;
    padding: 20px 14px;
    
}

.order-box{
    position: relative;
}

.title-box-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
}

.title-box-cont {
    margin-left: 85px;
}

.title-box-cont p {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin: 0px;
}

.rprod {
    font-size: 14px;
    font-weight: 500;
}

.mwishlist {
    font-size: 14px;
    font-weight: 500;
}

.qunt {
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 2px;
}

.modal-dialog.custome-widt {
    max-width: 220px;
}

.quntt--main {
    display: flex;
    flex-direction: inherit;
    justify-content: space-between;
    padding: 6px 10px;
}

.custome-widt .modal-dialog{
    overflow-y: initial !important
}
.custome-widt .modal-body{
    height: 270px;
    overflow-y: auto;
}

.custome-widt .modal-title {
    font-size: 14px;
}

.custome-widt .modal-header {
    padding: 12px;
}

.quntt--main .fa {
    color: #929191;
    font-size: 15px;
}

.p--price {
    font-size: 14px;
    font-weight: 600;
}

.p-quantity {
    position: absolute;
    top: -9px;
    width: 22px;
    height: 22px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 100%;
    right: -7px;
    background-color: rgba(114,114,114,0.9);
}

.col-md-3.cen {
    display: flex;
    justify-content: center;
    align-items: center;
}

.row.mag--bott05 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.apply--btn .btn.common {
    padding: 15px 15px;
}


.gift--cupon .form-item input {
    height: 48px;
}

.gift--cupon .row{
    margin-left: -4px;
    margin-right: -4px;
}

.gift--cupon .col-md-9, .gift--cupon .col-md-3{
padding-left: 4px;
padding-right: 4px;
}

.gift--cupon {
    border-top: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    padding: 25px 0px;
}

.gift--cupon .form-group{
    margin-bottom: 0px;
}

.prod-total-sec {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}

.prod--total {
    font-size: 14px;
    font-weight: 400;
}
.prod--totalv {
    font-size: 14px;
}

.bor--bottm {
    border-bottom: solid 1px #e6e6e6;
    padding: 0 0 25px;
}

.prod--totalv.pbld {
    font-size: 20px;
    font-weight: 600;
}

.continw--ship {
    text-align: center;
    margin-top: 40px;
}

.pay--ico {
    margin-top: 22px;
}

.breadcrumb-section.top-banner.margt--40{
    background-color: #f8f8f8;
    padding: 16px 0;
}

.breadcrumb-section .page-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumb-section .page-title h2 {
    font-size: 16px;
    margin-bottom: 0;
}

.breadcrumb-section .breadcrumb {
    background-color: transparent;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-transform: uppercase;
    font-size: 14px;
    color: #555555;
    font-weight: 600;
    margin: 0;
    padding-right: 0;
}

.breadcrumb-section .breadcrumb a {
    color: #555555;
    font-weight: 600;
}

.breadcrumb-item.active {
    color: #6c757d;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

 .checkout-details::after {
    content: "";
    background-color: #fafafa;
    position: absolute;
    width: 5px;
    height: 100%;
    display: block;
    box-shadow: 1px 0 0 #e1e1e1 inset;
    left: -12%;
    top: 0;
} 

.form-group.cuntr--main {
    position: relative;
}

.form-group.cuntr--main select {
    padding: 20px 5px 6px;
    height: inherit;
    font-size: 14px;
}

.form-group.cuntr--main label {
    position: absolute;
    font-size: 12px;
    left: 9px;
    top: 3px;
    color: #949393;
}

.intl-tel-input{
    display: block;
}

.continw--ship .btn.common {
    padding: 17px 20px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}


.enquery--form .md-input::-webkit-input-placeholder {
    color: rgb(221, 220, 220);
  }
  .enquery--form .md-input:-moz-placeholder {
    color: rgb(221, 220, 220);
  }
  .enquery--form .md-input::-moz-placeholder {
    color: rgb(221, 220, 220);
  }
  .enquery--form  .md-input::placeholder {
    color: rgb(221, 220, 220);
  }
  .enquery--form  .md-input:-ms-input-placeholder {
    color: rgb(221, 220, 220);
  }



/******************start Impulse cart page css*********************/

.contin-bbtn .btn.common {
    width: 100%;
    padding: 18px;
}

.step2{
    display: none;
}

#topform{
    display: none;
}

.step1 .checkout-title, .step2 .checkout-title{
    margin-top: 0px;
}

.btn-change {
    text-align: right;
}

.btn-change button {
    background-color: rgba(223,225,230,.56);
    color: #000;
    padding: 5px 7px;
    border-radius: 4px;
}

.step1 {
    padding-bottom: 40px;
}

.checkout-title.marg0{
    margin-top: 0px;
}

.default-checkout-btn:disabled {
    cursor: default;
}

.step2 {
    padding-bottom: 40px;
}

.step3{
    display: none;
}

.accordion .card-header button:after {
    font-family: 'FontAwesome';  
    content: "\f077";
    float: right; 
}
.accordion .card-header button.collapsed::after  {
    /* symbol for "collapsed" panels */
    content: "\f078"; 
}

.accordion.custm--slid .card-header {
    padding: 1px;
}

.accordion.custm--slid .btn-link{
    color: #0e1124;
}

.accordion.custm--slid .btn-link:hover{
   text-decoration: none;
}

.accordion.custm--slid .btn-link {
    color: #0e1124;
    font-size: 14px;
    font-weight: 500;
}

.step3 {
    padding-bottom: 40px;
}

/******************radio button start****************/

.custom01 input[type="radio"] {
	display: none;
}
.custom01 label {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.custom01 label::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -3px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 100%;
}
.custom01 input[type="radio"]:checked + label::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 3px;
	width: 8px;
	height: 8px;
	margin-top: 0px;
	background: #3498db;
	border-radius: 100%;
}

/*****************end radio button*****************/
.addres--main {
    position: relative;
}
.addredio {
    position: absolute;
    left: 0;
    top: 0;
}

.addres-contnt {
    margin-left: 40px;
}

.addres-contnt p {
    font-size: 14px;
}

.addres-contnt span {
    font-size: 14px;
}

.addres-contnt p {
    font-size: 14px;
    margin-bottom: 3px;
}

.addres-contnt .mobadd b {
    font-weight: 600;
    color: #232323;
}

.margtt10{
    margin-top: 10px;
}

.modal-dialog.add--addres{
    max-width: 600px;
}

.modal-footer.foot--btt button {
    padding: 15px;
}

#seconfform05{
    display: none;
}

.seconfform05 {
    padding-bottom: 40px;
}

.fourth{
    display: none;
}

#seconfform {
    margin-bottom: 50px;
}

.thirdfform {
    margin-bottom: 50px;
}

.steppay{
    display: none;
}

.form-group.contin-bbtn{
    position: static;
}



/***************************pay tab start css******************************/

.pay-tab .list-group-item{
    border: none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 22px 14px;
}

.pay-tab .list-group-item.active{
    background-color: #f3f1f1;
    border-color: #fff;
    border-left: solid 4px #f58220;
    border-radius: 0px;
}

.disbl {
    display: block;
}

.offr {
    color: #33a010;
}

.sxtra {
    display: block;
    color: #33a010;
}

.shipdelevry{
    display: none;
}

.shipdelevry{
    padding-bottom: 40px;
}


/*toggle right css*/
  
 .top--prod--disc .fa {
    transition: transform .2s;
  }
  
 .top--prod--disc .fa.active {
    transform: rotateZ(-180deg);
  }

  .koh-faq-question.top--prod--disc .koh-faq-question-span {
    font-size: 16px;
    font-weight: 600;
}

.koh-faq-question.top--prod--disc{
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.koh-faq-answer{
    display: none;
}

.intl-tel-input .country-list {
    width: 398px;
    overflow-x: hidden;
}



/*********************start price css**********************/

.bg-pricng {
    background: #ffefe4;
}

.price-main {
   
}

.price-main-inner {
    text-align: center;
}


/* TABLE STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.price-table {
    width: 100%;
    border-collapse: collapse;
    border: 0 none;
}
.price-table tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.price-table tr td {
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 24px 18px;
    font-size: 14px;
}

.price-table tr td:not(:first-child) {
    text-align: center;
}
.price-table tr:nth-child(even) {
    background-color: #FFFFFF;
}
/* .price-table tr:hover {
    background-color: #EEEEEE;
} */
.price-table .fa-check {
    color: #f58220;
}
.price-table .fa-times {
    color: #D8D6E3;
}

/* Highlighted column */
.price-table tr:nth-child(2n) td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.25);
}
.price-table tr td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.15);
}
.price-table tr td:nth-child(3) .fa-check,
.price-table tr:nth-child(2n) td:nth-child(3) .fa-check {
    /* color: #ffffff; */
}
/**/

.price-table tr.price-table-head td {
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat";
    text-transform: uppercase;
    width: 25%;
}
.price-table tr.price-table-head {
    color: #000;
}
.price-table td.price {
    color: #f43f54;
    padding: 16px 24px;
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat";
}
.price-table td.price a {
    background-color: #f58220;
    color: #FFFFFF;
    padding: 12px 32px;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat";
    text-transform: uppercase;
    display: inline-block;
    border-radius: 64px;
}
.price-table td.price-table-popular {
    font-family: "Montserrat";
    border-top: 3px solid #5336ca;
    color: #5336ca;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 48px;
    font-weight: 700;
}
.price-table .price-blank {
    background-color: #fafafa;
    border: 0 none;
}

.price-table svg {
    width: 90px;
    fill: #5336ca;
}

.borf--cnter {
    border: solid 1px #eee;
    width: 20px;
    margin: 15px auto;
}

.price--cnter span {
    font-size: 34px;
    font-weight: 700;
}

.price--cnter sup {
    top: -17px;
    font-size: 15px;
    font-family: sans-serif;
    font-weight: normal;
    color: #000000;
}

.price--cnter small {
    text-transform: capitalize;
    color: #000;
}

.price--cnter p {
    text-transform: capitalize;
    font-weight: normal;
    color: #6b6a6a;
    font-size: 12px;
}

.price-table-head.sticky{
    transition: width 2s;
}

.fixed {
    position: sticky;
    top: 70px;
    margin: auto;
    background: #fff;
    width: 100%;
    box-shadow: inset 0 -1px 0 0 #dfe5eb, 0 20px 15px -21px rgb(0 0 0 / 15%);
    height: 150px;
}

.price-main-inner h1 {
    font-weight: 600;
    font-size: 48px;
}

.price-main-inner .btn.common {
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 500;
    padding: 15px;
}

.fixed .borf--cnter{
    margin: 0px;
    border: none;
}

.nav.nav-tabs.pric--tabs {
    align-items: center;
    justify-content: center;
    border: none;
    text-align: center;
    margin-top: -85px;
    margin-bottom: 50px;
}

.sec_pddf {
    padding: 63px 0px 100px;
}

.nav-tabs.pric--tabs .nav-link {
    border: none;
    background-color: #ffcead;
    color: #000;
    padding: 12px 42px;
    font-weight: 500;
    margin-left: -11px;
    border-top-right-radius: 12px;
}

.nav-tabs.pric--tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ef7207;
    border: none;
    background-color: #fff;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    position: relative;
    box-shadow: 15px 0px 15px -15px rgb(0 0 0 / 12%);
}

.nav-tabs.pric--tabs .nav-link p{
    font-weight: normal;
}

.price-table-help {
    float: right;
    color: #ccc8c8;
}

.desktop--vew {
    display: block;
}

.mob--vew{
    display: none;
}

.mob--vew {
    padding: 10px;
}

.nav.nav-pills.mb-3.pric--tabs--mob {
    border-bottom: solid 1px #ccc;
}

.nav-pills.pric--tabs--mob .nav-link.active, .nav-pills .show>.nav-link {
    background-color: transparent;
    border-bottom: solid 1px #f58220;
    border-radius: 0px;
    color: #f58220;
}

.nav-pills.pric--tabs--mob .nav-link {
    font-weight: 600;
    color: #000;
    font-size: 15px;
}

.nav-pills.pric--tabs--mob .nav-item {
    width: 50%;
    white-space: nowrap;
}

.price--mob {
    text-align: left;
    background: #fff;
    padding: 14px;
    border-radius: 5px;
    margin-bottom: 16px;
}

.price--mob h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.price--mob p {
    font-size: 13px;
    color: #4e4e4e;
    font-weight: 500;
    margin-bottom: 6px;
}

.prs--mob {
    font-weight: 700;
    font-size: 22px;
    color: #333;
}

.prs--mob span{
    font-size: 14px;
    font-weight: 500;
}

.pricmon--inner {
    margin: 11px 0px 7px;
    border-top: solid 1px #eee;
    padding: 17px 0px 3px;
}

.pricmon--inner .koh-faq-question-span {
    font-weight: 600;
    color: #565555;
    font-size: 14px;
}

.mobpric--featur li {
    font-size: 14px;
    font-weight: 500;
    padding: 4px 0px;
    color: #656464;
}

.mobpric--featur li span {
    display: block;
    color: #b3b3b3;
    font-size: 13px;
}
.bootm--pric{
    margin-top: 15px;
}
.bootm--pric h3 {
    font-size: 16px;
    font-weight: 600;
}

.top--prod--disc.pricmon--inner .fa {
    font-size: 20px;
    vertical-align: middle;
    margin: 0 6px;
}

#continbtt{
    display: none;
}

.askq--sec .accordion {
    margin-top: 40px;
}
.askq--sec .accordion .card {
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 20px;
    padding: 0 14px;
}
.askq--sec .accordion .card h2 {
    background: url(../img/arrow56-512.png) no-repeat calc(100% - 1px) center;
    background-size: 20px;
    cursor: pointer;
    font-size: 18px;
    padding: 18px 0px;
    color: #f58220;
    font-weight: 600;
}
.askq--sec .accordion .card h2.collapsed {
    background-image: url(../img/expand2-256.png);
}
.askq--sec .accordion .card-body {
    padding-left: 0;
    padding-right: 0;
}

.chkout--mobile{
    display: none;
}

#firststepp044 {
    display: none;
}

.checkout-page-mob{
    display: none;
}

/******************start photography page css**************************/

.banner_sec {
    min-height: 650px;
    padding: 110px 0 50px;
    position: relative;
    background: #0e1124;
}

.banner_sec.banner_phography {
    background-size: cover;
    padding: 82px 0 50px;
    min-height: 800px;
}

.banner_sec figure {
    max-width: 48%;
    margin-left: auto;
}
.banner_sec figure {
    margin-bottom: 0px;
}

.banner_cap {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translate(0, -50%);
    color: #fff;
}

.banner_cap h2 {
    font-size: 54px;
    margin: 25px 0 30px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}

.btn_common {
    background: #70c059;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    padding: 15px 20px;
    color: #fff;
    font-weight: 700;
}

.btn_common.rdemo {
    padding: 20px;
}


figure.bnr_right_img.text-right img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.banner_cap h2 span {
    display: block;
    font-weight: 800;
    color: #0794f7;
}


section.sec_pdd01.secpadd-phot {
    padding: 45px 0 80px;
    position: relative;
}

.sec-title.abt-titl h2 {
    font-weight: 600;
    font-size: 32px;
    color: #0e1124;
}
.sec-title.abt-titl p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    color: #545454;
}

a.btn.common.arrow.lauch--btn {
    background: transparent;
}

.col-lg-6.col-md-6.pl-50.lg-pl-35.md-pl-15.cntrabt {
    justify-content: center;
    align-items: center;
    display: flex;
}

.bg9 {
    background-image: url(../img/bg9.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.sunc-shopv li {
    display: block;
    padding: 4px 20px;
    font-weight: 500;
    position: relative;
    line-height: 30px;
}
.sunc-shopv li::before {
    font-family: FontAwesome;
    content: "\f101";
    color: #0794f7;
    font-size: 20px;
    position: absolute;
    left: 2px;
    top: 3px;
}

.service-wrap {
    text-align: left;
    border-radius: 0;
    padding: 13px 40px 10px;
}

.service-wrap .title {
    font-weight: 400;
    margin-bottom: 12px;
    color: #fff;
    line-height: 25px;
    text-transform: uppercase;
}
.service-wrap .title span {
    display: block;
    font-weight: 700;
    font-size: 14px;
}
.desc {
    color: #f9f9f9;
    font-size: 1rem;
}
.desc p{
    font-size: 1rem;
}

.btn_rmorr {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    padding: 6px 0px;
}

.mb-30 {
    margin-bottom: 10px;
}

.bg-gray007{
    background: #0794f7;
}

section.protect--bann.bg-gray007 .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.cntrdiv05{
    display: flex;
    justify-content: center;
    align-items: center;
}

.photo-cap h2 {
    font-size: 40px;
    color: #0e1124;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 82px;
}

.photo-cap h2 span{
    color: #0e1124;
    font-family: 'Unna', serif;
    font-size: 7rem;
}

.photo-cap a.btn.common.arrow.lauch--btn {
    color: #0e1124;
    border-color: #0e1124;
}

.phot--disc p {
    font-size: 40px;
    color: #0e1124;
    font-weight: 600;
}

.phot--disc span {
    font-size: 60px;
    color: #93593b;
    font-family: 'otamendiregular';
}

.sec_pdd.sec_pdd_photgr {
    padding: 68px 0 0px;
}

.image-part.pgrahy--part {
    position: relative;
    left: 11%;
    top: -10px;
}

section.secpadd-phot {
    padding: 0 0 60px;
}

.bg99{
    background-image: url(../img/photo-lft02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 100px 0px;
}

.sec-title.abt-titl.photog-titl h2 {
    color: #fff;
    font-size: 49px;
    font-weight: 800;
}

.sec-title.abt-titl.photog-titl p {
    color: #fff;
    font-size: 26px;
    line-height: 40px;
}

.sunc-shopv.phogr-bullets li {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 42px;
    padding: 4px 135px 4px 27px;
}

.sunc-shopv.phogr-bullets li::before{
    content: "\f058";
    color: #fff;
    left: 0;
}

.pshoot-bann {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0px;
    background-attachment: fixed;
    
}

.pshoot-bann:before {
    content: "";
    background: #d3d486e3;
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.pshoot--inner h3 {
    color: #0d1228;
    font-size: 20px;
    font-weight: 700;
    min-height: 50px;
}

.pshoot--inner .desc, .pshoot--inner .desc p{
    color: #0d1228;
    font-size: 18px;
}

.pshoot--inner .btn_rmorr{
    color: #0d1228;
    font-style: italic;
    text-decoration: underline;
}

.pshoot--inner {
    margin-bottom: 40px;
}

.gall-photo h2 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #1f243a;
}

.gall-photo p {
    font-size: 24px;
    color: #1f243a;
    line-height: 43px;
    font-weight: 500;
}

.gall-photo .btn.common {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 18px;
    background: #0985dd !important;
    font-weight: 500;
    padding: 15px 20px;
}

/*************************start fashion css*******************/

.bg-fashion {
    background: #e4216b;
}
.detail-circl{
    position: absolute;
    width: 180px;
    height: 180px;
    top: -28px;
    background-color: rgb(243 116 164 / 41%);
    border-radius: 50%;
    left: 0%;
    padding: 10px;
    z-index: -1;

}

.banner_cap.fashion-cap h2{
    font-size: 53px;
}

.banner_cap.fashion-cap h2 span{
    color: #f7dce6;
}

.banner_cap.fashion-cap a.btn.common.arrow.lauch--btn {
    background: transparent;
    border-color: #f5bbd0;
}
.bg11{
    background: #eae1dc;
}

.sunc-shopv.faish--info li:before {
    color: #f71441;
}

.bg12{
    position: relative;
}
.bg12::before{
    content: '';
    width: 71.37%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #eaf0ff;
    right: auto;
    left: 0;
    z-index: -1;
}

.sec-title.abt-titl.fashn--titl h2 {
    font-size: 22px;
}

.bg12.bg14:before {
    background: #fff3f7;
}

.sec-title.abt-titl.fashn--titl.fashn--titl05 h2 span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #0e1124;
}

.sec-title.abt-titl.fashn--titl.fashn--titl05 h2 {
    font-weight: 500;
    line-height: 25px;
    color: #e4216b;
    text-transform: uppercase;
}

.bg17{
    background: #f9f9f9;
}

.circle-shap {
    position: absolute;
    right: 0;
    width: 130px;
    opacity: 0.7;
    top: 0;
}

.sec-title.abt-titl {
    position: relative;
    z-index: 1;
}

.circle--02 {
    background: #fd3f6b38;
    width: 50px;
    height: 50px;
    position: absolute;
    left: -15px;
    z-index: -1;
    border-radius: 100%;
    top: -7px;
}

/*start furniture css*/

.bg-furniture{
    background: url(../img/furnit-bann.jpg);
    background-size: cover;
    min-height: 900px;
}

.banner_cap.fashion-cap.furnitur-cap h2{
    font-size: 18px;
}

.banner_cap.fashion-cap.furnitur-cap h2 span {
    font-size: 39px;
    color: #e8e4e4;
    position: relative;
    margin-bottom: 26px;
}

.banner_cap.fashion-cap.furnitur-cap h2 span:after {
    content: "";
    background-color: #e8e4e4;
    position: absolute;
    min-height: 3px;
    min-width: 70px;
    max-height: 4px;
    max-width: 70px;
    left: 0;
    bottom: -2px;
}

.bg-furniture:before {
    background: rgb(0 0 0 / 56%);
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
}

.photo-cap.furnitur-cap h2{
    color: #b0c2d7;
    font-size: 100px;
    font-family: 'FormulaCondensedBold';
    line-height: 110px;
    letter-spacing: 2.5px;
    margin: 0px;
}

.photo-cap.furnitur-cap h2 span {
    font-size: 96px;
    color: #b0c2d7;
    margin: 0px;
    font-family: 'FormulaCondensedBold';
}


.photo-cap.furnitur-cap p {
    font-size: 35px;
}

.furni-bann-bottm {
    position: absolute;
    top: 70%;
    z-index: -1;
}



.photo-cap.furnitur-cap a.btn.common.arrow.lauch--btn{
    background: #fff;
    color: #586c83;
    border-color: #fff;
    font-size: 16px;
}

.sec_pdd.furni-padd {
    padding: 270px 0px 50px;
}

.sec-title.abt-titl.furnit--abt h2{
    font-size: 63px;
    text-transform: uppercase;
    font-family: 'FormulaCondensedLight';
    color: #242526;
    font-weight: normal;
}

.sec-title.abt-titl.furnit--abt h2 span{
    font-family: 'FormulaCondensedBold';
    color: #e79c13;
}

.sec-title.abt-titl.furnit--abt p {
    font-size: 18px;
    font-weight: 400;
    color: #242526;
    line-height: 32px;
}

p.bannbotm-contnt {
    font-size: 18px;
}

.fashion-cap .detail-circl {
    top: -26px;
    left: -3%;
}



.banner-area .banner-box {
    position: relative;
}

.banner-box .banner-content {
    color: #363636;
    margin: 30px 0;
    text-align: left;
}

.banner-picture {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.banner-content h2 {
    border-bottom: 2px solid #363636;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 10px;
    max-width: 80px;
}

.banner-content h3 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.banner-content p {
    font-size: 15px;
    line-height: 25px;
   
}

.furnitr-specif{
    background: url(../img/furnitr-bg.jpg);
    background-size: cover;
}
.specif01 {
    position: relative;
}

.specif-lft {
    width: 100px;
    position: relative;
}

.specif-rght {
    margin: 25px 0px 46px;
}

.specif-rght h2 {
    font-size: 18px;
    font-weight: 700;
}

.specif-rght h2 {
    font-size: 20px;
    font-weight: 500;
}
.nmbr-block {
    color: #00000008;
    font-size: 47px;
    font-weight: 600;
    position: absolute;
    right: -66%;
    top: -32px;
}

.elctrlst--bg{
    background: #f5fbff;
}

.serivce-item {
    position: relative;
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    min-height: 390px;
}

.serivce-item .si-top {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 33px;
}

.serivce-item .si-top img {
    height: 70px;
}

.serivce-item .si-top h3 {
    font-size: 22px;
    line-height: 34px;
    padding-left: 21px;
    margin-bottom: 0;
}

.serivce-item .si-top img {
    height: 40px;
}

.serivce-item p {
    line-height: 27px;
}

.serivce-item:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 14px;
    border-color: transparent transparent #ff4a17 transparent;
    position: absolute;
    right: 30px;
    bottom: 30px;
    content: '';
}

/*health and beauty css*/

.bg-helth{
    background: url(../img/healthbeauty02.jpg);
    background-size: cover;
    min-height: 900px;
}

.bg-food{
    background: url(../img/food-bann.jpg);
    background-size: cover;
    min-height: 900px;
}

.bg-food:before {
    background: rgb(0 0 0 / 56%);
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
}

.banner_sec.banner_phography.bannerfoodsec {
    min-height: 663px;
}

.bannerfoodsec .photo-cap h2 {
    font-family: 'CarenaRegular';
    font-size: 80px;
    text-transform: capitalize;
    line-height: 100px;
    color: #54810c;
    margin: 25px 0 0px;
}

.bannerfoodsec .photo-cap p {
    color: #2d2d2d;
    font-size: 21px;
}

.food-bevrg {
    font-size: 41px;
    font-family: 'CarenaRegular';
    color: #c22758;
}

.food--bev--top .sec-title.abt-titl h2{
    font-size: 37px;
}

.food-top-bg{
    background: #4a1f26;
    position: relative;
    padding: 68px 0px 283px;
}

.foodsec--hed h2 {
    color: #fff;
    font-size: 2em;
}

.foodsec--hed p {
    color: #fff;
    font-size: 16px;
}

.sunc-shopv.phogr-bullets.ffod-point li {
    padding: 2px 24px 25px;
    font-size: 15px;
    line-height: 27px;
}

.marg50 {
    margin-top: 50px;
}

.food-top-bg::before {
    content: "";
    background: url(../img/satisfy-bottm-bann.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    min-height: 304px;
    position: absolute;
    bottom: 0;
    background-size: cover;
    left: 0;
}



.sec-title.abt-titl.fashn--titl.hedng--food h2 {
    font-size: 38px;
    font-weight: 400;
}

.foodbottm--bann{
    background: url(../img/food-bottm--bann.jpg) no-repeat;
    background-size: cover;
    position: relative;
    padding: 0px;
}

.foodbottm--bann::before {
    content: "";
    background: rgb(13 18 40 / 90%);
    width: 51%;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
}

.foodbottm--bann .sec-title.abt-titl.fashn--titl h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
}

.foodbottm--bann .sec-title.abt-titl.fashn--titl p {
    color: #fff;
   
}

.sec-title.abt-titl.fashn--titl.foodbotm-title {
    padding: 50px 0px;
}

.foodfix--bann{
    position: relative;
    margin-bottom: 110px;
}

.foodfix--bann::before {
    content: "";
    background: url(../img/foodfix-lft.jpg) no-repeat;
    padding: 4rem 0;
    background-position: center left;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

/************************form step css start***********************/

  .form-wizard {
    position: relative;
  /*  display: table;
    margin: 0 auto;
    max-width: 540px;*/
  }
  
  .steps {
    margin: 40px 0;
    overflow: hidden;
  }
  .steps ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .steps ul li {
    float: left;
    color: #fff;
    padding: 0 48px 0 9px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    -otransition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
  }
  .steps ul li:hover, .steps ul li.active {
    color: #fb8200;
  }

  .steps ul li:hover span, .steps ul li.active span {
    background: #4e4e91;
    color: #fff;
  }
  .steps ul li.active.success {
    color: #4caf50;
  }
  .steps ul li.active.success span {
      background: #4caf50;
  }
  .steps ul li:hover::after, .steps ul li.active::after {
    background: #4e4e91;
    width: 100%;
  }

  .steps ul li.active::after{
    background: #4caf50;
  }
  .steps ul li::before, .steps ul li::after {
    content: "";
    position: absolute;
    left: -50%;
    top: 25px;
    width: 100%;
    height: 4px;
    background: #fff;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    -otransition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -otransform: translateY(-50%);
    transform: translateY(-50%);
  }
  .steps ul li::after {
    width: 0;
  }
  .steps ul li span {
    display: block;
    margin: 0 auto 15px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #fff;
    font-size: 20px;
    line-height: 50px;
    font-weight: 500;
    color: #000;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    -otransition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -oborder-radius: 100%;
    border-radius: 100%;
  }
  .steps ul li:first-child::before, .steps ul li:first-child::after {
    display: none;
  }
  
  .form-container {
    clear: both;
    display: none;
    left: 100%;
    background: #e2dde3;
    padding: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -oborder-radius: 4px;
    border-radius: 4px;
    /* -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
    -ms-box-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
    -obox-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.9); */
    
  }
  
  .form-container.active {
    display: block;
   
  }
  
  .form-title {
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
  }

  .photo-cap .form-wizard h2 {
    margin: 15px 0px;
    font-size: 26px;
    color: #3b3b3b;
    font-weight: 700;
    line-height: 100%;
}

.topsub-form .form-control {
    height: 48px;
    border: none;
}

.topsub-form .firststep-btn {
    background: #4e4e91;
    display: block;
    width: 100%;
    padding: 14px 0px;
    border: none;
    font-weight: 600;
    font-size: 18px;
}

.topsub-form .termandcondi{
    color: #3b3b3b;
}

.topsub-form .termandcondi a{
    color: #4e4e91;
}

label.yurmob {
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 500;
}
.code_group {
    display: flex;
    justify-content: center;
}
.code_group .form-control {
    border: 1px solid #a1a7ac;
    border-radius: 3px;
    display: inline-block;
    width: 48px;
    font-size: 25px;
    color: #5f6771;
    padding: 0;
    margin-right: 13px;
    text-align: center;
    line-height: 1;
    background: transparent;
    height: 48px;
    box-shadow: 0 0 5px #ccc inset;
}
.otp--info {
    text-align: center;
}
.otp--info p {
    font-size: 22px;
}

.verfy--otp {
    text-align: center;
    margin-top: 22px;
}

.verfy--otp p {
    font-size: 15px;
}

.verfy--otp a {
    color: #3b3b3b;
    font-weight: 600;
}

.orr {
    text-align: center;
    position: relative;
    margin-top: 30px;
    margin-bottom: 8px;
}

.orr:before {
    content: "";
    position: absolute;
    height: 2px;
    background: #beb8bf;
    left: 0;
    top: 0;
    width: 100%;
}

.orr span {
    background: #e2dde3;
    width: 37px;
    height: 20px;
    position: relative;
    top: -10px;
    border-radius: 100%;
    color: #3b3b3b;
    font-weight: 500;
    display: inline-block;
}

.topsub-form .firststep-btn.laststep-btn {
    background: transparent;
    border: solid 1px #4e4e91;
    color: #4e4e91;
    font-weight: 400;
}

.topsub-form .firststep-btn.laststep-btn:hover{
    background: #4e4e91;
    color: #fff;
}

.naccs .menu div a{
    font-weight: inherit;
    text-transform: inherit;
    padding: inherit;
    color: inherit;
    text-align: inherit;
}

/* furniture page css*/
.sec-title.abt-titl.photog-titl06 h2{
    font-family: 'FormulaCondensedLight';
    font-size: 58px;
    color: #fff;
    text-transform: uppercase;
}

.sec-title.abt-titl.photog-titl06 h2 span{
    font-family: 'FormulaCondensedBold';
}

.sec-title.abt-titl.photog-titl06 p{
    color: #fff;
    font-size: 20px;
    line-height: 33px;
    font-weight: 700;
}

.photog-titl06 .sunc-shopv.phogr-bullets li{
    font-size: 16px;
    font-weight: 600;
}

.furnitbann-new{
    background-image: url(../img/furnit-bann09.jpg);
}

.chair-bann{
    background-image: url(../img/chair-bann.jpg);
    background-repeat: no-repeat;
}

.gall-photo.webs-shopvi h2 {
    font-size: 60px;
    color: #443b40;
    padding: 37px 0px 310px;
    font-weight: 500;
    text-transform: uppercase;
}

.gall-photo.webs-shopvi h2 span{
    color: #ec1e49;
}

/*01 sep coutry dd css*/
#userFormHome .md-input {
    margin-left: 4px;
}
#userFormHome .phone-input-container {
    padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	    border-top-color: rgb(206, 212, 218);
	    border-right-color: rgb(206, 212, 218);
	    border-bottom-color: rgb(206, 212, 218);
	    border-left-color: rgb(206, 212, 218);
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background-color: #1f243a;
    color: #d8d8d8;
    border-color: #303756;
    height: 46px;
}
#userFormHome .md-input::-webkit-input-placeholder{color: #6c757d;}
#userFormHome .md-input:-moz-placeholder{color:#6c757d;}
#userFormHome .md-input:-moz-placeholder{color:#6c757d;}
#userFormHome .md-input:-ms-input-placeholder{ color:#6c757d;}
#userFormHome .md-input::placeholder {color: #6c757d;}
#userFormHome #input_9{
    padding-left: 10px;
}

.app_main #userForm .md-input {
    margin: 0;
}
.app_main #userForm .phone-input-container, #userFormHome .phone-input-container {
    padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	    border-top-color: rgb(206, 212, 218);
	    border-right-color: rgb(206, 212, 218);
	    border-bottom-color: rgb(206, 212, 218);
	    border-left-color: rgb(206, 212, 218);
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background-color: #1f243a;
    color: #d8d8d8;
    border-color: #303756;
    height: 46px;
}

#partner_mobile #userFormHome .phone-input-container {
    background-color: #FFF;
}
#partner_mobile  #userFormHome .md-input{
    color: #495057;
}
.app_main #userForm .md-input::-webkit-input-placeholder{color: #6c757d;}
.app_main  #userForm .md-input:-moz-placeholder{color:#6c757d;}
.app_main  #userForm .md-input:-moz-placeholder{color:#6c757d;}
.app_main  #userForm .md-input:-ms-input-placeholder{ color:#6c757d;}
.app_main  #userForm .md-input::placeholder {color: #6c757d;}
.app_main  #userForm .md-input{
    padding-left: 10px;
}
.myText .form-group {
    position: relative;
}
.home-input-error {
    position: absolute;
    bottom: -26px;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

.app_main #userForm .md-input, #userFormHome .md-input{
    border: none;
    color: #fff;
}

  #input_4.md-input{
    color: #fff;
    border: none;
      
}

.recent-otp-msg span {
    color: #7c8ee0;
    font-size: 14px;
}

.myText04{
    position: relative;
}
.form-group.form55.otp-verify-btn {
    position: absolute;
    right: -148px;
    top: 0;
}
.phone-input-code.md-active{
    z-index: 1111;
}
.dropdown-toggle::after {
    transform: none;
}
.slick-dots li button:before{
    content: "•";
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    content: '\f107';
    font-family: FontAwesome;
    right: 10px;
    top: 6px;
    pointer-events: none;
    font-weight: 600;
    border: none;
    padding: 0;
    vertical-align: inherit;
}

.error-cls {
    font-size: 13px;
}

.signup--fom .form-item select {
    border: none;
    border-bottom: solid 1px #ced4da;
    border-radius: 0px;
    padding: 0 8px;
}
#userFormPopup .phone-input-container .md-select-value {
    height: 41px;
}
@media only screen and (max-width: 575px) {
    .form-group.form55.otp-verify-btn{
        width: 100%;
        position: inherit;
    }
    .home-input-error{
        position: inherit;
        padding: 2px;
        top: 0;
        margin-top: auto;
    }
    .eddit-form{
        margin: 12px 2px;;
    }
}

@media only screen and (max-width: 810px) {
    ul.footer-list2{
        margin-top: 0px;;
    }
}

#toast-container{position:fixed;z-index:99999999999 !important;}
.toast { opacity: 1 !important; }

.top-banner-content{z-index: 2;}

.top-banner-content p {
    margin-bottom: 0;
}


.sidebar-blog h4 {
    font-size: 20px;

}
.top-banner-content {
    z-index: 2;
    margin-top: 50px;
}
/** blog page  start**/
.blog-banner-title {
    background: url('../img/banner-bg.jpg');
    padding: 0;
    height: 280px;
    align-items: center;
    display: flex;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.blog-banner-title h3 {
    color: #fff;
    font-size: 45px;
    font-weight: 900;
    z-index: 99;
    position: relative;
}
.blog-background-overlay {
    background: #090a0c;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 1;
}
.app_main.single-blog-page {
    background: #fff;
}
/** blog page end**/

/* pricing page*/



.bg-pricng {
    background: #ffefe4;
}

.price-main {
   
}

.price-main-inner {
    text-align: center;
}


/* TABLE STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.price-table {
    width: 100%;
    border-collapse: collapse;
    border: 0 none;
}
.price-table tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.price-table tr td {
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 24px 18px;
    font-size: 14px;
}

.price-table tr td:not(:first-child) {
    text-align: center;
}
.price-table tr:nth-child(even) {
    background-color: #FFFFFF;
}
/* .price-table tr:hover {
    background-color: #EEEEEE;
} */
.price-table .fa-check {
    color: #f58220;
}
.price-table .fa-times {
    color: #D8D6E3;
}

/* Highlighted column */
.price-table tr:nth-child(2n) td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.25);
}
.price-table tr td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.15);
}
.price-table tr td:nth-child(3) .fa-check,
.price-table tr:nth-child(2n) td:nth-child(3) .fa-check {
    /* color: #ffffff; */
}
/**/

.price-table tr.price-table-head td {
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat";
    text-transform: uppercase;
    width: 25%;
}
.price-table tr.price-table-head {
    color: #000;
}
.price-table td.price {
    color: #f43f54;
    padding: 16px 24px;
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat";
}
.price-table td.price a {
    background-color: #f58220;
    color: #FFFFFF;
    padding: 12px 32px;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat";
    text-transform: uppercase;
    display: inline-block;
    border-radius: 64px;
}

.get-started-btn,
.get-started-btn:hover,
.get-started-btn:active,
.get-started-btn:visited,
.get-started-btn:focus {
    background-color: #f58220 !important;
    border-color: #f58220 !important;
}

.price-table td.price-table-popular {
    font-family: "Montserrat";
    border-top: 3px solid #5336ca;
    color: #5336ca;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 48px;
    font-weight: 700;
}
.price-table .price-blank {
    background-color: #fafafa;
    border: 0 none;
}

.price-table svg {
    width: 90px;
    fill: #5336ca;
}

.borf--cnter {
    border: solid 1px #eee;
    width: 20px;
    margin: 15px auto;
}

.price--cnter span {
    font-size: 34px;
    font-weight: 700;
}

.price--cnter sup {
    top: -17px;
    font-size: 15px;
    font-family: sans-serif;
    font-weight: normal;
    color: #000000;
}

.price--cnter small {
    text-transform: capitalize;
    color: #000;
}

.price--cnter p {
    text-transform: capitalize;
    font-weight: normal;
    color: #6b6a6a;
    font-size: 12px;
}

.price-table-head.sticky{
    transition: width 2s;
}

.fixed {
    position: sticky;
    top: 70px;
    margin: auto;
    background: #fff;
    width: 100%;
    box-shadow: inset 0 -1px 0 0 #dfe5eb, 0 20px 15px -21px rgb(0 0 0 / 15%);
    height: 150px;
}

.price-main-inner h1 {
    font-weight: 600;
    font-size: 48px;
}

.price-main-inner .btn.common {
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 500;
    padding: 15px;
}

.fixed .borf--cnter{
    margin: 0px;
    border: none;
}

.nav.nav-tabs.pric--tabs {
    align-items: center;
    justify-content: center;
    border: none;
    text-align: center;
    margin-top: -85px;
    margin-bottom: 50px;
}

.sec_pddf {
    padding: 63px 0px 63px;
}

.nav-tabs.pric--tabs .nav-link {
    border: none;
    background-color: #ffcead;
    color: #000;
    padding: 12px 42px;
    font-weight: 500;
    margin-left: -11px;
    border-top-right-radius: 12px;
}

.nav-tabs.pric--tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ef7207;
    border: none;
    background-color: #fff;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    position: relative;
    box-shadow: 15px 0px 15px -15px rgb(0 0 0 / 12%);
}

.nav-tabs.pric--tabs .nav-link p{
    font-weight: normal;
}

.price-table-help {
    float: right;
    color: #ccc8c8;
}

.desktop--vew {
    display: block;
}

.mob--vew{
    display: none;
}

.mob--vew {
    padding: 10px;
}

.nav.nav-pills.mb-3.pric--tabs--mob {
    border-bottom: solid 1px #ccc;
}

.nav-pills.pric--tabs--mob .nav-link.active, .nav-pills .show>.nav-link {
    background-color: transparent;
    border-bottom: solid 1px #f58220;
    border-radius: 0px;
    color: #f58220;
}

.nav-pills.pric--tabs--mob .nav-link {
    font-weight: 600;
    color: #000;
    font-size: 15px;
}

.nav-pills.pric--tabs--mob .nav-item {
    width: 50%;
    white-space: nowrap;
}

.price--mob {
    text-align: left;
    background: #fff;
    padding: 14px;
    border-radius: 5px;
    margin-bottom: 16px;
}

.price--mob h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.price--mob p {
    font-size: 13px;
    color: #4e4e4e;
    font-weight: 500;
    margin-bottom: 6px;
}

.prs--mob {
    font-weight: 700;
    font-size: 22px;
    color: #333;
}

.prs--mob span{
    font-size: 14px;
    font-weight: 500;
}

.pricmon--inner {
    margin: 11px 0px 7px;
    border-top: solid 1px #eee;
    padding: 17px 0px 3px;
}

.pricmon--inner .koh-faq-question-span {
    font-weight: 600;
    color: #565555;
    font-size: 14px;
}

.mobpric--featur li {
    font-size: 14px;
    font-weight: 500;
    padding: 4px 0px;
    color: #656464;
}

.mobpric--featur li span {
    display: block;
    color: #b3b3b3;
    font-size: 13px;
}
.bootm--pric{
    margin-top: 15px;
}
.bootm--pric h3 {
    font-size: 16px;
    font-weight: 600;
}

.top--prod--disc.pricmon--inner .fa {
    font-size: 20px;
    vertical-align: middle;
    margin: 0 6px;
}

#continbtt{
    display: none;
}
.askq--sec .accordion {
    margin-top: 40px;
}
.askq--sec .accordion .card {
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 20px;
    padding: 0 14px;
}
.askq--sec .accordion .card h2 {
    background: url(../img/arrow56-512.png) no-repeat calc(100% - 1px) center;
    background-size: 20px;
    cursor: pointer;
    font-size: 18px;
    padding: 18px 0px;
    color: #f58220;
    font-weight: 600;
}
.askq--sec .accordion .card h2.collapsed {
    background-image: url(../img/expand2-256.png);
}
.askq--sec .accordion .card-body {
    padding-left: 0;
    padding-right: 0;
}

.lgn--butt {
    display: flex;
    align-items: center;
  }
.signup_popup_close {
    display: block;
    /*margin-top: -30px;*/
    right: 39px;
    position: absolute;
}
a#lognss {
    margin-right: 20px;
}
@media only screen and (max-width: 767px) {
    .signup_popup_close {
        display: block;
        /*margin-top: -35px;*/
        right: 20px;
        position: absolute;
    }
    a#lognss {
        margin-right: 30px;
    }
}
.form-item input.ng-invalid-email + label {
    top: -5px;
}

/* process css*/
.process-container-new {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.process-header-section {
    margin-top: 20px;
}
.main-menu-nav li:hover .dropdown-menu {
    display: block;
}
.process-container-new > div {
    width: 100%;
}
.process-header-section h2 {
    font-size: 24px;
    letter-spacing: normal;
    font-weight: 700;
    color: #0e1124;
}
.process-header-section img {
    max-width: 28px;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}
.process-container-new .image-section img {
    max-width: 200px;
}
.process-container-new .bottom-section p {
    margin: 0;
    font-size: 14px;
    color: #0e1124;
    font-weight: 500;
}
.onboarding-container .navbar-header {
    width: 100%;
}
.onboarding-container .navbar-brand {
    text-align: center;
    margin: auto;
}
.onboarding-container .menu-logo .navbar-brand img {
    width: 95px;
    padding: 7px 0;
}
.onboarding-container .footer-sec{
    border-top: none;
}
.onboarding-container .footer-sec .container .text-center{
    font-size: 14px;
}
html.onboarding, body.onboarding{
    background: #FFF;    
}
.mobv-hide{display: none;}
.mobv-show{display: block;}
body.fade-in {
    opacity: 1;
    transition: none;
}
.app_main.modal-open.fade-in {
    opacity: 0;
}
/*end css*/


@media only screen and (max-width:767px) {
    .signup_popup_close {
    display:block;
    /*margin-top:-35px;*/
    right:20px;
    position:absolute
    }
    a#lognss {
    margin-right:30px
    }

    .footer-block .footer-title::before {
        display: none;
    }

    .footer_toggle {
        display: none;
    }
    
    .footer-block .footer-title {
        padding: 0;
        margin: 0;
        cursor: pointer;

    }
    .footer-block .footer_toggle {
        padding-left: 5px;
    }

    .footer-block .footer-title::after {
        content: "+";
        position: absolute;
        right: 15px;
        top: 0;
        text-align: center;
        line-height: 22px;
        font-size: 18px;
        width: 22px;
        background: #0886de;
        border-radius: 20px;
        cursor: pointer;
    }
    .footer-block .footer-title.minus::after {
        content: "-";
    }

    .footer-right.footer-content {
        margin-top: 0;
    }
    .footer-content {
        border-bottom: 1px solid rgba(255,255,255,0.2);
        padding: 15px 0;
    }

    .footer-left p {
        margin-bottom: 0;
    }

    .footer-bottom .copyright-area p {
        margin-top: 5px;
    }

    .copyright-area.copyright-area02.flex-item, .copyright-area.flex-item {
        text-align: center;
    }
    .footer-bottom .copyright-area p {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .header_sec .nav-item.free-demo {
        /*margin-left: 15px;*/
    }
    .top--loginbt {
        padding: 14px 30px;
    }


    /*for 991px*/

    .Publisher-menu .nav-item.free-demo a {
        color: #fff;
        background: #0886de;
    }
}

@media screen and (max-width: 991px)
{
    .Publisher-menu .nav-item.free-demo a {
        background: #0886de;
        margin-left: 15px;
        color: #fff;
    }

    .b-boxes01 {
        height: 90%;
    }

    .hs_message.hs-message {
        margin-bottom: 0;
    }

    .hbspt-form .form-columns-2 .input {
        margin-bottom: 5px;
    }

}

@media screen and (max-width: 767px)
{

    #pills-tab {
        text-align: center;
        display: block;
    }

    .nav-pills.pric--tabs--mob .nav-item {
        display: inline-block;
    }

    .hs_message.hs-message, .hbspt-form .form-columns-2 .input {
        margin-bottom: 10px;
    }

    section.contact-main-sec .contact-div h3 {
        margin-top: 15px;
    }

}

@media screen and (max-width: 420px)
{
    .top-banner-content p {
        margin-bottom: 0;
        font-size: 14px;
    }
    .blog-banner-title h3 {
        font-size: 30px;
    }
    .feature_block .head_weight {
        font-size: 25px;
    }
}
.hbspt-form .hs_message.hs-message {
    margin: 0;
}
.hbspt-form .hs_message.hs-message {
    margin-bottom: 0;
}
.no-list.hs-error-msgs.inputs-list {
    padding-top: 0;
}

.hbspt-form .hs-error-msgs label {

margin-top: 10px;
}

.blog-submenu ul {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}
.blog-submenu ul li a.nav-link {
    padding: 10px 15px;
    border-radius: 5px;
    margin: 5px 5px;
    color: #333;
    display: block;
    box-shadow: 0px 0px 10px rgb(70 70 70 / 12%);
    -moz-box-shadow: 0px 0px 10px rgb(70 70 70 / 12%);
    border: 1px solid #fdfdfd;
    font-size: 14px;
    background: #fff;
}
.blog-submenu ul li a.nav-link.active {
    background: #f58220;
    color: #fff;
  }
.top-banner {
    overflow: hidden;
}