.mb-100 {
    margin-bottom: 100px;
}
.dflt-content h1 {
    font-size: 62px;
}
.dflt-content h2 {
    font-size: 48px;
}
.dflt-content h3 {
    font-size: 26px;
}
.dflt-content h4 {
    font-size: 21px;
}
a.dflt-btn1 {
    display: inline-block;
    padding: 14px 50px;
    color: #fff;
    font-weight: 300;
    background-image: linear-gradient(to right, #EDB8D8, #AA6BF0);
    font-size: 20px;
    border: none;
    border-radius: 50px;
    transition: all 0.2s ease-in-out;
}
a.dflt-btn1:hover {
    background-image: linear-gradient(to left, #EDB8D8, #AA6BF0);
}
a.dflt-btn1 i {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    margin-left: 4px;
    transition: all 0.2s ease-in-out;
}
a.dflt-btn2 {
    display: inline-block;
    padding: 16px 34px;
    color: #000;
    border: 1px solid #000;
    font-weight: 500;
    background-color: #fff;
    font-size: 16px;
    border-radius: 80px;
    transition: all 0.2s ease-in-out;
}
a.dflt-btn2 i {
    display: inline-block;
    color: #000;
    font-size: 14px;
    line-height: 1;
    margin-left: 4px;
    transition: all 0.2s ease-in-out;
}
a.dflt-btn1:hover i,
a.dflt-btn2:hover i {
    transform: translateX(7px);
}

/* Hero section */

.hero {
    margin-top: -95px;
    padding: 180px 0 100px;
    position: relative;
    overflow: hidden;
}
.hero-bg {
    z-index: 0;
    background-image: url(../images/hero-bg.webp);
    background-position: left top;
    background-repeat: no-repeat;
}
.hero-bg:before {
    content: "";
    display: block;
    clear: both;
    width: 640px;
    height: 100%;
    background-image: linear-gradient(-16deg, #E7B1F1, #cc9fce,#FF6FA5, #FF6FA5);
    position: absolute;
    top: 0;
    left: 50.5%;
    z-index: -1;
}
.hero-main h1 {
    font-size: 110px;
    margin-bottom: 32px;
    line-height: 1;
}
.hero-main h1 span {
    font-size: 110px;
    font-weight: 800;
    font-family: "MuseoModerno", sans-serif;
}
.hero-main p {
    font-size: 24px;
    font-weight: 200;
    opacity: 0.8;
    width: 90%;
}
.hero-btn {
    margin-bottom: 130px;
}
.hero-otdh-content p {
    font-size: 22px;
    font-weight: 200;
    width: 60%;
}
.hero-otdh-content p span {
    font-weight: 500;
}
.hero-main-image {
    position: relative;
    margin-bottom: 60px;
}
.hero-full-image img,
.hero-main-image img {
    width: 100%;
}
.hero-imgs img {
    position: absolute;
    border-radius: 50%;
}
.hero-imgs img.hmg1 {
    width: 188px;
    height: 188px;
    top: 41px;
    left: 100px;
}
.hero-imgs img.hmg2 {
    width: 280px;
    height: 280px;
    right: 34px;
    top: 28%;
}
.hero-imgs img.hmg3 {
    width: 158px;
    height: 158px;
    top: 64%;
    left: -81px;
}
.cl-box {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.cl-box1 {
    margin-left: auto;
    background-image: linear-gradient(45deg, #F3C4E8, transparent);
}
.cl-box2 {
    background-image: linear-gradient(-135deg, #FDD8CE, transparent);
}
.cl-box-cont h3 {
    font-size: 28px;
    font-weight: 600;
}
.cl-box-cont p {
    font-size: 16px;
    margin-bottom: 0;
}



/* features section  */

.feature {
    padding: 100px 0;
    position: relative;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-91 {
    margin-bottom: 91px;
}
.mb-92 {
    margin-bottom: 92px;
}
.fbbs-content {
    background-image: linear-gradient(to right, #EDB8D8, #AA6BF0);
    border-radius: 40px;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.2s ease-in-out;
}
.fbbs-cont1 i {
    font-size: 26px;
    background-image: linear-gradient(-45deg, #9f59f0, #cc9fce,#FF6FA5, #FF6FA5);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height:50px;
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
    box-shadow: 7px 10px 16px 0px rgba(0,0,0,.7);
}
.fbbs-cont i {
    box-shadow: -7px 10px 16px 0px rgba(0,0,0,.7);
}
/* .fbbs-cont1 i {
    font-size: 24px;
    background-color: #FF6FA5;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: block;
    color: #fff;
    text-align: center;
    transition: all 0.2s ease-in-out;
} */
.fbbs-content:hover .fbbs-cont1 i {
    background-color: #9f59f0;
}
.fbbs-cont h4 {
    font-size: 18px;
    margin-bottom: 0;
}
.fdac-circle {
    position: relative;
    height: 100%;
}
.fdac-circle-img img {
    width: 400px;
    position: absolute;
    z-index: -1;
    width: 366px;
}
.fdac-circle-img img.f-img1 {
    bottom: -100px;
    left: -200px;
}
.fdac-circle-img img.f-img2 {
    bottom: -100px;
    right: -200px;
    transform: rotate(180deg);
}
.fdac-box-content .fbox {
    border-radius: 50px;
    padding: 12px 24px;
    position: absolute;
    z-index: 1;
    transform: translateY(-50%);
}
.fdac-box-content .fbox1 {
    width: 140px;
    left: 12%;
    top: 50%;
    background-image: linear-gradient(-90deg, #9f59f0, #d693da,#d6aee6);
}
.fdac-box-content .fbox2 {
    width: 175px;
    right: 7%;
    top: 50%;
    background-image: linear-gradient(90deg, #9f59f0, #d693da,#d6aee6);
}
.fdac-box-content .fbox h4 {
    margin: 0;
    font-size: 20px;
}

.fdac-circle1 {
    height: 250px;
    width: 250px;
    border-radius: 50%;
    background-image: linear-gradient(-0deg, #E7B1F1, #cc9fce,#FF6FA5, #FF6FA5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.fdac-circle-content h3 {
    font-size: 40px;
    margin: 0;
}



/* choose-area section  */

.about-area {
    padding: 100px 0;
    background-image:url("../images/bg4.webp");
    background-position: bottom center;
    background-repeat: no-repeat;
}

.about-spn {
    padding: 24px 0;
}
.about-spn span {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 40px;
    font-size: 16px;
    margin-bottom: 16px;
    background-color: #fff;
}
.about-content p {
    margin-bottom: 40px;
    font-size: 16px;
}
.about-main-img {
    position: relative;
    padding: 24px;
    border-radius: 30px;
    background-color: rgba(255, 111, 185, .15);
}
.abtb-img {
    width: 50%;
    border-radius: 30px;
}
.abtb-img img {
    width: 100%;
    border-radius: 30px;
}

.about-txt1 {
    border-radius: 30px;
    background-color: #fff;
    padding: 24px;
}
.about-txt2 i {
    font-size: 21px;
    background-image: linear-gradient(-45deg, #9f59f0, #cc9fce,#FF6FA5, #FF6FA5);
    border-radius: 50%;
    height: 52px;
    width: 52px;
    line-height: 52px;
    display: block;
    color: #fff;
    text-align: center;
    box-shadow: 0 10px 16px 0px rgba(0,0,0,.7);
}
.about-txt3 span {
    display: block;
    font-weight: 500;
    font-size: 18px;
}
.abft h4 {
    color: #070707;
}
.about-txt2 span {
    font-size: 14px;
    font-weight: 500;
    display: block;
}
.about-img1 img {
    width: 320px;
    border-radius: 30px;
    position: absolute;
    top: 20%;
    right: 28px;
}
.spmkj span i {
    font-size: 24px;
    background-image: linear-gradient(-45deg, #9f59f0, #cc9fce,#FF6FA5, #FF6FA5);
    border-radius: 50%;
    height: 52px;
    width: 52px;
    line-height: 52px;
    display: block;
    color: #fff;
    text-align: center;
}
.abzmk h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}
.abzmk p {
    font-size: 16px;
    margin-bottom: 0;
}


/* my-service section  */

.service{
    padding: 80px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-image:url("../images/bg2.webp");
}
.mb-90 {
    margin-bottom: 90px;
}
.service-box {
    position: relative;
    height: 100%;
}
.service-box:before {
    content: "";
    display: block;
    clear: both;
    width: 100%;
    height: 75%;
    border-radius: 10px 10px 50px 50px;
    background-image: linear-gradient(-45deg, #E7B1F1, #cc9fce,#FF6FA5, #FF6FA5);
    position: absolute;
    bottom: -60px;
    left: 0;
    z-index: 0;
}
.service-box::after {
    content: "";
    display: block;
    clear: both;
    width: 38px;
    height: 38px;
    border-radius: 0;
    background-color: #fff;
    position: absolute;
    bottom: -30px;
    left: 50%;
    z-index: 2;
    transform: rotate(45deg) translateX(-50%) skew(10deg, 10deg);
}

.abtb-conts {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 24px 40px 50px;
    height: 100%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0 12px 16px rgba(0,0,0,0.2);
    transition: all 0.2s ease-in-out;
}
.abtb-conts img {
    width: 52px;
}
.abtb-conts span i {
    color: #fff;
    font-size: 52px;
    line-height: 1;
    position: relative;
    z-index: 1;
}
.abtb-conts span {
    display: block;
    text-align: center;
    margin-bottom: 50px;
}
.abtb-conts span::before {
    content: "";
    display: block;
    clear: both;
    width: 200px;
    height: 190px;
    border-radius: 50%;
    background-image: linear-gradient(45deg, #E7B1F1, #cc9fce,#FF6FA5, #FF6FA5);
    position: absolute;
    top: -90px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
}

.svs-img h4 {
    font-size: 18px;
    margin-top: 24px;
    color: #070707;
}
.abcd-cont h4 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 24px;
    color: #070707;
}
.abcd-cont p {
    margin: 0;
    text-align: center;
    font-size: 14px;
    color: #070707;
}


/* .web-main  */

.web-main {
    padding: 80px 0;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-image:url("../images/bg3.webp");
}
.step-count,
.step-line {
    position: relative;
}
.step-line img {
    width: 150px;
}
.step-no {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    position: absolute;
}
.step-no1 {
    top: 7%;
    left: 13px;
}
.step-no2 {
    top: 25%;
    left: 69px;
}
.step-no3 {
    top: 48.5%;
    left: 90px;
}
.step-no4 {
    top: 71%;
    left: 60px;
}
.step-no5 {
    top: 88%;
    left: 0;
}

.step-box {
    position: absolute;
    max-width: 400px;
    width: 100%;
    padding: 16px;
}
.step1 {
    top: -50px;
    left: 89px;
}
.step2 {
    top: 70px;
    left: 162px;
}
.step3 {
    top: 41%;
    left: 185px;
}
.step4 {
    top: 68%;
    left: 160px;
}
.step5 {
    top: 93%;
    left: 65px;
}
.step-box span {
    display: none;
}
.dot-circle {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background-color: #070707;
    border: 2px solid #fff;
    position: absolute;
}
.dot-circle1 {
    top: 87px;
    left: -35px;
}
.dot-circle2 {
    top: 58px;
    left: -48px;
}
.dot-circle3 {
    top: 40px;
    left: -49px;
}
.dot-circle4 {
    top: 16px;
    left: -51px;
}
.dot-circle5 {
    top: -21px;
    left: -18px;
}
.step-dot {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #FF6FA5;
}
.step-ico {
    background-color: #fff;
    height: 64px;
    width: 64px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.step-ico {
    background-color: #fff;
    height: 64px;
    width: 64px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.step-ico:before {
    content: "";
    display: block;
    clear: both;
    width: 16px;
    height: 16px;
    border-radius: 0;
    background-color: #fff;
    position: absolute;
    z-index: 0;
}
.step-ico1:before {
    bottom: 25px;
    left: 15px;
    transform: rotate(98deg) skew(10deg, 10deg);
}
.step-ico2:before {
    bottom: 35px;
    left: 10px;
    transform: rotate(118deg) skew(10deg, 10deg);
}
.step-ico3:before {
    bottom: 42px;
    left: 10px;
    transform: rotate(133deg) skew(10deg, 10deg);
}
.step-ico4:before {
    bottom: 48px;
    left: 11px;
    transform: rotate(152deg) skew(10deg, 10deg);
}
.step-ico5:before {
    top: 19px;
    left: 19px;
    transform: rotate(4deg) skew(10deg, 10deg);
}
.step-ico i {
    font-size: 22px;
    background-image: linear-gradient(-45deg, #9f59f0, #cc9fce,#FF6FA5, #FF6FA5);
    border-radius: 50%;
    height: 42px;
    width: 42px;
    line-height: 42px;
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
    box-shadow: 7px 10px 16px 0px rgba(0,0,0,1);
}
.step-cont h4 {
    font-size: 16px;
}
.step-cont p {
    font-size: 13px;
    margin-bottom: 0;
}



/* pricing page */

.price-main{
    padding: 60px 0 120px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/bg3.webp);
}
.prc-des p {
    font-size: 18px;
    width: 65%;
    margin: auto;
}
.colord-bg {
    position: relative;
}
.colord-bg:before {
    content: "";
    display: block;
    clear: both;
    width: 100%;
    height: calc(100% - 30px);
    border-radius: 10px 10px 50px 50px;
    background-image: linear-gradient(-45deg, #E7B1F1, #cc9fce,#FF6FA5, #FF6FA5);
    position: absolute;
    bottom: -26px;
    left: 0;
    z-index: 0;
}
.colord-bg::after {
    display: none;
}
.p-card {
    width: min(100%, 380px);
    position: relative;
    margin: auto;
    padding: 20px 24px 34px;
    border-radius: 30px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
}
.pflow {
    margin: 0 -4px 26px;
    padding: 28px 20px 24px;
    position: relative;
    z-index: 0;
    border-radius: 24px;
    background-image: linear-gradient(45deg, #E7B1F1, #cc9fce, #FF6FA5, #FF6FA5);
    overflow: hidden;
}
.pflow:before {
    display: none;
}
.ico-area span {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    font-size: 20px;
}
.price-card p,
.price-area h3 {
    color: #fff;
}
.pflow p {
    font-size: 14px;
    color: #070707;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 0;
}
.price-area h2 {
    font-size: 48px;
    line-height: 1.15;
    color: #fff;
    margin-bottom: 14px;
}
.price-area h2 span {
    font-size: 14px;
    color: #fff;
}
.price-area .pricing-plan-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    color: #fff;
    font-size: 30px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(8px);
}
.price-area .pricing-duration {
    margin: 8px 0 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.price-area .pricing-currency {
    display: inline-block;
    margin-right: 8px;
    font-size: 22px;
    font-weight: 700;
    vertical-align: middle;
}
.price-area .pricing-trial {
    margin: 16px auto 0;
    padding: 10px 14px;
    max-width: 100%;
    color: #070707;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    border: 1px solid rgba(7, 7, 7, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
}
.price-txt p {
    font-size: 14px;
    padding-bottom: 12px;
    font-weight: 400;
}
.price-area p b {
    color: #fff;
}
.price-f p {
    font-size: 16px;
    line-height: 2;
    color: #070707;
    font-weight: 400;
    border-radius: 40px;
}

.price-f p i {
    color: #FF6FA5;
}

.buy-btn {
    margin-top: 30px;
    text-align: center;
}

.arrow-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.arrow-box img {
    width: 100%;
    opacity: 0.5;
}
.rcmp p {
    margin: 4px 0 12px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.code-box img {
    width: 250px;
    opacity: 0.5;
    transform: rotate(-20deg);
}


/* Contact page */

.contact-form {
    padding: 50px 0;
    position: relative;
    background-image:url("../images/bg3.webp");
    background-position: center center;
    background-repeat: no-repeat;
}
.con-address,
.cfs-box {
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    background-color: #fff;
    border: 1px solid #07070719;
    transition: all 0.2s ease-in-out;
}
.con-address:hover,
.cfs-box:hover {
    border: 1px solid #2AA27E;
}
.cfs-box p {
    margin: 0;
}
.cfs-box p a {
    text-decoration: none;
    font-size: 16px;
    color: #070707;
    position: relative;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}
.con-address img,
.cfs-box img {
    width: 50px;
}
.cdfs-cont h3 {
    font-size: 21px;
    margin-bottom: 16px;
    color: #070707;
    text-align: center;
}
.cdfs-cont p a {
    font-size: 16px;
    margin-bottom: 0;
    color: #070707;
    transition: all 0.2s ease-in-out;
}
.cdfs-cont p a:hover {
    color: #FF6FA5;
}
.con-address p {
    color: #070707;
    font-size: 16px;
    margin: 0;
}


.solid-form {
    position: relative;
}
.solid-form:before {
    content: "";
    display: block;
    clear: both;
    width: 100%;
    height: 70%;
    border-radius: 10px 10px 50px 50px;
    background-image: linear-gradient(-45deg, #E7B1F1, #cc9fce,#FF6FA5, #FF6FA5);
    position: absolute;
    bottom: -60px;
    left: 0;
    z-index: 0;
}
.solid-form::after {
    content: "";
    display: block;
    clear: both;
    width: 38px;
    height: 38px;
    border-radius: 0;
    background-color: #fff;
    position: absolute;
    bottom: -30px;
    left: 50%;
    z-index: 2;
    transform: rotate(45deg) translateX(-50%) skew(10deg, 10deg);
}

.my-form {
    width: 80%;
    position: relative;
    margin: auto;
    padding: 40px;
    border-radius: 30px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
}
.common {
    margin-bottom: 16px;
    position: relative;
}
.message {
    position: relative;
}
.message i,
.common i {
    position: absolute;
    top: 48px;
    left: 10px;
    opacity: 0.7;
    font-size: 16px;
}
.common label, .message label {
    font-size: 16px;
    color: #070707;
    margin-bottom: 8px;
}
.common input, .message textarea {
    width: 100%;
    background-color: transparent;
    border: 1px solid #07070726;
    font-size: 16px;
    padding: 12px 16px 12px 32px;
    border-radius: 60px;
    outline: none;
    color: #070707;
}
.message textarea {
    border-radius: 20px;
}
.common input:focus, .message textarea:focus {
    border-color: #07070777;
}
.submit-btn input {
    font-size: 16px;
    border: none;
    outline: none;
    background-image: linear-gradient(to right, #EDB8D8, #AA6BF0);
    color: #fff;
    padding: 14px 30px;
    font-weight: 600;
    transition: all 0.2s linear;
    border-radius: 50px;
    display: inline-block;
}

.submit-btn input:hover {
    background-image: linear-gradient(to left, #EDB8D8, #AA6BF0);
}


/* about page  */

.about-main {
    padding: 80px 0;
    background-image:url("../images/bg1.webp");
    background-position: center center;
    background-repeat: no-repeat;
}
.absp p {
    font-size: 18px;
}
.abtb-ico-text1 {
    padding: 16px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 30px;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
}
.abtb-ico i {
    font-size: 21px;
    background-image: linear-gradient(-45deg, #9f59f0, #cc9fce,#FF6FA5, #FF6FA5);
    border-radius: 50%;
    height: 45px;
    width: 45px;
    line-height: 45px;
    display: block;
    color: #fff;
    text-align: center;
    margin-right: 8px;
    transition: all 0.2s ease-in-out;
}
.abtb-text h4 {
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 600;
}
.abtb-text p {
    font-size: 16px;
    margin-bottom: 0;
}
.abtb-ico-text1:hover {
    border: 1px solid #2AA27E;
}
.abtb-ico-text1:hover .abtb-ico i {
    background-color: #2AA27E;
}


.abtb-content {
    padding-right: 80px;
}
.abtb-content p {
    font-size: 18px;
    margin: 24px 0;
}
.abt-img {
    position: relative;
}
.abt-img img {
    width: 100%;
    border-radius: 30px;
}
.ablg-box {
    background-color: #f2ffee;
    border-radius: 30px;
    padding: 24px;
}
.ablg-box h3 {
    font-size: 30px;
    margin-bottom: 24px;
}
.abtb-content ul {
    margin: 0;
    padding: 0;
}
.abtb-content ul li {
    list-style: none;
    font-size: 18px;
    margin-bottom: 16px;
    color: #2AA27E;
}
.webd-ico img {
    width: 50px;
}
.about-img2 img {
    width: 180px;
    border-radius: 20px;
    position: absolute;
    right: -24px;
    bottom: -24px;
}


/* web section  */




/* Responsive */

@media all and (max-width: 1399px){
    .dflt-content h2 {
        font-size: 45px;
    }
    .hero-bg:before {
        width: 552px;
    }
    .hero-main h1,
    .hero-main h1 span {
        font-size: 95px;
    }
    .hero-main p {
        font-size: 20px;
        width: 87%;
    }
    .hero-otdh-content p {
        font-size: 18px;
        width: 70%;
    }
    .hero-imgs img.hmg3 {
        width: 140px;
        height: 140px;
        top: 63%;
        left: -74px;
    }
    .hero-imgs img.hmg1 {
        width: 156px;
        height: 156px;
        top: 36px;
        left: 88px;
    }
    .hero-imgs img.hmg2 {
        width: 238px;
        height: 238px;
        right: 30px;
    }
    .prc-des p {
        width: 75%;
    }
    .fdac-box-content .fbox1 {
        left: 6%;
    }
    .fdac-box-content .fbox2 {
        right: 1%;
    }
    .about-img1 img {
        width: 275px;
        top: 18%;
    }

}
@media all and (max-width: 1199px){
    .dflt-content h2 {
        font-size: 40px;
    }
    /* hero */
    .hero {
        padding: 180px 0 60px;
    }
    .hero-bg:before {
        width: 463px;
    }
    .hero-main h1, .hero-main h1 span {
        font-size: 80px;
    }
    .hero-main p {
        font-size: 17px;
        width: 88%;
    }
    .hero-otdh-content p {
        font-size: 16px;
    }
    .hero-imgs img.hmg3 {
        width: 110px;
        height: 110px;
        top: 65%;
        left: -55px;
    }
    .hero-imgs img.hmg1 {
        width: 135px;
        height: 135px;
        top: 31px;
        left: 72px;
    }
    .hero-imgs img.hmg2 {
        width: 200px;
        height: 200px;
        right: 25px;
    }
    .cl-box {
        height: 150px;
        width: 150px;
    }
    .cl-box-cont h3 {
        font-size: 24px;
    }
    .cl-box-cont p {
        font-size: 14px;
    }
    .feature {
        padding: 100px 0 70px;
    }
    .prc-des p {
        width: 80%;
        font-size: 16px;
    }
    .fbbs-cont h4 {
        font-size: 16px;
    }
    .fdac-box-content .fbox h4 {
        font-size: 18px;
    }
    .fdac-circle-content h3 {
        font-size: 30px;
    }
    .fdac-box-content .fbox1 {
        left: 2%;
        width: 132px;
    }
    .fdac-box-content .fbox2 {
        right: -3%;
        width: 160px;
    }
    .about-img1 img {
        width: 235px;
    }
    .abtb-conts {
        padding: 24px 24px 50px;
    }
    
}

@media all and (max-width: 991px){
    /* hero  */
    .hero {
        padding: 60px 0;
        margin-top: 0;
    }
    .hero-bg:before {
        width: 100%;
        height: 55%;
        top: auto;
        bottom: 0;
        left: 0;
    }
    .hero-btn {
        margin-bottom: 40px;
    }
    .prc-des p {
        width: 100%;
    }
    .feature {
        overflow: hidden;
    }
    .mb-90 {
        margin-bottom: 30px;
    }
    .fdac-circle1 {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
        position: static;
        transform: translate(0, 0)
    }
    .fdac-box-content .fbox1 {
        left: 20%;
        top: 19%;
    }
    .fdac-box-content .fbox2 {
        right: 19%;
        top: 71%;
    }
    .about-area {
        padding: 60px 0;
    }
    .about-img1 img {
        width: 340px;
        top: 22%;
    }
    .service {
        padding: 60px 0;
    }
    .web-main {
        padding: 60px 0 80px;
    }
}

@media all and (max-width: 767px){
    .dflt-content h2 {
        font-size: 36px;
    }
    .dflt-content h3 {
        font-size: 21px;
    }
    /* hero */
    .hero-bg:before {
        height: 53%;
    }
    .hero-main h1, .hero-main h1 span {
        font-size: 70px;
    }
    .hero-full-image {
        margin-bottom: 40px;
    }
    .fdac-box-content .fbox1 {
        left: 10%;
    }
    .fdac-box-content .fbox2 {
        right: 8%;
    }
    .about-img1 img {
        width: 260px;
        top: 20%;
    }
    .mb-sm-30 {
        margin-bottom: 30px;
    }
    .step-box {
        max-width: 350px;
    }

}
@media all and (max-width: 575px){
    /* hero section  */
    .hero-bg:before {
        max-height: 690px;
    }
    .hero-main h1, .hero-main h1 span {
        font-size: 60px;
    }
    .hero-main p {
        font-size: 16px;
        width: 100%;
    }
    .web-main {
        padding: 50px 0;
    }
    .mb-92 {
        margin-bottom: 40px;
    }
    .step-line span {
        display: none;
    }
    .step-line img {
        width: 5px;
        position: absolute;
        top: 0;
        left: 30px;
    }
    .step-box {
        position: relative;
        margin-left: 42px;
        top: 0;
        left: 0;
        padding: 16px 30px 16px 16px;
    }
    .dot-circle {
        height: 18px;
        width: 18px;
    }
    .step-dot {
        height: 8px;
        width: 8px;
    }
    .dot-circle1,
    .dot-circle2,
    .dot-circle3,
    .dot-circle4,
    .dot-circle5 {
        top: 32px;
        left: -19px;
    }
    .step-ico {
        height: 45px;
        width: 48px;
    }
    .step-ico i {
        height: 30px;
        width: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .step-ico:before {
        width: 10px;
        height: 10px;
    }
    .step-box span {
        display: block;
    }
    .step-ico1:before,
    .step-ico2:before,
    .step-ico3:before,
    .step-ico4:before,
    .step-ico5:before {
        top: auto;
        bottom: auto;
        left: 11px;
        transform: rotate(133deg) skew(10deg, 10deg);
    }
    .step-no {
        font-size: 16px;
    }
    .step-no1,
    .step-no2,
    .step-no3,
    .step-no4,
    .step-no5 {
        top: 30%;
        left: -44px;
    }
    .my-form {
        padding: 40px 24px;
    }

}
@media all and (max-width: 480px){
    .dflt-content h2 {
        font-size: 30px;
    }
    .dflt-content h3 {
        font-size: 18px;
    }
    .hero-bg:before {
        max-height: 580px;
    }
    .hero-main h1, .hero-main h1 span {
        font-size: 52px;
    }
    .cl-box {
        height: 130px;
        width: 130px;
    }
    .cl-box-cont h3 {
        font-size: 20px;
    }
    .cl-box-cont p {
        font-size: 12px;
    }
    .hero-otdh-content p {
        width: 100%;
    }
    .fdac-box-content .fbox1 {
        top: 10%;
        left: 0;
    }
    .fdac-box-content .fbox2 {
        top: 76%;
        right: 0;
    }
    .abtb-img {
        width: 100%;
    }
    .about-img1 {
        margin-top: 40px;
    }
    .about-img1 img {
        position: static;
        width: 100%;
    }
    .about-txt2 {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .abzmk p {
        font-size: 14px;
    }

}
@media all and (max-width: 400px){
    .hero-bg:before {
        max-height: 520px;
    }
}
@media all and (max-width: 360px){
    .step-line img {
        top: 16px;
    }

}
