@import "https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap";
@import "https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap";
@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";

.whatsapp-icon {
    position: fixed;
    left: 20px;
    bottom: 10px;
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    z-index: 1000;
    background-color: #25D366;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2), 0 0 10px rgba(37, 211, 102, 0.7);
    animation: float 3s ease-in-out infinite;
    transition: transform .3s ease
}

.whatsapp-icon:hover {
    transform: scale(1.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2), 0 0 15px rgba(37, 211, 102, 0.8)
}

.whatsapp-icon a {
    font-size: 35px;
    color: #fff;
    margin: auto;
    text-decoration: none
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

.height90 {
    height: 90px
}

.height720 {
    min-height: 620px;
    max-height: 620px
}

.margintop40 {
    margin-top: 40px
}

.codewhite {
    color: #FEFEFE !important
}

.codeorange {
    color: #fe5924 !important
}

.navlogo {
    width: 100%
}

.logoss {
    padding: 0;
    height: auto;
    text-align: center;
    width: 240px !important
}

.ic {
    margin: 0;
    padding: 0;
    margin-top: -10px
}

.partners-section {
    position: relative;
    padding: 50px 10px 50px 0
}

@keyframes slides {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

.logos {
    overflow: hidden;
    padding: 30px 0 20px;
    white-space: nowrap;
    position: relative;
    cursor: grabbing
}

.logos:before,
.logos:after {
    position: absolute;
    top: 0;
    content: '';
    width: 250px;
    height: 100%;
    z-index: 2
}

.logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3))
}

.logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3))
}

.logo_items {
    display: inline-block;
    animation: 30s slides infinite linear
}

.logo-items-img {
    width: 370px;
    height: auto;
    margin: auto;
    margin-right: 50px
}

.logo-items-img:last-child {
    margin-right: 80px
}

.logos:hover .logo_items {
    animation-play-state: paused
}

.service-p {
    width: 100%;
    height: 80px;
    line-height: 25px;
    overflow: hidden
}

.service-img {
    width: 100% !important;
    height: 260px !important
}

.iconsss {
    background: #FEFEFE;
    width: 80px;
    height: 70px;
    margin: auto;
    padding: 20px;
    border-radius: 50%;
    margin-bottom: 15px
}

.iconsss img {
    margin: auto
}

.partner-section {
    position: relative;
    padding: 112px 0 70px
}

.partner-img {
    width: 80%;
    height: 80px;
    margin: auto 50px
}

.sec-title h3 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 50px;
    font-weight: 700;
    margin: 0
}

.sec-title h3 span {
    color: #fe5924
}

.card {
    position: relative;
    width: 270px;
    padding: 0;
    margin: auto;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 10px;
    transition: all transform .3s ease;
    justify-content: space-between
}

.card:hover {
    transform: scale(1.05)
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.con {
    height: 75px;
    overflow: hidden;
    line-height: 5px;
    padding: 10px 5px
}

.con h3 {
    margin: 0;
    line-height: 30px;
    font-size: 20px
}

.con p {
    margin: 0;
    line-height: 20px;
    color: #fe5924;
    font-size: 15px
}

.text-box h3 {
    margin-bottom: 15px
}

.text-box h3 a {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 23px
}

.text-box p {
    height: 115px;
    font-size: 18px;
    line-height: 22px;
    overflow: hidden
}

.why-p {
    max-height: 100px;
    line-height: 25px;
    overflow: hidden
}

.news-block {
    max-height: 465px;
    padding: 0 20px
}

.blog-img {
    width: 100% !important;
    height: 230px !important
}

.news-block-one .inner-box .lower-content p {
    max-height: 35px;
    overflow: hidden
}

footer {
    position: relative;
    width: 100%;
    background: url(../Webimages/Footer/trade_footer_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin: 0;
    padding: 7% 0 0;
    text-align: center
}

.footer-img {
    width: 150px
}

.footer-main {
    padding-left: 50px
}

.footer-col {
    text-align: left
}

.footer-col1 {
    width: 150px;
    margin-left: 60px
}

.logo-items-img {
    width: 370px;
    height: auto;
    margin: auto;
    margin-right: 50px
}

.footer-col-h3 {
    font-size: 23px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 15px;
    color: #fff
}

.footer-col ul {
    list-style: none;
    text-align: left;
    padding: 0;
    line-height: 25px
}

.footer-col ul li {
    font-size: 15px;
    margin-bottom: 15px;
    font-family: 'Mulish', sans-serif
}

.footer-col ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    width: 100%
}

.link {
    padding-left: 55px
}

.social {
    display: inline-block;
    list-style: none
}

.social li {
    margin: 10px;
    height: 45px;
    width: 45px;
    background-color: rgba(41, 41, 41, 0.442);
    margin-right: 10px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: all .25s ease-in-out
}

.social li a {
    font-size: 22px;
    transition: color .3s ease
}

.social li:hover {
    background-color: #fff;
    scale: 1.05
}

.arizona {
    margin-top: 50px;
    height: auto;
    padding: 12px 0;
    padding-left: 60px;
    text-align: left
}

.arizona p {
    margin: 0;
    font-size: 16px;
    color: #fff
}

.arizona p a {
    margin: 0;
    font-size: 17px;
    color: #fe5924
}

.get {
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 500px;
    cursor: zoom-in;
    animation: bounce 3s infinite ease-in-out
}

.get h2 {
    margin: 0
}

.get h2 a {
    padding: 0;
    margin: 0;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 110px;
    text-align: end;
    line-height: 85px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    transition: color .4s ease
}

.get h2 a .bi {
    margin-left: 5px;
    transition: transform .4s ease
}

@keyframes bounce {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    50% {
        transform: translateY(-20px);
        opacity: .8
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes icon-bounce {
    0% {
        transform: translateY(0) scale(1)
    }

    50% {
        transform: translateY(-10px) scale(1.2)
    }

    100% {
        transform: translateY(0) scale(1)
    }
}

.get h2 a .bi {
    animation: icon-bounce 3s infinite ease-in-out
}

@media (max-width:350px) {
    .height720 {
        min-height: 100%;
        max-height: 100%
    }

    .elementor img {
        margin-bottom: 15px
    }

    .about-section figure.image-box {
        margin: 0 !important
    }

    .about-section .content-box {
        padding-top: 20px !important
    }

    .partner-img {
        width: 100%;
        height: 80px;
        margin: auto
    }

    .clients-section .inner-container {
        margin-top: -100px !important
    }

    .partner-section {
        position: relative;
        padding: 40px 0
    }

    .sec-title h3 {
        line-height: 25px;
        margin-bottom: 15px
    }

    .card {
        width: auto;
        padding: 0;
        margin: 0;
        margin-bottom: 20px
    }

    .card-main {
        margin: 0;
        padding: 0
    }

    .con {
        height: 75px;
        overflow: hidden;
        line-height: 5px;
        padding: 0
    }

    .con h3 {
        margin: 0;
        line-height: 27px;
        font-size: 20px
    }

    .con p {
        margin: 0;
        line-height: 17px
    }

    .why-p {
        max-height: 160px;
        line-height: 25px;
        overflow: visible
    }

    .partner-section {
        position: relative;
        padding: 40px 0
    }

    .sec-title h3 {
        line-height: 25px;
        margin-bottom: 15px
    }

    .card {
        width: auto;
        padding: 0;
        margin: 0;
        margin-bottom: 20px
    }

    .card-main {
        margin: 0;
        padding: 0
    }

    .con {
        height: 75px;
        overflow: hidden;
        line-height: 5px;
        padding: 0
    }

    .con h3 {
        margin: 0;
        line-height: 27px;
        font-size: 20px
    }

    .con p {
        margin: 0;
        line-height: 17px
    }

    .news-block-one .inner-box .image-box .post-date {
        top: 1%;
        left: -1px;
        width: 50px;
        height: 50px;
        border-radius: 5px;
        padding: 0;
        font-size: 16px;
        line-height: 15px;
        font-family: var(--title-font);
        color: var(--secondary-color);
        font-weight: 600;
        padding-top: 7px
    }

    .news-block-one .inner-box .lower-content {
        padding-top: 0;
        margin-bottom: 10px
    }

    .news-block-one .inner-box .lower-content h3 a {
        font-size: 18px;
        margin-top: 10px;
        line-height: 18px
    }

    .news-block {
        max-height: auto;
        padding: 10px
    }

    .blog-img {
        width: 100% !important;
        height: 170px !important
    }

    footer {
        height: auto;
        padding: 40px 0 20px
    }

    .footer-col-h3 {
        margin-bottom: 20px;
        margin-top: 15px
    }

    .footer-main {
        padding-left: 10px
    }

    .footer-col1 {
        width: 100%;
        margin-left: 0
    }

    .link {
        padding-left: 10px
    }

    .arizona {
        margin-top: 100px;
        height: auto;
        padding: 0;
        padding-left: 0;
        text-align: center
    }

    .get {
        bottom: 50px !important;
        right: 0;
        width: 100%;
        margin-bottom: 10px
    }

    .get h2 a {
        padding: 0;
        margin: 0;
        font-family: "Libre Baskerville", serif;
        font-weight: 400;
        color: #fff;
        font-size: 35px;
        text-align: end;
        font-weight: 600;
        font-family: Mulish, sans-serif;
        line-height: 85px
    }
}

@media (max-width:450px) {
    .margintop40 {
        margin-top: 20px
    }

    .height720 {
        min-height: 100%;
        max-height: 100%
    }

    .elementor img {
        margin-bottom: 15px
    }

    .about-section figure.image-box {
        margin: 0 !important
    }

    .about-section .content-box {
        padding-top: 20px !important
    }

    .partner-img {
        width: 100%;
        height: 80px;
        margin: auto
    }

    .clients-section .inner-container {
        margin-top: -100px !important
    }

    .why-p {
        max-height: 160px;
        line-height: 25px;
        overflow: visible
    }

    .tools-section .image-box {
        margin-right: 0 !important;
        padding: 0 !important
    }

    .image-box img {
        width: 100% !important
    }

    .partner-section {
        position: relative;
        padding: 40px 0
    }

    .sec-title h3 {
        line-height: 25px;
        margin-bottom: 15px
    }

    .card {
        width: auto;
        padding: 0;
        margin: 0;
        margin-bottom: 20px
    }

    .card-main {
        margin: 0;
        padding: 0
    }

    .con {
        height: 75px;
        overflow: hidden;
        line-height: 5px;
        padding: 0
    }

    .con h3 {
        margin: 0;
        line-height: 27px;
        font-size: 20px
    }

    .con p {
        margin: 0;
        line-height: 17px
    }

    .news-block-one .inner-box .image-box .post-date {
        top: 1%;
        left: -1px;
        width: 50px;
        height: 50px;
        border-radius: 5px;
        padding: 0;
        font-size: 16px;
        line-height: 15px;
        font-family: var(--title-font);
        color: var(--secondary-color);
        font-weight: 600;
        padding-top: 7px
    }

    .news-block-one .inner-box .lower-content {
        padding-top: 0;
        margin-bottom: 10px
    }

    .news-block-one .inner-box .lower-content h3 a {
        font-size: 18px;
        margin-top: 10px;
        line-height: 18px
    }

    .news-block {
        max-height: auto;
        padding: 10px
    }

    .blog-img {
        width: 100% !important;
        height: 200px !important
    }

    footer {
        height: auto;
        padding: 40px 0 20px
    }

    .footer-col-h3 {
        margin-bottom: 20px;
        margin-top: 15px
    }

    .footer-main {
        padding-left: 10px
    }

    .footer-col1 {
        width: 100%;
        margin-left: 0
    }

    .link {
        padding-left: 10px
    }

    .arizona {
        margin-top: 100px;
        height: auto;
        padding: 0;
        padding-left: 0;
        text-align: center
    }

    .get {
        bottom: 50px !important;
        right: 0;
        width: 100%;
        margin-bottom: 10px
    }

    .get h2 a {
        padding: 0;
        margin: 0;
        font-family: "Libre Baskerville", serif;
        font-weight: 400;
        color: #fff;
        font-size: 35px;
        text-align: end;
        font-weight: 600;
        font-family: Mulish, sans-serif;
        line-height: 85px
    }
}

@media (max-width:550px) {
    .main-header .menu-area {
        width: 75% !important;
        justify-content: space-evenly
    }

    .logoss {
        width: 100% !important
    }

    .height720 {
        min-height: 100%;
        max-height: 100%
    }

    .elementor img {
        margin-bottom: 15px
    }

    .about-section figure.image-box {
        margin: 0 !important
    }

    .about-section .content-box {
        padding-top: 20px !important
    }

    .partner-img {
        width: 80%;
        height: 80px;
        margin: auto
    }

    .clients-section .inner-container {
        margin-top: -100px !important
    }

    .why-p {
        max-height: 160px;
        line-height: 25px;
        overflow: visible
    }

    .partner-section {
        position: relative;
        padding: 40px 0
    }

    .sec-title h3 {
        line-height: 25px;
        margin-bottom: 15px
    }

    .card {
        width: auto;
        padding: 0;
        margin: 0;
        margin-bottom: 20px
    }

    .card-main {
        margin: 0;
        padding: 0
    }

    .con {
        height: 75px;
        overflow: hidden;
        line-height: 5px;
        padding: 0
    }

    .con h3 {
        margin: 0;
        line-height: 27px;
        font-size: 20px
    }

    .con p {
        margin: 0;
        line-height: 17px
    }

    .news-block-one .inner-box .image-box .post-date {
        top: 1%;
        left: -1px;
        width: 50px;
        height: 50px;
        border-radius: 5px;
        padding: 0;
        font-size: 16px;
        line-height: 15px;
        font-family: var(--title-font);
        color: var(--secondary-color);
        font-weight: 600;
        padding-top: 7px
    }

    .news-block-one .inner-box .lower-content {
        padding-top: 0;
        margin-bottom: 10px
    }

    .news-block-one .inner-box .lower-content h3 a {
        font-size: 18px;
        margin-top: 10px;
        line-height: 18px
    }

    .news-block {
        max-height: auto;
        padding: 10px
    }

    .blog-img {
        width: 100% !important;
        height: 230px !important
    }

    footer {
        height: auto;
        padding: 40px 0 20px
    }

    .footer-col-h3 {
        margin-bottom: 20px;
        margin-top: 15px
    }

    .footer-main {
        padding-left: 10px
    }

    .footer-col1 {
        width: 100%;
        margin-left: 0
    }

    .link {
        padding-left: 10px
    }

    .arizona {
        margin-top: 100px;
        height: auto;
        padding: 0;
        padding-left: 0;
        text-align: center
    }

    .get {
        bottom: 50px !important;
        right: 0 !important;
        width: 100%;
        margin-bottom: 10px
    }

    .get h2 a {
        padding: 0;
        margin: 0;
        font-family: "Libre Baskerville", serif;
        font-weight: 400;
        color: #fff;
        font-size: 35px;
        text-align: end;
        font-weight: 600;
        font-family: Mulish, sans-serif;
        line-height: 85px
    }
}

@media (max-width:600px) {
    .height720 {
        min-height: 100%;
        max-height: 100%
    }

    .elementor img {
        margin-bottom: 15px
    }

    .about-section figure.image-box {
        margin: 0 !important
    }

    .about-section .content-box {
        padding-top: 20px !important
    }

    .partner-img {
        width: 80%;
        height: 80px;
        margin: auto
    }

    .clients-section .inner-container {
        margin-top: -100px !important
    }

    .why-p {
        max-height: 160px;
        line-height: 25px;
        overflow: visible
    }

    .news-block-one .inner-box .image-box .post-date {
        top: 1%;
        left: -1px;
        width: 50px;
        height: 50px;
        border-radius: 5px;
        padding: 0;
        font-size: 16px;
        line-height: 15px;
        font-family: var(--title-font);
        color: var(--secondary-color);
        font-weight: 600;
        padding-top: 7px
    }

    .news-block-one .inner-box .lower-content {
        padding-top: 0;
        margin-bottom: 10px
    }

    .news-block-one .inner-box .lower-content h3 a {
        font-size: 18px;
        margin-top: 10px;
        line-height: 18px
    }

    .news-block {
        max-height: auto;
        padding: 10px
    }

    .blog-img {
        width: 100% !important;
        height: 200px !important
    }

    .partner-section {
        position: relative;
        padding: 40px 0
    }

    .sec-title h3 {
        line-height: 25px;
        margin-bottom: 15px
    }

    .card {
        width: auto;
        padding: 0;
        margin: 0;
        margin-bottom: 20px
    }

    .card-main {
        margin: 0;
        padding: 0
    }

    .con {
        height: 75px;
        overflow: hidden;
        line-height: 5px;
        padding: 0
    }

    .con h3 {
        margin: 0;
        line-height: 27px;
        font-size: 20px
    }

    .con p {
        margin: 0;
        line-height: 17px
    }

    footer {
        height: auto;
        padding: 40px 0 20px
    }

    .footer-col {
        width: 100%
    }

    .footer-col-h3 {
        margin-bottom: 20px;
        margin-top: 15px;
        font-size: 22px
    }

    .footer-col ul li,
    .footer-col ul li a {
        font-size: 18px
    }

    .footer-main {
        padding-left: 10px
    }

    .footer-col1 {
        width: 100%;
        margin-left: 0
    }

    .link {
        padding-left: 10px
    }

    .arizona {
        margin-top: 100px;
        height: auto;
        padding: 0;
        padding-left: 0;
        text-align: center
    }

    .get {
        bottom: 50px !important;
        right: 0;
        margin-bottom: 10px;
        width: 100%
    }

    .get h2 a {
        padding: 0;
        margin: 0;
        font-family: "Libre Baskerville", serif;
        font-weight: 400;
        color: #fff;
        font-size: 35px;
        text-align: end;
        font-weight: 600;
        font-family: Mulish, sans-serif;
        line-height: 85px
    }
}

@media (max-width:992px) {
    .elementor img {
        margin-bottom: 15px
    }

    .about-section figure.image-box {
        margin: 0 !important
    }

    .about-section .content-box {
        padding-top: 20px !important
    }

    .partner-img {
        width: 80%;
        height: 80px;
        margin: auto
    }

    .clients-section .inner-container {
        margin-top: -100px !important
    }

    .why-p {
        max-height: 160px;
        line-height: 25px;
        overflow: visible
    }

    .chooseus-block-one .inner-box .icon-box {
        margin-top: 70px
    }

    .partner-section {
        position: relative;
        padding: 40px 0
    }

    .sec-title h3 {
        line-height: 25px;
        margin-bottom: 15px
    }

    .card {
        width: auto;
        padding: 0;
        margin: 0;
        margin-bottom: 20px
    }

    .card-main {
        margin: 0;
        padding: 0
    }

    .con {
        height: 75px;
        overflow: hidden;
        line-height: 5px;
        padding: 0
    }

    .con h3 {
        margin: 0;
        line-height: 27px;
        font-size: 20px
    }

    .con p {
        margin: 0;
        line-height: 17px
    }

    .news-block-one .inner-box .image-box .post-date {
        top: 1%;
        left: -1px;
        width: 50px;
        height: 50px;
        border-radius: 5px;
        padding: 0;
        font-size: 16px;
        line-height: 15px;
        font-family: var(--title-font);
        color: var(--secondary-color);
        font-weight: 600;
        padding-top: 7px
    }

    .news-block-one .inner-box .lower-content {
        padding-top: 0;
        margin-bottom: 10px
    }

    .news-block-one .inner-box .lower-content h3 a {
        font-size: 18px;
        margin-top: 10px;
        line-height: 18px
    }

    .news-block {
        max-height: auto;
        padding: 10px
    }

    .blog-img {
        width: 100% !important;
        height: 200px !important
    }

    footer {
        height: auto;
        padding: 40px 0 20px
    }

    .footer-col {
        width: 100%
    }

    .footer-col-h3 {
        margin-bottom: 20px;
        margin-top: 15px;
        font-size: 22px
    }

    .footer-col ul li,
    .footer-col ul li a {
        font-size: 18px
    }

    .footer-main {
        padding-left: 10px
    }

    .footer-col1 {
        width: 100%;
        margin-left: 0
    }

    .link {
        padding-left: 10px
    }

    .arizona {
        margin-top: 100px;
        height: auto;
        padding: 0;
        padding-left: 0;
        text-align: center
    }

    .get {
        bottom: 50px !important;
        right: 0;
        margin-bottom: 10px;
        width: 100%
    }

    .get h2 a {
        padding: 0;
        margin: 0;
        font-family: "Libre Baskerville", serif;
        font-weight: 400;
        color: #fff;
        font-size: 35px;
        text-align: end;
        font-weight: 600;
        font-family: Mulish, sans-serif;
        line-height: 85px
    }
}

.servicepaddingash {
    padding: 0 40px;
    margin-bottom: 20px
}

.serviceash {
    padding: 30px;
    margin: 10px auto;
    width: 330px;
    text-align: center;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    height: 270px;
    transition: aLL .3s ease-in-out
}

.serviceash:hover {
    border: 1px dashed rgba(0, 0, 0, 0.3);
    box-shadow: 0 1rem 2rem hsl(0 0% 0% / 10%);
    background-color: rgba(246, 153, 51,1)
}

.serviceash-img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50px;
    left: 40%;
    margin-bottom: 20px
}

.serviceash:hover .serviceash-h2 {
    scale: 1.1;
    border-color: #F4F4F4;
    color: #F4F4F4;
    padding: 16px 0 0 !important
}

.serviceash:hover .serviceashplus {
    border: 1px dashed rgba(0, 0, 0, 0.3);
    animation: rotate360 1s linear
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

.sec-titleend-p {
    position: relative;
    display: block;
    font-size: 18px;
    padding: 0 60px;
    font-weight: 700;
    margin: auto;
    margin-top: 50px;
    text-align: center
}

.serviceash-h2 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 140px;
    margin: auto;
    min-height: 75px;
    font-size: 18px;
    padding: 15px 0;
    border-top: 1px dashed rgba(0, 0, 0, 0.3);
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3)
}

.serviceashplus {
    position: absolute;
    bottom: -22px;
    left: 43%;
    color: rgba(0, 0, 0, 0.7);
    width: 35px;
    background-color: #F4F4F4;
    font-size: 22px;
    text-align: center;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.serviceash-p {
    font-size: 19px;
    width: 100%;
    padding: 12px;
    line-height: 25px;
    padding: auto 0;
    line-break: auto;
    border-radius: 20px;
    font-weight: 800;
    text-align: center;
}

.serviceno {
    color: #fe5924;
    padding: 0 12px;
    padding-top: 40px;
    text-align:center;
}

.tersrim {
    width: 90%;
    height: 290px !important;
    margin: 10px 20px
}

@media (max-width:768px) {
    .menu-right-content {
        display: none !important
    }

    .servicepaddingash {
        padding: 0 12px;
        margin-bottom: 0
    }

    .serviceash {
        border: 1px dashed rgba(0, 0, 0, 0.3);
        margin-bottom: 25px
    }

    .serviceash-p {
        padding: 12px;
        margin-bottom: 10px
    }

    .tersrim {
        width: 100%;
        margin: 0;
        height: 290px !important
    }

    .serviceno {
        padding: 0 12px
    }
}

.call {
    padding: 10px 15px;
    background-color: #fe5924;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.request {
    width: 160px;
    padding: 0 0 0 5px
}

.callash {
    margin: 0;
    margin-top: -5px;
    font-weight: 500;
    
}

.callash a {
    font-family: "poppins", sans-serif;
    font-size: 15px;
    color:#fe5924;
}