html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: iransans;
}

@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: bold;
    src: url('_font/eot/IRANSansWeb_Bold.eot');
    src: url('_font/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),
    url('_font/woff/IRANSansWeb_Bold.woff') format('woff'),
    url('_font/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 100;
    src: url('_font/eot/IRANSansWeb_UltraLight.eot');
    src: url('_font/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),
    url('_font/woff/IRANSansWeb_UltraLight.woff') format('woff'),
    url('_font/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 300;
    src: url('_font/eot/IRANSansWeb_Light.eot');
    src: url('_font/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),
    url('_font/woff/IRANSansWeb_Light.woff') format('woff'),
    url('_font/ttf/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: normal;
    src: url('_font/eot/IRANSansWeb_Medium.eot');
    src: url('_font/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),
    url('_font/woff/IRANSansWeb_Medium.woff') format('woff'),
    url('_font/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 900;
    src: url('_font/eot/IRANSansWeb_Black.eot');
    src: url('_font/eot/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'),
    url('_font/woff/IRANSansWeb_Black.woff') format('woff'),
    url('_font/ttf/IRANSansWeb_Black.ttf') format('truetype');
}

html {
    text-align: right;
    font-family: iransans;
    direction: rtl;
    overflow-x: hidden;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}


a {
    text-decoration: none !important;
}

a:hover {
    color: unset !important;
}

#custom p {
    margin-bottom: unset !important;
}

body {
    /*overflow-x: hidden;*/
    font-style: normal;
    font-weight: normal;
}

textarea:focus, input:focus {
    outline: none;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.bg1 {
    position: absolute;
    width: 453px;
    height: 453px;
    left: 1111px;
    top: 147px;
    background: #F39732;
    filter: blur(220px);
}

.bg2 {
    position: absolute;
    width: 373px;
    height: 373px;
    left: 205px;
    top: 340px;
    background: #FABC2D;
    filter: blur(250px);
}

.bg3 {
    position: absolute;
    width: 238px;
    height: 238px;
    left: 40px;
    top: 533px;
    background: #FF8CDF;
    filter: blur(185px);
}

header.landing {
    position: relative;
}

header.landing h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    color: #212121;
}

header.landing .subtitle {
    max-width: 657px;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    color: #212121;
    margin: 20px auto;
}

.center-box {
    width: 90%;
    position: relative;
    height: 502px;
    background: #FFFFFF;
    border-radius: 20px 20px 0 0;
    right: 0;
    margin: 0 auto;
}

.center-box .top {
    position: absolute;
    width: 100%;
    height: 61px;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(255, 164, 164, 0.41) 0%, rgba(242, 143, 52, 0.76) 50.52%, #FBBD2D 100%);
    border-radius: 20px 20px 0 0;
}

.dots {
    position: absolute;
    right: 25px;
    top: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.center-box .top .dot {
    width: 10px;
    height: 10px;
    background: #212121;
    border-radius: 50%;
    margin-left: 5px;
}

.center-box .body {
    width: 360px;
    height: 100%;
    max-width: 360px;
    margin: 0 auto;
    margin-right: auto;
    position: relative;
    margin-right: -10%;
}

.center-box .body .mobile {
    position: absolute;
    width: 155px;
    height: auto;
    right: 10px;
    top: 177px;
}

.center-box .body .laptop {
    position: absolute;
    width: 300px;
    height: auto;
    left: 15px;
    top: 170px;
}

.center-box .body .human {
    position: absolute;
    width: 250px;
    height: auto;
    left: 0;
    top: 126px;
    right: 0;
    margin: 0 auto;
}

.center-box .box1 {
    position: absolute;
    width: 265px;
    height: auto;
    right: -15px;
    bottom: -90px;
    border-radius: 7px;
    overflow: hidden;
    background: url("img/q.png") #FFF right 20px top 1em no-repeat;
}

.center-box .box1 p {
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    color: #212121;
    z-index: 1;
    padding: 25px 20px;
}

.center-box .box1 .bottom p:before {
    content: '';
    position: absolute;
    width: 36px;
    height: 1px;
    right: 0;
    top: 36px;
    background: #212121;
    opacity: 0.2;
    box-shadow: 0 72px 67px -44px rgba(219, 137, 47, 0.28);
    transform: rotate(90deg);
}

.center-box .box1:after {
    content: '';
    position: absolute;
    width: 438px;
    height: 438px;
    left: -290px;
    top: -332px;
    z-index: 0;
    background: #FFE0BC;
    filter: blur(70px);
}

.center-box .box1 .bottom {
    height: auto;
    background: linear-gradient(269.9deg, #FFA34E 1.28%, #FFCF45 99.91%);
    box-shadow: 0 72px 67px -44px rgba(219, 137, 47, 0.28);
    border-radius: 0 0 10px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 15px;
}

.center-box .box1 .bottom img {
    width: 72px;
    height: 54px;
}

.center-box .box1 .bottom p {
    padding: 10px 30px 10px 10px;
    font-weight: 400;
    font-size: 12px;
    text-align: right;
    opacity: 0.7;
}

.center-box .box2 {
    position: absolute;
    width: 200px;
    height: 240px;
    left: -10px;
    top: -80px;
    border-radius: 7px;
    overflow: hidden;
    padding: 165px 10px 30px 3px;
    background: url(img/box2bg.png) no-repeat center center;
    border: 4px solid #F28F34;
}

.center-box .box2 a {
    font-style: normal;
    font-size: 15px;
    line-height: 26px;
    text-align: right;
    color: #212121;
    position: relative;
    z-index: 2;
}

.center-box .box2 a span {
    font-weight: 1000;
    font-size: 20px;
}

.center-box .box2 .bottom {
    margin-top: 20px;
    padding: 0 10px;
}

.whois h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 50px;
    text-align: right;
    color: #212121;
}

.whois p {
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 28px;
    margin: 15px 0;
}

.whois img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 50px auto;
}

.link-btn {
    position: relative;
    padding: 10px 30px 10px 60px;
    background: #212121;
    border-radius: 30px;
    color: #fff;
    font-weight: 300;
    display: inline-block;
    margin: 20px 0;
    text-decoration: none;
    transition: all .3s;
}

.link-btn:after {
    content: '';
    background-image: url('img/btn-arrow.png');
    width: 18px;
    height: 11px;
    display: inline-block;
    position: absolute;
    left: 25px;
    top: 18px;
    transition: all .3s;
}

.link-btn:hover {
    background-color: #f28d33;
}

.link-btn:hover:after {
    left: 15px !important;
}

.title {
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 16px;
    color: #212121;
    opacity: 0.5;
    text-align: center;
    width: 100%;
    display: block;
}

.owl-dots {
    display: none;
}

.feature-slider .owl-item img {
    width: 40px !important;
    height: auto;
}


.forms h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 50px;
    text-align: center;
    color: #212121;
}

.forms p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #212121;
    margin-bottom: 30px;
}

.forms {
    background: #FAFAFB;
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    padding: 40px 20px;
}

.services-tab {
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 35px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    padding: 2px 4px !important;
    margin: 0;
}

.services-tab li button {
    color: #5e5e5e;
    font-weight: 300;
    width: 100%;
    box-shadow: none;
    height: 59px;
}

.services-tab li button.active {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 7px 40px;
    background: linear-gradient(269.9deg, #FFA34E 1.28%, #FFCF45 99.91%);
    border-radius: 36px !important;
    color: #212121 !important;
    font-weight: 400;
    margin: 0 !important;
    height: 100%;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: unset !important;
    height: 59px;
}

.services-tab li button .subtitle {
    display: none;
    text-align: center;
    color: #212121;
    opacity: 0.78;
    font-size: 12px;
    font-weight: 300;
}

.services-tab li button.active .subtitle {
    display: block;
    margin-top: 6px;
}

.services-tab li button.active span:first-child {
    margin: 0 !important;
}

.v-tabs {
    display: flex;
    flex-direction: column;
}

.v-tabs .sub-services button {
    position: relative;
    padding: 17px 30px 17px 50px;
    background: #ECECEC;
    border-radius: 27px;
    color: #5e5e5e !important;
    font-weight: 300;
    margin: 5px 0;
    text-align: right;
    box-shadow: none;
}

.v-tabs .sub-services button:after {
    content: '';
    background-image: url('img/btn-arrow-1.png');
    width: 18px;
    height: 11px;
    display: inline-block;
    position: absolute;
    left: 25px;
    top: 19px;
    background-repeat: no-repeat;
}

.v-tabs .sub-services button:focus {
    border-radius: 27px;
}

.v-tabs .sub-services button.active {
    background: #FFFFFF;
    border: 1px solid #212121;
    color: #000 !important;
    font-weight: 400;
    border-radius: 27px;
}

.v-tabs .sub-services button.active:after {
    background-image: url('img/btn-arrow-2.png');
    background-repeat: no-repeat;
}

.v-tabs .alert-primary {
    background: #DBF4FF;
    border-radius: 46px;
}

.v-tabs .alert-primary {
    color: #25647E;
    font-weight: 400;
    font-size: 13px;
    padding: 5px 15px;
    margin: 15px 0;
}

.services-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
}

.services-box .service-box {
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    overflow: hidden;
    margin: 20px 0;
    margin-right: 15px;
}

.services-box .service-box .price {
    font-size: 12px;
    text-align: center;
    padding: 20px 0;
    color: #606060;
    background: #FAFAFB;
    border-bottom: 1px solid #E9E9E9;
}

.services-box .service-box .price span {
    font-size: 26px;
    display: inline-block;
    margin: 0 3px;
    color: #393E4A;
    font-weight: 600;
}

.services-box .service-box .content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 15px 25px;
}

.services-box .service-box .right {
    width: 75%;
}

.services-box .service-box .content p {
    color: #0C75FF;
    font-size: 12px;
    font-weight: 300;
    text-align: right;
    line-height: 1.3;
}

.services-box .service-box .content p span {
    font-size: 16px;
    font-weight: 600;
    display: block;
}

.services-box .service-box .day {
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #FAB020;
    background: #FBF4E8;
    border-radius: 39px;
    padding: 3px 15px;
    margin-top: 10px;
}

.services-box .service-box .left span {
    font-size: 12px;
    color: #212121;
    opacity: 0.34;
    width: 70%;
    display: inline-block;
    line-height: 1.6;
}

.tab-content .link-btn {
    width: 100%;
    text-align: center;
}

.tab-content .link-btn:after {
    content: none;
}

.tab-content .link-btn span {
    position: relative;
    display: inline-block;
}

.tab-content .link-btn span:after {
    content: '';
    background-image: url('img/btn-arrow.png');
    width: 18px;
    height: 11px;
    display: inline-block;
    position: absolute;
    left: -40px;
    top: 8px;
}

.l1.whatis h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 33px;
    text-align: right;
    color: #212121;
}

.l1.whatis .whatis-subtitle p {
    color: #212121;
    font-size: 15px;
    font-weight: 300;
    text-align: center
}

.whatis .right {
    max-width: 350px !important;
    text-align: justify;
}

.whatis .right p {
    font-weight: 300;
}

.left .carousel-v h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    text-align: right;
    color: #212121;
}

.carousel-v.item {
    border-radius: 10px 10px 0 0;
    padding: 40px 40px 0 40px;
    position: relative;
}

.carousel-v.item1 {
    background: linear-gradient(136.04deg, #CAF2FF 6.58%, #FFF5D1 103.46%);
}

.carousel-v.item2 {
    background: linear-gradient(136.04deg, #F6B273 6.58%, #EAC5FF 103.46%);
    z-index: 9;
}

.carousel-v.item h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    text-align: right;
    color: #212121;
}

.carousel-v p {
    color: #212121;
    font-size: 15px;
    font-weight: 300;
    margin-top: 10px;
}

.carousel-v img {
    max-width: 100%;
    margin: 47px 0 -10px;
}

.carousel-v .full-text-hide {
    display: none;
}

.present {
    background: #FAFAFB;
    border-width: 1px 0;
    border-style: solid;
    border-color: #E6E7ED;
    z-index: 99;
    position: relative;
}

.present h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 33px;
    text-align: center;
    color: #212121;
}

.acc-box {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    margin: 20px 0;
}

.acc-box h4 {
    font-weight: 600;
    font-size: 22px;
    margin-top: 20px;
}

.acc-box .text {
    display: none;
    margin: 0;
}

.acc-box p {
    font-size: 16px;
    color: #212121;
    line-height: 2;
    opacity: .8;
    font-weight: 300;
    margin-top: 15px;
}

.acc-box1 {
    background: url('img/Group1.png') #fff no-repeat left 40px;
    padding: 35px 35px 35px 150px;
    height: auto;
}

.open-text {
    color: #212121;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 13px;
    width: 80px;
    margin-top: 15px;
}

.open-text:after {
    content: '';
    background-image: url('img/open.png');
    width: 10px;
    height: 6px;
    display: inline-block;
    position: absolute;
    left: -20px;
    top: 8px;
}

.open-text.active {
    width: 40px;
}

.open-text.active:after {
    transform: rotate(180deg);
    left: -10px;
}


.item-open-text {
    color: #212121;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 13px;
    width: 80px;
    margin-top: 15px;
}

.item-open-text:after {
    content: '';
    background-image: url('img/open.png');
    width: 10px;
    height: 6px;
    display: inline-block;
    position: absolute;
    left: -10px;
    top: 10px;
}

.item-open-text.active {
    width: 40px;
}

.item-open-text.active:after {
    transform: rotate(180deg);
    left: -10px;
}

.acc-box2 {
    padding: 20px 33px;
    display: flex;
    flex-direction: column;
    text-align: center;
    height: unset;
}

.acc-box2 img {
    width: 52px;
    height: auto;
    display: block;
    margin: 15px auto 0;
}

.acc-box2 .open-text {
    margin: 15px auto;
}

.acc-box2 p {
    padding: 0 20px;
    font-size: 16px;
}

.acc-box.three {
    background: linear-gradient(269.9deg, #FFA34E 1.28%, #FFCF45 99.91%);
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    overflow: hidden;
}

.acc-box.three h4 {
    text-align: center;
    position: relative;
    font-weight: 600;
    margin-top: 30px;
}

.acc-box.three h4:after {
    content: '';
    background-image: url('img/text-bg1.png');
    width: 185px;
    height: 9px;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 35px;
}

.acc-box.three p {
    margin: 40px 0 0 0;
    text-align: center;
    padding: 0 30px;
}

.slick-slide {
    margin: 30px;
    background-color: #fff;
    padding: 40px 40px 70px 40px;
    border-radius: 10px;
}

.slick-slide .pro-item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.slick-slide .pro-item h5 {
    margin-top: 30px;
}

.acc-box5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
    text-align: center;
}

.acc-box5 h4 {
    text-align: center;
    position: relative;
    background-image: url('img/text-bg.png');
    background-repeat: no-repeat;
    background-size: 211px 20px;
    width: 211px;
    background-position: bottom;
    font-size: 26px;
}

.acc-box5 p {
    color: #212121;
    opacity: 1;
    font-size: 18px;
    font-weight: 300;
}

.acc-box5 p span {
    color: #212121;
    opacity: 1;
    font-weight: 600;
    font-size: 20px;
}

.bottom-half .top-title h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    color: #000000;
    text-align: center;
    line-height: 1.7;
}

.bottom-half .top-title h3 span {
    display: block;
    background: -webkit-linear-gradient(#FFA34E, #FFCF45);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bottom-half .top-title p {
    font-weight: 400;
    font-size: 16px;
    color: #212121;
    opacity: 0.7;
    margin-top: 20px;
    text-align: center;
}

.big-box {
    position: relative;
    background-size: contain;
    min-height: 515px;
    border-radius: 10px;
    overflow: hidden;
}

.big-box:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.big-box1:after {
    background: linear-gradient(180deg, rgba(255, 164, 77, 0) 36.22%, #FFA44D 70.67%);
}

.big-box2:after {
    background: linear-gradient(180deg, rgba(255, 204, 69, 0) 36.22%, #FFCC45 70.67%);
}

.big-box1 {
    border: 10px solid #FFA44D;
}

.big-box2 {
    border: 10px solid #FFCC45;
}

.big-box1:before {
    content: 'اختصاصی تکفون';
    position: absolute;
    width: 168px;
    height: 39px;
    right: 0;
    top: 0;
    background: #FFA44D;
    border-radius: 0 0 0 15px;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    color: #212121;
}


.big-box .img-box {
    max-width: 100%;
    height: 515px;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.big-box .img-box img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.big-box .content-box {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px 20px 0 20px;
}

.big-box .content-box h3 {
    font-weight: 900;
    font-size: 28px;
    text-align: right;
    color: #212121;
}

.big-box .content-box .software-content {
    font-size: 16px;
    text-align: right;
    color: #212121;
    opacity: 0.7;
    font-weight: 300;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
    overflow: hidden;
}

.big-box .content-box .software-content-full {
    display: none;
    font-size: 16px;
    text-align: right;
    color: #212121;
    opacity: 0.7;
    font-weight: 300;
}

.open-texttwo {
    cursor: pointer;
}

.big-box1 .content-box.active {
    background: linear-gradient(180deg, rgba(255, 164, 77, .05), rgb(255, 164, 77), #FFA44D 100%);
}

.big-box2 .content-box.active {
    background: linear-gradient(180deg, rgba(255, 204, 69, .05), rgba(255, 204, 69), #FFCC45 100%);
}

.plans h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 54px;
    text-align: center;
    color: #000000;
}

.plan {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    padding: 30px;
}

.plan:before {
    content: '';
    width: 100%;
    height: 12px;
    background: linear-gradient(269.9deg, #FFA34E 1.28%, #FFCF45 99.91%);
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.plan-name {
    font-weight: 700;
    font-size: 22px;
    color: #212121;
}

.colorful {
    color: #F28F34;
    font-weight: 700;
    font-size: 22px;
}

.price {
    color: #212121;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 10px;
}

.price span {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
}

.plan .plan-header {
    position: relative;

}

.plan .plan-header:after {
    content: '';
    width: calc(100% + 60px);
    height: 1px;
    border-bottom: 1px solid #E9E9E9;
    display: block;
    position: absolute;
    right: -30px;
}

.plan-body {
    padding-top: 30px;
}

.plan-body ul li {
    position: relative;
    color: #4D4D4D;
    font-weight: 300;
    font-size: 16px;
    padding-right: 10px;
    margin: 15px 0;
    list-style-type: none;
}

.plan-body ul li:before {
    content: '';
    background-image: url('img/check.png');
    width: 15px;
    height: 12px;
    display: inline-block;
    position: absolute;
    right: -13px;
    top: 5px;
}

.plan-body ul li.not {
    color: #bebebe;
}

.plan-body ul li.not:before {
    background-image: url('img/check-n.png');
}

.notification {
    width: 100%;
    height: 48px;
    background: #FEF4EB;
    border-radius: 46px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 0 27px;
}

.notification span {
    color: #F28F34;
    font-weight: 700;
    font-size: 19px;
}

.plan .action {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.plan .action a {
    width: 100%;
    text-align: center;
    font-weight: 500;
}

.plan .link-btn::after {
    left: 75px;
}

.colorfulen {
    color: #F28F34;
    font-weight: 300;
    font-size: 22px;
}

/*.plan2:after {*/
/*    content: 'نسخه پیشنهادی';*/
/*    background: linear-gradient(269.9deg, #FFA34E 1.28%, #FFCF45 99.91%);*/
/*    border-radius: 10px 10px 0 0;*/
/*    font-weight: 700;*/
/*    font-size: 18px;*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: -33px;*/
/*    right: 0;*/
/*    padding: 5px 44px;*/
/*    left: 0;*/
/*    margin: 0 auto;*/
/*    width: 218px;*/
/*}*/

.plan2 {
    background: linear-gradient(205.53deg, #FFF2F2 41.72%, #FFF8BC 127.67%);
    border: 1px solid #E9E9E9;
}

.plan2::before {
    content: unset;
}

.plan2 .notification {
    background: #FFE9D5;
}

.plan-header .pishhead {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    display: block;
    max-width: 200px;
    text-align: center;
    margin: 0 auto 20px;
    color: #212121;
    font-size: 19px;
    font-weight: 600;
}

.plan .header2 {
    position: relative;
    font-weight: 700;
    font-size: 22px;
    padding: 30px 0;
}

.plan .header2:after {
    content: '';
    width: calc(100% + 60px);
    height: 1px;
    border-bottom: 1px solid #E9E9E9;
    display: block;
    position: absolute;
    right: -30px;
    bottom: -0;
}

.plan .header2 .colorfull {
    color: #F28F34;
    margin-top: 2px;
}

.action span.tax {
    color: #212121;
    font-weight: 400;
    font-size: 13px;
    opacity: 0.7;
}

.feature h4 {
    font-weight: 700;
    font-size: 36px;
    color: #212121;
}

.feature-slider {
    position: relative;
    padding-right: 10px;
}

.feature-slider .f-item {
    position: relative;
    width: 376px;
    height: 350px;
    background: #FFFFFF;
    border: 2px solid #E9E9E9;
    border-radius: 10px;
    padding: 80px 40px 40px 40px;
    margin: 0 auto;
}

.feature-slider .f-title {
    font-weight: 700;
    font-size: 22px;
    color: #212121;
    margin: 20px 0;
}

.feature-slider .f-item span {
    color: #212121;
    opacity: 0.7;
    font-weight: 300;
    font-size: 16px;
}

.feature-slider .f-item .num {
    font-weight: 700;
    font-size: 66px;
    color: #212121;
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 40px;
}


.feature-slider .owl-nav {
    position: absolute;
    top: -70px;
    display: block !important;
}

.feature-slider .owl-nav .owl-next {
    margin-right: 10px;
}

.ideabox {
    clear: both;
    background: linear-gradient(269.9deg, #FFA34E 1.28%, #FFCF45 99.91%);
    padding: 110px 20px;
    border-radius: 10px;
    position: relative;
}

.ideabox:before {
    content: '';
    background: url('img/bg33.svg');
    background-repeat: no-repeat;
    width: 100%;
    height: 342px;
    position: absolute;
    top: 0;
    left: 0;
}

.ideabox .box {
    position: relative;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 40px;
}

.ideabox .box h5 {
    color: #212121;
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.ideabox .box p {
    font-weight: 300;
    font-size: 15px;
    color: #212121;
    opacity: 0.8;
    margin: 10px 0;
    line-height: 1.8;
}

b {
    font-weight: 500;
}

.ideabox .box1 img {
    position: absolute;
    right: -20px;
    top: -110px;
}

.ideabox .box2 img {
    position: absolute;
    left: -20px;
    bottom: -110px;
}

.form {
    background: url("img/Union.png") #FFF left top no-repeat;
}

.form .info h5 {
    font-weight: 700;
    font-size: 36px;
    color: #212121;
    margin-bottom: 20px;
}

.form .info p {
    font-weight: 300;
    font-size: 16px;
    color: #212121;
    opacity: 0.8;
    margin: 10px 0;
}


.form .info .call-box {
    background: #FFFFFF;
    padding: 25px 35px;
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.form .info .call-box .right, .form .info .call-box .left {
    width: 100%;
}

.form .info .call-box p {
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}

.form .info .call-box span {
    color: #212121;
    opacity: 0.4;
    font-weight: 300;
    font-size: 13px;
}

.form .info .call-box a {
    position: relative;
    text-align: center;
    display: block;
    background: -webkit-linear-gradient(#FFA34E, #FFCF45);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1.8px;
    font-weight: 700;
    font-size: 24px;
    margin-top: 26px;
    margin-left: 40px;
    text-decoration: none;
}

.form .info .call-box a::after {
    content: '';
    background-image: url('img/left-orange.png');
    width: 29px;
    height: 18px;
    display: inline-block;
    position: absolute;
    left: 0;
    margin: 0 auto;
    top: 10px;
}

.contact-form ul, .contact-form ol {
    padding: 0 !important;
    margin: 0 !important;
}

.contact-form li {
    list-style: none;
    margin-bottom: 10px;
    position: relative;
}

.contact-form input {
    width: 100% !important;
    height: 72px !important;
    background: #FFFFFF !important;
    border: 1px solid #E9E9E9 !important;
    border-radius: 81px !important;
    padding-right: 160px !important;
    color: #bebebe !important;
    font-weight: 300 !important;
}

.contact-form form {
    width: 100%;
}

.contact-form input::placeholder {
    font-size: 16px;
    color: #212121;
    font-weight: 300;
}

.contact-form .name div:before {
    content: 'نام و نام خانوادگی';
    display: block;
    position: absolute;
    top: 24px;
    right: 20px;
}

.contact-form .phone div:before {
    content: 'شماره تماس';
    display: block;
    position: absolute;
    top: 24px;
    right: 20px;
}

.contact-form .city div:before {
    content: 'شهر';
    display: block;
    position: absolute;
    top: 24px;
    right: 20px;
}

.contact-form .gform_button {
    position: relative;
    padding: 10px 30px !important;
    background: #212121 !important;
    border-radius: 30px !important;
    color: #fff !important;
    font-weight: 300;
    display: inline-block;
    margin: 20px 0;
    box-shadow: none !important;
    border: none !important;
}

.contact-form .gform_button:after {
    content: '';
    background-image: url('img/btn-arrow.png');
    width: 18px;
    height: 11px;
    display: inline-block;
    position: absolute;
    left: 25px;
    top: 18px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

.contact-form .gfield {
    position: relative;
}

.contact-form label {
    position: absolute;
    font-size: 14px !important;
    color: #212121;
    top: 20px;
    right: 25px;
}

.contact-form label .gfield_required, .gform_heading {
    display: none;
}

.contact-form .gform_footer {
    width: 100%;
}

.contact-form .gform_footer .gform_button, .contact-form .gform_validation_errors {
    border: none !important;
}


.contact-form .gform-body {
    width: 100%;
}

.contact-form .gform_confirmation_message {
    padding: 30px;
    border: 1px solid #feaa49;
    border-radius: 10px;
    font-size: 22px;
    text-align: center;
    color: #ffa031;
}

.contact-form .gform_wrapper .gfield_validation_message, .contact-form .gform_wrapper .validation_message {
    border: 0 !important;
    background-color: unset !important;
    color: red !important;
    margin-top: 0 !important;
}


.qa-title h6 {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
}

.qa-title p {
    font-weight: 300;
    font-size: 16px;
    color: #212121;
    opacity: 0.8;
    text-align: center;
    line-height: 1.8;
}

.qa .accordion-button h5 {
    background-color: #fff;
    display: block;
    background: -webkit-linear-gradient(#FFA34E, #FFCF45);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
}

.qa .accordion-button.collapsed {
    background-color: #fff;
    box-shadow: none !important;
    border-bottom: 1px solid #ececec;
}

.qa .accordion-button {
    background-color: #fff !important;
    border-bottom: none;
    border-radius: 0 !important;
}

.qa .accordion-button.collapsed h5 {
    color: #212121 !important;
    font-weight: 300 !important;
    font-size: 18px !important;
    line-height: 26px !important;
    background: unset !important;
    background-clip: unset !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
}

.qa .accordion-collapse {
    background: #FFF7F0;
    border-radius: 10px;
    padding: 40px;
    color: #212121;
    text-align: right;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
}

.qa .accordion-item {
    border: none !important;
    box-shadow: none !important;
}

button:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

#custom {
    background-color: #fff;
}

#custom .elementor-kit-6 button, #custom .elementor-kit-6 input[type="button"], #custom .elementor-kit-6 input[type="submit"], #custom .elementor-kit-6 #custom .elementor-button {
    box-shadow: none;
    border-radius: 0;
}

#custom .nav-link:hover {
    box-shadow: none !important;
    background-color: unset !important;
    border-radius: 27px;
}

#custom .v-tabs .nav-link:hover {
    background-color: #ECECEC !important;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    box-shadow: none;
    border-radius: 0;
}

#custom a:hover, #custom a:focus {
    color: #fff !important;
}

#custom .gform_button:hover, #custom .gform_button:focus {
    background-color: #212121;
    box-shadow: none;
    color: #fff;
}

.landing-h2 {
    display: block;
    background: linear-gradient(269.9deg, #FFA34E 1.28%, #FFCF45 99.91%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 29px;
    text-align: center;
}

.landing-header-img {
    width: 100%;
    max-width: 730px;
    margin: 80px auto;
    display: block;
    position: relative;
    z-index: 9;
}

.colorful-landing2 {
    position: relative;
}

.colurful-box {
    padding: 70px;
    border-radius: 10px;
    position: relative;
}

.colurful-box img {
    max-width: 100%;
    display: block;
    margin: 50px auto;
}

.colurful-box h3 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 20px;
    color: #212121;
}

.colurful-box p {
    font-weight: 300;
    font-size: 16px;
    color: #212121;
    line-height: 2;
}

.landing-title {
    color: #212121;
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 20px;
}

.colurful-boxs-title {
    height: 54px;
}

.colurful-boxs .landing-subtitle {
    font-weight: 300;
    font-size: 18px;
    color: #212121;
    opacity: 0.7;
    text-align: center;
}

.colurful-box .link-btn {
    margin-top: 100px;
}

.colurful-box.blue {
    background: linear-gradient(221.99deg, #F1FFF9 1.93%, #CBDAFF 100%);
    z-index: 1;
}

.colurful-box.green {
    background: linear-gradient(193.37deg, #F2FFF3 45.68%, #C1FFBC 167.32%);
    z-index: 2;
}

.colurful-box.pink {
    background: linear-gradient(205.53deg, #FFF2F2 41.72%, #FFF8BC 127.67%);
    z-index: 3;
    margin-top: 5px;
}

.pin-spacer .colurful-box {
    margin-top: 30px;
}

.orangebox-container .title {
    opacity: 1;
}

.orangebox-container .title h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.6;
    color: #212121;
    margin-bottom: 20px;
}

.orangebox-container .title p {
    color: #212121;
    opacity: 0.7;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8;
}

.orangebox {
    border-radius: 30px;
    min-height: 280px;
    padding: 40px 40px 40px 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.orangebox1 {
    background: linear-gradient(233.89deg, #FF951C 0%, #FFCB43 108.87%);
}

.orangebox2 {
    background: linear-gradient(235.8deg, #CB6E0D 6.67%, #FD983D 109.23%);
}

.orangebox3 {
    background: linear-gradient(235.8deg, #E45E12 6.67%, #FFED46 109.23%);
}

.orangebox4 {
    background: linear-gradient(235.8deg, #FF9B29 6.67%, #FFC467 109.23%);
}

.orangebox5 {
    background: linear-gradient(233.89deg, #FF4307 0%, #FFA031 108.87%);
}

.orangebox6 {
    background: linear-gradient(235.8deg, #FF8E17 6.67%, #FFDA1A 109.23%);
}

.orangebox7 {
    background: linear-gradient(235.8deg, #FFA312 6.67%, #FF7C52 109.23%);
}

.orangebox img {
    width: 53px;
}

.orangebox p {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    font-weight: 500;
}

.lastbox {
    border-radius: 30px;
    min-height: 280px;
    padding: 50px 30px 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #E9E9E9;
    background: url("img/Union-b.png") #FFF left top no-repeat;
}

.lastbox p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #212121;
}

.black-carousel {
    background-color: #212121;
    border-radius: 10px;
    position: relative;
    z-index: 3;
    padding: 30px;
}

.black-carousel ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 !important;
    list-style-type: none;
}

.black-carousel ul li {
    font-size: 70px;
    font-weight: 500;
    background: -webkit-linear-gradient(#FFA34E, #FFCF45);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
    direction: ltr;
    margin-top: 45px;
    list-style-type: none;
}

.black-carousel ul li span {
    display: block;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin-top: -25px;
}

.black-carousel ul li:first-child {
    display: block;
    background: -webkit-linear-gradient(#FFA34E, #FFCF45);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 36px;
    text-align: right;
    direction: rtl;
}

.black-carousel .bottom {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

.black-carousel .bottom span {
    display: block;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 20px;
    padding-left: 20%;
}

.moshtari-black:before {
    content: '';
    width: 60px;
    height: 140%;
    background: linear-gradient(left, rgba(33, 33, 33, 0), rgba(33, 33, 33, 1));
    background: -webkit-linear-gradient(left, rgba(33, 33, 33, 0), rgba(33, 33, 33, 1));
    background: -moz-linear-gradient(left, rgba(33, 33, 33, 0), rgba(33, 33, 33, 1));
    position: absolute;
    top: -10px;
    right: -1px;
    z-index: 999;
}

.moshtari-black:after {
    content: '';
    width: 60px;
    height: 140%;
    background: linear-gradient(right, rgba(33, 33, 33, 0), rgba(33, 33, 33, 1));
    background: -webkit-linear-gradient(right, rgba(33, 33, 33, 0), rgba(33, 33, 33, 1));
    background: -moz-linear-gradient(right, rgba(33, 33, 33, 0), rgba(33, 33, 33, 1));
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 999;
}

.subheader-img {
    position: relative;
}

.text-box-over {
    background: linear-gradient(112.35deg, rgba(242, 143, 52, 0.2) 1.88%, rgba(242, 143, 52, 0) 45.64%), #FFFFFF;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 69px rgba(242, 143, 52, 0.15);
    margin-top: -35%;
    z-index: 3;
    position: relative;
}

.text-box-over img {
    margin: 0;
}

.text-box-over .title {
    display: block;
    background: -webkit-linear-gradient(#FFA34E, #FFCF45);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: right;
    font-weight: 700;
    font-size: 20px;
    opacity: 1;
}

.text-box-over .content {
    padding: 0 !important;
    font-size: 14px;
}

.landing3-box-container {
    background: #FAFAFB;
    margin-top: 10rem !important;
}

.landing3-box-container .title {
    opacity: 1;
}

.landing3-box-container .title h4 {
    font-weight: 700;
    font-size: 36px;
    color: #212121;
    line-height: 1.7;
}

.landing3-box-container .title p {
    margin-top: 40px;
    line-height: 1.8;
    font-weight: 500;
}

.landing3-box-container .title .greenbox {
    color: #212121;
    font-weight: 300;
    font-size: 15px;
    text-align: center;
    background: linear-gradient(136.04deg, #D4FFBF 6.58%, #D1FFDB 103.46%);
    border-radius: 10px;
    padding: 40px;
    line-height: 1.8;
    max-width: 1200px;
    margin: 20px auto;
}

.box-scroll {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
}

.l3box {
    padding: 40px;
    display: flex;
    flex-direction: column;
    border: 1px solid #E9E9E9;
    border-radius: 20px;
    background-color: #fff;
    height: auto;
    white-space: normal;
}

.l3box img {
    width: 40px;
}

.l3box p {
    color: #212121;
    opacity: 0.7;
    font-size: 14px;
    font-weight: 300;
    margin-top: 20px;
    line-height: 1.7;
}

.l3box .top-title {
    margin: 50px 0 0;
    background: #FFFFFF;
    opacity: 1;
    font-weight: 400;
    font-size: 18px;
}

.landing3-box-container .lastbox {
    overflow: hidden;
    position: relative;
    background: linear-gradient(269.9deg, #FFA34E 1.28%, #FFCF45 99.91%) !important;
    white-space: normal;
    min-height: 400px;
}

.landing3-box-container .lastbox:after {
    /*content: '';*/
    background-image: url("img/Union-b.png");
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.l3colurful-boxs h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    color: #212121;
    text-align: center;
}

.l3colurful-box {
    position: relative;
    border-radius: 20px;
    padding: 50px;
    min-height: 500px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.l3colurful-box.l3blue {
    background: linear-gradient(218.87deg, #F1FFF9 6.57%, #CBDAFF 100%);
}


.l3colurful-box.l3green {
    background: linear-gradient(206.7deg, #F2FFF3 24.5%, #C1FFBC 119.39%);
}

.l3colurful-box.l3pink {
    background: linear-gradient(205.53deg, #FFF2F2 41.72%, #FFF8BC 127.67%);
}

.l3colurful-box.l3purple {
    background: linear-gradient(193.37deg, #FCF2FF 45.68%, #E1BCFF 167.32%);
}

.l3colurful-box .img-bx {
    width: 100px;
    height: 100px;
    padding: 17px;
    border-radius: 10px;
}

.l3colurful-box.l3blue .img-bx {
    background: linear-gradient(218.87deg, #D1FCE9 6.57%, #B0C6FF 100%);
}

.l3colurful-box.l3green .img-bx {
    background: linear-gradient(206.7deg, #FBFFE4 -12.25%, #98F290 119.39%);
}

.l3colurful-box.l3pink .img-bx {
    background: linear-gradient(219.57deg, #FFB4B4 -13.68%, #FFF59E 113.3%);
}

.l3colurful-box.l3purple .img-bx {
    background: linear-gradient(215.34deg, #F2CEFF 17.44%, #8F99F2 144.77%);
}

.l3colurful-box.l3blue .img-bx img {
    margin: 0 auto;
}

.l3colurful-box h5 {
    font-weight: 700;
    font-size: 26px;
    line-height: 2;
    text-align: right;
    color: #212121;
    margin-bottom: 20px;
}

.l3colurful-box p {
    color: #212121;
    opacity: 0.7;
    font-size: 14px;
    font-weight: 300;
}

.l3colurful-box a {
    margin: 40px 0 20px;
}

.road-map {
    background-color: #212121;
}

.road-map-title {
    position: relative;
}

.road-map-title h6 {
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    position: relative;
    z-index: 2;
    max-width: 500px;
    margin-bottom: 20px;
}

.road-map-title span {
    position: absolute;
    top: -30px;
    right: -20px;
    z-index: 1;
    display: block;
    background: -webkit-linear-gradient(#FFA34E, #FFCF45);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 76px;
}

.steps-container.scroller > .col-12 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
}

.map-step {
    width: 300px;
    margin: 30px;
    white-space: normal;
}

.map-step p {
    color: #fff;
    opacity: 0.7;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}

.map-step .title {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    opacity: 1;
    text-align: center;
    line-height: 1.6;
}

.map-step img {
    display: block;
    margin: 0 auto;
}

.l4blackbox .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
}

.blackbox {
    background: #212121;
    border-radius: 20px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 250px;
    position: relative;
    z-index: 2;
    white-space: normal;
    margin: 0 2%;
}

.blackbox img {
    width: 40px;
    height: auto;
}

.blackbox p {
    display: block;
    background: -webkit-linear-gradient(#FFA34E, #FFCF45);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 21px;
    font-weight: 700;
    padding-left: 50px;
}

.blackbox span {
    color: #FFFFFF;
    opacity: 0.43;
    font-size: 12px;
    display: block;
    margin-top: 10px;
}

.price-box-container {
    background: #FAFAFB;
}

.price-box-container h3 {
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    color: #212121;
}

.price-box-container h4 {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    color: #212121;
}

.price-box-container .services-tab {
    max-width: 500px;
    margin: 30px auto;
}

.price-box-container .services-tab .nav-item {
    width: 33.3333333%;
}

.price-box {
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 20px;
}

.price-box .top {
    background: #FAFAFB;
    text-align: center;
    padding: 20px 30px;
    font-weight: 700;
    font-size: 18px;
    border-radius: 19px 19px 0 0;
}

.price-box .price {
    padding: 20px 30px;
    border-bottom: 1px solid #E9E9E9;
    display: flex;
    justify-content: center;
}

.price-box .bottom {
    padding: 20px 5px 2px;
}

.price-box .price .right span {
    color: #0E75FC;
    opacity: 0.6;
    font-size: 13px;
}

.price-box .price .right p {
    color: #0C75FF;
    font-size: 40px;
    margin-top: -20px;
    font-weight: 700;
}

.price-box .price .left {
    font-weight: 700;
    color: #0C75FF;
    font-size: 16px;
    margin-top: 20px;
    margin-right: 10px;
}

.price-box .price .left p:last-child {
    color: #FAB020;
    background: #FBF4E8;
    border-radius: 39px;
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
    padding: 4px 0;
}

.price-box .bottom ul {
    margin: 0 !important;
}

.price-box .bottom li {
    position: relative;
    margin: 20px 35px 20px 0;
    list-style-type: none;
}

.price-box .bottom li:before {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url('img/pcheck.png');
    position: absolute;
    top: calc(50% - 15px);
    right: -40px;
}

.price-box .bottom li span {
    color: #212121;
    opacity: 0.3;
    font-size: 13px;
}

.price-box .link-btn {
    margin: 10px auto 30px !important;
    width: 90% !important;
    display: block;
    text-align: center;
}

.price-box .link-btn:after {
    content: '';
    background-image: url('img/btn-arrow.png');
    width: 18px;
    height: 11px;
    display: inline-block;
    position: absolute;
    left: 25px;
    top: 18px;
}

.price-box .bottom .accordion-item {
    border: 0;
}

.price-box .accordion-button {
    border-radius: 30px !important;
    background-color: #f4f9ff;
    width: 80%;
    margin: 0 auto;
    font-size: 13px;
    box-shadow: none;
}

.accordion-collapse {
    padding: 0 30px;
}

.price-list-desktop {
    padding: 0 30px;
}

.price-box-btm-check {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 20px 0;
    justify-content: center;
}

.price-box-btm-check p {
    color: #212121;
    font-weight: 300;
    font-size: 14px;
    padding: 10px 20px;
    background: #E9E9E9;
    border-radius: 32px;
    margin: 15px 10px;
}

.price-box-btm-check p img {
    margin-left: 7px;
}

.orange-box-container h4 {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    color: #212121;
}

.orange-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 60px;
    border-radius: 30px;
    height: 330px;
}

.orange-box img {
    width: 60px;
}

.orange-box p {
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
}

.orange-box span {
    font-weight: 300;
    font-size: 13px;
    line-height: 28px;
    color: #FFFFFF;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
    overflow: hidden;
}

.orange-box-container .orange-box1 {
    background: linear-gradient(233.89deg, #FF951C 0%, #FFCB43 108.87%);
}

.orange-box-container .orange-box2 {
    background: linear-gradient(235.8deg, #E45E12 6.67%, #FFED46 109.23%);
}

.orange-box-container .orange-box3 {
    background: linear-gradient(235.8deg, #FF9B29 6.67%, #FFC467 109.23%);
}

.orange-box-container .orange-box4 {
    background: linear-gradient(233.89deg, #FF4307 0%, #FFA031 108.87%);
}

.orange-box-container .orange-box5 {
    background: linear-gradient(235.8deg, #FF8E17 6.67%, #FFDA1A 109.23%);
}

.orange-box-container .orange-box6 {
    background: linear-gradient(235.8deg, #FFA312 6.67%, #FF7C52 109.23%);
}

.l4green h4 {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    color: #212121;
}

.chart-content-top {
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.chart-content-bottom {
    position: relative;
    z-index: 2;
    background-color: #fff;
}


.chart-content-top p.title {
    background: linear-gradient(236.68deg, #44D571 -24.51%, #D0D26B 103.69%);
    border-radius: 41px;
    text-align: right;
    color: #fff;
    opacity: 1;
    padding: 10px 20px 10px;
    font-weight: 400;
    margin-bottom: 30px !important;
}

.chart-content-bottom p.title {
    background: linear-gradient(180deg, #FE8F53 0%, #FF5E49 100%);
    border-radius: 41px;
    text-align: right;
    color: #fff;
    opacity: 1;
    padding: 10px 20px 10px;
    font-weight: 400;
    margin-bottom: 30px !important;
}

.chart-content ul {
    padding: 30px 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.chart-content ul li {
    width: 46%;
    margin-bottom: 30px;
    list-style-type: none;
}

.chart-content ul li p {
    color: #212121;
    opacity: 0.9;
    font-weight: 500;
}

.chart-content ul li span {
    color: #212121;
    opacity: 0.5;
    font-size: 14px;
    font-weight: 300;
    display: block;
    margin-top: 10px;
}

.l4green .imagebox img {
    max-width: 100%;
    margin: 15px auto;
    display: block;
}

.chart-content-top, .chart-content-bottom {
    padding: 0 15px;
}

.moshtari2 {
    margin-top: 40px;
}


.whatis-video {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin-top: 40px;
}

.info p:nth-child(3) {
    font-weight: 500;
}

.price-ul-list ul {
    width: 100%;
    max-width: 600px;
    margin: 40px auto 0;
}

.price-ul-list ul li {
    list-style-type: none;
    width: 100%;
    padding: 15px 30px;
    background-color: #f4f4f4;
    border-radius: 45px;
    margin: 15px 0;
    border: 1px solid #E9E9E9;
    display: flex;
    justify-content: space-between;
}

.price-ul-list ul li span:first-child {
    color: #212121;
    font-weight: 500;
}

.price-ul-list ul li span:last-child {
    color: #0C75FF;
    font-weight: 500;
}

.landing4 #pills-tab {
    overflow: hidden;
}


#pills-price .price-ul-list ul {
    margin-top: 0;
}

#pills-price .price-ul-list ul li span:first-child {
    color: #0C75FF;
    font-weight: 500;
}

#pills-price .price-ul-list ul li span:last-child {
    color: #212121;
    font-weight: 500;
}

#gform_submit_button_21 {
    transition: all .3s;
}

#gform_submit_button_21:hover {
    background-color: #f28d33 !important;
}

.left .carousel-v .item {
    border-radius: 10px 10px 0 0;
    padding: 40px 40px 0 40px;
}

.left .carousel-v .item1 {
    background: linear-gradient(136.04deg, #CAF2FF 6.58%, #FFF5D1 103.46%);
}

.left .carousel-v .item2 {
    /*position: absolute;*/
    background: linear-gradient(136.04deg, #F6B273 6.58%, #EAC5FF 103.46%);
    left: 3%;
}

@media screen and (min-width: 400px) {
    .center-box .body {
        margin-right: auto;
    }
}

@media screen and (min-width: 576px) {

    .bg1 {
        width: 253px;
        height: 253px;
        right: -120px;
        top: 250px;
    }

    .bg2 {
        width: 273px;
        height: 273px;
        left: 0;
        top: 380px;
    }

    .bg3 {
        width: 238px;
        height: 238px;
        left: 40px;
        top: 350px;
        margin: 0 auto;
        right: 0;
    }

    .services-box {
        justify-content: center;
    }

    .services-box .service-box {
        width: 220px;
    }

    .services-box .service-box .content {
        flex-direction: column;
    }

    .services-box .service-box .left {
        margin-top: 15px;
    }

    .black-carousel ul li {
        width: 50%;
        text-align: center;
    }

    .black-carousel ul li:first-child {
        width: 100%;
    }

    .blackbox p {
        font-size: 16px;
    }

    .landing1tabs li {
        width: 50% !important;
    }

}

@media screen and (min-width: 768px) {

    .center-box {
        width: 80%;
    }

    .center-box .body .mobile {
        width: 205px;
        right: -60px;
        top: 136px;
    }

    .center-box .body .laptop {
        width: 350px;
        left: -15px;
        top: 150px;
    }

    .center-box .body .human {
        width: 300px;
        top: 95px;
        right: 0;
    }

    .center-box .box2 {
        left: -90px;
        top: -90px;
    }

    .center-box .box1 {
        right: -85px;
        bottom: -150px;
    }

    .services-tab {
        max-width: 650px;
        margin: 30px auto 25px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border-radius: 56px;
        padding-left: 4px;

    }

    .services-tab li {
        width: 50%;
    }

    .services-tab li button {
        margin: 2px;
    }

    .services-tab li button.active {
        padding: 13px 20px;
    }

    .v-tabs {
        flex-direction: row;
    }

    .v-tabs .sub-services {
        width: 30%;
    }

    .v-tabs .tab-content {
        width: 70%;
    }

    .v-tabs .alert-primary {
        margin-top: 0;
    }

    #v-nav-tab1 {
        margin-top: 0;
    }

    .services-box .service-box {
        width: 205px;
    }

    .left .carousel-v .item {
        padding: 80px 60px 0 60px;
    }

    .acc-box {
        min-height: 326px;
    }

    .acc-box.three {
        min-height: 670px;
    }

    .black-carousel .bottom span {
        padding-left: 0;
        width: 50%;
    }

    .text-box-over {
        position: absolute;
        top: 90%;
        right: -10%;
        max-width: 400px;
        margin: 0;
    }

    .l3box {
        min-height: 400px;
    }

    .l4blackbox .row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        white-space: unset;
        overflow-x: unset;
    }

    .blackbox {
        width: 46%;
        margin: 2%;
    }

    .left .carousel-v .item {
        padding: 80px 60px 0 60px;
        height: 759px !important;
    }

}

@media screen and (min-width: 992px) {

    .center-box {
        width: 90%;
        height: 600px;
        background: linear-gradient(#fff 0%, #fff 25%, #fff 50%, #fff 75%, rgba(255, 255, 255, 0.03) 100%);
    }

    .center-box .body {
        width: 620px;
        max-width: unset;
    }

    .bg1 {
        width: 453px;
        height: 453px;
        opacity: 0.5;
    }

    .bg2 {
        width: 473px;
        height: 473px;
        opacity: 0.6;
    }

    .bg3 {
        width: 438px;
        height: 438px;
        opacity: 0.6;
    }

    .center-box .body .mobile {
        width: 256px;
        right: 10px;
        top: 106px;
    }

    .center-box .body .laptop {
        width: 437px;
        left: 70px;
        top: 134px;
    }

    .center-box .body .human {
        width: 400px;
        top: 30px;
    }

    .center-box .box2 {
        left: -70px;
        top: -50px;
        width: 210px;
        height: 290px;
        padding: 215px 10px 30px 3px;
    }

    .center-box .box1 {
        right: -65px;
        bottom: 150px;
    }

    .center-box .box1 {
        width: 300px;
    }

    .center-box .box1 p {
        font-weight: 600;
        font-size: 13px;
    }

    .center-box .box1 .bottom p {
        padding: 15px 30px 15px 10px;
    }

    .center-box .box1 .bottom img {
        width: 62px;
        height: 44px;
    }

    .v-tabs .sub-services {
        width: 23%;
    }

    .services-box .service-box .content {
        padding: 25px;
    }

    .services-box .service-box {
        width: 192px;
    }

    .ideabox {
        padding: 181px 103px 118px 103px;
    }

    .ideabox .box h5 {
        font-size: 28px;
    }

    .form .info {
        padding-left: 40px;
    }

    .contact-form {
        padding: 0 20px;
    }

    .black-carousel ul li {
        width: 25%;
    }

    .text-box-over {
        top: 60%;
    }

    .l3box {
        min-height: 400px;
    }


    .landing3-box-container .lastbox {
        min-height: 400px;
    }

    .l3colurful-box {
        max-width: 465px;
        height: 640px;
    }

    .l3colurful-box.l3green {
        margin-top: 4rem;
    }

    .l3colurful-box.l3pink {
        margin-top: -4rem;
        float: left;
    }

    .l3colurful-box.l3blue {
        float: left;
    }

    .l3colurful-boxs {
        position: relative;
    }

    .l3colurful-boxs:after {
        /*content: '';*/
        background-image: url("img/Union-big.png");
        position: absolute;
        top: calc(50% - 232px);
        left: calc(50% - 203px);
        width: 465px;
        height: 407px;
        background-repeat: no-repeat;
    }

    .plan2 {
        margin-top: -60px;
    }

    .l3colurful-box.l3blue:after {
        content: '';
        background-image: url('img/Union.svg');
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background-repeat: no-repeat;
        background-position: bottom left;
    }

    .l3colurful-box.l3green:after {
        content: '';
        background-image: url('img/Union-1.svg');
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        right: 0;
        background-repeat: no-repeat;
        background-position: bottom right;
    }

    .l3colurful-box.l3pink:after {
        content: '';
        background-image: url('img/Union-2.svg');
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-repeat: no-repeat;
        background-position: top left;
    }

    .l3colurful-box.l3purple:after {
        content: '';
        background-image: url('img/Union-3.svg');
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-repeat: no-repeat;
        background-position: top right;
    }

    .l3colurful-box .img-bx, .l3colurful-box a, .l3colurful-box .contents {
        position: relative;
        z-index: 9;
    }

    .chart-content .pin-spacer, .chart-content-bottom {
        height: 670px !important;
    }

    .chart-content-bottom {
        margin-top: -30px;
    }

    .carousel-v .pin-spacer {
        height: 759px !important;
    }


}

@media screen and (min-width: 1200px) {
    .center-box {
        width: 80%;
    }

    .bg1 {
        top: 200px;
        opacity: 0.7;
        right: 10%;
    }

    .bg2 {
        top: 290px;
        left: 10%;
    }

    .bg3 {
        top: 370px;
    }

    header.landing h1 {
        font-size: 43px;
        font-weight: 700;
    }

    .landing-h2 {
        font-size: 43px;
    }

    header.landing .subtitle {
        font-weight: 300;
        font-size: 18px;
    }

    .center-box .box1 {
        right: -115px;
    }

    .center-box .body .mobile {
        width: 265px;
        right: -10px;
        bottom: unset;
        top: 159px;
    }

    .center-box .body .laptop {
        width: 510px;
        left: 20px;
        bottom: unset;
        top: 141px;
    }

    .center-box .body .human {
        width: 460px;
    }

    .whois img {
        width: 566px;
        margin-top: 70px;
    }

    .landing3 .subheader-img {
        margin: 50px auto !important;
    }

    .text-box-over img {
        width: 36px;
        margin: 0 !important;
    }

    .v-tabs .sub-services {
        width: 22%;
    }

    .v-tabs .tab-content {
        width: 78%;
    }

    .services-box {
        justify-content: start;
    }

    .services-box .service-box {
        width: 220px;
        margin: 15px;
    }

    .services-box .service-box .content {
        flex-direction: row;
    }

    .services-box .service-box .content {
        padding: 25px 16px;
    }

    .services-box .service-box .right {
        width: 100%;
    }

    .services-box .service-box .left span {
        font-size: 11px;
    }

    .services-box .service-box .left {
        margin-right: 10px;
    }

    .services-box .service-box .left span {
        width: 100%;
    }

    .acc-box5 {
        margin-top: 0;
    }

    .feature-slider {
        width: calc(((100% - 1170px) / 2) + 1170px) !important;
        margin-left: 0 !important;
        float: left;
    }

    .ideabox .box {
        height: 560px;
    }

    .form .info .call-box {
        flex-direction: row;
    }

    .form .info .call-box .right, .form .info .call-box .left {
        width: 50%;
    }

    .form .info .call-box a {
        text-align: left;

    }

    .form .info .call-box a::after {
        left: -40px;
    }

    .contact-form input {
        width: 100%;
    }

    .contact-form {
        max-width: 80%;
        margin: 40px auto;
    }

    .qa-title p {
        padding: 0 50px;
    }

    .orangebox-container .title {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .orangebox-container .title h4 {
        width: 50%;
        text-align: right;
    }

    .orangebox-container .title p {
        text-align: justify;
        width: 50%;
    }

    .black-carousel ul li {
        width: 16.5%;
        margin-top: 0;
    }

    .black-carousel ul li:first-child {
        width: 30%;
        margin-left: 4%;
        margin-top: 20px;
    }

    .black-carousel .bottom {
        flex-direction: row;
    }

    .black-carousel .bottom .right {
        width: 25%;
        padding-left: 20px;
    }

    .moshtari-black {
        width: 75% !important;
    }

    .black-carousel .bottom span {
        width: 100%;
        font-size: 14px;
    }

    .text-box-over {
        right: -5%;
    }

    .road-map {
        background-color: #fff;

    }

    .road-map .steps-container {
        background-image: url('img/NewRoard.svg');
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
    }

    .road-map-title h6 {
        color: #212121;
    }

    .steps-container .bg2 {
        left: unset;
        right: -40%;
        top: 70px;
    }

    .steps-container .bg3 {
        top: 40%;
        left: -40%;
        right: unset;
    }

    .steps-container.scroller > .col-12 {
        display: unset;
        flex-direction: unset;
        flex-wrap: wrap;
        white-space: unset;
        overflow-x: unset;
    }

    .steps-container.scroller .col-12 {
        width: 100%;
    }

    .steps-container.scroller .col-lg-4 {
        width: 33.33333333%;
    }

    .steps-container.scroller .col-xl-6 {
        width: 50%;
    }

    .steps-container.scroller .col-xl-5 {
        width: 41.66666667%;
    }

    .steps-container.scroller .col-xl-4 {
        width: 33.33333333%;
    }

    .steps-container.scroller .col-xl-3 {
        width: 25%;
    }

    .steps-container.scroller .col-xl-2 {
        width: 16.66666667%;
    }

    .map-step {
        max-width: 260px;
    }

    .map-step2, .map-step4, .map-step6 {
        max-width: 100%;
        width: 100%;
    }

    .map-step2 p, .map-step2 .title, .map-step4 p, .map-step4 .title, .map-step6 p, .map-step6 .title {
        text-align: right;
    }

    .map-step2 img, .map-step4 img, .map-step6 img {
        margin: 0;
    }

    .box-scroll {
        flex-wrap: wrap;
        white-space: unset;
        overflow-x: unset;
    }

    .blackbox {
        width: 18%;
        margin: 0 1%;
    }

    .map-step1 {
        margin: 30px 60px 30px 30px;
    }

    .map-step2 {
        margin-top: -40px;
    }

    .map-step5 {
        margin-right: 60px;
    }

    .map-step6 {
        padding-top: 0;
        margin-top: 0;
    }

    .map-step7 {
        margin-right: 60px;
    }

    .carousel-v.item h3 {
        font-size: 23px;
    }

}

@media screen and (min-width: 1400px) {

    .center-box .body .laptop {
        width: 684px;
        left: -34px;
        top: 91px;
    }

    .center-box .body .mobile {
        width: 322px;
        right: -65px;
        top: 143px;
    }

    .center-box .body .human {
        width: 521px;
    }

    .center-box .box2 {
        left: -100px;
        top: -50px;
    }

    .center-box .box1 {
        width: 380px;
        bottom: 10px;
        right: -125px;
    }

    .center-box .box1 p {
        padding: 35px 70px;
        font-size: 15px;
    }

    .center-box .box1 .bottom p {
        padding: 20px 50px 20px 10px;
        font-weight: 400;
        font-size: 14px;
    }

    .whois p {
        padding-left: 60px;
    }

    .landing3 .whois img {
        margin-top: 110px;
    }

    .landing3 .subheader-img img {
        margin-top: 0 !important;
    }

    .services-box .service-box {
        width: 230px;
        margin: 15px;
    }

    .services-box .service-box .content {
        padding: 30px 16px;
    }

    .v-tabs .sub-services {
        width: 23%;
    }

    .ideabox .box {
        height: 520px;
    }

    .ideabox .box h5 {
        font-size: 36px;
    }

    .colurful-box .link-btn {
        margin-top: 180px;
    }

    .orangebox-container .title h4 {
        font-size: 36px;
    }

    .landing-title {
        font-size: 36px;
    }

    .whois h2 {
        margin-top: 50px;
    }

    .black-carousel {
        padding: 60px;
    }

    .black-carousel .bottom .right {
        width: 20%;
        padding-left: 60px;
        line-height: 2;
    }

    .moshtari-black {
        width: 80% !important;
    }

    .road-map .steps-container {
        background-image: url('img/NewRoard.svg');
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
    }

    .map-step1 {
        margin: 30px 140px 30px 30px;
    }


    .map-step3 {
        margin-right: 210px;
    }

    .map-step4 {
        margin-right: 180px;
    }

    .map-step5 {
        margin-right: 140px;
    }

    .map-step7 {
        margin-right: 250px;
    }


}

@media screen and (min-width: 1600px) {

}

@media screen and (min-width: 1800px) {
    .feature-slider {
        width: calc(((100% - 1320px) / 2) + 1320px) !important;
        margin-left: 0 !important;
        float: left;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .plan .action a {
        padding: 10px 30px;
    }

    .plan .link-btn::after {
        left: 10px;
    }
}