@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/iransans/eot/IRANSansWeb_Light.eot");
	src: url("../fonts/iransans/eot/IRANSansWeb_Light.eot?#iefix") format("embedded-opentype"),
	  url("../fonts/iransans/woff2/IRANSansWeb_Light.woff2") format("woff2"),
	  url("../fonts/iransans/woff/IRANSansWeb_Light.woff") format("woff"),
	  url("../fonts/iransans/ttf/IRANSansWeb_Light.ttf") format("truetype");
	font-display: swap;
  }
  @font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 200;
	src: url("../fonts/iransans/eot/IRANSansWeb_UltraLight.eot");
	src: url("../fonts/iransans/eot/IRANSansWeb_UltraLight.eot?#iefix") format("embedded-opentype"),
	  url("../fonts/iransans/woff2/IRANSansWeb_UltraLight.woff2") format("woff2"),
	  url("../fonts/iransans/woff/IRANSansWeb_UltraLight.woff") format("woff"),
	  url("../fonts/iransans/ttf/IRANSansWeb_UltraLight.ttf") format("truetype");
	font-display: swap;
  }
*,
::after,
::before {
    box-sizing: border-box
}

/* CSS Document */
html,
body {
	margin: 0px;
	padding: 0px;
	font: normal 14px/1.8 'Roboto', 'Arial';
	color: #666666;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;

}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
}

@media only screen and (max-width: 991px) {
	.dng-main {
        overflow-x: hidden;
        overflow-y: hidden;
	}
}
@media only screen and (max-width: 1400px) and (orientation: landscape) {
	.dng-main {
        overflow-x: hidden;
        overflow-y: hidden;
	}
}


h1 {
	margin: 5px 0 10px 0;
}
h2 {
	margin: 5px 0 10px 0;
}
h3 {
	margin: 5px 0 10px 0;
}
h4 {
	margin: 5px 0 10px 0;
}
h5 {
	margin: 5px 0 10px 0;
}
h6 {
	margin: 5px 0 10px 0;
}

::-webkit-input-placeholder {
	color:inherit;
	opacity:0.9;
}
:-moz-placeholder {
	color:inherit;
	opacity:0.9;
}
::-moz-placeholder {
	color:inherit;
	opacity:0.9;
}
:-ms-input-placeholder {
	color:inherit;
	opacity:0.9;
}
:placeholder {
	color:inherit;
	opacity:0.9;
}


a,
a:link {
	text-decoration: none;
	transition: color ease 300ms;
	-moz-transition: color ease 300ms;
	-webkit-transition: color ease 300ms;
	-o-transition: color ease 300ms;
	-ms-transition: color ease 300ms;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
.container {
    margin-left: auto;
    margin-right: auto;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}



@media (max-width: 575px){
    .mt-xs-reset {margin-top:0px !important;}
    .mr-xs-reset {margin-right:0px !important;}
    .mb-xs-reset {margin-bottom:0px !important;}
    .ml-xs-reset {margin-left:0px !important;}
    .ml-reset {margin:0px !important;}
}
@media (max-width: 767px){
    .mt-sm-reset {margin-top:0px !important;}
    .mr-sm-reset {margin-right:0px !important;}
    .mb-sm-reset {margin-bottom:0px !important;}
    .ml-sm-reset {margin-left:0px !important;}
    .ml-reset {margin:0px !important;}
}
@media (max-width: 991px){
    .mt-md-reset {margin-top:0px !important;}
    .mr-md-reset {margin-right:0px !important;}
    .mb-md-reset {margin-bottom:0px !important;}
    .ml-md-reset {margin-left:0px !important;}
    .ml-reset {margin:0px !important;}
}
@media (max-width: 1199px){
    .mt-lg-reset {margin-top:0px !important;}
    .mr-lg-reset {margin-right:0px !important;}
    .mb-lg-reset {margin-bottom:0px !important;}
    .ml-lg-reset {margin-left:0px !important;}
    .ml-reset {margin:0px !important;}
}

 



@media (max-width: 1199px){
    .full-lg-none.full-column-inner{
        margin-right: 0!important;
        width: auto!important;
    }
}
@media (max-width: 991px){
    .full-md-none.full-column-inner{
        margin-right: 0!important;
        width: auto!important;
    }
}
@media (max-width: 767px){
    .full-sm-none.full-column-inner{
        margin-right: 0!important;
        width: auto!important;
    }
}
@media (max-width: 575px){
    .full-xs-none.full-column-inner{
        margin-right: 0!important;
        width: auto!important;
    }
}




/*left full ,right full*/
.dng-left-full,
.dng-right-full{
	max-width:none;
}
/*list*/
.list-style,
.list-style li{
	list-style: none !important;
	
}
.list-style{
	margin: 0!important;
	padding: 0!important;
}

/*Fixed Footer*/
.fixed_footer_bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	max-height: 100%;
}

.fixed_footer_bottom .fixed_footer.active {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	overflow-Y: auto;
}

.fixed_footer_clone {
	background-color: #121212;
}

.dng-main.Boxed .rev_slider_wrapper.fullscreen-container {
	max-width: 100% !important;
	left: 0 !important;
}

@media only screen and (max-width: 991px) {
	.fixed_footer_bottom .fixed_footer.active {
		position: relative;
	}

	.fixed_footer_bottom,
	.fixed_footer_clone,
	.footer_box {
		height: auto !important;
		position: relative !important;
		max-height: inherit !important;
	}
}




/*color-white*/
.color-white,
.color-white p,
.color-white .Normal,
.color-white a,
.color-white a:link,
.color-white a:active,
.color-white a:visited,
.color-white a:hover,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6 {
	color: #FFF !important;
}

/*ilightbox-noscroll*/
body.ilightbox-noscroll {
	overflow: visible;
}


[data-parallax="parallax"] {
	visibility: hidden;
}

[data-parallax="parallax"].parallax-load {
	visibility: visible;
}

/*input*/
input[type="text"]{
	border-radius: 0;
}


/*icon*/
.fa,
.fas{
	font-weight:900!important;
}
.sico,.icon-svg{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.sico svg{
    width: 1em;
    height: 1em;
    fill: currentColor;
    vertical-align: inherit;
    vertical-align: initial;
}

p > .sico,
p > .icon-svg,
li > .sico,
li > .icon-svg{
    vertical-align: middle;
    margin-bottom: 0.2em;
}


/*icon-svg*/

.icon-svg svg{
	width: 1em;
	height: 1em;
	stroke: currentColor!important;
	opacity: 0;
    vertical-align: sub;
    color: inherit;
}
.icon-svg svg *{
    color: inherit;
}
.icon-svg svg path,
.icon-svg svg polyline,
.icon-svg svg rect,
.icon-svg svg line{
	stroke: currentColor;
	fill:none;
	stroke-width:2;
    stroke-miterlimit: 10;
}
.icon-svg.animated svg{
	opacity: 1;
}



/*btn*/
[class^='button-'],
[class*=' button-'] {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 50px;
    height: 50px;
    padding: 0 25px;
    margin-right: 3px;
    margin-bottom: 3px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    border-radius: 50px;
    -webkit-transition:all .3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
    transition:all .3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
}
/* body [class*='btn-']:hover {

} */
[class*='btn-']:focus {
    outline: 0;
    box-shadow: none;
}
body [class*='btn-'] {
    text-decoration: none !important;
}

/*social*/
[class*="social-"] {
    position: relative;
    display: inline-block;
}

/* section-no-padding */
.d-wrapper .section-no-padding.is-box .is-container{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
/* col-no-padding */
.row.col-no-padding{
	margin-left: 0;
	margin-right: 0;
}
.row.col-no-padding [class*="col-"]{
	padding-left: 0;
	padding-right: 0;
}
.is-container.no-space{
	margin-top: 0!important;
	margin-bottom: 0!important;
    padding: 0!important;
}

.layout-no-mt .is-container{
	margin-top: 0!important;
}
.layout-no-mb .is-container{
	margin-bottom: 0!important;
}
.layout-no-plr .is-container{
    padding-left: 0!important;
    padding-right: 0!important;
}

/*border radius*/
.border-radius-0{
    border-radius: 0px!important;
}
.border-radius-3{
    border-radius: 3px!important;
}
.border-radius-circle{
    border-radius:50%!important;
}
/*border radius*/
.position-relative{
  position: relative!important;  
}
.position-static{
  position: static!important;   
}
.icon-cross{
    width: 1em;
    height: 1em;
    display: inline-block;
    position: relative;
}
.icon-cross::after,
.icon-cross::before{
    content: "";
    border-left: 2px solid currentColor;
    position: absolute;
    height: 94%;
    margin-top: 3%;
    left: 50%;
    border-radius: 3px;
    margin-left: -1px;
}
.icon-cross::after{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.icon-cross::before{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* */

/* Adjustment for Default & Foundation */
.d-wrapper .container > .row, 
.d-wrapper .container > div > .row {padding-top:10px;padding-bottom:10px;margin-top:0;margin-bottom:0;} 

.d-wrapper .container-fluid > .row, 
.d-wrapper .container-fluid > div > .row {padding-top:10px;padding-bottom:10px}    
.d-wrapper a:hover{
    text-decoration: none;
}
.d-wrapper img{
    max-width: 100%;
}

@media all and (max-width: 1024px) {
    .margin-left-1024-reset {margin-left:0px !important;}
    .margin-right-1024-reset {margin-right:0px !important;}
}



/* Container for All Sections */
.d-wrapper {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 100%;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.d-wrapper>div {
    display: table;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.d-wrapper .is-wrapper {
    position: relative;
}
.d-wrapper::after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
}
.d-wrapper .d-placeholder{
    display: none;
}

/* Boxes */
.is-box{
    vertical-align: middle;
}
.is-boxes {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    position: relative;
}
.is-boxes:empty{
    min-height: 50px;
}
.is-overlay + .is-boxes > .is-box-centered:empty{
    height: 275px;
}  
@media all and (max-width: 991px) {
    .is-overlay + .is-boxes:empty{
        min-height: 275px;
    }   
    .is-overlay + .is-boxes > .is-box-centered:empty{
        height: 275px;
    }   
}
.no-min-height{
    min-height: auto;
}

.is-box-centered {
    display: table-cell;
    width: 100%;
    position: relative;
    vertical-align: middle;
}
.is-stretch>div:not(.is-arrow-down) {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
}

.flexi-position {
    position: relative;
}

.is-stretch .flexi-position {
    position: absolute;
}

.is-section.is-stretch {
    min-height: 300px;
}
.is-section.layout-hidden-content{
    display: none;
}

/* New */

@media all and (max-width: 991px) {

    /*   .is-section:not(.is-stretch), .is-section-100:not(.is-stretch) { height: auto !important; } is-stretch is an exception */
    .is-section:not(.is-box) {
        height: auto !important;
    }

    /* .is-boxes { height: auto !important; }
    .is-boxes {
        height: 100% !important;
    }
 */
    /* new */

    .is-box-img {
        height: 300px !important;
    }

    .is-box-img .is-boxes {
        height: 100% !important;
    }



    /* .is-box-centered {display:block;} */
    .is-box-centered {
        display: table-cell;
    }

    .is-box {
        display: table !important;
    }
    /* new */
}

.is-container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}


/* Boxed Layout */
.d-wrapper .is-boxed-layout .is-container {
    padding: 50px;
    background: #fff;
}

/* 80px */
@media all and (max-width: 1280px) {
    .d-wrapper .is-boxed-layout .is-container {
        padding: 30px;
    }
}

@media all and (max-width: 1024px) {
    .d-wrapper .is-boxed-layout .is-container {
        padding: 30px;
    }
/*     .d-wrapper .is-boxed-layout .is-overlay {
        display: none !important;
    }
    .d-wrapper .is-boxed-layout {
        background: #fff !important;
    } */
}

/* Default Layout */

/* Middle */
.d-wrapper .is-box .is-container {
    margin-top: 100px;
    margin-bottom: 100px;
}
.has-sidebar .d-wrapper .is-box .is-container {
    margin-top: 40px;
    margin-bottom: 40px;
}
.sidebar_pos_left .is-container,
.sidebar_pos_right .is-container{
    padding: 0;
}
 .sidebar_pos_fixleft .sidebar_dynamic .is-container,
 .sidebar_pos_fixright .sidebar_dynamic .is-container,
 .sidebar_pos_fixleftfull .sidebar_dynamic .is-container,
 .sidebar_pos_fixrightfull .sidebar_dynamic .is-container {
    padding: 0;
}



@media all and (max-width: 991px) {
    .d-wrapper .is-box .is-container {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .has-sidebar .d-wrapper .is-box .is-container {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}



/* Overlay */
.is-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*z-index:1;*/
}

/*.is-boxes, .is-box-centered {z-index:1}*/
.is-overlay .is-overlay-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 60%;
}

.is-overlay .is-overlay-bg.is-scale-animated.is-appeared {
    animation: is-scale 25s ease forwards;
    -ms-animation: is-scale 25s ease forwards;
    -webkit-animation: is-scale 25s ease forwards;
    -o-animation: is-scale 25s ease forwards;
    -moz-animation: is-scale 25s ease forwards;
}

@keyframes is-scale {
    from {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
    }

    to {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -moz-transform: scale(1.2);
    }
}

.is-overlay .is-overlay-color {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.05;
}

.is-overlay .is-overlay-content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: inherit;
    /* dec 2017 */
}

.is-overlay .is-overlay-content.content-selectable {
    z-index: 1
}
.overlay-responsive .is-overlay-mobile-bg{
    display: none;
}
@media (max-width: 767px) {
    .overlay-responsive .is-overlay-bg{
        display: none;
    }
    .overlay-responsive .is-overlay-mobile-bg{
        display: block;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}


/* dec 2017 
.is-container {
    z-index: 1
}
*/
/* dec 2017 */

/* Section & Content Styles */

/* Background Color */
.is-bg-grey,
.d-wrapper>div.is-bg-grey {
    background-color: #eeeff0
}

.is-bg-dark,
.d-wrapper>div.is-bg-dark {
    background-color: #111
}

.is-bg-light,
.d-wrapper>div.is-bg-light {
    background-color: #fff
}
.d-wrapper>div.is-bg-none {
    background-color: transparent;
}

/* Text Color */
.is-light-text,
.is-light-text h1,
.is-light-text h2,
.is-light-text h3,
.is-light-text h4,
.is-light-text h5,
.is-light-text h6,
.is-light-text p,
.is-light-text li,
.is-light-text div,
.is-light-text span:not(.sico) {
    color: #fff;
}
.is-dark-text .is-light-text {
    color: #fff;
}



/* Vertical Alignment */
.is-content-top {
    vertical-align: top;
}

.is-content-bottom {
    vertical-align: bottom
}

/* Horizontal Alignment */
.is-container.is-content-left {
    margin-left: 100px;
}

.is-container.is-content-right {
    margin-right: 100px;
}

@media all and (max-width: 1200px) {
    .is-container.is-content-left {
        margin-left: 60px
    }

    .is-container.is-content-right {
        margin-right: 60px;
    }
}

@media all and (max-width: 991px) {
    .is-container.is-content-left {
        margin-left: auto;
    }

    .is-container.is-content-right {
        margin-right: auto;
    }
}


/* Vertical Alignment */
.is-content-top {
    vertical-align: top;
}

.is-content-bottom {
    vertical-align: bottom
}

.is-content-top > .is-boxes > .is-container{
    align-self: flex-start;
}

.is-content-bottom > .is-boxes > .is-container{
    align-self: flex-end;
}

/* Text Alignment */
.is-align-right {
    text-align:right;
}
.is-align-center {
    text-align:center;
}
.is-align-left {
    text-align:left;
}
.is-align-justify {
    text-align:justify;
}
/* Section Height */

 

@media (max-width: 575.98px) { 
    #Body .is-section-xs-50{
        height: 50vh;
    }
    #Body .is-section-xs-auto{
        height: auto;
        min-height: auto;
    }
 }

@media (max-width: 767.98px) {
    #Body .is-section-sm-50{
        height: 50vh;
    }
    #Body .is-section-sm-auto{
        height: auto;
        min-height: auto;
    }
}

@media (max-width: 991.98px) { 
    #Body .is-section-md-50{
        height: 50vh;
    }
    #Body .is-section-md-auto{
        height: auto;
        min-height: auto;
    }
 }
@media (max-width: 1199.98px) { 
    #Body .is-section-lg-50{
        height: 50vh;
    }  
    #Body .is-section-lg-auto{
        height: auto;
        min-height: auto;
    }
}

 
/* Stretched container (not used yet) */
.is-container.is-stretch-w {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

.is-container.is-stretch-h {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.is-container.is-stretch-w>div {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.is-container.is-stretch-w>div>div {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.is-container.is-stretch-h>div {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.is-container.is-fullheight {
    height: 100%
}
.is-container.is-container-fluid{
    max-width:none;
    width: auto;
}

.bg-attachment-fixed,.bg-attachment-fixed .is-overlay-bg{
    background-attachment: fixed!important;
}



/* Others */

.is-hidden {
    display: none !important;
}
.gm-style{
    font-family: inherit !important;
}
/*.is-rounded-button-medium*/

.is-rounded-button-medium a {display:inline-block;text-align:center;margin:0 20px;border-radius: 500px; width: 70px; height: 70px;background-color: #aaa;overflow: hidden;}
.is-rounded-button-medium a i {display:inline-block;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:30px;line-height: 70px;}
.is-rounded-button-medium a:first-child {margin:0 20px 0 0;}
.is-rounded-button-medium a:last-child {margin:0 0 0 20px;}


/*custom module loading*/
@-webkit-keyframes loading-rotate {
    0% {
        -webkit-transform: rotate(0);
    }
        100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes loading-rotate{
    0% {
        -moz-transform: rotate(0);
    }
        100% {
        -moz-transform: rotate(360deg);
    }
}
@keyframes loading-rotate{
    0% {
        transform: rotate(0);
    }
        100% {
        transform: rotate(360deg);
    }
}
.custom-module .swiper-container.loading,
.custom-module .soon.loading{
    min-height: 100px;
    max-height: 50vh;
    position: relative;
}
.custom-module .swiper-container.loading > *,
.custom-module .soon.loading > *{
    visibility: hidden;
}
 
.custom-module .swiper-container.loading:after,
.custom-module .soon.loading:after{
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 5px solid #E3E3E3;
  border-top-color: #555;
  border-left-color: #555;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -20px;
  -webkit-animation: loading-rotate 0.7s infinite;
  -moz-animation: loading-rotate 0.7s infinite;
  animation: loading-rotate 0.7s infinite;
  z-index: 101;
}
.custom-module .soon{
    display: none;
}
.custom-module .number{
    color: currentColor;
}

#Body:not(.builder-editor-mode) .custom-module .ajaxform .from-error{
    display: none;
}

/*video*/
.html5-video {
    position: relative;
}
.html5-video video{
    width: 100%;
}
.html5-video .play-button{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -36px 0 0 -36px;
    cursor: pointer;
}

/*tabs*/


/* section-carousel-bg*/
.section-slider-bgcarousel .is-overlay,
.section-slider-bgcarousel .is-overlay-content.content-selectable,
.section-slider-bgcarousel .swiper-container,
.section-slider-bgcarousel .is-overlay{
    z-index: initial;
}
.section-carousel-bg .swiper-wrapper-overflow{
    height: 100%;
}
.section-carousel-bg .swiper-slide{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-carousel-bg .swiper-pagination{
    bottom: 30px;
    margin: 0;
    position: absolute;
}
.section-carousel-bg  .swiper-wrapper-overflow{
    padding: 0;
}
@media only screen and (min-width: 992px) {
.section-carousel-bg.swiper-container .swiper-button-next,
.section-carousel-bg.swiper-container .swiper-button-prev{
    width: 45px;
    height: 45px;
    margin: -23px 0 0 !important;
}
.section-carousel-bg.swiper-container .swiper-button-next{
    right:  25px;
    left: auto;
}
.section-carousel-bg.swiper-container .swiper-button-prev{
    left: 25px; 
}
.section-carousel-bg.swiper-container .swiper-button-next span, 
.section-carousel-bg.swiper-container .swiper-button-prev span{
    width: 30px;
    height: 30px;
    border-width: 2px;
    margin-top: -15px;
}
}

/*menu img size*/
.gomenu a img{
    width: 1em;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 2px;
}
 

/* start costum css */

.col-right{
    height: 500px;
}

.img-wrapper-1 {
    width: 400px;
    margin-bottom: 20px;
    padding: 0;
    height: 250px;
}

.img-wrapper-1 a {
    display: block;
}

.img-wrapper-1 img {
    width: 100%;
}

.img-wrapper-2 {
    padding: 0;
    width: 400px;
    height: 250px;
}

.img-wrapper-2 a {
    display: block;
}

.img-wrapper-2 img {
    width: 100%;
}

.circlebackground {
    display: block;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: #FEB917;
}

.linerbackground1 {
    width: 22vw;
    height: 4vh;
    background: black;
    transform: skewY(-22deg);
}

.linerbackground2 {
    width: 10vw;
    height: 3vh;
    background: #C5C5C5;
    transform: skewY(
-21deg
);
}
/* end costum css */

/* search top css */
.header-slider-search > div {
    display: flex;
    align-items: center;
}

.DropDownsearch {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.searchInnerPane {
    width: 73%;
    display: flex;
    padding: 30px;
    flex-direction: column;
    border-radius: 26px;
    background: #ffffff9c;
    box-shadow: 0 1px 5px 0px #00000052;
}

.Dropdownlist, .Dropdownlist2 {
    display: flex;
    width: 100%;
    box-shadow: 0 0 6px 1px #5b5b5b2e;
    justify-content: space-between;
    border-radius: 8px;
    align-items: center;
}





/* search top css  */
/* four pane cats */
.four-pane-cats {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.four-pane-cats img {
    max-width: 100%;
}

.four-pane-cats * {
    margin: 0;
    padding: 0 !important;
    line-height: 0;
    display: flex;
    align-items: unset;
}
/* four pane cats */
.slider-content {display: flex;flex-direction: column;color: white;}

.slider-content a {
    background: white;
    padding: 9px;
    color: #484545 !important;
    text-decoration: none;
}


.slider-content > span {
    margin: 10px 0;
}

.slider-content a span {
    background: black;
}

.alinkreadmore span {background: #484545;padding: 9px 21px;}

.alinkreadmore {
    align-self: flex-end;
    border-radius: 16px 0 0 16px;
    overflow: hidden;
    padding: 8px 0;
}
.background-blue-gradiant:before {
    content:'';
    background: url(/Portals/0/LayerGalleryPro/uploads/2021/3/6/backslider.jpg);
    display: list-item;
    width: 100%;
    z-index: 0;
    height: 50%;
    background-size: cover;
    position: absolute;
}

.mobileappandwhatsapp {
    display: flex;
    align-items: center;
}

.mobileappandwhatsapp img {
    max-width: 100%;
}

.category-alborzkala {display: flex;align-items: stretch;margin: 40px 0;justify-content: space-evenly;}
.category-items svg {
    background: #FEB917;
    width: 29%;
    height: 100%;
    padding: 12px;
}
.category-items {
    width: 13%;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 2px 1px #0000003d;
}
.category-items span {
    padding-right: 10px;
}

span.basket-logo span {position:absolute;top:0;background:red;width:10px;height:10px;border-radius:50px;text-align:center;padding:8px;display:flex;justify-content:center;align-items:center;color:#fff;left:0;transform:translate(-50%,-50%);font-size:15px}
span.basket-logo svg {width: 30px;height: auto;}
.basket-logo{position:relative}

.safty-factor {
    display: flex;
    align-items: center;
    margin: 3% 2% 3% 2%;
    justify-content: space-around;
}
a.safty-factor-items div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
}
.submit-order ol {
    list-style: none;
    font-size: 20px;
    color: black;
}
.post-content h3 {
    font-size: 19px;
}
.post-content h3 {
    font-size: 22px;
}

.post-content h1 {
    font-size: 31px;
}
a.safty-factor-items svg {
    width: 73px;
    height: 57px;
}

.safty-factor hr {
    width: 16%;
    border-color: #787878;
}

a.safty-factor-items span {
    font-size: small;
    text-align: center;
}
.headsearh h4 {
    font-size: xx-large;
}

.searchboxbtn {
    color: white;
    background: #FEB917;
    width: 100%;
    padding: 7px 0;
    text-align: center;
    border-radius: 12px;
    font-size: 19px;
}
/* footer  css*/

.bestlinks li {
    list-style: disc;
    margin: 20px 0;
}

.bestlinks li::marker {
    color: #F94144;
}

.bestlinks li a {
    color: #6D6D6D;
}

.bestlinks h4 {
    color: #6D6D6D;
}

.electronic-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.electronic-logo img {
    max-width: 50%;
}

.electronic-logo a {
    width: 100%;
    background: white;
    display: flex;
    align-items: center;
    margin: 7px;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 4px 1px #0000000d;
}


.bestlinks span {
    padding: 0 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.bestlinks span a {
    color: #6D6D6D;
}

/* END Footer CSS */
.phonenumber a {
    margin: 0 10px;
    color: black;
    font-weight: bolder;
}
.phonenumber a {
    margin: 0 10px;
    color: black;
    font-weight: bolder;
}

.contact-us-page {
    margin: 50px 0 0 0;
}
div#dnn_ctr416_ModuleContent:after {
    width: 31vw;
    height: 78%;
    position: absolute;
    border-radius: 50%;
    top: 15%;
    background: #FEB917;
    right: 14%;
    content:'';
   }
   
   div#LiveSlider416 {
       z-index: 2;
   }
   /* mobile css */
@media (max-width:992px)
{
    .DnnModule.DnnModule-LiveSlider.DnnModule-406 {
        display: none;
    }
    .four-pane-cats {
        display: none;
    }
   .searchInnerPane {
    width: 96%;
    padding: 23px;
    margin: 15px 0;
}

div#customlist401 {
    margin: 30px 0;
}

.mobileappandwhatsapp {
    flex-direction: column;
}

.category-alborzkala {
    flex-wrap: wrap;
}

a.category-items {
    width: 47%;
    margin: 5px 0px;
}

a.safty-factor-items svg {
       width: 45px;
    height: 45px;
}

.safty-factor hr {
    display: none;
}


div#row-447233 .dng-column.col-sm-3 {
    order: 2;
}



.electronic-logo {
    flex-direction: row;
    align-items: stretch;
}


a.telsnumbers {
    font-size: 19px;
}

.bestlinks span {
    background: #ffffff66;
    border-radius: 9px;
    padding: 10px;
}

.About-us p {
    text-align: justify;
    padding: 20px;
}
}
/* mobile css */
/* Footer-mobile Start */

.justMobile, .justTablet {
    display: none !important;
}
.km-bottom-sheet-view {position:fixed;z-index:150;bottom:0;left:0;background:#fff;box-shadow: 0 -2px 10px rgba(0,0,0,.2);height: 50px;right: 0;}
.km-bottom-sheet-view>.km-menu .dng-column-inner .km-btn,.km-bottom-sheet-view>.km-menu .dng-column-inner,.km-bottom-sheet-view>.km-menu .dng-column-inner>div,.km-bottom-sheet-view>.km-menu .dng-column-inner>div>div{display:flex;align-items:center;justify-content:center;flex-direction: column;font-size: 16px !important;}
.km-bottom-sheet-view>.km-menu .dng-column-inner{display:flex;align-items:center;justify-content:center}
.km-bottom-sheet-view > .km-menu {float:right;height:50px;position:relative;z-index:1;align-items:center;justify-content:center;}
.km-bottom-sheet-view > .km-menu > .km-inner-btn {width:45px;height:45px;line-height:45px;display:inline-block;position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);text-align:center;background:#fff;border-radius:7px}
.km-btn {cursor:pointer;border:0 none;background:transparent;transition:all .6s ease .1s}
.km-bottom-sheet-view > .km-menu > .km-inner-btn > i, .km-bottom-sheet-view > .km-menu > .km-inner-btn > a > i {font-size:20px}
.km-bottom-sheet-view > .km-menu > .km-inner-btn .km-title{position:absolute;right:0;width:100%;bottom:5px;line-height:1;font-size:9px;transition:all .6s ease .1s}
.km-bottom-sheet-view > .km-menu.km-active {z-index:2}
.km-bottom-sheet-view > .km-menu > .km-inner-btn .km-number {position:absolute;left:5px;top:5px;border-radius:50px;background:#fb3449;width:16px;line-height:16px;font-size:11px;color:#fff;text-align:center;height:17px}
.km-bottom-sheet-view > .km-menu.km-active > .km-inner-btn {top:25%;height:55px;width:55px;border-radius:100px;color:#fff;line-height:60px;background:#12a058;background:#ffcc00;box-shadow:0 2px 25px -5px #fff5cc}
.km-bottom-sheet-view > .km-menu .km-sub-menu {position:absolute;bottom:50%;left: 0;width:100px;z-index:30;background:#fff;margin-bottom:25px;padding:5px;box-shadow:0 2px 4px 0 rgba(0,0,0,.09);border-radius:9px;border:1px solid #f6f6f6;opacity:0;visibility:hidden;transition:all .6s ease .1s;display: flex;justify-content: flex-start;flex-wrap: wrap;align-items: center;}
.km-bottom-sheet-view>.km-menu .km-sub-menu.km-show{opacity:1;visibility:visible;/* bottom:100%; */width: 100vw;right: -230px;height: 80vh;}
.km-bottom-sheet-view > .km-menu .km-sub-menu.km-theme-1 > .km-menu {margin-bottom:5px}
.km-bottom-sheet-view > .km-menu .km-sub-menu.km-theme-1 > .km-menu:last-of-type {margin-bottom:0}
.km-bottom-sheet-view>.km-menu .km-sub-menu.km-theme-1>.km-menu>.km-inner-btn{line-height:30px;display:block;text-align:right;background:#fff;border-radius:7px;padding:0 5px;display: flex;/* align-items: inherit; */}
.km-btn svg {width: 20px;fill:rgb(255 0 0 );height: 30px;}
span.basket-logo span {position:absolute;top:0;background:red;width:10px;height:10px;border-radius:50px;text-align:center;padding:8px;display:flex;justify-content:center;align-items:center;color:#fff;left:0;transform:translate(-50%,-50%);font-size:15px}
span.basket-logo svg {width: 20px;}
.basket-logo{position:relative}




.km-bottom-sheet-view > .km-menu .km-sub-menu.km-theme-2 .km-menu, .km-bottom-sheet-view > .km-menu .km-sub-menu.km-theme-3 .km-menu {
    float: right;
    height: 80px;
    position: relative;
}
.km-bottom-sheet-view > .km-menu .km-sub-menu.km-theme-3 .km-menu {
    width: 50%;
}
.km-bottom-sheet-view > .km-menu .km-sub-menu.km-theme-2 .km-menu > .km-inner-btn, .km-bottom-sheet-view > .km-menu .km-sub-menu.km-theme-3 .km-menu > .km-inner-btn {
    width: 90px;
    height: 65px;
    line-height: 45px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    background: #f7eded6e;
    border-radius: 7px;
/* font-size: 17px; */box-shadow: 0 0 6px #00000038;}
.km-btn {
    cursor: pointer;
    border: 0 none;
    background: transparent;
    transition: all 0.6s ease 0.1s;
}
.km-bottom-sheet-view > .km-menu .km-sub-menu.km-theme-2 .km-menu > .km-inner-btn .km-title, .km-bottom-sheet-view > .km-menu .km-sub-menu.km-theme-3 .km-menu > .km-inner-btn .km-title {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 5px;
    line-height: 1;
    font-size: 12px;
    transition: all 0.6s ease 0.1s;
    -webkit-transition: all 0.6s ease 0.1s;
    -moz-transition: all 0.6s ease 0.1s;
    -ms-transition: all 0.6s ease 0.1s;
    -o-transition: all 0.6s ease 0.1s;
}
.km-bottom-sheet-view > .km-menu .km-sub-menu.km-theme-2 .km-menu.km-user-logout, .km-bottom-sheet-view > .km-menu .km-sub-menu.km-theme-3 .km-menu.km-user-logout {
    color: #fb3449;
    float: left;
}
a#search-opener svg {
    width: 20px;
}
/* Footer-mobile End */
/*================experes post start==================*/
.tahvileksperes {
    color: #000;
}

.tahvileksperes h2 {
    font-size: 30px;
}

.tahvileksperes p {
    line-height: 50px;
    margin-top: 35px;
}
/*================experes post end==================*/
/*================poshtibani24 saate start==================*/

.poshtibanibistochari.row {
    color: #000;
    margin-top: 100px;
}
.poshtibanibistochari img {
    max-width: 100%;
}
.poshtibanibistochari>div:first-child {
    margin-top: 100px;
}


/*================poshtibani24 saate end==================*/
/*================pay-term start==================*/

.pay-term-secend-child-ax {
    display: flex;
    justify-content: center;
}
.pay-term-secend-child-ax img{max-width: 40%;height: 33%;}

.pay-term-secend-child-ax div {
    display: flex;
    flex-direction: column;
    margin-top: 83px;
    align-items: center;
}

.pay-term-secend-child-matn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.pay-term {
    color: #000;
    margin-top: 90px;
    line-height: 40px;
}

.pay-term h3 {
    font-size: 25px;
}
@media screen and (max-width: 769px) {

    .pay-term-secend-child-ax {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .category-items {
        width: 45%;
    }
}

/*================pay-term end==================*/
/*================refund-policy end==================*/
.refund-policy {
    color: #000;
}

.refund-policy h2 {
    font-size: 25px;
    color: #f00;
    margin: 40px 0 30px 0;
}

.refund-policy h1 {
    color: #f00;
    text-align: center;
    margin: 50px 0;
}

.refund-policy p {
    text-align: justify;
    line-height: 40px;
}

.refund-policy ul>li {list-style-type: none;display: flex;align-items: baseline;}

.refund-policy ul>li:before {
    content: '';
    display: block;
    height: 4px;
    background-color: #000;
    margin-left: 15px;
    flex: 0 0 0.6%;
    border-radius: 8px;
}
/*================refund-policy end==================*/
/*================guarantee-of-origin end==================*/
.guarantee-of-origin h2 {
    font-size: 23px;
    margin-top: 50px;
}

.guarantee-of-origin {color: #000;line-height: 40px;}
/*================guarantee-of-origin end==================*/

/*================animation end==================*/
.anim-right {
    animation-name: example;
    animation-duration: 6s;
    flex:0 0 65%;
  }
  
   /* @keyframes example {
    0%   {
      width: 100%;
  }
    
    100% {
      width: 65%;
  }
  }  */
  .about-us-page h4 {
    text-align: center;
    margin: 50px 0;
}

.about-anim {
    width: 100%;
    display: flex;
}

.anmi-left {
    animation-name: example1;
    animation-duration: 6s;
    flex: 0 0 35%;
    background: url(/Portals/0/alborzkala-logo.png?ver=aVcFBVHwDxl0Ws1a3BKSrA%3d%3d) no-repeat;
    background-position: center;
    background-size: 90%;
  }
  
 @keyframes example1 {
    0%   {
      width: 0%;
   
      opacity: 0%;
  }
    
    100% {
      width: 35%;
     
      opacity: 100%;
      transform: rotatex(360deg);
      transition: 4s;
     
  }
  } 
  .anim-right p {
    margin: 0 50px;
}
/*================animation end==================*/

.lobibox-notify-wrapper a {
    color: white;
    font-weight: 900;
    border-bottom: 1px dashed;  
    margin-right:5px;
  }
  .lobibox-notify-wrapper span  {
  font-size:14px;
  
  }
  .login-landing-alborz {
    background: #feb917;
    padding: 6px 20px;
    border-radius: 40px;
    position: relative;
    left: 50%;
    color: #000;
}
.login-landing-alborz a {
    color: #000 !important;
    font-weight:500;
}
/*======================clato action=============================*/
.clatoaction-alborz-fix {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 16px;
    bottom: 114px;
    z-index: 100;
}
.clatoaction-alborz-fix img {
    width: 30px;
    height: 30px;
    margin: 10px 0;
    /* padding: 5px 0px; */
}

.sotioal-caltoaction-alborz {
    background: #feb917;
    border-radius: 60%;
    margin: 6px 0;
    transition: 0.3s;
    padding: 3px 15px;
}


.sotioal-caltoaction-alborz:hover {
    background: #feb917;
    border-radius: 60%;
    box-shadow: 0 0 6px 2px #00000033;
    margin: 6px 0;
    transform: scale(1.05);
}
a.safty-factor-items img {
  width: 55px;
}
.error-404-alborzkala {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.error-404-alborzkala img {
    margin: 20px;
}

.error-404-alborzkala span {
    color: #000;
    font-size: 40px;
}


div#branddetail {
    background: #fff;
    color: #000;
    margin: 20px 0;
    border-radius: 10px;
}
span.addToBasket {
    cursor: pointer;
}
span.search-btn-alborzkala  {
    border-radius: 5px;
    background-size: 29px;
    width: 50px;
    height: 50px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0 0 5px hsl(0deg 0% 0% / 16%);
    cursor: pointer;
}
.ecommerce-action-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    position: fixed;
    bottom: 20px;
    left: 30px;
    line-height: 28px;
    font-size: 1em;
    z-index: 99999;
    transition: all 0.5s ease;
}
.warning-box{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f87d09;
    border-radius: 5px;
    padding: 10px;
  }
  .warning-box>p{
    text-align: center;
    font-size: 15px;
  }
  .warning-box>p,.warning-box>h6{
    color: white;
    margin: 0;
  }
.menu-fake-alborz a{
    color: #fff !important;
}
.menu-fake-alborz:nth-child(2)::before,.menu-fake-alborz:nth-child(3)::before{
    left: 110% !important;
}
.BtnLinkOrder{
    border:0.1rem solid #FEB917;
    border-radius: 1.2rem;
    padding: 1rem 4.5rem;
    color:#FEB917 !important;
    font-size: 0.8rem;
}
.BtnLinkOrder span{
    color: #FEB917 !important;
}
.BtnGroupLanding{
    display: flex;
    justify-content: center;
    gap:0.5rem;
    padding: 2rem 0 0 0;
}
.ecommerce-search-pane1447 .ecommerce-search-input{
    background: unset !important;
    border:0.1rem solid #FEB917 !important;
}
.TextOrder h1{
    color:#E7E7E7;
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 2rem;
}
.TextOrder p{
    color:#E7E7E7;
}
 

/***************Installment Purchase*******************/
.BoxService {
    background: #484545;
    border-radius: 2.5rem;
   height: 100%;
    gap: 3rem;
    overflow: hidden;
    padding-bottom: 0.2rem;
}
.TitleServices{
    background:#FEB917;
    border-radius: 0 0 2.5rem 2.5rem;
    width: 100%;
  
 
    height: 100%;
}
.TitleServices span{
    display: block;
    padding: 0 2rem;
    text-align: center;
    font-size: 1.2rem;
}
.BoxIcon{
    padding-top: 2.5rem;
}
.BoxIcon svg{
    width: auto;
    height: 10rem;
    padding: 1rem;
}
.px-5{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

    .BgCreditCod::before {
        background-color: #484545;
        content: '';
        width: 72%;
        min-height: 100%;
        height: auto;
        display: block;
        position: absolute;
        right: 0;
        border-radius: 15rem 0rem 0 15rem;
    }

.FooterLanding{
    background-image: url("/Portals/0/footer-landing.png");
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 5rem;
}
.BgRight::after{
    content:'';
    right: 0;
    width: 60%;
    height:60vh;
    position:absolute;
    background-color: #f5ae27;
    border-bottom-left-radius: 17rem;
}
.BgRight::before {
    background-color: #484545;
    content: '';
    position: absolute;
    width:70%;
    display: block;
    height:100%;
    z-index: 0;
    left: 0;
    padding-bottom: 5rem;
    border-bottom-right-radius: 14rem;
}


.BgRight img {
    width: auto;
    max-width: 100%;
    height: auto;
    padding: 2rem 0rem 12rem 8rem;
}
.TextLeft{
	padding: 3rem 6rem 5rem 5rem;
	gap: 3rem;
	color: #fff;
}
.BtnBgColor{
    border:0.1rem solid #FEB917;
    background-color: #FEB917;
    color:#484545 !important;
    font-size: 0.8rem;
    padding: 1rem;
    border-radius: 1.2rem;
}
.TextLeft h1,.InnerCreditCod strong{
    font-size:2.14rem;
   
    color: #fff;
}
.InnerCreditCod{
    padding:5rem 0 0 0;
    gap: 2rem;
}
.CategoryOrder span{
    font-size:2.1rem;
    color: #484545;
    font-weight: bold;
}
.TextLeft p,.InnerCreditCod p{
    font-size:1.8rem;
}
.BoxImg {
    z-index: 999;
    position: relative;
}
.BgCreditCod {
    color: #fff;
    padding:4rem 6.5rem 0 6.5rem;
}
.BoXBtnCode{
    gap:2rem
}
.LableCategory{
background-color: #484545;
color:#E7E7E7; 
border-radius:2.5rem;
padding: 1rem 0;
}
.InnerGroup  {
    padding:3rem
    }
    .InnerGroup img{
        width:auto;
        height:12rem;
        margin-bottom:1.5rem;
    }
    .ContainerService{
        margin-top: 3rem;
        margin-bottom: 4rem;
    }
.ItemBottom{
    gap:1rem;
    margin-bottom: 2rem;
}
.TopMenu ul{
    list-style:none;
    width:100%;
}
.TopMenu ul li{
    padding:0 2rem;
    font-size: 1.1rem;
}
.TopMenu ul li:not(:last-child){
    border-left:0.1rem solid #707070
}
.TopMenu ul li a{
    color:#fff;
}
@media (min-width:769px) {
   

    .TextOrder {
        position: relative;
        z-index: 999;
        padding: 2rem 9rem 2rem 2rem;
    }

        .TextOrder p, .TextOrder span {
            color: #E7E7E7;
        }

    .ecommerce-search-pane1447 .ecommerce-search-input {
        width: 20% !important;
        position: absolute !important;
        right: 70% !important;
    }
    .BgRight span, .ItemTop span {
        color: #f5ae27;
    }


}
@media (max-width:768px){
    .BgRight::after, .BgRight::before {
        display: none;
    }
    .BoxImg {
        background-color: #f5ae27;
    }
    .TextLeft {
        background-color: #484545;
        padding: 2rem;
    }
    .BgRight img {
      
        padding: 2rem 0rem 2rem 2rem;
    }
    .px-5 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .TitleServices span{
      
        padding: 0 2rem;
       
        font-size: 0.7rem;
    }
    .BgCreditCod::before{
        width: 100vw;

    }
}
@media (max-width:430px) {
    .TextOrder {
        padding: 2rem;
        background-color: #484545;
    }

    .right-section-slid-landing {
        background-color: #FEB917;
    }

    .features-items > div {
        width: 100% !important;
        margin-bottom: 1rem;
    }

    .features-items {
        background: unset !important;
    }

    .dng-row.row.column-gap-4 {
        height: unset !important;
    }
    .BgCreditCod{
        padding:0;

    }
    .BgCreditCod::before{
        border-radius: unset !important;
    }
    .FooterLanding{
        line-height: unset !important;
    }
    .BoxService{
        margin-bottom: 2rem;
        font-size: 1rem;
    }
}
