:root {
    --themeColor: #6bc0ff;
    --secondary-color: #0d2b47;
    --white: #ffffff;
}

body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

a {
    text-decoration: none;
}

p,
a {
    color: #333333;
    font-size: 16px;
}


/* CSS Component */

.intl-tel-input .country-list {
    z-index: 100;
}

.sub-heading {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}

.secondary-color {
    color: var(--secondary-color);
}

.gridient-bg {
    background-image: radial-gradient(circle closest-corner at 80% 20%, rgba(78, 132, 209, .17), rgba(251, 253, 255, 0));
}

.banner-gridient-bg {
    background-image: radial-gradient(circle closest-corner at 80% 20%, rgba(78, 132, 209, .17), rgba(251, 253, 255, 0));
}

.light-bg {
    background-color: #f0fbff;
}

.section {
    padding: 50px 0;
}

.theme-color,
.theme-color:hover,
.theme-color:focus {
    color: var(--themeColor);
}

.theme-color-bg {
    background-color: var(--themeColor);
}

.secondary-color-bg {
    background-color: var(--secondary-color);
}

.style-btn {
    transition: .2s ease-in;
    height: 42px;
    border-radius: 7px;
    text-align: center;
    padding: 8px 18px;
    min-width: 220px;
}

.style-btn:hover {
    box-shadow: none;
}

.style-icon-btn {
    display: inline-block;
}

.style-icon-btn i {
    margin-right: 8px;
    font-size: 20px;
    position: relative;
    top: 1px;
}

.theme-btn {
    background-color: var(--themeColor);
    color: #ffffff;
    box-shadow: 0 4px 6px 0 rgb(54 127 211 / 20%), 0 1px 16px 0 rgb(54 127 211 / 18%);
    -webkit-transition: box-shadow .3s cubic-bezier(.455, .03, .515, .955);
    transition: box-shadow .3s cubic-bezier(.455, .03, .515, .955);
}

.theme-btn:hover {
    color: #ffffff;
    box-shadow: none;
}

.outline-theme-btn {
    color: #461959;
    background-color: #6bc0ff;
    border: 1px solid #461959;
}

.outline-theme-btn:hover {
    color: #ffffff;
    background-color: #461959;
    border: 2px solid #461959;
}

.transparent-orange-btn {
    background-color: transparent;
    color: var(--themeColor);
    border: 1px solid;
}

.transparent-orange-btn:hover {
    background-color: var(--themeColor);
    color: #ffffff;
}

.dark-theme {
    background-color: #333333;
    color: #ffffff;
}

.dark-theme:hover {
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #333333;
}

.whatsapp-theme {
    background-color: #51b27e !important;
    color: #fff;
    box-shadow: 0 4px 6px 0 rgb(81 178 126 / 40%), 0 1px 16px 0 rgb(81 178 126 / 25%);
    -webkit-transition: box-shadow .3s cubic-bezier(.455, .03, .515, .955);
    transition: box-shadow .3s cubic-bezier(.455, .03, .515, .955);
}

.whatsapp-theme:hover {
    color: #ffffff;
    box-shadow: none;
}

.heading {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.text-yellow {
    color: yellow;
}

.button-wrapper a:first-child {
    margin-right: 10px !important;
}


/* CSS Component */


/* Header */

header {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    border-bottom: 1px solid #e7e7e7;
    z-index: 100;
    padding: 0px;
}

.navigation-list li {
    margin: 0px;
}

.navigation-list a {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    padding: 40px 12px;
}

header .style-btn {
    min-width: 110px;
    padding: 7px 12px;
    text-align: center;
    height: 38px;
}

header .style-btn i {
    font-size: 16px;
    margin-right: 8px;
}

.service-btn:hover>.services-list {
    display: block;
    visibility: visible;
    opacity: 1;
}

.service-btn i {
    position: relative;
    top: 1px;
    margin-left: 4px;
}

.service-btn:hover i {
    transform: rotate(180deg);
}

.services-list {
    position: absolute;
    left: 0;
    top: 53px;
    min-width: 220px;
    z-index: 100;
    opacity: 0;
    transform: translate(0, 10px);
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
    visibility: hidden;
    background-color: #ffffff;
    box-shadow: 0px 3px 18px rgb(72 72 72 / 15%);
    border-radius: 14px;
    border: 1px solid #aad2ff;
}

.second-dropdown {
    left: 224px;
    width: 250px;
    margin-top: -70px;
}

.services-list li {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    padding: 8px 10px !important;
    border-bottom: 1px solid #e3e3e3;
}

.services-list li:last-child {
    border: none;
}

.services-list a {
    display: inline-block;
    width: 100%;
    border-radius: 6px;
    font-size: 14px;
    padding: 0 !important;
    line-height: 1.3;
    text-transform: capitalize;
}

.services-list a:hover {
    color: #6bc0ff;
}

.services-main-list h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 23px;
}

.services-main-list ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.services-main-list li {
    margin-bottom: 15px;
}


/* banner content */

.banner {
    margin-top: 50px;
    background: white;
    padding: 55px 0 130px;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    min-height: 580px;
    display: flex;
    align-items: center;
}

.banners-list {
    padding-left: 0rem;
}

.banners-list li {
    color: #fff;
    margin-bottom: 5px;
    display: flex;
    font-weight: 600;
    letter-spacing: 0px;
}

.banners-list i {
    color: #6bc0ff;
    margin-right: 11px;
}

.banner-content {
    margin-top: 56px;
}

.banner-content h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.banner-content h1 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 25px;
}

.banner-content h1 span {
    color: #6bc0ff
}

.banner-content p {
    color: #fff;
    margin-bottom: 25px;
}

.banner-content .style-btn {
    height: 45px;
    max-width: 226px;
    width: 100%;
    padding: 10px 0;
    font-weight: 500;
}


/* banner revieew widget */

.banner-riview-widget {
    margin-top: 45px;
}

.review-banner {
    min-height: 343px;
    padding: 0;
}

.review-box {
    margin-right: 30px;
}

.review-box div {
    margin-left: 9px;
    line-height: 1.4;
    margin-top: 0px;
}

.review-box span {
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    position: relative;
    top: 2px;
}

.review-box p {
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 600;
}


/* banner form */

label.error {
    display: none !important;
}

input.error {
    border: 1px solid red;
}

.banner-form-conent {
    position: relative;
    max-width: 350px;
    margin-left: auto;
    top: 30px;
}

.banner-form {
    max-width: 299px;
    box-shadow: -2px 1px 16px rgb(121 183 255 / 37%);
    padding: 15px 25px 25px;
    border-radius: 10px;
    border: 1px solid whitesmoke;
    position: relative;
    z-index: 3;
    background: #fff;
    width: 100%;
}

.banner-form-conent::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 385px;
    top: 25px;
    left: 25px;
    background: #eaf4ff;
    z-index: 2;
    border-radius: 10px;
}

.banner-form-conent::after {
    content: '';
    content: '';
    position: absolute;
    width: 287px;
    height: 375px;
    top: 52px;
    left: 58px;
    background: #ffffff;
    z-index: 1;
    border-radius: 10px;
    border: 3px solid #6bc0ff;
}

.banner-form .form-heading h3 {
    color: #461959;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 18px;
}

.banner-form .form-heading h3 span {
    color: #6bc0ff;
    font-size: 30px;
}

.banner-form input {
    margin-bottom: 14px;
    font-size: 15px;
}

.banner-form button {
    border: 0;
    outline: 0;
    /*margin-top: 10px;*/
    width: 100%;
    height: 42px;
}

.banner-bottom-form {
    display: flex;
    align-items: center;
    z-index: 20;
    position: relative;
    max-width: 300px;
    margin-left: 38px;
    margin-top: 8px;
}

.banner-bottom-form i {
    font-size: 40px;
    margin-right: 11px;
    color: #461959;
}

.banner-bottom-form h4 {
    font-size: 20px;
    font-weight: 600;
    color: #197782;
    margin-bottom: 0;
    line-height: 1.1;
}


/*About Section Start*/

.img-about {
    left: -6%;
    top: 25%;
}

.parform {
    overflow: hidden;
}
.parform img {
    width: 100%;
}
section h2 {
    font-size: 1.75rem!important;
    font-weight: 600;
}

section h2 span {
    font-weight: 600;
    color: #6bc0ff;
}

.hire-1 p {
    padding-top: 10px;
    font-size: 14px;
    color: #000;
}

/*About Section End*/


/* Our Features Start */

.home-center {
    display: table;
    width: 100%;
    height: 100%;
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}

.section-title {
    position: relative;
}

.section-title .main-title {
    font-size: 40px;
    letter-spacing: .8px;
    font-weight: 700;
}

#free_plan.pricing-rates {
    padding: 15px 10px;
    max-width: 340px;
    margin: 0 0 30px;
}
.pricing-rates.starter-plan {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 2;
}

.rounded {
    border-radius: 10px !important;
}

#free_plan.pricing-rates .title {
    font-size: 20px;
    text-align: center;
}

.pricing-rates .title {
    font-size: 22px;
    font-weight: 700;
    color: #6bc0ff;
    transition: color .5s ease;
}

#free_plan.pricing-rates .title .heading_tag {
    padding: 2px;
    border: 1px solid #222121;
    border-radius: 30px;
    display: inline-block;
    min-width: 120px;
    position: relative;
}

#free_plan.pricing-rates .title .heading_tag span {
    font-size: 16px;
    display: inline-block;
    position: relative;
    font-weight: 600;
}

#free_plan.pricing-rates .title .heading_tag span.t_price::after {
    content: '';
    display: block;
    background: #222121;
    height: 2px;
    width: 33px;
    position: absolute;
    top: 10px;
    left: -1px;
}

.pricing-rates ul li {
    text-align: left;
    transition: color .5s ease;
}

.pricing-rates .feature .feature-list {
    margin: auto auto 15px;
    font-size: 14px;
    position: relative;
}

#free_plan.pricing-rates ul li {
    margin-bottom: 20px;
}

.text-success {
    color: #6bc0ff !important;
}

.pricing-rates ul li span {
    float: right;
}

#free_plan.pricing-rates ul li .price_tag {
    padding: 4px;
    border: 1px solid #222121;
    border-radius: 30px;
    display: inline-block;
    min-width: 95px;
    text-align: center !important;
    position: absolute;
    right: 0;
    top: -5px;
}

#free_plan.pricing-rates ul li .price_tag span {
    font-size: 13px;
    line-height: normal;
    color: #222121;
    font-weight: 600;
    display: inline-block;
    float: none !important;
    clear: both;
    position: relative;
}

#free_plan.pricing-rates ul li .price_tag span.single_price::after {
    content: '';
    display: block;
    background: #222121;
    height: 1px;
    width: 25px;
    position: absolute;
    top: 9px;
    left: 0px;
}

#free_plan.pricing-rates ul li .price_tag span {
    font-size: 13px;
    line-height: normal;
    color: #222121;
    font-weight: 600;
    display: inline-block;
    float: none !important;
    clear: both;
    position: relative;
}

#free_plan.pricing-rates ul li .price_tag .free {
    padding: 2px;
    border-radius: 30px;
    min-width: 50px;
}

.calculate-set {
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}

.calculate-set i {
    float: left;
    font-size: 40px;
    color: #6bc0ff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    line-height: 60px;
}

.calculate-set h5 {
    margin: 0 0 5px;
}

.calculate-set p {
    padding-left: 57px;
    line-height: 1.6;
    color: gray;
}

/* Our Features End */


/* Why choose us start */

.section {
    padding: 60px 0;
    position: relative;
}

.section .main-title {
    color: #000 !important;
}

.home-shape-arrow {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -38px;
    z-index: 1;
    left: 0;
}

.home-shape-arrow img {
    height: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.home-shape-arrow .arrow-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: inline-block;
}

.mover {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.section-title .main-title {
    font-size: 40px;
    letter-spacing: .8px;
    font-weight: 700;
}

.brief-card {
    margin: 0 20px;
}

.icon-box {
    width: 90px;
    height: 70px;
    background: #461959;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.icon-box i {
    font-size: 30px;
}

.breif-card-img h4 {
    font-size: 26px;
    padding: 10px 0;
    border-bottom: 1px solid #461959;
    margin: 0;
    font-weight: 700;
}

.breif-card-content p {
    margin-top: 8px;
    padding-right: 15px;
    margin-left: 92px;
    padding-left: 5px;
}


/* Why choose us end */

/*Our Activity Start*/

.activity-section {
    background: #461959;
    padding: 35px 0;
}

.activity-icons .act-icon {
    background: #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
    float: left;
    margin-right: 10px;
    line-height: 70px;
}

.num {
    color: #6bc0ff;
    font-weight: 600;
    font-size: 1.7rem;
}

.num span {
    font-size: calc(2rem + 1vw);
    font-weight: 600;
}

.num_txt{
    color: #fff;
}

/*Our Activity End*/

/* Expert Section */

.expert-section {}

.expert-header {
    display: flex;
    align-items: center;
}

.expert-header img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.expert-header .info {
    line-height: 1;
    margin-left: 8px;
}

.expert-header h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    margin-left: 10px;
}

.divider-img {
    width: 100%;
    height: 1px;
    background-size: cover;
    background-repeat: no-repeat;
}


/* experts */

.writers__card {
    display: block;
    height: 100%;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px solid #04b7fb4f;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 5px 24px 0 rgb(0 0 0 / 8%);
    margin: 10px;
}

.writers__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.writers__img {
    width: 40px;
    height: 40px;
    max-width: none;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 40px;
    -o-object-fit: cover;
    object-fit: cover;
}

.writers__name {
    margin-bottom: 5px;
    line-height: 100%;
    font-weight: 500;
}

.devider-img {
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: url(../images/divider-img.svg);
    background-position: 0 0;
    background-size: auto;
}

.writers__mid {
    grid-column-gap: 16px;
}

.writers__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.writers__decor {
    width: 9px;
    height: 17px;
    margin-right: 8px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: #00d366;
}

.writers__feature {
    color: #393939;
    font-size: 12px;
    line-height: 150%;
}

.writers__competency {
    margin-bottom: 20px;
    color: #393939;
    font-size: 12px;
    line-height: 160%;
}

.btn--gray_small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 52px;
    padding: 18px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #f3f4fe;
    color: #6f6f6f;
    font-size: 12px;
    line-height: 120%;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.btn--blue_small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 52px;
    padding: 18px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #461959;
    color: #fff;
    font-size: 12px;
    line-height: 120%;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.btn--blue_small:hover {
    color: #ffffff;
}


/*  Benefits */

.benefits__item {
    margin-bottom: 35px;
}

.benefits__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 46px;
    height: 46px;
    margin-right: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.benefits__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.benefits__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.benefits__title {
    font-size: 22px;
    font-weight: 500;
}

.benefits__tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    height: 30px;
    margin-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.free {
    position: relative;
    max-width: 550px;
    margin-left: auto;
}

.free__card {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #c8d9ee;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 1px 16px 0 rgb(54 127 211 / 18%);
}

.free__title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.free__icon {
    width: 40px;
    height: 40px;
}

.free__row {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: auto 1fr 56px 57px;
    grid-template-columns: auto 1fr 56px 57px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    color: #367fd3;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0px;
    border-bottom: 1px solid #a0caec8c;
}

.free__price {
    color: #92abc9;
    font-weight: 400;
    text-decoration: line-through;
}

.free__tag {
    color: #fd8c04;
    font-weight: 700;
}

.free__cta {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.btn--blue_220 {
    min-width: 220px;
    padding: 17px 20px;
    border-radius: 6px;
    background-color: #367fd3;
    box-shadow: 0 4px 6px 0 rgb(54 127 211 / 20%), 0 1px 16px 0 rgb(54 127 211 / 18%);
    -webkit-transition: box-shadow .3s cubic-bezier(.455, .03, .515, .955);
    transition: box-shadow .3s cubic-bezier(.455, .03, .515, .955);
    color: #fff;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    text-align: center;
    letter-spacing: .3px;
}

.btn--blue_220:hover {
    color: #ffffff;
}

.frame--light-blue {
    position: absolute;
    left: 30px;
    top: 30px;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 1px solid #c8d9ee;
    border-radius: 20px;
}


/* Cta */

.cta.section img {}

.cta.section h2 {
    color: #fff;
    line-height: 1.3;
    margin-bottom: 9px;
}

.cta.section p {
    color: #fff;
    font-size: 17px;
}


/* Cta */

.cta.section .container {
    background: #461959;
    padding: 40px;
    height: 320px;
    border-radius: 20px;
    position: relative;
}

.cta.section img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.cta.section p {
    font-size: 17px;
}


/* How IT Work */

.how-it-work-tab li {
    display: flex;
    margin-bottom: 24px;
    padding: 18px;
    border: 1px solid #d7d7d7;
    border-radius: 13px;
    background: #f5f9ff;
    cursor: pointer;
}

.how-it-work-tab li.active {
    background-color: #ffffff;
    box-shadow: 1px 2px 13px rgb(71 119 175 / 30%);
}

.how-it-work-tab li h5 {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    height: 36px;
}

.how-it-work-tab li h5 span {
    width: 10px;
    height: 10px;
    background: linear-gradient(178deg, #00c6fb, #1979ff);
    position: absolute;
    border-radius: 50%;
    bottom: 0;
    right: -13px;
}

.how-it-work-content {
    width: calc(100% - 60px);
    margin-left: 35px;
}

.how-it-work-content h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 4px;
}

.how-it-work-content p {
    margin-bottom: 0;
    font-size: 15px;
}

.how-it-work-images {
    padding: 0 15px;
}

.how-it-work-image {
    transition: all 700ms ease-in;
    display: none;
}

.how-it-work-image.active {
    box-shadow: 1px 1px 18px rgb(175 175 175 / 87%);
    border-radius: 25px;
    display: block;
}


/* Services we Offer */

.service-we-offer li {
    display: flex;
    font-size: 18px;
    font-weight: 600;
}

.service-we-offer i {
    margin-right: 12px;
    color: #0aa7fc;
    font-size: 19px;
}

.services-we-offer-point p {
    font-size: 15px;
}

.services-we-offer-point ul {
    display: flex;
    flex-wrap: wrap;
    margin: 32px 0;
}

.services-we-offer-point li {
    width: 33%;
    margin-bottom: 18px;
}

.best-price-paper {
    padding: 30px;
    background: #dbf2ff94;
    border-radius: 30px;
}

.best-price-paper h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.best-price-paper li {
    font-size: 16px;
    margin-bottom: 20px;
    justify-content: space-between;
}

.best-price-paper li span {
    color: #9d9d9d;
    font-weight: 500;
    font-size: 15px;
}

.best-price-paper a {
    font-size: 16px;
    max-width: 190px;
    margin-left: auto;
    margin-top: 35px;
}


/* Accordion */

.accordion-button:not(.collapsed) {
    background-color: none;
}

.accordion-button:focus {
    z-index: 3;
    border: none;
}

.accordion-button:focus,
.btn-close:focus,
.page-link:focus {
    box-shadow: none;
    outline: 0;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    box-shadow: none;
}

.accordion-button {
    background-color: #e7f1ff;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-item {
    background-color: #fff;
    margin-bottom: 24px;
    border: 1px solid #06b2fc;
    border-top: 0;
}


/* Review Slide */

.reviews__card--white {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 14px;
    margin-right: 0;
    margin-left: 0;
    padding: 30px 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px solid #b8d9ff;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 8%);
    color: #101723;
    text-align: left;
    text-decoration: none;
    margin: 10px;
    height: 370px;
}

.policy .col-md-4 {
    margin-bottom: 5%!important;
}

.reviews__quotes {
    position: absolute;
    top: -14px;
    width: 31px;
    height: 26px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.reviews__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews__stars {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 108px;
    height: 18px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews__writer {
    display: inline-block;
    margin-right: 4px;
    font-size: 14px;
}

.reviews__name {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
}

.reviews__mid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
}

.reviews__paper {
    font-size: 14px;
    font-weight: 700;
}

.reviews__date {
    font-size: 12px;
    line-height: 160%;
}

.reviews__customer {
    display: inline-block;
    margin-right: 4px;
    font-size: 14px;
    line-height: 140%;
}

.reviews__id {
    display: inline-block;
    font-size: 14px;
    line-height: 140%;
    font-weight: 700;
}

.slider-arrow a,
.carousel-btn {
    width: 45px;
    height: 45px;
    border: 1px solid #306ec6;
    border-radius: 50%;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #6bc0ff;
    cursor: pointer;
}


/* Footer */

footer {
    padding: 50px 0;
    background: #461959;
}

footer p,
.copyright p {
    font-size: 14px;
    color: #ffffff;
}

.footer-tab h5 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
}

.footer-tab li {
    margin-bottom: 10px;
}

.footer-tab li i {
    padding-right: 5px;
    color: #6bc0ff;
}

.footer-tab a {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    color: #ffffff;
}

.footer-tab a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #6bc0ff;
    transition: .5s;
    bottom: -4px;
}

.footer-tab a:hover::before {
    width: 100%;
}

.footer-tab a:hover {
    color: #ffffff;
}

.footer-tab a i {
    font-size: 18px;
    margin-right: 6px;
}

.copyright {
    background-color: #104c50;
    padding: 10px 0 5px;
}

.mobile-nav {
    top: 0;
    position: absolute;
    width: 100%;
    display: none;
    z-index: 101;
}

.mobile-nav i {
    font-size: 30px;
    color: #6bc0ff;
    margin-right: 9px;
}

.side-nav {
    width: 70%;
    height: 100%;
    position: fixed;
    top: 60px !important;
    background: #f9f9f9;
    z-index: 100;
    transition: 1s;
    overflow: hidden;
    -webkit-transition: all 0.6s ease-in-out;
    overflow-y: scroll;
}

.side-nav-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 80%);
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}

.side-nav-open {
    right: 0 !important;
}

.side-nav-close {
    right: -70% !important;
}

.side-nav ul {
    margin: 30px 0;
}

.side-nav li {
    line-height: 1.8;
    padding: 15px 0;
    padding: 0;
    border-bottom: .2px solid rgb(106 106 106 / 10%);
}

.side-nav a {
    font-size: 15px;
    font-weight: 500;
    color: #333333;
}


/* contact us */

.mb20 {
    margin-bottom: 20px;
}

.input-md {
    height: 40px;
    padding: 4px 10px;
    font-size: 14px;
}

.contact-form-list li,
.contact-form-list a {
    display: flex;
    /* align-items: center; */
    color: #333333;
    text-decoration: none;
}

.contact-form-list i {
    font-size: 29px;
    font-weight: 600;
    color: #333333;
    margin-right: 10px;
}

button.button-md {
    background-color: #6bc0ff;
    height: 42px;
    max-width: 200px;
    width: 100%;
    padding: 9px 0;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    border: none;
}

button.button-md:hover {
    background-color: #fff;
    border: 1px solid #6bc0ff;
    color: #6bc0ff;
}

.banner-contact {
    width: 100%;
    height: 330px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    /* padding-top: 150px; */
}

.banner-contact::before {
    content: '';
    background: linear-gradient(324deg, #a50000 0%, #741919 49%, #480e0e 100%);
    background: linear-gradient(41deg, rgb(3 6 0 / 72%) 0%, rgb(0 0 0 / 56%) 75%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.content-section {
    margin: 60px 0 60px 0;
}

.our-expert .carousel-btn {
    position: absolute;
    top: 52%;
}

.our-expert .carousel-btn.expert-left-arrow {
    left: -60px;
}

.our-expert .carousel-btn.expert-right-arrow {
    right: -60px;
}

@media only screen and (max-width:768px) {
    .breif-card-content p {
        margin-top: 25px!important;
        padding-right: 15px!important;
        margin-left: 0!important;
        padding-left: 5px!important;
        text-align: justify !important;
    }
    .breif-card-img h4,
    .heading{
        font-size: 24px !important;
    }
    .activity-count {
        margin-bottom: 20px;
    }
    .activity-icons {
        text-align: center;
    }
    
    .activity-icons .act-icon {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 55px;
        height: 55px;
    }
    .num ,.num_txt{
        text-align: center;
    }
    
    .activity-icons .act-icon {
        float: none;
    }
    .parform img {
        margin-top: 18px;
    }
    .about h2 {
        margin-top: 20px;
        font-size: 25px!important;
    }
    .uni-slider {
        display: none;
    }
    .skill {
        margin: 20px auto;
    }
    .skill ul {
        padding-left: 0px;
    }
    .whatsapp-theme {
        margin-bottom: 10px;
    }
    .section-title .main-title {
        font-size: 23px !important;
    }
    .subjects-slider {
        width: 100%;
    }
    .s6_box {
        margin: 0 20px 30px !important;
    }
    .s4,
    .s4_box {
        width: 100%;
    }
    .s4_box {
        display: inherit;
        font-size: 20px;
    }
    .banner-form-conent {
        top: 0px;
    }
    header,
    .reviews {
        display: none !important;
    }
    /*.button-wrapper {*/
    /*    display: none !important;*/
    /*}*/
    .mobile-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 75px;
        padding: 0px 8px;
        border-bottom: 1px solid #0000003b;
        box-shadow: 2px 2px 4px rgb(0 0 0 / 17%);
        /*position: fixed;*/
        width: 100%;
        left: 0;
        background: #ffffff;
    }
    .mobile-nav a img{
        width: 200px;
    }
    .side-nav a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
        padding: 12px 12px;
        line-height: 1.3;
    }
    .mobile-service-link i {
        transform: rotate(0);
        transition: .3s;
    }
    .mobile-service-link i.active {
        transform: rotate(180deg);
        transition: .3s;
    }
    .heading {
        font-size: 28px;
        line-height: 1.2;
    }
    .banner {
        margin-top: 65px;
        padding: 24px 10px 60px;
        min-height: auto;
    }
    .banner-form {
        margin: 35px 0;
    }
    .banner-content .style-btn {
        margin-bottom: 10px;
        height: 45px;
        max-width: 200px;
        width: 100%;
        padding: 11px 0;
        font-weight: 500;
    }
    .banner-content h1 {
        font-size: 28px;
        line-height: 1.2;
        margin: 14px 0 10px;
    }
    .banner-riview-widget {
        margin-top: 50px;
        margin-bottom: 25px;
    }
    /* feature */
    .benefits__item {
        margin-bottom: 0;
    }
    .benefits__item {
        text-align: center;
    }
    .benefits__top {
        flex-direction: column;
    }
    .benefits__icon {
        margin-bottom: 20px;
    }
    /* feature card */
    .free__row {
        font-size: 14px;
        grid-column-gap: 5px;
    }
    .free__icon {
        width: 22px;
        height: 22px;
    }
    .free__cta {
        font-size: 20px;
    }
    .btn--blue_220 {
        min-width: 209px;
        padding: 14px 12px;
    }
    .cta.section {
        text-align: center;
        margin-top: 0;
    }
    .cta.section img {
        position: relative;
        width: 100%;
        bottom: 0;
        left: 0;
    }
    .cta.section .container {
        background: #d1f2ff;
        padding: 40px;
        height: auto;
    }
    .cta.section h2 {
        margin: 15px 0;
    }
    .cta.section a {
        /* max-width: 100%; */
        border: 2px solid #000;
        font-size: 16px;
        margin: 0 auto;
        margin-bottom: 10px !important;
    }
    .services-we-offer-point li {
        width: 100%;
        margin-bottom: 13px;
    }
    /* best paper */
    .best-price-paper {
        padding: 20px;
    }
    .best-price-paper li span:first-child {
        display: flex;
    }
    .best-price-paper li span:last-child {
        text-align: center;
        margin-left: 10px;
        font-size: 12px;
    }
    .footer-tab {
        margin-bottom: 20px;
    }
    section.copyright {
        padding: 10px 0;
    }
    .copyright p {
        text-align: center;
    }
    .copyright .footer-tab {
        flex-direction: column;
    }
    .frame--light-blue {
        position: absolute;
        left: 8px;
        top: 8px;
    }
    .expert-slider {
        padding: 10px;
    }
    .reviews__card--white {
        margin: 0;
    }
    .writers__card {
        margin: 0;
    }
    .banner-form-conent::before {
        top: 24px;
        left: 11px;
    }
    .banner-bottom-form {
        margin-left: 22px;
    }
    .banner-form-conent::after {
        top: 49px;
        left: 36px;
    }
    .our-expert .carousel-btn {
        position: absolute;
        top: inherit;
        bottom: -25px;
    }
    .our-expert .carousel-btn.expert-right-arrow {
        right: 32%;
    }
    .our-expert .carousel-btn.expert-left-arrow {
        left: 32%;
    }
}


/* Banner Review Section  Start*/

.reviews {
    margin: -40px 0 40px;
}

.reviews .row {
    background: #461959;
    border-radius: 4px;
    padding: 15px 20px;
    position: relative;
}

.reviews .row:before {
    content: "";
    position: absolute;
    right: -11px;
    top: -11px;
    width: 107px;
    height: 119px;
}

.reviews.lazy-background.visible .row:before {
    background: url(../images/reviews-badge.png) no-repeat;
}

.reviews ul {
    padding: 0;
    display: flex;
    margin: 0;
}

.reviews ul li:first-child {
    padding: 0;
}

.reviews ul li {
    list-style-type: none;
    flex: 0 0 33.3333%;
    padding-left: 60px;
}

.reviews ul li .text-with-icon {
    display: flex;
    position: relative;
    width: 100%;
}

.reviews ul li .text-with-icon:before {
    content: "";
    border-right: 1px solid rgb(255 255 255 / 20%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.reviews ul li .text-with-icon img {
    max-height: 34px;
    margin: 5px 0 0;
}

.reviews ul li .content-area {
    padding-left: 10px;
    position: relative;
    padding-right: 70px;
}

.reviews h5 {
    margin: 0 0 6px;
    font-size: 17px;
    color: #fff;
}

.reviews ul li .content-area .stars {
    width: 89px;
    height: 20px;
    background: url(../images/stars.svg) no-repeat;
    position: relative;
}

.reviews h3 {
    margin: 0;
    position: absolute;
    right: 0;
    top: 2px;
    font-weight: 200;
    font-size: 36px;
    color: #fff;
}

.button-1 {
    background-color: #34de3e;
    padding: 16px 40px;
    display: inline-block;
    font-size: 16px;
    color: #323232;
    border: 2px solid #323232;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: capitalize;
    -webkit-transition: all .3s ease-in-out;
    transition: all .25s ease-in-out;
    position: relative;
    z-index: 1;
    box-shadow: 0px 1px 10px 0px #b9b4b4;
    border-radius: 50px;
}

.button-2 {
    padding: 16px 40px;
    background-color: #6bc0ff;
    display: inline-block;
    font-size: 16px;
    color: #323232;
    border: 2px solid #323232;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: capitalize;
    -webkit-transition: all .3s ease-in-out;
    transition: all .25s ease-in-out;
    position: relative;
    z-index: 1;
    box-shadow: 0px 1px 10px 0px #b9b4b4;
    border-radius: 50px;
}

.button-1:hover {
    color: #104c50;
}

.button-2:hover {
    color: #104c50;
}


/* Banner Review Section End */


/* Subect Section Start */

.heading {
    color: #104c50;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    /* margin-bottom: 70px; */
}

.yellow-color {
    color: #6bc0ff;
}

.s6_box {
    color: #474747;
    padding: 8px 20px 10px 20px;
    margin: 0 0px 30px;
    background: #fff;
    box-shadow: 0 3px 20px 0px rgb(0 0 0 / 12%);
    border-radius: 0.5rem;
}

.s6_box p {
    font-size: 15px;
    line-height: 24px;
}

.s6_box p span {
    font-size: 32px;
    color: #461959;
    margin: 0 10px 0 0;
    position: relative;
    top: 4px;
}


/* Subect Section End */


/* Our Assurance Section Start */

.h_sec4 {
    padding: 60px 0 60px 0;
    width: 100%;
    background-color: #f5f5f5;
    text-align: center;
}

.s4_top {
    width: 100%;
    margin: 0 0 40px;
    overflow: hidden;
}

.s4_bot {
    width: 100%;
    overflow: hidden;
    display: contents;
}

.s4 {
    padding: 10px;
}

.s4_box {
    width: 85%;
    background: url(../images/qud.png) -1px -1px no-repeat #6bc0ff;
    display: table-cell;
    height: 182px;
    padding: 20px 0px 0;
    border-radius: 40px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.s4_box:hover {
    background-color: #461959;
    color: black;
}

.s4_box p {
    font-size: 15px;
    margin: 10px 0 0;
    color: #fff;
}

.s4_box strong {
    color: #fff;
}


/* Our Assurance Section End */


/* Footer New Start */

.footer-call-btn {
    background: #104c50;
    padding: 5px;
    border-radius: 30px;
    overflow: hidden;
}

.footer-call-btn .icon {
    float: left;
    font-size: 25px;
    color: #fff;
    background: #6bc0ff;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-right: 10px;
}

.footer-call-btn .con {
    overflow: hidden;
}

.footer-call-btn .con p {
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    margin: 0px;
}

.footer-call-btn .con span {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.footer-call-btn span a {
    color: #fff;
}


/* Footer New End */


/*Inner Page Start*/

.adb li {
    padding-bottom: 10px;
}

.adb li i {
    padding-right: 5px;
    color: #6bc0ff;
}

.section-header {
    background-color: #6bc0ff;
    color: #fff;
    padding: 150px 0 40px;
}

.heading {
    color: #000;
    font-size: 35px;
    font-weight: 700;
}

.section-header p {
    padding: 20px 0 0;
    color: #000;
}


/*Inner Page End*/


/*Contact Page Start*/

.shadow {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.contact-loc h3 {
    font-size: 30px;
    color: #461959;
    font-weight: 700;
}

.contact-loc a {
    color: #000;
    font-weight: 600;
    display: block;
    font-size: 16px;
}

.footer-form {
    padding: 50px 15px;
    background-color: #fff;
    border-radius: 10px;
    margin: 30px 0;
}

.footer-form h1 {
    font-weight: 800;
}


/*.form-control {*/


/*    display: block;*/


/*    width: 100%;*/


/*    padding: 15px 15px;*/


/*    font-size: 1rem;*/


/*    font-weight: 400;*/


/*    line-height: 1.5;*/


/*    color: #212529;*/


/*    background-color: #fff;*/


/*    background-clip: padding-box;*/


/*    border: 1px solid #ced4da;*/


/*    -webkit-appearance: none;*/


/*    -moz-appearance: none;*/


/*    appearance: none;*/


/*    border-radius: 0.25rem;*/


/*    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;*/


/*}*/

.footer-form .btn {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    padding: 15px 50px;
    min-width: 100px;
    text-align: center;
    color: #fff;
    background-color: #461959;
    border: 2px solid #461959;
    border-radius: 10px;
    transition: all .3s linear;
    box-sizing: border-box;
    margin-top: 20px;
}


/*Contact Page End*/


/*University Section Start*/

.uni-section {
    padding: 40px 0px 30px !important;
    background: #461959;
}

.section-title .main-title {
    color: #fff !important;
    font-size: 40px;
    letter-spacing: .8px;
}

.para-desc {
    max-width: 700px;
    color: #fff !important;
}

.para {
    max-width: 700px;
    color: #000 !important;
}

.mb-60 {
    margin-bottom: 30px;
}

.customer-testi img {
    padding: 0 5px;
    border-radius: 5px;
    transition: transform .5s ease, border .5s ease;
    background: white;
    text-align: center!important;
}

.rounded {
    border-radius: 10px !important;
}

.text-muted {
    color: #fff !important;
}


/*University Section End*/

/*Simple & Quick Order Process Start*/

#process {
    padding: 60px 0;
    background-color: #f8f9fa;
}
.section-title .main-title, .about .main-title {
    font-size: 38px;
    letter-spacing: 0.8px;
    text-align: center;
}

.home_process .section-title .main-title, .about .main-title p{
    color: #000 !important;
}
.main-title span.head-sp {
    color: #6bc0ff;
}

.home_process .para-desc {
    color : #000 !important;
    max-width: 876px;
}

.process_wrapper {
    margin: 40px 0;
    position: relative;
    text-align: center;
}

.process_wrapper span p {
    background-color: #111236;
    height: 35px;
    width: 35px;
    text-align: center;
    margin-bottom: 0;
    border-radius: 100%;
    color: #fff;
    padding: 5px;
    margin: 0px auto 0;
    position: relative;
    top: -17px;
}

.process_wrapper .line-process {
    position: absolute;
    top: 37px;
    left: 0;
    right: 0;
}

.process_wrapper ul {
    list-style: none;
    text-align: center;
    padding-left: 0;
}

.process_wrapper ul li h5 {
    font-size: 18px;
}

.process_wrapper ul li {
    display: inline-block;
    position: relative;
    width: 15%;
    margin-right: 10px;
    text-align: center;
}

.process_wrapper ul li::before {
    content: "";
    background-color: #111236;
    height: 15px;
    width: 3px;
    display: inline-block;
    position: absolute;
    bottom: 45px;
}

.process_wrapper ul li::after {
    content: "";
    background-color: #111236;
    height: 3px;
    width: 22px;
    display: inline-block;
    position: absolute;
    bottom: 41px;
    left: 2px;
    right: 0;
    margin: 0 auto;
}

.process_wrapper ul li span {
    background-color: #f8f8f8;
    box-shadow: 0px 4px 3px #ccc;
    border-radius: 10px;
    display: block;
    height: 125px;
    width: 70%;
    margin: 0 auto 30px;
}

.process_sprite {
    background-image: url(../images/process-sprite.png);
    text-align: center;
    margin: 0 auto;
}

.process-user {
    height: 60px;
    width: 60px;
    background-position: -5px 0;
}

.process-share {
    height: 60px;
    width: 60px;
    background-position: -103px 0;
}

.deposite-funds {
    height: 60px;
    width: 60px;
    background-position: -302px 0;
}

.wrk-progress {
    height: 60px;
    width: 60px;
    background-position: -199px 0;
}

.process-download {
    height: 60px;
    width: 61px;
    background-position: -385px 1px;
    width: 81px;
    position: relative;
    left: -5px;
}

/*Simple & Quick Order Process End*/

/*Subject Start*/

.homesection3 {
    padding: 30px 0px;
}

.service-tab {
    padding: 30px 0px;
}

.main-container {
    width: 90%;
    margin: 0 auto;
}

.row.hs3rw {
    align-items: center;
}

.clpr {
    text-align: left;
}

.hs3rw h2 {
    line-height: 50px;
    font-size: 40px;
    font-weight: 600;
}

.hs3rw p {
    line-height: 28px;
    font-size: 15px;
}

.home-list li {
    width: 47%;
    display: inline-block;
}

.homesection3 li {
    line-height: 2.5;
    position: relative;
}

.homesection3 li i {
    font-size: 17px;
    margin-right: 10px;
    color: #372370;
    font-weight: 800;
}

.course-btn {
    border-radius: 7px;
    padding: 10px 20px;
    background: #f3f6fa;
    margin: 6px;
    color: #1f285e;
    display: inline-block;
}

/*Subject End*/

/*Thank You Start*/

.thnk_box {
    background: #ffffff;
    padding: 80px 130px 30px 130px;
    text-align: center;
    margin: 125px 0 50px 0;
    -webkit-box-shadow: 0px 0px 68px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0px 0px 68px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 68px 1px rgb(0 0 0 / 8%);
}

.thnk_box h2 {
    font-size: 32px;
    font-weight: 500;
    margin: 0 0 15px;
    color: #000;
    text-transform: capitalize;
}

.thnk_box p {
    margin: 30px 0;
    line-height: 24px;
    font-size: 17px;
}

.thnk_box h4 {
    margin: 0 0 12px;
    font-weight: 700;
    color: #461959;
    margin-bottom: 20px;
}

.thnk_box h6 {
    margin-bottom: 20px;
}


/*Thank You End*/


/*WhatsApp Start*/

.float {
    font-weight: 700;
    vertical-align: middle;
    padding: 8px;
    position: fixed;
    bottom: 40px;
    left: 5px;
    background-color: #023838;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    z-index: 100;
    transition: all .3s ease-in-out;
    box-shadow: 5px 5px 20px #00000059;
    animation: bounce 2s linear infinite;
}

.float:hover {
    color: #FFF;
}

.float img {
    margin-bottom: 3px;
    margin-right: 3px;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-25px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-25px);
    }
    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0);
    }
    40% {
        -o-transform: translateY(-25px);
    }
    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-25px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.animated.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
}


/*WhatsApp End*/


/*WhatsApp End*/

@media only screen and (max-width:768px) {
    #process {
        padding-top: 60px;
        padding-bottom: 45px;
    }
    #process .section-title.mb-60 {
        margin-bottom: 0 !important;
    }
    .section-title .main-title {
        font-size: 28px;
    }
        .process_wrapper {
        margin: 80px 0 15px;
    }
    .process_wrapper .line-process {
        display: none;
    }
    .process_wrapper ul li {
        width: 100%;
        margin-bottom: 35px;
    }
    .process_wrapper ul li::before {
        bottom: 48px;
    }
    .process_wrapper ul li span {
        width: 135px;
    }
    .process_wrapper ul li h5 {
        font-size: 22px;
    }
    .main-container .row {
        flex-direction: row-reverse;
    }
    .hs3rw img {
        width: 100%;
    }
    .clpr {
        text-align: center;
        margin-top: 40px;
    }
    .hs3rw h2 {
        line-height: 40px;
        font-size: 30px;
    }
    .clpr ul {
        text-align: left;
    }
    .course-btn {
        padding: 6px 10px;
        margin: 2px;
        font-size: 12px;
    }
    .thnk_box{
        padding: 30px 10px;
    }
    
}