* {
    padding: 0;
    margin: 0;
    outline: 0;
}

ol,
ul {
    list-style-type: none;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
i,
span,
input {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
    color: #000;
    font-size: 30px;
}

body {
    font-family: 'Poppins', sans-serif;
}

a,
a:hover {
    color: #000;
    text-decoration: none;
}

.form-control:focus-within {
    box-shadow: none;
}

img {
    vertical-align: middle;
}

/* header css start */
.header_section {
    background: #F8F8F8;
}

.header_section .navbar-brand img {
    width: 190px;
}

.header_section .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    color: #777;
    line-height: 21px;
    font-weight: 400;
    padding: 27px 12px;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    font-family: 'Roboto', sans-serif;
    transition: all linear .3s;
}

.header_section .navbar-nav .nav-item .nav-link i {
    margin-left: 3px;
}

.header_section .navbar-nav .nav-item .nav-link:hover {
    color: #555;
}

.header_section .navbar-nav .nav-item {
    position: relative;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.header_section .navbar-nav .nav-item ul {
    position: absolute;
    top: 85%;
    left: 0px;
    z-index: 1000;
    float: left;
    min-width: 200px;
    padding: 0;
    margin: 0;
    display: none;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    transition: all linear .3s;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.header_section .navbar-nav .nav-item ul li a {
    display: block;
    padding: 15px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    border-bottom: 1px solid rgba(204, 204, 204, 0.32);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    font-family: 'Roboto', sans-serif;
}

.header_section .navbar-nav .nav-item ul li a:hover {
    color: #262626;
    background-color: rgba(0, 0, 0, .1);
}

.header_section .navbar-nav .nav-item:hover ul {
    display: block;
}

.header_section .btn_nav {
    border: 1px solid #3e28a9;
    padding: 9px 11px;
    font-size: 13px;
    position: relative;
    top: 22px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    background: #3e28a9;
}

.header_section .btn_nav:hover {
    color: #3e28a9;
    background: #fff;
    border: 1px solid #3e28a9;
}

.navbar-light .navbar-toggler {
    border: none;
    background: #3E28A9 !important;
    border-radius: 0px;
    padding: 6px 13px;
}

.navbar-light .navbar-toggler span {
    color: #fff;
}

.nav_bg {
    box-shadow: 0px 15px 10px -15px #ccc;
}

/* header css end*/


/* hero css start */

.slider_item {
    padding: 70px 0px;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: auto !important;
}

.fb_hero_slider {
    background-image: url(../images/fb-hero-img.svg);
    background-size: 48%;
    background-repeat: no-repeat;
    background-position: center right;
}

.main_all_sliders {
    position: relative;
    margin-top: 75px;
    background-color: #004AAD;
}

.slidPrv {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 30px;
    z-index: 99;
}

.slidNext {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 30px;
    z-index: 99;
}

.fb_hero_txt h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.fb_hero_txt h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 63px;
    margin-bottom: 30px;
    color: #FFFFFF;
}

.hero_bttn_area {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 15px;
    display: inline-block;
    text-align: center;
}

.hero_bttn_area img {
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-top: -30px;
}

.hero_bttn_area a {
    background: #0063C7;
    border-radius: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    padding: 15px 25px;
    display: inline-block;
    margin-top: -5px;
    transition: all linear .2s;
    border: 2px solid #0063C7;
}

.hero_bttn_area a:hover {
    background-color: transparent;
    color: #0063C7;
}

.hero_img {
    text-align: center;
}

/* hero css end */

/* go viral css start */
.go_viral_sec {
    background: rgba(203, 192, 255, 0.15);
    padding: 80px 0px;
}

.margn_top_40 {
    margin-top: 40px;
}

.margn_top_70 {
    margin-top: 70px;
}

.go_viral_txt h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 56px;
    color: #000000;
    margin-bottom: 20px;
}

.go_viral_txt p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 25px;
}

.go_viral_box {
    background: #FFFFFF;
    box-shadow: 0px 10.79px 30.85px rgba(62, 40, 169, 0.16);
    border-radius: 20px;
    padding: 25px 15px;
    text-align: center;
}

.go_viral_box img {
    width: 80px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.go_viral_box h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 15px;
}

.go_viral_box p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.6);
}

/* go viral css end */

/* services css start */
.services_sec {
    padding: 50px 0px;
    background: rgba(203, 192, 255, 0.15);
    padding-bottom: 90px;
}

.services_txt h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 56px;
    color: #000000;
    margin-bottom: 20px;
}

.services_txt .media {
    margin-top: 30px;
    margin-left: 40px;
    position: relative;
}

.services_txt .media::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    border-left: 2px dashed rgba(0, 0, 0, 0.3);
    left: 32px;
    top: 70px;
}

.services_txt .media.no_before:before {
    width: 0;
    position: inherit;
}

.services_txt .media span {
    margin-right: 25px;
    background: #3E28A9;
    border-radius: 10px;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 65px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    width: 65px;
    height: 65px;
    text-align: center;
    margin-top: 5px;
}

.services_txt .media h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 8px;
}

.services_txt .media p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.6);
}

/* services css end */

/* recent post css start */
.recent_post {
    padding: 90px 0px;
    background-color: #fff;
}

.recent_post_head h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 62px;
    text-align: center;
    color: #000000;
}

.recent_post_tab_head ul {
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.recent_post_tab_head ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.473);
    margin: 0 10px;
}

.recent_post_tab_head ul li a.active {
    color: #3E28A9 !important;
    font-weight: 600;
    background-color: transparent !important;
    border-bottom: 3px solid #3E28A9;
    border-radius: 0px !important;
}

.recent_post_box {
    margin-top: 25px;
}

.recent_post_box img.main_thumbnail {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.recent_post_box h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-top: 15px;
}

.recent_post_box ul {
    margin: 15px 0px;
}

.recent_post_box ul li {
    display: inline-block;
}

.recent_post_box ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.6);
}

.recent_post_box .read_more {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #4625A7;

}

/* recent post css end */

/* contact css start */
.contact_section {
    padding: 60px 0px;
    background: #3E28A9;
    padding-bottom: 0;
}

.contact_lft h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 54px;
    line-height: 63px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.contact_lft h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.contact_lft .media {
    align-items: center;
}

.contact_lft .media img {
    margin-right: 15px;
}

.contact_lft .media h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #6646FF;

}

.contact_lft .media p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #fff;

}

.contact_img {
    margin-top: 35px;
}

.contact_form {
    background: #FFFFFF;
    box-shadow: 0px 10.79px 30.85px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    padding: 30px;
    margin-top: 10px;
}

.contact_form h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 20px;
}

.contact_form .form-control {
    background: #FFFFFF;
    margin-bottom: 15px;
    border: 1px solid #EAEAEA;
    height: 56px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #000000;
}

.contact_form .form-control:focus-within {
    border: 2px solid #3E28A9;
    box-shadow: 0px 0px 8px rgba(62, 40, 169, 0.1);
}

.contact_form textarea {
    min-height: 225px;
    resize: none;
}

.contact_form .submit-bttn {
    text-align: right;
}

.contact_form .btn-submit {
    background: #26CE37;
    border-radius: 10px;
    display: inline-block;
    padding: 17px 30px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    border: 2px solid #26CE37;
}

.contact_form .btn-submit:focus-within {
    box-shadow: none;
}

.contact_form .btn-submit:hover {
    background-color: transparent;
    color: #26CE37;
}

/* contact css end */


/* footer css start */
section.footer {
    background: #F2F3F8;
    padding: 60px 0;
}

.widgts h4 {
    color: #000;
    font-size: 20px;
    margin: 0 0 30px 0;
}

.widgts ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.widgts ul li {
    margin-bottom: 10px;
}

.widgts ul li a {
    color: #999;
    text-transform: capitalize;
    font-size: 14px;
}

.widgts ul li a:hover {
    text-decoration: underline;
}

.wl-card-list {
    margin-top: 20px;
}

.wl-card-list ul li {
    display: inline-block;
}

.wl-card-list ul li a img {
    width: 50px;
}

.ftr_copy p {
    color: #a59d9f;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    width: 50%;
    margin-top: 15px;
}

.ftr_copy p a {
    color: #a59d9f;
}

/* footer css end */


/* insta css start */
.hero_section_insta {
    background-image: url(../images/insta_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 76% 15%;
}

.hero_section_yt {
    background-image: url(../images/yt_bg.svg);
    background-size: 80%;
    background-color: #FF0000;
}

.hero_section_spty {
    background-image: url(../images/spotify_bg.svg);
}

.hero_section_sound {
    background-image: url(../images/sound_bg.svg);
}

.fb_hero_txt ul {
    margin-bottom: 40px;
}

.fb_hero_txt ul li {
    display: inline-block;
}

.fb_hero_txt ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
}

.fb_hero_txt ul li:nth-child(2),
.fb_hero_txt ul li:nth-child(4) {
    margin: 0 8px;
}

.hero_section_insta .hero_bttn_area a {
    background-color: #3E28A9;
}

.hero_section_insta .hero_bttn_area a:hover {
    border-color: #3E28A9;
    color: #3E28A9;
    background-color: transparent;
}

.hero_section_yt .hero_bttn_area a {
    background-color: #2D2D2D;
    border-color: #2D2D2D;
    margin-top: 10px;
}

.hero_section_yt .hero_bttn_area a:hover {
    border-color: #2D2D2D;
    color: #2D2D2D;
}

.hero_section_spty .hero_bttn_area a {
    background-color: #1DB954;
    border-color: #1DB954;
    margin-top: 10px;
}

.hero_section_spty .hero_bttn_area a:hover {
    border-color: #1DB954;
    color: #1DB954;
}

.hero_section_sound .hero_bttn_area a {
    background-color: #FF770C;
    border-color: #FF770C;
    margin-top: 10px;
}

.hero_section_sound .hero_bttn_area a:hover {
    border-color: #FF770C;
    color: #FF770C;
}

.d_flex {
    display: flex;
    align-items: center;
}

.d_flex .hero_bttn_area {
    margin-right: 15px;
}

/* insta css end */


/* about css start */
.about_hero_sec {
    padding: 60px 0px;
    background-color: #3E28A9;
    margin-top: 75px;
    padding-bottom: 0;
}

.about_hero_txt {
    text-align: center;
}

.about_hero_txt h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 62px;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    margin-bottom: 20px;
}

.about_hero_txt p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.about_hero_txt img {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
}

.about_card_sec {
    padding: 60px 0px;
}

.about_card_box {
    background: #3E28A9;
    border-radius: 20px;
    padding: 25px 20px;
    text-align: center;
}

.about_card_box h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 62px;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
}

.about_card_box p {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 15px;
}

.video_section {
    padding: 60px 0px;
}

.vdo_play {
    background: #C5A2FD;
    border-radius: 20px;
    padding: 50px 20px;
    position: relative;
}

.vdo_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.vdo_play img.main-vdo {
    display: block;
    width: 100%;
}

.vdo_icon img {
    width: 120px;
}

.about_artical_sec {
    padding: 60px 0px;
}

.about_txt_title h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 62px;
    color: #070707;
    font-family: 'Inter', sans-serif;
    margin-bottom: 30px;
}

.about_txt_title a {
    background: #26CE37;
    border-radius: 10px;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    padding: 14px 30px;
    transition: all linear .2s;
    border: 1px solid #26CE37;
}

.about_txt_title a:hover {
    background-color: transparent;
    color: #26CE37;
}

.about_txt_desc p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #070707;
    margin-bottom: 25px;
}

.about_txt_title p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #070707;
}

.about_txt_values {
    background: #533BC7;
    border-radius: 20px;
    padding: 50px;
    padding-bottom: 20px;
}

.about_txt_values h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 62px;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
}

.about_txt_values p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-top: 20px;
}

/* about css end */


/* faq css start */
.faq_section {
    padding: 60px 0px;
    margin-top: 75px;
}

.faq_lft_wrap h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 62px;
    color: #070707;
    font-family: 'Inter', sans-serif;
    margin-bottom: 20px;
}

.faq_lft_wrap p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #212121;
}

.faq_searchbar {
    margin-top: 50px;
}

.faq_searchbar form {
    display: flex;
    align-items: center;
}

.faq_searchbar input {
    background: #FCFCFC;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    height: 60px;
    padding-left: 60px;
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.faq_searchbar .form-group {
    position: relative;
    margin-bottom: 0;
    width: 80%;
}

.faq_searchbar .form-group img {
    position: absolute;
    left: 14px;
    top: 9px;
}

.faq_searchbar .btn-search {
    background: #26CE37;
    border-radius: 10px;
    font-style: normal;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    display: inline-block;
    padding: 16px 20px;
    margin-left: 15px;
}

.faq_searchbar .btn-search:hover {
    background: #12ad21;
}

.faq_img {
    margin-top: 70px;
    background-image: url(../images/curvd_bg.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.faq_txt_wrap .card-header {
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 0px;
}

.faq_txt_wrap .card {
    margin-bottom: 20px;
    padding: 7px 10px;
    background: #FFFFFF !important;
    border: 1px solid #EAEAEA !important;
    box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.02) !important;
    border-radius: 5px !important;
}

.faq_txt_wrap .card-header button {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    line-height: 19px;
    color: #242030;
    display: block;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    padding-left: 5px;
}

.faq_txt_wrap .card-header button:hover,
.faq_txt_wrap .card-header button:focus {
    text-decoration: none;
}

.faq_txt_wrap .card-header button span {
    width: 97%;
    text-align: left;
}

.faq_txt_wrap .card-header button i {
    font-size: 20px;
    color: #474747;
    transition: all linear .2s;
    background: #F0F0F0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
}

.faq_txt_wrap .card-body {
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.faq_txt_wrap p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: rgba(47, 43, 67, 0.7);
    width: 98%;
    font-family: 'Roboto', sans-serif;
    margin-top: 15px;
}

.faq_txt_wrap [data-toggle="collapse"][aria-expanded="true"] {
    color: #3E28A9 !important;
    font-size: 18px;
    font-weight: 600;
}

.faq_txt_wrap [data-toggle="collapse"][aria-expanded="true"]>i {
    transform: rotate(180deg) !important;
    color: #fff !important;
    background-color: #26CE37 !important;
}

.card.show {
    border-color: rgba(62, 40, 169, 0.63);
}

/* faq css end */

/* contact page css start */
.contact_page_sec {
    margin-top: 75px;
    padding: 60px 0px;
    background-image: url(../images/contact_main_bg.svg);
    background-repeat: no-repeat;
    background-repeat: repeat-y;
    background-size: 45%;
    background-position: center left;
    padding-bottom: 0;
}

.contact_main_txt h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 62px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    margin-bottom: 20px;
}

.contact_main_txt p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #fff;
    width: 80%;
}

.captcha_wrap {
    text-align: center;
}

.contact_main_frm label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #000000;
}

.contact_main_frm input {
    background: #FFFFFF;
    margin-bottom: 15px;
    border: 1px solid #EAEAEA;
    height: 56px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #000000;
}

.contact_main_frm .form-control:focus-within {
    border: 2px solid #3E28A9;
    box-shadow: 0px 0px 8px rgba(62, 40, 169, 0.1);
}

.contact_main_frm textarea {
    min-height: 180px;
    resize: none;
}

.contact_main_frm .submit_btttns {
    text-align: right;
}

.contact_main_frm .btn-submit {
    background: #26CE37;
    border-radius: 10px;
    display: inline-block;
    padding: 14px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    border: 2px solid #26CE37;
}

.contact_main_frm .btn-submit:focus-within {
    box-shadow: none;
}

.contact_main_frm .btn-submit:hover {
    background-color: transparent;
    color: #26CE37;
}

.contact_im {
    margin-top: 100px;
}

/* contact page css end */


/* refund policy css start */
.refund_policy_sec {
    padding: 60px 0px;
    margin-top: 75px;
}

.refund_policy_txt h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 74px;
    color: #1D1D1D;
    margin-bottom: 20px;
}

.refund_policy_txt h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    color: #1D1D1D;
    margin-bottom: 15px;
}

.refund_policy_txt p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(29, 29, 29, 0.7);
    margin-bottom: 15px;
}


.refund_policy_note {
    background: #FAFAFA;
    border-radius: 10px;
    padding: 30px;
    margin-top: 25px;
}

.refund_policy_note p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

.refund_policy_note p:last-child {
    margin-top: 20px;
}

/* refund policy css end */

/* privacy css start */
.privacy_policy_sec {
    padding: 60px 0px;
    margin-top: 75px;
}

.privacy_policy_txt h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #1D1D1D;
    margin-bottom: 25px;
    margin-top: 10px;
}

.privacy_policy_txt h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #1D1D1D;
    margin-bottom: 25px;
    margin-top: 10px;
}

.privacy_policy_txt ul {
    margin-bottom: 20px;
}

.privacy_policy_txt p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(29, 29, 29, 0.7);
    margin-bottom: 15px;
}

.privacy_policy_txt ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(29, 29, 29, 0.7);
}

.privacy_policy_txt ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(29, 29, 29, 0.7);
    margin-bottom: 20px;
}

.privacy_policy_txt ul li i {
    margin-top: 6px;
    margin-right: 15px;
    font-size: 16px;
    color: #26CE37;
}

.privacy_policy_txt ul li span {
    font-weight: 700;
    margin-right: 5px;
}

/* privacy css end */


/* enter css stat */
.enter_details_sec {
    margin-top: 75px;
    padding: 60px 0px;
    background-color: #3E28A9;
    background-image: url(../images/enter_details_hero.png);
    background-size: 55%;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.enter_details_frm {
    background: #FFFFFF;
    box-shadow: 0px 10.79px 30.85px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    padding: 20px;
    position: relative;
    margin-bottom: 60px;
}

.checkout_details_frm h3,
.enter_details_frm h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 20px;
}

.checkout_details_frm h6,
.enter_details_frm h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 10px;
}

.checkout_details_frm .form-group,
.enter_details_frm .form-group {
    position: relative;
}

.checkout_details_frm .form-group img.icon,
.enter_details_frm .form-group img {
    position: absolute;
    left: 8px;
    top: 15px;
}

.checkout_details_frm .form-group ul {
    position: absolute;
    right: 0;
    top: 15px;
    display: flex;

}

.checkout_details_frm .form-group ul li a img {
    margin-right: 5px;
}

.checkout_details_frm .form-control,
.enter_details_frm .form-control {
    background: #FFFFFF;
    margin-bottom: 15px;
    border: 1px solid #EAEAEA;
    height: 56px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    padding-left: 40px;
    color: #000000;
}

.enter_details_frm .form-group select {
    background-color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    right: 5px;
    top: 15px;
}


.checkout_details_frm .form-control:focus-within,
.enter_details_frm .form-control:focus-within {
    border: 2px solid #3E28A9;
    box-shadow: 0px 0px 8px rgba(62, 40, 169, 0.1);
}

.enter_details_frm .form-group .radio-custom-label {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.5);
}

.enter_details_frm .form-group .radio-custom:checked~label {
    color: #000000;
}

.payment_crads_wrap ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.payment_crads_wrap ul li a img {
    width: 35px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    width: 35px;
    height: 24px;
    margin-left: 8px;
}


.checkout_details_frm .btn-submit,
.enter_details_frm .btn-submit {
    background: #26CE37;
    border-radius: 10px;
    display: inline-block;
    padding: 15px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    border: 2px solid #26CE37;
    margin-top: 10px;
}

.checkout_details_frm .btn-submit{
	padding: 15px 36px;
}

.checkout_details_frm .btn-submit:focus-within,
.enter_details_frm .btn-submit:focus-within {
    box-shadow: none;
}

.checkout_details_frm .btn-submit:hover,
.enter_details_frm .btn-submit:hover {
    background-color: transparent;
    color: #26CE37;
}

.frm-ftr {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    position: absolute;
    bottom: -80px;
}

.how_to_place_order {
    padding: 60px 0px;
    padding-bottom: 0;
    background-image: url(../images/curve_bg.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 70%;
}

.place-order-img {
    text-align: center;
    position: relative;
    height: 100%;
}

.place-order-img img {
    bottom: 0;
    left: 0;
    position: absolute;
}

.place-order-text h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 47px;
    line-height: 62px;
    color: #000000;
    margin-bottom: 15px;
    font-family: 'Inter', sans-serif;
}

.place-order-text h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #322C50;
    opacity: 0.7;
    margin-bottom: 25px;
}

.place-order-text .media {
    align-items: center;
    margin-bottom: 15px;
}

.place-order-text .media span {
    background: #4A26A9;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    display: inline-block;
    color: #FFFFFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
}

.place-order-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: rgba(50, 44, 80, 0.7);
    width: 100%;
}

/* enter css end */


/* checkout_section css start */
.checkout_section {
    padding: 60px 0px;
    margin-top: 75px;
    background-color: #3E28A9;
    background-image: url(../images/checkout_bg.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
}

.checkout_details_frm {
    background: #FFFFFF;
    box-shadow: 0px 10.79px 30.85px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    padding: 20px;
    position: relative;
    margin-bottom: 50px;
}

.frm-ftr-2 {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    position: absolute;
    bottom: -50px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.checkout_details {
    background: rgba(148, 125, 255, 0.07);
    border-radius: 20px;
    padding: 30px 25px 20px;
}

.checkout_details h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Inter', sans-serif;
    color: #1C1C1C;
    margin-bottom: 20px;
}

.checkout_details h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    /* identical to box height, or 127% */
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.02em;
    color: #1C1C1C;
    margin-bottom: 15px;
}

.checkout_details h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #1C1C1C;
    opacity: 0.7;
    margin-bottom: 0;
}

.checkout_details p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #1C1C1C;
    opacity: 0.7;
    margin-bottom: 20px;
}

.total-checkout-wrap {
    background: #512EFC;
    border-radius: 10px;
    padding: 12px 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* checkout_section css end */


/* confirm-css start */

.confirm_section{
    padding: 60px 0px;
    margin-top: 75px;
    background-color: #3E28A9;
    background-image: url(../images/confirm-bg.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.confrim-head {
    margin-bottom: 30px;
    text-align: center;
}

.confrim-head h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    margin-bottom: 20px;
}

.confrim-head p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
}

.confirm_wrap {
    background: #FFFFFF;
    padding: 30px 50px;
    box-shadow: 4px 38px 62px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
}

.profile-lft h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    font-family: 'Inter', sans-serif;
    margin-bottom: 20px;
}

.profile-lft .media {
    align-items: center;
    margin-bottom: 30px;
}

.profile-lft .media img {
    margin-right: 15px;
}

.profile-lft .media h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #000000;
    opacity: 0.4;
    font-family: 'Inter', sans-serif;
}

.profile-lft .media h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    font-family: 'Inter', sans-serif;
    color: #000000;
}


.follwers_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.follwers_wrap {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.4);
}

.follwers_wrap h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #000000;
}

.follwers_wrap .ml-5 {
    margin-left: 120px !important;
}

.left-brdr {
    position: relative;
}

.left-brdr::before {
    position: absolute;
    content: "";
    right: 0px;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(11, 11, 11, 0.2);
}


.confirm-ftr {
    text-align: center;
    margin-top: 20px;
}

.confirm-ftr p{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px; 
    letter-spacing: 0.02em;
    font-family: 'Inter', sans-serif; 
    color: #000000;
}

.confirm-ftr p a{
    color: #512EFC;
    text-decoration: underline;
}

/* confirm-css end */





















/* Back to top btn part Start */
.back-top-btn {
    position: fixed;
    bottom: 5px;
    right: 20px;
    display: none;
    width: 40px;
    height: 40px;
    background: #26CE37;
    border-radius: 10% 10% 0 0;
    text-align: center;
    z-index: 9999;
}

.back-top-btn i {
    color: #fff;
    line-height: 40px;
    font-size: 25px;
}

/* Back to top btn part End */