.levels-section{
	background: linear-gradient(210deg, #48DBEA -26.04%, #4E4FC3 89.21%);
    padding: 4% 0;
    margin-top:5%;
    position:relative;
}
.levels-section:before{
    content: "";
    position: absolute;
    top: 0px;
    left: -320px;
    background-image: url(../img/seo_bg2_shape.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 0;
    width: 450px;
    height: 500px;
    opacity: 0.3;
    transform: rotate(180deg);
}
@media (min-width:1500px){
    .levels-section:before{
        left: -400px;
        width: 626px;
        height: 751px;
    }
}


.levels-section-title h2{
	 font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 5%;
    color: #fff;
    text-align: center;
}
@media screen and (max-width:768px){
    .levels-section-title h2{
        font-size: 1.2rem;
        padding: 30px 0;
    }
}
.levels-section .levels-box{
	background-color: #ffffff1f;
    padding: 50px 25px 25px 25px;
    border-radius: 20px;
	margin-top: -35px;
}
.levels-section .levels-box .levels-box-title h3{
	font-size: 20px;
    margin-bottom: 2%;
    color: #fff;
}
.consultation-form input,.consultation-form textarea{
    width: 100%;
    margin-top: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    padding: 10px!important;
    border-radius: 10px!important;
    font-size: 14px!important;
}
.consultation-form .gform_button{
    background-color: fa3688;
    align-items: center;
    display: flex;
    border-radius: 10px!important;
    padding: 10px 15px!important;
    width: fit-content;
    margin-top: 15px;
    color: #fff;
}
.consultation-form label {
    display: none;
}
.other-services-item{
margin-top:10px;
}
.free-consultation-box {
    background: linear-gradient(265.72deg, #49ce6594 -0.57%, #49ce65 100%);
    box-shadow: 5px 5px 23px #c1c1c1c7;
    padding: 30px 20px;
    border-radius: 20px;
}
.page-build-section .page-build-desc p {
    color: #565a62;
    text-align: justify;
    line-height: 1.8rem;
}
.seo-price .web-design-title h2{
	text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 2%;
    line-height: 1.5em;
}
.seo-price .web-design-desc p{
	color: #565a62;
    line-height: 1.8rem;
    text-align: justify;
}
.seo-price .web-design-pack {
    background-color: #fff;
    padding: 24px 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #e1e1e163;
	margin: 0 0;
}
.seo-price .web-design-pack .web-design-packname h3{
	font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
	margin-top:15px;
}
.seo-price .web-design-pack .web-design-packprice{
	text-align:center;
	padding-bottom: 20px;
    border-bottom: 1px solid #dbdcdd;
}
.seo-price .web-design-pack .web-design-packprice span{
    color: #5edb79;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
}
.seo-price .web-design-pack .web-design-packitems ul{
	list-style: none;
	padding: 0;
}
.seo-price .web-design-pack .web-design-packitems ul li{
	margin: 15px 10px 15px 0;
	font-size: 0.8rem;
	color: #565A62;
	position:relative;
	padding: 0 15px 0 0;
}
/*.seo-price .web-design-pack .web-design-packitems ul li:before {*/
/*    content: "\2713";*/
/*    position: absolute;*/
/*    color: #5edb79;*/
/*    font-size: 16px;*/
/*    font-weight: 700;*/
/*    right: -4px;*/
/*    top: -3px;*/
/*}*/
.seo-price .web-design-pack .web-design-packitems ul li:before {
    content: "";
    background-image: url(../img/tick.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    top: -2px;
    right: -10px;
    background-size: contain;
    position: absolute;
}
.seo-price .web-design-pack .web-design-packitems ul li span{
	color:#565a62;
}

.seo-price .web-design-pack .web-design-packbtn{
	text-align:center;
    border: 1px solid #dbdcdd;
    padding: 10px;
    border-radius: 8px;
	margin-top: 25px;
}
.seo-price .web-design-pack .web-design-packbtn svg{
    margin-right:5px;
}
.seo-price .web-design-pack .web-design-packbtn:hover{
    border: 1px solid #FC3688;
}
.seo-price .web-design-pack .web-design-packbtn:hover a{
    color:#FC3688;
}
.seo-price .web-design-pack .web-design-packbtn:hover svg{
    filter: invert(37%) sepia(89%) saturate(3610%) hue-rotate(315deg) brightness(101%) contrast(98%);
}
.seo-price .web-design-pack .web-design-packbtn a{
	color: #565a62;
    text-decoration: none;
    font-size: 0.8rem;
}
.web-design-center{
	background: linear-gradient(15deg, rgba(78,79,195,1) 0%, rgba(73,184,225,1) 100%);
}
.seo-price .web-design-center .web-design-packname h3{
	color:#fff;
	font-weight: normal;
}
.seo-price .web-design-center .web-design-packitems ul li i{
	color:#fff;
}
.seo-price .web-design-center .web-design-packitems ul li span{
	color:#c9dcf2;
	font-size: 14px;
}
.seo-price .web-design-center .web-design-packbtn{
	text-align: center;
    border: 2px solid #687cd1;
    padding: 10px;
    border-radius: 15px;
    margin-top: 25px;
	background-color:#687cd1;
}
.seo-price .web-design-center .web-design-packbtn a,.web-design-section .web-design-center .web-design-packprice span{
	color:#fff;
}
.seo-price .web-design-center .web-design-packbtn a svg path{
	stroke:#fff;
}
.seo-price .web-design-pack .web-design-packprice .unit{
	color:#565a62;
	padding-right: 0px;
	font-size:18px;
}
.seo-price .web-design-center .web-design-packprice .unit{
	color: #c9ddf2;
}
.faq-section .faq-title h2{
	text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 2%;
    line-height: 1.5em;
}
.faq-section .faq-box .accordion-item{
	border:none;
	margin-bottom: 10px;
}
.faq-section .faq-box .accordion-header .accordion-button{
	box-shadow: 0px 0px 10px #e1e1e163;
    color: #000;
    font-weight: bold;
	background-color: #fff;
	padding: 25px 15px;
    border-radius: 15px;
}
.faq-section .faq-box .accordion-collapse{
	background-color: #f5f7fc!important;
    color: #767677;
    line-height: 1.8rem;
    font-size: 15px;
}
.accordion-button:not(.collapsed)::after{
    background-color: #FC3688;
    padding: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-position: center;
    left: 15px;
    margin-left: 0;
    position: absolute;
    border: 0;
}
.accordion-button::after{
	background-color: #F7F9FC;
	padding: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-position: center;
    left: 15px;
    margin-left: 0;
    position: absolute;
}
.seo-khareji-desc2 {
    background-color: #fff;
    color: #565A62;
    border-radius: 25px;
    margin: 30px 0;
    padding: 50px;
}

@media screen and (max-width:768px){
    .faq-section .faq-box .accordion-header .accordion-button{
        text-align: right;
        line-height: 1.8rem;
    }
}
.seo-price h2{
    font-weight: 600;
    text-align:center;
}
.seo-price{
    padding: 7% 0px;
}
.seo-price .price-title {
    margin-bottom: 20px;
}
.what-seo-text p{
    text-align: justify;
    line-height: 1.9;
    font-size: 15px;
    color: #605e5e;
}
.what-seo-text2 p{
    text-align: justify;
    line-height: 1.9;
    font-size: 15px;
    color: #605e5e;
    
}
.what-seo-title h2{
    font-weight: 600;
    margin-bottom: 24px;
}
.what-seo-box{
    box-shadow: 0px 0px 16px -8px #c2c2c2;
    padding: 2%;
    border-radius: 10px;
    margin: 24px 1px;
    background-color: #fff;
}
.what-seo-box .box-title h3{
    color: #4b8ad4;
    font-size: 22px;
}
.what-seo-box .box-text p{
    color: #504f4f;
    font-size: 15px;
    margin-top: 17px;
}
.what-is-seo .page-build-img img {
    width: 100%;
}
.conclusion-section .conclusion-title h2{
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 2%;
    line-height: 1.5em;
}
.conclusion-section .conclusion-desc p{
    color: #565a62;
    line-height: 1.8rem;
    text-align: justify;
}
.seo-factors .factors-title h2{
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 2%;
    line-height: 1.5em;
}
.seo-factors .factors-desc p{
    color: #565a62;
    text-align: center;
    line-height: 1.8rem;
}
.seo-factors .factors-img img,.marketing-seo .marketing-img img{
    max-width: 100%;height:auto;
}
.seo-factors .factors-datail h3{
    font-weight: 600;
    margin-bottom: 24px;
    font-size:1.4rem;
}
.seo-factors .factors-datail p{
    color: #565a62;
    line-height: 1.8rem;
    text-align: justify;
}
.factors-datails{
    box-shadow: 0px 0px 10px #e1e1e163;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px 10px 5px;
    margin-bottom: 10px;
}
.factors-datails .factors-datails-text p{
    font-size: 14px;
    text-align: justify;
    margin-top: 10px;
    color: #61656c;
    line-height: 1.6;
}
.factors-col .factors-datails-icon span{
     font-weight: bold;
}
.factors-col .factors-datails-text p {
    font-size: 14px;
    text-align: justify;
    margin-top: 10px;
    color: #61656c;
    line-height: 1.6;
}
.factors-col {
    box-shadow: 0 0 10px #e1e1e163;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px 10px;
    margin-bottom: 10px;
}
.marketing-seo {
    background: linear-gradient(210deg, #48DBEA -26.04%, #4E4FC3 89.21%);
    padding: 4% 0;
    margin-top: 100px;
    position:relative;
}
.marketing-seo-inner {
    z-index: 999;
    position:relative;
}
.marketing-seo:before{
    content: "";
    position: absolute;
    top: -70px;
    left: -300px;
    background-image: url(../img/seo_bg2_shape.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 0;
    width: 450px;
    height: 500px;
    opacity: 0.3;
    transform: rotate(180deg);
}
.marketing-seo:after {
    content: "";
    position: absolute;
    bottom: -70px;
    right: -300px;
    background-image: url(../img/seo_bg2_shape.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 0;
    width: 450px;
    height: 500px;
    opacity: 0.3;
}

@media (min-width:1500px){
    .marketing-seo:before{
        width:626px;
        height:751px;
    }
}
.marketing-seo .marketing-content{
    background-color: #fff;
    padding: 60px 50px;
    border-radius: 20px;
    margin-top: -120px;
}
.marketing-seo .marketing-desc p{
    color: #565a62;
    line-height: 1.8rem;
}
.marketing-seo .marketing-title h2{
    font-weight: 600;
}
.marketing-seo .marketing-title h3{
    font-weight: 600;
    font-size: 22px;
}
.marketing-desc h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-top: 50px;
}
.marketing-desc ul {
    padding: 0 0;
}
.marketing-desc ul li {
    display: inline-block;
    margin: 5px;
    padding: 10px;
    background: rgba(236, 4, 100, 0.08);
    border-radius: 8px;
    color: #EC0464;
    font-size: 14px;
    font-weight: 300;
}
.seo-dakheli .seo-dakheli-title h2{
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 2%;
    line-height: 1.5em;
}
.seo-dakheli .seo-dakheli-desc p{
    color: #565a62;
    text-align: justify;
    line-height: 1.8rem;
}
.seo-dakheli .seo-dakheli-detail{
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 6px 40px rgb(14 19 31 / 5%);
}
.seo-dakheli .seo-dakheli-detail .seo-dakheli-detail-desc p{
    font-size: 14px;
    text-align: justify;
    margin-top: 10px;
    color: #61656c;
    line-height: 1.8rem;
}
.seo-dakheli .seo-dakheli-detail .seo-dakheli-detail-title span{
    color: #61656c;
    font-size: 18px;
    font-weight: bold;
}
.seo-dakheli-img {
    margin-bottom: 15px;
}
.seo-dakheli-desc {
    margin-top: 20px;
    margin-bottom:20px;
}
.seo-khareji .seo-khareji-detail{
    background-color: rgb(112 157 219);
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.seo-khareji-title h2{
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 2%;
    line-height: 1.5em;
    color: #fff;
}
.seo-khareji .seo-khareji-detail .seo-khareji-detail-desc p{
    font-size: 14px;
    text-align: justify;
    margin-top: 10px;
    color: #ffffffc9;
    line-height: 1.8rem;
}
.seo-khareji .seo-khareji-detail .seo-khareji-detail-title span{
    color: #ffffff;
    font-size: 20px;
}
.seo-khareji{
    background: linear-gradient(210deg, #48DBEA -26.04%, #4E4FC3 89.21%);
    padding: 4% 0;
    margin-top: 5%;
    position:relative;
}
.seo-khareji:before{
    content: "";
    position: absolute;
    top: 60px;
    left: -270px;
    background-image: url(../img/seo_bg2_shape.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 0;
    width: 450px;
    height: 500px;
    opacity: 0.3;
    transform: rotate(180deg);
}
.seo-khareji:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -270px;
    background-image: url(../img/seo_bg2_shape.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 0;
    width: 450px;
    height: 500px;
    opacity: 0.3;
    transform: rotateX(180deg);
}
@media (min-width:1500px){
   .seo-khareji:before{
        left: -450px;
        width: 626px;
        height: 751px;
    }
    .seo-khareji:after {
        right: -450px;
        width: 626px;
        height: 751px;
    } 
}
.seo-khareji-inner {
    z-index: 99;
    position: relative;
}
.seo-khareji-desc ,.seo-khareji-desc p{
    color:rgba(255,255,255,0.7);
}
.seo-khareji-desc{
    margin: 0 auto;
    text-align:center;
}
.seo-khareji-desc p{
    margin:20px 12% 50px;
}

.seo-khareji .seo-khareji-desc2 p{
    color: #565A62;
    text-align: justify;
    line-height: 1.8rem;
}
.seo-khareji .seo-khareji-desc2 h3 {
    color: #0E131F;
    font-size: 20px;
    font-weight: 700;
    margin-top: 40px;
}
.blog-section .blog-title h2{
    font-weight: 600;
    margin-bottom: 24px;
}
.portfolio-seo .portfolio-seo-title h2{
    font-weight: 600;
    margin-bottom: 5%;
    text-align: center;
    margin-top: 5%;
}
.portfolio-seo .portfolio-seo-item{
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #e1e1e163;
}
.portfolio-seo .portfolio-seo-item-img img{
    height: 80px;
    width: 80px;
    object-fit: cover;
    -webkit-box-shadow: 0px 7px 5px 0px rgba(219,220,221,1);
-moz-box-shadow: 0px 7px 5px 0px rgba(219,220,221,1);
box-shadow: 0px 7px 5px 0px rgba(219,220,221,1);
border: 1px solid #f2f2f3;
    border-radius: 6px;
}
.portfolio-seo .portfolio-seo-item .portfolio-seo-detail{
	display: flex;
    align-items: center;
    padding: 30px 25px 5px 10px;
}
.portfolio-seo-item .portfolio-seo-item-title h2,
.portfolio-seo-item .portfolio-seo-item-title h3{
    font-size: 18px;
    margin-right: 15px;
    font-weight: bold;
    margin-top: 15px;
}
.related-portfolio h2 {
    font-size: 18px;
    margin-right: 15px;
    font-weight: bold;
    margin-top: 15px;
}
.portfolio-seo-item-link a{
    text-decoration: none;
    margin-right: 15px;
    color: #565a62;
}
.portfolio-seo-item-desc p{
    font-size: 15px;
    text-align: justify;
    margin-top: 0px;
    color: #61656c;
    line-height: 1.6;
    padding: 10px 25px 20px;
    margin-bottom:0px;
}

.portfolio-seo-item-tags{
    display: flex;
    align-items: center;
    border-top: 1px solid #00000014;
    border-radius: 0 0px 20px 20px;
    border: 1px solid #fff;
    padding: 20px 15px 20px 0;
    background-color: rgb(245 247 252);
}
.portfolio-seo-item-tag span{
    padding: 5px 8px;
    background-color: rgba(14, 19, 31, 0.05);
    color: #565A62;
    border-radius: 8px;
    margin-top: 0px;
    font-size: 13px;
    margin-left: 10px;
}
.seo-text .factors-datails{
    width: 400px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.seo-text .factors-datails ul{
    margin: 0!important;
    padding-right: 10px!important;
}
.seo-text .factors-datails .factors-datails-icon{
    padding: 30px 20px;
    background-color: #fde6ef;
    border-radius: 10px;
    margin-left:10px;
}
.seo-text .factors-datails ul span{
    font-size: 17px;
}
.seo-text .factors-datails ul li span{
    color:#000;
}
.portfolioseo-property ul {
    padding: 10px 15px 15px 0;
}
.portfolioseo-property ul li{
    position:relative;
    font-size: 13px;
    line-height: 28px;
}
/*.portfolioseo-property ul li:before {*/
/*    content: "\2713";*/
/*    position: absolute;*/
/*    color: #5edb79;*/
/*    font-weight: 700;*/
/*    font-size: 15px;*/
/*    font-weight: 700;*/
/*    right: -18px;*/
/*    top: 0px;*/
/*}*/
.portfolioseo-property ul li:before {
content: "";
    background-image: url(../img/tick.svg);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    top: 5px;
    right: -20px;
    background-size: contain;
    position: absolute;
}
.br-right {
    border-right: 1px solid #DBDCDD;
}
.portseo-link {
    margin-right: 15px;
    font-size: 16px;
    color: #565A62;
}
.portfolioseo-property {
    padding: 48px 15px 20px 10px;
}
.portfolio-seo-item-tags-title {
    color: #565A62;
    margin-left: 10px;
    font-size: 15px;
}
.portfolio-seo-item-tag{
    display: contents;
}
.levels-box-desc,.levels-box-desc p {
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
    line-height: 24px;
    margin-top: 15px;
}
.seo-text .factors-datails ul li a:nth-child(2) {
    margin-right: 10px;
}
.seo-text .factors-datails ul li a {
    color: #0E131F;
    font-weight: 700;
    font-size: 14px;
    margin: 5px 0;
}
.factors-datails-icon svg {
    width: 30px;
    height: 30px;
}
.accordion-item {
    background-color: transparent;
}
.main-title h1 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
@media (max-width:768px){
    h2 {
        font-size: 1.2rem;
    }
    h3 {
        font-size: 1.1rem;
    }
    .portfolio-seo .portfolio-seo-title h2 {
        font-size: 18px;
    }
    .br-right {
        border-right: none;
    }
    .portfolioseo-property {
        padding: 20px 15px 5px 10px;
    }
    .portfolio-seo-item-tags {
        padding: 10px 5px 10px 0;
    }
    .levels-icon {
        text-align: center;
    }
    .levels-section .levels-box {
        text-align: center;
        margin-right: 10px;
        margin-left: 10px;
    }
    .seo-price {
        padding: 10% 0;
    }
    .what-seo-content {
        padding: 20px;
    }
    .what-seo-text2 {
        padding: 20px;
    }
    .what-seo-box {
        padding: 30px 15px 10px;
    }
    .what-seo-box .box-title h3 {
        font-size: 1.1rem;
    }
    .what-is-seo .page-build-img img {
        height: auto;
    }
    .seo-factors .factors-desc p {
        font-size: 14px;
    }
    .seo-factors .factors-datail p {
        font-size: 14px;
    }
    .seo-factors .factors-title h2 {
        font-size: 1.2rem;
    }
    .factors-desc {
        padding: 10px 20px;
    }
    .seo-factors .factors-datail h3 {
        font-size: 1.1rem;
    }
    .factors-col {
        margin-right: 12px;
        margin-left: 15px;
        width: -webkit-fill-available;
    }
    .seo-factors .factors-datail h3 {
        margin-bottom: 10px;
    }
    .marketing-seo .marketing-content {
        padding: 40px 30px;
        margin-top: -70px;
    }
    .marketing-img {
        margin: 20px 0;
    }
    .blog-title {
        text-align: center;
    }
    .marketing-content p {
        font-size: 14px;
    }
    .seo-dakheli .seo-dakheli-title h2 {
        font-size: 1.2rem;
    }
    .seo-khareji-title h2 {
        font-size: 1.2rem;
    }
    .seo-khareji-desc p {
        margin: 20px 5% 50px;
    }
    .seo-khareji {
        padding: 10% 0;
    }
    .seo-dakheli-desc {
        padding: 15px 30px;
        font-size: 14px;
    }
    .faq-section .faq-title h2 {
        font-size: 1.2rem;
    }
    .faq-section .faq-box .accordion-header .accordion-button {
        padding: 10px 15px 10px 30px;
    }
    .accordion-button:not(.collapsed)::after {
        padding: 15px;
    }
    .accordion-button::after {
        padding: 15px;
    }
    .seo-text .factors-datails {
        width: auto;
    }
    .seo-text .factors-datails .factors-datails-icon {
        padding: 20px 15px;
    }
    .seo-khareji-desc2 {
        padding: 20px 30px;
        font-size: 14px;
    }
    .conclusion-section .conclusion-title h2 {
        font-size: 1.2rem;
    }
    .page-build-section .col-lg-6.d-flex{
        display: block !important;
    }
    .conclusion-title h2 {
        padding: 0 20px;
    }
    .conclusion-desc {
        padding: 10px 30px;
        font-size: 14px;
    }
    .portfolio-seo-item-tags-title {
        margin-bottom: 6px;
    }
    .portfolio-seo-item-tag span {
        padding: 2px 3px;
    }
    .portfolio-seo-item-tags {
        display: block;
    }
    .portfolio-seo-item-tag {
        display: inline-flex;
    }

}

