@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;700;800;900&display=swap');


.container-fluid {
    padding: 0px;
}

* {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
}

.row {
    margin: 0px;
    padding: 0px;
}

.generalh2 h2 {
    color: #36383b;
    font-weight: 700;
    font-size: 35px;
    padding-top: 40px;
    text-align: center;
    padding-bottom: 25px;
}

.generalspan span {
    color: #c56208;
}

.mainlinks i {
    padding-left: 20px;
}

.logo {
    padding-top: 55px;
}

.logo img {
    width: 179px;
}

.mainmedia a {
    background-color: #c56208;
    border-radius: 45px;
    padding: 11px;
    margin: auto 0px auto -10px;
}

.navbar {
    display: flex;
    justify-content: end;
    margin-bottom: 25px;
    margin-top: 0;
    background-color: white;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 3.0rem;
    font-size: 1.2rem;
    color: #36383b;
}

.navbar-nav {
    margin-left: auto;
}

.col-xs {
    width: 50%;
}

.links {
    padding-top: 4px;
}

.navbar li {
    display: inline;
}

.links li {
    list-style: none;
    margin: 22px;
    font-size: 19px;
}

.links li a {
    color: black;
    text-decoration: none;
}

.main {
    display: flex;
    justify-content: center;
    padding-top: 26px;
}

.maintext {
    padding-top: 45px;
}

.maintext h1 {
    color: #36383b;
    font-weight: 700;
    font-size: 2.5rem;
    margin: 0px;
    padding-bottom: 40px;
    text-align: left;
}

.maintext p {
    color: #36383b;
    font-size: 1.3rem;
    margin: 0px;
    padding-bottom: 40px;
    color: #36383b;
}

.mainlinks {
    display: flex;
    margin: 0px;
    padding-bottom: 35px;
}

.mainimg img {
    width: 521px;
}

.greenbtn {
    padding: 5px 25px 5px 25px;
    border-radius: 30px;
    text-decoration: none;
    background-color: #c56208;
    border: 2px solid #c56208;
    color: white;
}

.whitebtn {
    padding: 5px 25px 5px 25px;
    border-radius: 30px;
    text-decoration: none;
    background-color: transparent;
    border: 2px solid #c56208;
    color: #c56208;
    margin-left: 25px;
}

.greenbtn:hover {
    color: white;
    box-shadow: 0px 0px 18px -6px #0f8b69;
}

.whitebtn:hover {
    color: #c56208;
    box-shadow: 0px 0px 18px -6px #c56208;
}

.mainmedia i {
    padding-left: 10px;
}

.mainmedia {
    display: flex;
}

.mainmedia p {
    width: 45%;
    margin-top: 50px;
}

.pictures {
    display: flex;
    justify-content: space-around;
    background-color: #f6e1ce;
    padding: 15px;
    margin: 50px auto;
    border-radius: 30px;
}

.pictures a {
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
}

.col-md-2 {
    width: 12.666667%;
    padding: 0px 55px;
    display: flex;
    justify-content: center;
}

.features {
}

.features p {
    color: #36383b;
    font-size: 18px;
    margin: 0px auto 35px auto;
}

.featureslist li {
    display: inline;
}

.featureslist a {
    text-decoration: none;
    color: #36383b;
    border-radius: 50px;
    font-size: 17px;
    padding: 24px 33px;
    display: inline-block;
}

.featureslist a:hover {
    background-color: #c56208;
    border-radius: 50px;
    color: white;
    transition: 0.5 ease;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 50px;
}

.nav-tabs .nav-link.active {
    background-color: #c56208;
    border-radius: 50px;
    color: white;
}

.featureslist ul {
    padding: 0px;
    background-color: #f6e1ce;
    display: flex;
    justify-content: space-between;
    border-radius: 50px;
    width: 90%;
    margin: 0 auto;
}

.featuresgroup2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 80px;
}

.featuresgroup2img {
    background-color: #f6e1ce;
    border-radius: 30px;
    padding: 45px 5px;
    position: relative;
    object-fit: contain;
    text-align: center;
}

.featuresgroup2img img {
    width: auto;
    height: 400px;
}

.featuresgroup2text {
    width: 43%;
    text-align: left;
}

.featuresgroup2text p {
    margin: 35px 0px;
    width: 100%;
}

.featuresgroup2text a {
    text-decoration: none;
    color: #c56208;
    font-size: 18px;
}

.featuresgroup2text i {
    padding-left: 25px;
}

.steps {
    text-align: center;
}

.steps h2 {
    width: 30%;
    margin: 80px auto 30px auto;
}

.step1 label {
    color: #c56208;
    background-color: white;
    border: 1px solid #c56208;
    display: block;
    border-radius: 30px;
    width: 40%;
    margin: 15px auto 0px auto;
    padding: 5px 15px;
    box-shadow: -9px 11px 13px -8px grey;
    text-align: center;
}

.steps_3 {
    display: flex;
    justify-content: center;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 80px;
}

.step1 {
    margin: 0 auto;
}

.step1 p {
    padding: 5px 0px;
    margin: 20px auto 15px auto;
    text-align: center;
}

.step1img {
    display: flex;
    justify-content: center;
}

.step1img img {
    padding-right: 30px;
}

.reasons {
    background-color: #f3f2fe;
    color: #36383b;
}

.flex_1 {
    display: flex;
    justify-content: center;
}

.reason_4 {
    padding-bottom: 40px;
}

.reason {
    width: 48%;
    padding: 45px 60px;
}

.reason1 {
    border-right: 1px solid #d4d2e6;
    border-bottom: 1px solid #d4d2e6;
}

.reason2 {
    border-left: 1px solid #d4d2e6;
    border-bottom: 1px solid #d4d2e6;
}

.reason3 {
    border-right: 1px solid #d4d2e6;
    border-top: 1px solid #d4d2e6;
}

.reason4 {
    border-left: 1px solid #d4d2e6;
    border-top: 1px solid #d4d2e6;
}

.flexh5 h5 {
    font-weight: 500;
    padding: 25px 0px 0px 15px;
    width: 85%;
    font-size: 25px;
}

.reason1-flex {
    display: flex;
}

.reason1 p,
.reason2 p,
.reason3 p,
.reason4 p {
    padding: 15px 45px;
    font-size: 14px;
    width: 100%;
}

.client {
    text-align: center;
}

.banner {
    background-color: #c56208;
    display: flex;
    justify-content: center;
    height: 345px;
    padding: 55px;
}

.bannertext {
    color: white;
    line-height: 20px;
    margin-top: 23px;
}

.bannertext h2 {
    font-size: 35px;
    color: white;
    text-align: left;
    padding: 0px;
    margin-bottom: 30px;
}

.bannertext p {
    width: 80%;
    padding-bottom: 10px;
    font-size: 18px;
}

.bannertext a {
    color: white;
    text-decoration: none;
    width: 35%;
    font-size: 18px;
}

.bannerflex {
    display: flex;
    justify-content: space-evenly;
}

.bannerflex1 {
    background-color: #938fb5;
    width: 46%;
    border-radius: 34px;
    height: 357px;
    position: relative;
}

.bannerflex2 {
    background-color: #0f8b69;
    width: 46%;
    border-radius: 34px;
    height: 360px;
    position: relative;
}

.bannerflex1 h3 {
    color: white;
    padding: 24px 0px 0px 23px;
    width: 74%;
    font-size: 22px;
}

.bannerflex2 h3 {
    color: white;
    padding: 24px 0px 0px 23px;
    width: 74%;
    font-size: 22px;
}

.bannerflex1 img {
    width: 229px;
    position: absolute;
    bottom: 0;
}

.bannerflex2 img {
    width: 227px;
    position: absolute;
    bottom: 0;
    left: 15px;
}

.Last {
    background-repeat: no-repeat;
    background-size: contain;
    width: 20%;
    background-color: #f8f7fe;
    display: flex;
    justify-content: center;
    text-align: end;
    border-radius: 35px;
    margin: 150px auto;
    width: 70%;
    padding: 55px 0px;
}

.Lasttext {
    align-self: center;
    padding-right: 30px;
}

.Lasttext h5 {
    font-weight: 600;
    padding-bottom: 10px;
}

.Lasttext p {
    padding-bottom: 25px;
    width: 65%;
    margin-left: auto;
}

.Lastlinks {
    display: flex;
    justify-content: end;
}

.Lastlinks i {
    padding-left: 20px;
}

.footer {
    background-color: #c56208;
    color: white;
    font-family: 'Poppins', sans-serif;
    border-bottom: solid 1px #fff;
    display: flex;
    justify-content: space-evenly;
}

.footer ul {
    padding: 0px;
}

.footerimg {
    padding: 80px 50px 65px 30px;
}

.location {
    width: 17%;
}

.location i {
    padding-right: 10px;
}

.footer li {
    list-style: none;
    padding-bottom: 10px;
}

.footer a {
    color: white;
    font-size:14px;
    text-decoration: none;
}

.footer h5 {
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 30px;
    padding-top: 80px;
}

.address {
    display: -webkit-box;
}

.socialapps {
    background-color: #c56208;
    display: flex;
    padding: 18px 20px 0px 20px;
    justify-content: space-between;
}

.copyright a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
}

.apps {
    display: flex;
    justify-content: center;
}

.apps p {
    color: white;
    padding: 2px 35px;
}

.apps img {
    width: 80%;
}

.testimonial {
    width: 90%;
    max-width: 800px;
    margin: auto;
}

.testimonial-text {
    color: black;
    background-color: white;
    width: 100%;
    height: 350px;
    border-radius: 2em;
    position: relative;
}

.user-text {
    width: 80%;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.user-text .fas {
    font-size: 30px;
    margin-bottom: 50px;
    margin-top: 20px;
}

.user-text span:nth-child(1) {
    color: black;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
}

.user-text span:nth-child(2) {
    font-family: 'Poppins', sans-serif;
    color: #aaaaad;
    display: block;
}

.testimonial-pic {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-pic {
    width: 65px;
    padding: 5px;
    border-radius: 50%;
    margin: 10px;
    cursor: pointer;
    transition: 0.5s;
}

.user-text.active-text {
    display: block;
}

.user-pic.active-pic {
    width: 100px;
    border: 3px solid #c56208;
}

.footer .col-md-2 {
    display: block;
    width: 16.666667%;
    padding: 0px;
}

.pricingmain {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 22px;
    width: 85%;
    background-color: #f8f7fe;
    height: 600px;
    margin: 0px auto 160px auto;
}

.pricingflex p {
    width: 75%;
    margin: 0 auto;
    text-align: center;
}

.pricingflex a {
    text-align: center;
    display: block;
    margin: 8px auto 22px auto;
    text-decoration: none;
    font-size: 11px;
}

.pricingflex {
    margin-top: 85px;
}

.pricingflex h3 {
    text-align: center;
    padding: 80px 0px 10px 0px;
    font-size: 20px;
}

.pricingbutton1 {
    width: 50%;
    margin: 25px auto 35px auto;
    padding: 10px 0px;
}

.pricingbutton2 {
    width: 50%;
    margin: 25px auto 35px auto;
    padding: 10px 0px;
}

.pricingbutton1 a {
    color: #c56208;
    margin: 0px;

}


.pricingbutton2 a {
    color: white;
    margin: 0px;
}

.pf-1 {
    background-color: white;
    border-radius: 22px;
    border: 1px solid #c56208;
    box-shadow: -13px 11px 23px -13px rgba(0, 0, 0, 0.52);
    height: 465px;
}

.pf-2 {
    background-color: #e6fcf6;
    border-radius: 22px;
    border: 1px solid #0f8b69;
    box-shadow: -13px 11px 23px -13px rgba(0, 0, 0, 0.52);
    height: 465px;
}

.pf-1 p {
    font-size: 14px;
}

.pf-2 p {
    font-size: 14px;
}

.pf-2 label {
    text-align: center;
    background-color: #e6fcf6;
    border-radius: 40px;
    border: 1px solid #0f8b69;
}

.pricingflex span {
    font-size: 35px;
    font-weight: 700;
}

.pf-1 label {
    text-align: center;
    border-radius: 40px;
    background-color: white;
    border: 1px solid #c56208;
    justify-content: center;
    width: 60%;
    margin: -11.5px auto;
    display: block;
}

.pf-2 label {
    text-align: center;
    background-color: #e6fcf6;
    border-radius: 40px;
    border: 1px solid #0f8b69;
    justify-content: center;
    width: 60%;
    margin: -11.5px auto;
    display: block;
}

.faqs {
    background-color: #f8f7fd;
}

.faqsaccordian {
    margin: 75px 0px;
}

.pricingflex .col-md-4:first-child a {
    color: #c56208;
}

.pricingflex .col-md-4:first-child div a:last-child {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    color: #c56208;
}

.pricingflex .col-md-4:first-child a:last-child {
    background-color: #f8f7fe;
    padding: 11px;
    border-radius: 35px;
    color: black;
}

.pricingflex .col-md-4:last-child a {
    color: #0f8b69;
}

.pricingflex .col-md-4:last-child div a:last-child {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    color: white;
}

.pricingflex .col-md-4:last-child a:last-child {
    background-color: white;
    padding: 10px;
    border-radius: 35px;
    color: black;
}


.faqs.accordion-body {
    padding: 1rem 1.25rem;
    background-color: #f8f7fd;
}

.faqs .accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    background-color: #f8f7fd;
}

.featurepage {
    padding-top: 175px;
}

/* .allfeatures .featurepage:nth-child(1) .featurenoflex {
    padding: 45px 0px;
}

.allfeatures .featurepage:nth-child(2) .featurenoflex {
    padding: 73px 0px;
}

.allfeatures .featurepage:nth-child(3) .featurenoflex {
    padding: 104px 0px;
}

.allfeatures .featurepage:nth-child(4) .featurenoflex {
    padding: 35px 0px;
} */


.row.justify-content-center.featurenoflex {
    position: relative;
}


.featurepagetext {
    width: 50%;
    align-self: center;
}

.featurepagetext h3 {
    border-left: 2px solid #6a659e;
    padding-left: 15px;
    width: 50%;
}

.allfeatures .featurepage:nth-child(2) .featurenoflex .featurepagetext h3 {
    border-left: 2px solid #0f8b69;
    padding-left: 15px;
    width: 50%;
}

.featurepageimg {
    position: relative;
    object-fit: contain;
}

.featurepageimg:before {
    content: "";
    position: absolute;
    background-color: #f8f7fd;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    object-fit: contain;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.featurepageimg img {
    z-index: 1;
    position: relative;
    left: 15%;
    width: 100%;
    height: 100%;
    top: 5%;

}


.featurepageimgright {
    position: relative;
    object-fit: contain;
}

.featurepageimgright:before {
    content: "";
    position: absolute;
    background-color: #e6fcf6;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.featurepageimgright img {
    width: 100%;
    z-index: 1;
    position: relative;
    right: 15%;
    width: 100%;
    height: 100%;
    top: 5%;
}

.number h2 {
    color: #f1f0f4;
    font-size: 250px;
    font-weight: 600;
    font-family: 'Poppins';
    align-self: center;
    padding-right: 25px;
    margin: -45px;
}

.downloadpaginationitem:not(:first-child) .downloadpaginationlink {
    margin-left: 0px;
    padding: 0.375rem 1.5rem;
}

.downloadpaginationlink {
    color: black;
    border: 0px solid transparent;
}

.downloadpaginationitem a {
    border-bottom: 1px solid #d7d7d8;
    font-size: 25px;
}

.downloadpaginationlink:hover {
    z-index: 2;
    color: #c56208;
    background-color: white;
    border-color: white;
    border-bottom: 2px solid #c56208;
    font-weight: 700;
}

.downloadpaginationitem .downloadpaginationlink.active {
    z-index: 2;
    color: #c56208;
    background-color: white;
    border-color: white;
    border-bottom: 2px solid #c56208;
    font-weight: 700;
}


.downloadpaginationlink:focus {
    z-index: 2;
    color: #c56208;
    background-color: white;
    border-color: white;
    border-bottom: 2px solid #c56208;
    font-weight: 700;
    outline: 0;
    box-shadow: 0 0 0 0.25rem white;
}

.download {
    margin-top: 80px;
}

.downloadbanner {
    position: relative;
    height: 600px;
}

.downloadimg img {
    display: flex;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    width: 80%;
}

.download .col-md-3:nth-child(3) .downloadimg img {
    display: flex;
    margin: 0 auto;
    position: absolute;
    bottom: 45px;
    width: 80%;
}

.downloadnumber h3 {
    font-size: 75px;
    font-weight: 700;
    color: #dcdbe8;
}

.downloadbanner .col-md-2 {
    padding: 0px;
    display: flex;
    justify-content: end;
}

.downloadbannerheading h3 {
    font-size: 29px;
    font-weight: 700;
}

.downloadimg p {
    font-size: inherit;
}

.download .col-md-3:first-child {
    background-color: #f8f7fd;
    border-radius: 30px;
}

.download .col-md-3:nth-child(2) {
    background-color: #e6fcf6;
    border-radius: 30px;
}

.download .col-md-3:nth-child(3) {
    background-color: #f8f7fd;
    border-radius: 30px;
}

.emaildownload .col-md-11 {
    background-color: #f8f7fd;
    border-radius: 30px;
    margin: 50px auto;
    position: relative;
    height: 300px;
}

.download .col-md-3:first-child .downloadheadingflex {
    padding-left: 5px;
    padding-top: 20px;
}

.download .col-md-3:nth-child(2) .downloadheadingflex {
    padding-left: 15px;
    padding-top: 20px;
}

.download .col-md-3:nth-child(3) .downloadheadingflex {
    padding-left: 15px;
    padding-top: 20px;
}

.input-group {
    width: 50%;
    padding-top: 50px;
}

.form-control {
    padding: 1rem 2rem;
    border-radius: 3.25rem;
}

.input-group .btn {
    border-radius: 3.25rem;
    padding: 0.375rem 1.75rem;
    background-color: #0f8b69;
    color: white;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -45px;
    border-top-left-radius: 3.25rem;
    border-bottom-left-radius: 3.25rem;
}

.blogpagehead {
    border-bottom: 2px solid #d7d7d8;
    padding-bottom: 25px;
}

.blogcardsflex {
    margin-top: 50px;
}

.btn {
    color: #8f8cb4;
    background-color: white;
    border-color: white;
    padding: 0.375rem 0rem;
}

.btn:hover {
    background-color: white;
    border-color: white;
    color: blue;
}

.btn:focus {
    box-shadow: none;
}

.btn a:active {
    background-color: white;
    color: blue;
    box-shadow: none;
}

.card {
    border: 0px solid white;
    margin: 0 auto;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.card-title {
    margin-bottom: 0.5rem;
    font-size: 16.5px;
    font-weight: 700;
}

.card-body p {
    color: #b0b1b3;
}

.topcard {
    display: flex;
    flex-direction: row;
    border-radius: 25px;
}

.topcard img {
    width: 60%;
    border-radius: 25px;
}

.topcard .card-body {
    flex: 1 1 auto;
    padding: 0.5rem 0.9rem 0rem 0.9rem;
}

.topcard .card-title {
    margin-bottom: 0.3rem;
    font-size: 14.5px;
    font-weight: 700;
}

.topcard .card-body p {
    color: #b0b1b3;
    font-size: 11px;
    margin-bottom: 0.5rem;
}

.topcard .btn {
    color: #8f8cb4;
    background-color: white;
    border-color: white;
    padding: 0.375rem 0rem;
    font-size: 11px;
}

.col-md-6.card1.justify-content-around {
    position: relative;
    left: 6%;
}

.col-md-6.card2.justify-content-around {
    position: relative;
    left: -7%;
    top: 113px;
}

.topblogcards {
    margin-top: 70px;
    margin-bottom: 200px;
}

.topblogcards .col-md-6:last-child .topcard img {
    box-shadow: -3px 15px 17px 0px rgba(0, 0, 0, 0.22);
}

.blogcards .card {
    width: 85%;
}

.blogcards .card-img,
.card-img-bottom,
.card-img-top {
    width: 100%;
    height: 185px;
    border-radius: 25px;
}

.login-form form {
}

#header,
#header .container,
#header .container .navbar{
    background-color:#c56208;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link{
    color:#fff;
    font-size:15px;
    padding-left:2rem;
}
.navbar-brand img{
    height:80px;
}
.innerpages h2{
    text-align: left;
}
.innerpages-content h2{
    font-size:22px;
}
.innerpages-content h3{
    font-size:20px;
}
@media screen and (max-width : 1236px) {

    .mainimg img {
        width: 480px;
    }

    .bannerflex2 img {
        width: 215px;
    }

    .bannerflex1 img {
        width: 220px;
    }

    .featureslist a {
        font-size: 14px;
    }

    .copyright a {
        font-size: 0.9rem;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 0.9rem;
    }

    .reason1 p,
    .reason2 p,
    .reason3 p,
    .reason4 p {
        padding: 15px 45px;
        font-size: 13px;
        width: 100%;
    }

    .flexh5 h5 {
        font-weight: 500;
        padding: 25px 0px 0px 15px;
        width: 100%;
        font-size: 22px;
    }

    .reason {
        width: 50%;
        padding: 45px 60px;
    }

    .pricingflex p {
        width: 90%;
    }

    .pricingflex h3 {
        padding: 70px 0px 10px 0px;
    }

    .featurepageimg:before {
        width: 55%;
        height: 95%;
    }

    .featurepageimg img {
        left: 5%;
    }

    .featurepagetext {
        width: 61%;
    }

    .allfeatures .featurepage:nth-child(2) .featurenoflex {
        padding: 25px 0px;
    }

    .allfeatures .featurepage:nth-child(3) .featurenoflex {
        padding: 25px 0px;
    }

    .allfeatures .featurepage:nth-child(4) .featurenoflex {
        padding: 0px 0px;
    }

    .download .col-md-3:nth-child(2) .downloadheadingflex {
        padding-left: 25px;
    }

    .downloadbannerheading h3 {
        font-size: 23px;
    }

    .download .col-md-11 {
        height: 350px;
    }

    .download .col-md-3:nth-child(3) .downloadheadingflex {
        padding-left: 25px;
        padding-top: 20px;
    }

    .topcard img {
        width: 50%;
        border-radius: 25px;
    }

    .topcard .card-body {
        flex: 1 1 auto;
        padding: 0.5rem 0.9rem 0rem 0.9rem;
    }


}

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

    .mainimg img {
        width: 350px;
    }

    .greenbtn {
        padding: 3px 7px 3px 15px;
    }

    .whitebtn {
        padding: 3px 7px 3px 15px;
    }

    .maintext h1 {
        font-size: 1.5rem;
    }

    .maintext p {
        font-size: 0.8rem;
    }

    .features p {
        width: 95%;
        font-size: 15px;
    }

    .featureslist a {
        font-size: 13px;
        padding: 25px 15px;
    }

    .featuresgroup2text p {
        margin: 10px 0px;
    }

    .generalh2 h2 {
        font-size: 25px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .steps h2 {
        width: 35%;
        margin: 60px auto 30px auto;
    }

    .step1 label {
        width: 50%;
    }

    .flexh5 h5 {
        font-weight: 600;
        padding: 32px 0px 0px 15px;
        width: 100%;
        font-size: 14px;
    }

    .reason1 p,
    .reason2 p,
    .reason3 p,
    .reason4 p {
        padding: 15px 17px;
        font-size: 11px;
        width: 100%;
    }

    .reason {
        width: 50%;
        padding: 45px 55px;
    }

    .user-text span:nth-child(1) {
        font-size: 1.2rem;
    }

    .bannerflex1 h3 {
        width: 100%;
    }

    .bannerflex1 img {
        width: 160px;
    }

    .bannerflex2 h3 {
        width: 100%;
    }

    .bannerflex2 img {
        width: 160px;
    }

    .bannertext h2 {
        font-size: 25px;
    }

    .bannertext p {
        font-size: 15px;
    }

    .bannertext a {
        font-size: 15px;
    }

    .footerimg {
        padding: 100px 0px 0px 0px;
    }

    .footer h5 {
        font-weight: 500;
        font-size: 13px;
        padding-bottom: 30px;
        padding-top: 80px;
    }

    .footer ul {
        padding: 0px;
    }

    .footer li {
        list-style: none;
        padding-bottom: 0px;
    }

    .footer a {
        color: white;
        text-decoration: none;
        font-size: 11px;
    }

    .copyright a {
        font-size: 0.7rem;
    }
    .apps{
        margin-bottom:20px;
    }
    .apps p {
        color: white;
        padding: 5px 10px;
        display:none;
        font-size: 0.7rem;
    }

    .pricingflex {
        margin-top: 50px;
    }

    .pricingflex h3 {
        text-align: center;
        padding: 50px 0px 10px 0px;
        font-size: 20px;
    }

    .pricingflex p {
        width: 100%;
    }

    .pf-2 label {
        width: 75%;
    }

    .pf-1 p {
        font-size: 12px;
    }

    .pf-2 p {
        font-size: 12px;
    }

    .featurepageimg img {
        left: 5%;
        width: 100%;
    }

    .featurepagetext {
        width: 68%;
        font-size: 13px;
    }

    .number h2 {
        font-size: 205px;
    }

    .allfeatures .featurepage:nth-child(1) .featurenoflex {
        padding: 10px 0px;
    }

    .allfeatures .featurepage:nth-child(2) .featurenoflex {
        padding: 0px 0px;
    }

    .allfeatures .featurepage:nth-child(3) .featurenoflex {
        padding: 70px 0px;
    }

    .downloadpaginationitem a {
        font-size: 20px;
    }

    .downloadnumber h3 {
        font-size: 60px;
    }

    .downloadbannerheading h3 {
        font-size: 15px;
    }

    .downloadimg p {
        font-size: 11px;
    }

    .downloadbanner {
        height: 415px;
    }

    .input-group {
        width: 60%;
        padding-top: 30px;
    }

    .download .col-md-11 {
        height: 285px;
    }

    .download .col-md-3:nth-child(3) .downloadimg img {
        bottom: 25px;
        width: 70%;
    }

    .downloadimg img {
        width: 70%;
    }

    .col-md-6.card2.justify-content-around {
        position: relative;
        left: 0%;
        top: 35px;
    }

    .col-md-6.card1.justify-content-around {
        position: relative;
        left: 0%;
    }

    .topblogcards .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .card-title {
        margin-bottom: 0.5rem;
        font-size: 11.5px;
        font-weight: 700;
    }

    .btn {
        font-size: 11px;
    }

    .card-body p {
        font-size: 11px;
    }
}

@media screen and (max-width : 767px) {

    .maintext h1 {
        font-size: 2rem;
        text-align: center;
    }

    .maintext p {
        font-size: 15px;
        text-align: center;
    }

    .mainlinks {
        display: flex;
        justify-content: center;
        padding-bottom: 35px;
    }

    .mainmedia {
        display: flex;
        justify-content: center;
    }

    .mainimg img {
        width: 285px;
        margin: 0 auto;
        display: block;
    }

    .featureslist a {
        font-size: 15px;
        padding: 36px 0px;
        width: 100%;
    }

    .features p {
        font-size: 13px;
    }

    .featureslist li {
        list-style: none;
    }

    .featuresgroup2text {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .featuresgroup2text a {
        font-size: 15px;
    }

    .features p {
        font-size: 15px;
    }

    .step1 p {
        font-size: 15px;
    }

    .steps h2 {
        width: 55%;
        margin: 60px auto 30px auto;
    }

    .flex_1 {
        display: block;
    }


    .flex_2 {
        display: block;
    }

    .flexh5 h5 {
        font-weight: 600;
        padding: 0px;
        width: 100%;
        text-align: center;
    }

    .reason1 p,
    .reason2 p,
    .reason3 p,
    .reason4 p {
        padding: 15px 17px;
        font-size: 15px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .reason {
        padding: 25px 0px;
        margin: 0 auto;
    }

    .reason1-flex {
        display: block;
        width: 50%;
        margin: 0 auto;
    }

    .fleximg {
        display: flex;
        justify-content: center;
    }

    .reason1 {
        border: 0px;
    }

    .reason2 {
        border: 0px;
    }

    .reason3 {
        border: 0px;
    }

    .reason4 {
        border: 0px;
    }

    .user-text p {
        font-size: 15px;
    }

    .bannertext h2 {
        font-size: 25px;
        text-align: center;
    }

    .bannertext p {
        width: 100%;
        padding-bottom: 10px;
        font-size: 15px;
    }

    .bannertext {
        line-height: 20px;
        margin-top: 23px;
        text-align: center;
    }

    .bannerflex1 {
        width: 49%;
        border-radius: 34px;
        height: 303px;
        margin-top: 20px;
    }

    .bannerflex1 h3 {
        color: white;
        padding: 24px 0px 0px 23px;
        width: 100%;
        font-size: 22px;
    }

    .bannerflex1 img {
        width: 160px;
    }

    .bannerflex2 {
        width: 49%;
        border-radius: 34px;
        height: 303px;
        margin-top: 20px;
    }

    .bannerflex2 h3 {
        color: white;
        padding: 24px 0px 0px 23px;
        width: 100%;
        font-size: 22px;
    }

    .bannerflex2 img {
        width: 164px;
    }

    .Last {
        margin: 250px auto 150px auto;
        width: 95%;
        padding: 20px 0px;
        text-align: center;
    }

    .Lasttext p {
        padding-bottom: 25px;
        font-size: 15px;
        margin: 0px;
        width: 100%;
    }

    .Lastlinks {
        display: flex;
        justify-content: center;
    }

    .footerimg {
        padding: 100px 0px 0px 0px;
        display: flex;
        justify-content: center;
    }

    .footer h5 {
        font-weight: 500;
        font-size: 20px;
        padding-bottom: 0px;
        padding-top: 65px;
    }

    .footer a {
        color: white;
        text-decoration: none;
        font-size: 14px;
    }

    .socialapps {
        background-color: #c56208;
        display: flex;
        padding: 18px 20px 0px 20px;
        justify-content: space-between;
    }

    .copyright a {
        font-size: 0.9rem;
        text-align: center;
        display: flex;
        justify-content: center;
        padding-bottom: 10px;
    }

    .location {
        width: 25%;
    }

    .footer .col-md-2 {
        display: block;
        width: 50.666667%;
        padding: 0px;
        text-align: center;
    }

    .location {
        width: 50%;
        text-align: center;
        margin: 0 auto;
    }

    .address {
        display: -webkit-box;
        display: flex;
        justify-content: center;
    }

    .footer .col-md-3 {
        flex: 0 0 auto;
        width: 50%;
    }

    .generalp p {
        text-align: center;
        margin: 0 auto;
        width: 85%;
        font-size: 13px;
    }

    .pf-1 {
        height: 370px;
        margin-bottom: 50px;
    }

    .pf-2 {
        height: 370px;
    }

    .pricingmain {
        height: 825px
    }

    .pf-1 p {
        font-size: 12px;
        width: 75%;
    }

    .pf-2 p {
        font-size: 12px;
        width: 75%;
    }

    .pricingbutton1 {
        margin: 20px auto 25px auto;
    }

    .pricingbutton2 {
        margin: 20px auto 25px auto;
    }

    .featurepageimgright:before {
        width: 100%;
        height: 85%;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .featurepageimg:before {
        width: 100%;
        height: 95%;
    }

    .featurepageimg img {
        left: 0%;
        width: 100%;
        margin: 25px 0px;
    }

    .featurepageimg:before {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .featurepageimgright img {
        right: 0%;
        padding: 40px 0px;
    }

    .featurepageimgright {
        position: relative;
        margin: 30px 0px;
    }

    .downloadpaginationitem a {
        font-size: 15px;
    }

    .downloadbanner .col-md-2 {
        padding: 0px;
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }

    .downloadbannerheading h3 {
        font-size: 15px;
        text-align: center;
    }

    .downloadimg p {
        font-size: 11px;
        text-align: center;
    }

    .downloadimg img {
        bottom: 0;
        left: 30%;
    }

    .download .col-md-3:nth-child(3) .downloadimg img {
        bottom: 25px;
        width: 40%;
    }

    .input-group {
        width: 90%;
        padding-top: 30px;
    }

    .download .col-md-3:first-child .downloadheadingflex {
        padding-left: 0px;
        padding-top: 20px;
    }

    .download .col-md-3:nth-child(2) .downloadheadingflex {
        padding-left: 0px;
        padding-top: 20px;
    }

    .download .col-md-3:nth-child(3) .downloadheadingflex {
        padding-left: 0px;
        padding-top: 20px;
    }

    .downloadimg img {
        bottom: 0;
        left: 30%;
        width: 40%;
    }

    .downloadbanner {
        height: 415px;
        margin-top: 30px;
    }

    .blogcards .card {
        width: 50%;
    }
    .featureslist ul {
        display:block;
    }
    .featureslist li{
        display: block;
        float: none;
        text-align: center;
    }
    .featureslist a{
        padding:20px 0;
    }
}

@media screen and (max-width : 480px) {


    .maintext h1 {
        /*font-size: 1.0rem;*/
        text-align: center;
    }

    .maintext p {
        text-align: center;
    }

    .mainmedia p {
        width: 50%;
        margin-top: 45px;
    }

    .greenbtn {
        /*padding: 2px 5px 2px 5px;*/
        /*font-size: 0.7rem;*/
    }

    .whitebtn {
        /*padding: 2px 5px 2px 5px;*/
        /*font-size: 0.7rem;*/
    }

    .maintext p {
        text-align: center;
    }

    .mainimg img {
        width: 225px;
        margin: 0 auto;
        display: block;
    }

    .generalh2 h2 {
        /*font-size: 15px;*/
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .features p {
        width: 100%;
    }

    .featureslist a {
        padding: 20px 3px;
    }

    .featuresgroup2text p {
        margin: 11px 0px;
    }

    .steps h2 {
        width: 60%;
        margin: 60px auto 30px auto;
    }

    .step1 label {
        width: 50%;
        /*font-size: 13px;*/
    }

    .step1 p {
        padding: 5px 0px;
        margin: 20px auto 15px auto;
        text-align: center;
    }

    .reason {
        width: 100%;
        padding: 25px 0px;
    }

    .reason1 p,
    .reason2 p,
    .reason3 p,
    .reason4 p {
        width: 95%;
    }

    .flex_1 {
        display: block;
    }

    .testimonial-text {
        color: black;
        background-color: white;
        width: 100%;
        height: 345px;
        border-radius: 2em;
        position: relative;
    }

    .user-text {
        width: 100%;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: none;
    }

    .banner {
        background-color: #c56208;
        display: flex;
        justify-content: center;
        height: 345px;
        padding: 0px;
    }

    .Last {
        margin: 250px auto 150px auto;
        width: 95%;
        padding: 20px 0px;
    }

    .Lasttext h5 {
        font-weight: 600;
        padding-bottom: 10px;
    }

    .Lasttext p {
        padding-bottom: 25px;
        margin-left: auto;
    }

    .apps p {
        color: white;
        display:none;
        padding: 9px 10px;
        /*font-size: 0.5rem;*/
    }

    .Lastlinks i {
        padding-left: 5px;
    }

    .bannerflex1 {
        width: 48%;
        border-radius: 34px;
        height: 230px;
        margin-top: 20px;
    }

    .bannerflex1 h3 {
        padding: 25px 0px 0px 15px;
        width: 100%;
        /*font-size: 19px;*/
    }

    .bannerflex1 img {
        width: 105px;
        left: 11px;
    }

    .bannerflex2 {
        width: 48%;
        border-radius: 34px;
        height: 228px;
        margin-top: 20px;
    }

    .bannerflex2 h3 {
        padding: 20px 0px 0px 18px;
        width: 100%;
        /*font-size: 19px;*/
    }

    .bannerflex2 img {
        width: 108px;
        left: 21px;
    }

    .pf-1 p {
        /*font-size: 11px;*/
        width: 95%;
    }

    .pf-2 p {
        font-size: 11px;
        width: 95%;
    }

    .pricingflex h3 {
        text-align: center;
        padding: 30px 0px 10px 0px;
        /*font-size: 15px;*/
    }

    .pf-1 {
        height: 385px;
    }

    .pf-2 {
        height: 385px;
    }

    .featurepagetext {
        width: 100%;
        /*font-size: 13px;*/
    }

    .input-group .btn {
        padding: 0.375rem 1rem;
        /*font-size: 11px;*/
    }

    .input-group {
        width: 100%;
        padding-top: 0px;
    }

    .form-control {
        padding: 0.5rem 0.2rem;
        border-radius: 3.25rem;
        /*font-size: 11px;*/
    }

    .downloadbanner {
        height: 370px;
        margin-top: 30px;
    }

    .pagination {
        margin-top: 50px;
    }

    .downloadpaginationitem a {
        /*font-size: 12px;*/
    }

    .download .col-md-11 {
        height: 285px;
        margin: 0px;
    }

    .topcard img {
        width: 100%;
        border-radius: 25px;
    }

    .topcard {
        display: flex;
        flex-direction: column;
        border-radius: 25px;
    }

    .topblogcards {
        margin-bottom: 100px;
    }

    .number h2 {
        padding-right: 0px;
    }
}