* {
    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 !important;
}

a,
a:hover {
    color: #000;
    text-decoration: none;
}

.form-control:focus-within {
    box-shadow: none;
}

img {
    vertical-align: middle;
}



/* 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: 21px;
    margin-bottom: 17px;
    font-weight: 600;
}

.widgts ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.widgts ul li {
    margin-bottom: 8px;
}

.widgts ul li a {
    color:#212121;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
}

.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: #8E8E8E;
    font-size: 10px;
    line-height: 21px;
    font-weight: 400;  
}

.ftr_copy p a {
    color: #8E8E8E;
}

/* 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: 0px;
    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: #ef3b3f;
    border-radius: 10px;
    display: inline-block;
    padding: 15px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    border: 2px solid #ef3b3f;
    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 */

/* reviews css start */
.review-bg {
    background-image: url(../images/reviews-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.basd-on-wrap {
    background: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    display: inline-block;

}

.basd-on-wrap-inner {
    background: #856DF9;
    border-radius: 10px 10px 0px 0px;
    padding: 18px 0px;

}

.basd-on-wrap-inner h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: 99px;
    color: #3E28A9;
}

.form-rating ul li,
.basd-on-wrap-inner ul li {
    display: inline-block;
}

.form-rating ul li i,
.basd-on-wrap-inner ul li i {
    font-size: 25px;
    color: #FFC700;
}

.basd-on-wrap p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #3E28A9;
    padding: 10px 16px;
}

.reviews-form .form-group {
    position: relative;
}

.reviews-form .form-group textarea.form-control {
    padding-top: 15px;
}

.reviews-form .form-group .form-control {
    padding-left: 45px;
}

.reviews-form .form-group img {
    position: absolute;
    left: 10px;
    top: 14px;
}

.reviews-form hr {
    border-top: 1px solid #D7D7D7;
    margin-top: 1rem;
}

.form-rating p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 12px;
}

.form-rating h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.02em;
    color: #000000;
}

.review-main-section {
    background: rgba(203, 192, 255, 0.15);
    padding: 4rem 0;
}

.review-box {
    background: #FFFFFF;
    border: 1px solid rgba(228, 228, 228, 0.4);
    box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    padding: 14px;
}

.review-box .media img {
    margin-right: 12px;
}

.review-box .media-body h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #000000;
}

.review-box .media-body span {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.5);
}

.review-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.7);
    margin: 14px 0;
}

.review-box .d-flex {
    justify-content: space-between;
    align-items: center;
}

.review-box .d-flex ul li {
    display: inline-block;
}

.review-box .d-flex ul li i {
    font-size: 18px;
    color: #FFC700;
}

.review-box .d-flex span {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.5);
}

.review-main-container {
    display: flex;
    justify-content: flex-start;
}

.review-part-one {
    width: 20%;
}

.review-parent-box {
    margin-bottom: 2rem;
}

.show-more-rev {
    text-align: center;
    margin-top: 2rem;
}


.show-more-rev a {
    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;
    transition: all .3s ease;
}


.show-more-rev a:hover {
    background-color: transparent;
    color: #26CE37;
}

/* reviews 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 */


/* services css start */
.services_hero_sec {
    background: url(../images/services-hero-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    padding-top: 5rem;
    padding-bottom: 0;
    margin-top: 73px;
    position: relative;
}

.services-hero-txt ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1.5rem;
}

.services-hero-txt ul li i {
    font-size: 16px;
    color: #fff;
    margin-right: 5px;
}

.services-hero-txt ul li span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.services-btm-slider-box {
    background: #FFFFFF;
    box-shadow: 1.49px 9.79px 36.85px rgba(0, 0, 0, 0.0531);
    border-radius: 12px;
    padding-bottom: 1rem;
    margin-right: 1rem;
}

.services-btm-slider-box .d-flex {
    background: #282828;
    padding: 8px 20px;
    border-radius: 12px 12px 0px 0px;
    justify-content: space-between;
    align-items: center;
}

.services-btm-slider-box .d-flex img {
    display: block;
}

.services-btm-slider-box .d-flex p {
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
}

.services-btm-slider-box .d-flex h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.services-btm-slider-box .d-flex h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 28px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}

.services-btm-slider-box ul {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.5rem;
}

.services-btm-slider-box ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #1D1D18;
    padding-bottom: 4px;
    display: flex;
    align-items: center;
}

.services-btm-slider-box ul li img {
    opacity: .5;
    margin-right: 6px;
}

.services-btm-slider-box a {
    background: #26CE37;
    border-radius: 5px;
    display: block;
    width: 80%;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin: 0 auto;
    margin-top: 1rem;
    padding: 14px 20px;
}

.services-hero-btm-slider {
    position: relative;
    top: 4rem;
}

.mrgin-top-custom {
    margin-top: -14rem;
}

.see-on-sec {
    padding: 6rem 0;
    padding-bottom: 14rem;
    background: rgba(203, 192, 255, 0.15);
}

.see-on-head {
    text-align: center;
}

.see-on-head h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #000000;
    margin-bottom: 1rem;
}

.see-on-head ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.see-on-head ul li a {
    display: block;
    margin: 0 14px;
}

.long-bar {
    background-color: #3E28A9;
    height: 15px;
    width: 90%;
    margin: 0 auto;
    margin-top: -200px;
    position: relative;
    z-index: -1;
}

.services-erivacy-txt h6 {
    font-size: 20px;
}

.services-erivacy-txt p {
    font-size: 14px;
}

/* services css end */

/* tips trick css start */
.tips-trick-sec {
    padding: 6rem 0;
    background-color: #fff;
}

.tips-trick-head h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 62px;
    line-height: 75px;
    color: #000000;
    margin-bottom: 12px;
}

.tips-trick-head h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 16px;
    color: #000000;
}

.tips-trick-head p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #000000;
}

.tip-trick-box {
    background: rgba(166, 78, 255, 0.1);
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 1.2rem;
}

.tip-trick-box h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #000000;
}

.tip-trick-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #322C50;
    opacity: 0.7;
}

.serv-contact .review-parent-box {
    margin-bottom: 0rem;
}

.services-get-section {
    background-color: #028DFF;
    background-image: url("../images/services-get-bg.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
    padding: 4rem 0;
}

.services-get-box {
    background: #FFFFFF;
    box-shadow: 0px 10.79px 30.85px rgba(62, 40, 169, 0.16);
    border-radius: 20px;
    padding: 1.5rem;
}

.services-get-box h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 62px;
    line-height: 75px;
    margin-bottom: 1.5rem;
    color: #2A2A2A;

}

.services-get-box .media h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-top: 5px;
}

.services-get-box .media {
    position: relative;
}

.services-get-box .media::before {
    position: absolute;
    content: "";
    left: 19px;
    bottom: 0;
    width: 1px;
    height: 81%;
    border: 1px dashed rgba(74, 38, 169, 0.4);
}

.services-get-box .media-2::before {
    display: none;
    height: 0;
}

.services-get-box .media p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #2A2A2A;
    margin-top: 12px;
    opacity: 0.7;
}

.services-get-box .media span {
    background: #028DFF;
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
}

.services-get-list h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 56px;
    color: #FFFFFF;
}

.services-get-list .media {
    margin-top: 2rem;
}

.services-get-list .media span {
    display: inline-flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
    background: #93CAFF;
}

.services-get-list .media h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.services-get-list .media p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-top: 5px;
}

.read-all-bttns {
    margin-top: 0.5rem;
    text-align: right;
}

.read-all-bttns a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-decoration-line: underline;
    display: block;
    color: #FFFFFF;
}

#custom-show-hide {
    display: none;
    max-height: 300px;
    overflow-y: scroll;
}

/* tips trick css end */

/* track css @S */
.track-hero-bg {
    background-image: url(../images/track-bg.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 0;
}

.track-hero-txt h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 62px;
    line-height: 74px;
    color: #FFFFFF;
    margin-bottom: 1rem;
}

.track-hero-txt p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
    opacity: 0.6;
    margin-bottom: 2rem;
}

.track-hero-bg .enter_details_frm label {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    opacity: 0.5;
}

.track-hero-img {
    text-align: center;
    position: relative;
}

.how-order-work-sec {
    padding: 3rem 0;
}

.common-head {
    text-align: center;
}

.common-head h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 74px;
    color: #000000;
}

.common-head h2 span {
    color: #3E28A9;
}

.track-img {
    text-align: center;
}

.track-box {
    background: #FFFFFF;
    box-shadow: 0px 10.79px 30.85px rgba(62, 40, 169, 0.1);
    border-radius: 20px;
    padding: 1.2rem;
    margin-top: 1.5rem;
}

.track-box h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #3E3378;
    margin-bottom: 0.5rem;
}

.track-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px; 
    color: #000000; 
    opacity: 0.8;
}
.video-play-wrap {
    margin-top: auto;
    margin-bottom: 50px;
}

.ftr-logo a img{
    width: 220px;
}
.ftr-logo p{
    color: #444444;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    width: 80%;
    margin: 1.5rem 0;
}
.ftr-logo h6{
    color: #444444;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;  
    display: flex;
    align-items: center;
    margin-bottom: 0.7rem;
}

.ftr-logo h6 i{
    margin-right: 0.4rem;
    color: #0900EF;
}
.ftr-logo ul li a{
    margin-right: 0.3rem;
}
/* track css @E */

/* track order details section start */
.track_order_details {
    background-color: #3E28A9;
    padding: 50px 0px;
    /* margin-top: 75px; */
    padding-bottom: 120px;
    background-image: url(../images/star-bg.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.track_details_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.track_details_head h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    color: #FFFFFF;
}

.track_details_head a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-decoration-line: underline;
    color: #FFFFFF;
}
.track_details_head a:hover {
    color: #fff !important;
}
.track_details_head a img {
    width: 16px;
    margin-left: 8px;
}

.order_details_left h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.6);
}

.order_details_left .order_details_box {
    margin-top: 25px;
	overflow:hidden !important;
}

.order_details_left .order_details_box h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
}

.order_details_left .order_details_box p a {
    color: #fff;
}

.order_details_left .order_details_box p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: #FFFFFF;

}

.order_progress_sec {
    background-image: url(../images/progress_bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    min-height: 420px;
    border-top: 7px solid #A18DFF;
}

.progress_bar_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order_placed_wrap {
    text-align: center;
    width: 25%;
    margin-top: -72px;
}

.ordr_pgrs_width {
    width: 50%;
    margin-top: -90px;
}

.order_prges_box {
    width: 65%;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 25px;
    margin: 0 auto;
}

.order_complted {
    text-align: center;
    width: 25%;
    margin-top: -50px;
}

.order_complted h6,
.order_placed_wrap h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #121212;
}

.order_complted p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #A0A0A0;
}
.order_complted p span{
    color: #121212;
    font-weight: 600;
}
.order_prges_box h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #3E28A9;
    margin-bottom: 15px;
}

.order_prges_box h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: rgba(22, 22, 22, 0.5);
}

.order_prges_box p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #161616;
}

.order_prges_box .progress {
    height: 14px;
    background-color: #F0F0F0;
    border-radius: 12px;
    margin-top: 25px;
}

.order_prges_box .progress-bar {
    background-color: #3E28A9;
    border-radius: 12px;
}

/* track order details section end */

.track_ordr_frm_wrap {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 25px;
    width: 75%;
}

.track_ordr_frm_wrap h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    opacity: 0.5;
    margin-bottom: 10px;
}

.track_ordr_frm_wrap .form-group input {
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    border-radius: 5px;
    height: 50px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.track_ordr_frm_wrap .form-error {
    position: relative;
}

.track_ordr_frm_wrap .form-error img {
    position: absolute;
    right: 15px;
    top: 11px;

}

.track_ordr_frm_wrap .form-error input {
    border: 2px solid #F02F2F;
}

.track_ordr_frm_wrap .form-error span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #F02F2F;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}

.track_ordr_frm_wrap .btn-submit {
    background: #12ad21;
    border-radius: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    padding: 18px 30px;
}

.track_ordr_frm_wrap .btn-submit:hover {
    background: #000;
}
.emp-50 {
    height: 50px;
}
.order_details_left .order_details_box {
    margin-top: 25px;
    overflow: hidden !important;
}
