.fill_the_form_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 50px 0 0;
}
.fill_the_form_wrap .h2_heading_text {
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    margin: 0;
}
.fill_the_form_wrap .h2_heading_text .highlighted_text {
    color: #f1dca3;
    position: relative;
}
.fill_the_form_wrap .h2_heading_text .highlighted_text:before {
    content: '';
    width: 120px;
    height: 10px;
    background-image: url(https://objectstore.e2enetworks.net/tring-coin/tring-studio/tring-studio-page-heading-highlighted-underline.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.fill_the_form_wrap .service_para_text {
    width: 100%;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin: 20px 0 0;
    position: relative;
    z-index: 2;
}
.fill_the_form_wrap .content_container {
    width: 100%;
    max-width: 1280px;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.fill_the_form_wrap .left_col {
    width: 50%;
    margin: 20px 0 0;
}
.fill_the_form_wrap .right_col {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    margin: 20px 0 0;
    position: relative;
}
.fill_the_form_wrap .right_col:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 579px;
    background: rgba(217, 6, 6, 0.60);
    filter: blur(300px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.fill_the_form_wrap .right_col .form_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 20px;
    background: #2c2c2c;
    padding: 20px;
    position: relative;
    z-index: 2;
}
.fill_the_form_wrap .right_col .form_col {
    width: calc(50% - 20px);
    margin: 15px 10px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.fill_the_form_wrap .right_col .form_col.form_col_100 {
    width: calc(100% - 20px);
}
.fill_the_form_wrap .right_col .form_col label {
    color: #fff;
    font-family: "Red Hat Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    opacity: 0.8;
    position: absolute;
    top: -10px;
    left: 15px;
    z-index: 1;
    background: linear-gradient(180deg, #2c2c2c 0%, #000 100%);
    padding: 0 5px;
}
.fill_the_form_wrap .right_col .form_col input, .fill_the_form_wrap .right_col .form_col select {
    width: 100%;
    height: 46px;
    border-radius: 10px;
    border: 0px solid var(--Text-Colour-5, #d4d4d4);
    background: rgba(212, 212, 212, 0.20);
    color: #fff;
    font-family: "Red Hat Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding: 0 15px;
    border-radius: 10px;
    border: 1px solid #fff;
    opacity: 0.6;
    background: #000;
}
.fill_the_form_wrap .right_col .budget_col {
    margin-top: 5px;
}
.fill_the_form_wrap .right_col .budget_col label {
    position: relative;
    background: transparent;
}
.fill_the_form_wrap .right_col .budget_col .whats_budget_text {
    width: 100%;
    display: inline-block;
    text-align: left;
    top: 0;
    left: 5px;
}
.fill_the_form_wrap .right_col .budget_col .budget_ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
}
.fill_the_form_wrap .right_col .budget_col .budget_ul li {
    list-style-type: none;
    margin: 8px 8px 0 4px;
}
.fill_the_form_wrap .right_col .budget_col .budget_ul input[type='radio'] {
    display: none;
}
.fill_the_form_wrap .right_col .budget_col .budget_ul input[type='radio']:checked + label {
    background-color: #3a6e9d;
    color: #fff;
}
.fill_the_form_wrap .right_col .budget_col .budget_ul label {
    background-color: #d9d9d9;
    padding: 10px 15px;
    text-align: center;
    border-radius: 12px;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    margin: 0;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
    display: inline-block;
    top: 0;
    left: 0;
}
.fill_the_form_wrap .right_col .budget_col .budget_ul label {
    border-radius: 100px;
}
.fill_the_form_wrap .right_col .budget_col .budget_ul input[type='radio']:checked + label {
    border-radius: 100px;
    border: 0px solid #dc0e0e;
    background: linear-gradient(180deg, #f82424 0%, #b60c0c 100%);
    opacity: 1;
}
.fill_the_form_wrap .right_col .submit_btn_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}
.fill_the_form_wrap .right_col .submit_btn_wrap .submit_btn {
    display: flex;
    width: 170px;
    height: 60px;
    padding: 0;
    justify-content: center;
    align-items: center;
    border-radius: 109px;
    background: radial-gradient(107.08% 85.59% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0.00) 86.18%), radial-gradient(83.94% 83.94% at 26.39% 20.83%, rgba(255, 255, 255, 0.41) 0%, rgba(255, 255, 255, 0.00) 69.79%, rgba(255, 255, 255, 0.00) 100%), #c50303;
    box-shadow: -3px -4px 7px 0px rgba(255, 255, 255, 0.15) inset, 4px 38px 62px 0px rgba(0, 0, 0, 0.50);
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-family: "Red Hat Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    cursor: pointer;
    border: 0;
}

.fill_the_form_wrap .thank_you_screen {
    width: 50%;
    height: 486px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    margin: 20px 0 0;
    position: relative;
}
.fill_the_form_wrap .thank_you_screen .inner_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #2d1414;
    padding: 20px;
    border-radius: 20px;
    border: 4px solid #fff;
    position: relative;
    z-index: 2;
}
.fill_the_form_wrap .thank_you_screen .inner_wrap .heading_text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
}
.fill_the_form_wrap .thank_you_screen .inner_wrap .heading_text .highlighted_text {
    position: relative;
    color: #db0d0d;
}
.fill_the_form_wrap .thank_you_screen .inner_wrap .heading_text .highlighted_text:before {
    content: '';
    width: 160px;
    height: 10px;
    background-image: url(https://objectstore.e2enetworks.net/tring-coin/tring-studio/tring-studios-thank-you-highlighted-line.svg);
    background-size: 200px 10px;
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.fill_the_form_wrap .thank_you_screen .inner_wrap .thank_you_img {
    width: 400px;
    margin: -80px 0 0;
}
.fill_the_form_wrap .thank_you_screen .inner_wrap .our_text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: -100px 0 0;
    color: #fff;
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
.fill_the_form_wrap .thank_you_screen .inner_wrap .our_text .highlighted_text {
    position: relative;
    color: #db0d0d;
}
.fill_the_form_wrap .thank_you_screen .inner_wrap .our_text .highlighted_text:before {
    content: '';
    width: 230px;
    height: 10px;
    background-image: url(https://objectstore.e2enetworks.net/tring-coin/tring-studio/tring-studios-thank-you-highlighted-line.svg);
    background-size: 200px 10px;
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.fill_the_form_wrap .thank_you_screen:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 579px;
    background: rgba(217, 6, 6, 0.60);
    filter: blur(300px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.fill_the_form_wrap .right_col .form_col .form_error_msg {
    width: 100%;
    display: inline-block;
    font-size: 12px;
    color: #c50303;
    position: absolute;
    bottom: -18px;
    left: 0;
}




.our_work_wrap .our_work_img_cols {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 32px 0 0;
}
.our_work_wrap .our_work_img_cols .img_col {
    width: calc(33.33% - 20px);
    margin: 10px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
}
.our_work_wrap .our_work_img_cols .img_col:hover .thumbnail_img {
    transform: scale(1.2);
}
.our_work_wrap .our_work_img_cols .img_col:hover .celeb_name_x_brand_name {
    opacity: 1;
    visibility: visible;
}
.our_work_wrap .our_work_img_cols .img_col:hover:before {
    transform: scale(1);
}
.our_work_wrap .our_work_img_cols .img_col:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.50) 0%, rgba(220, 14, 14, 0.50) 100%);
    z-index: 1;
    transform: scale(0);
    transition: 0.5s all ease-in-out;
}
.our_work_wrap .our_work_img_cols .col_67 {
    width: calc(67% - 25px);
}
.our_work_wrap .our_work_img_cols .thumbnail_img {
    max-width: 100%;
    border-radius: 6px;
    transform: scale(1);
    transition: 0.5s all ease-in-out;
}
.our_work_wrap .our_work_img_cols .thumbnail_img.thumbnail_img_desktop{
    display: block;
}
.our_work_wrap .our_work_img_cols .thumbnail_img.thumbnail_img_mobile{
    display: none;
}
.our_work_wrap .our_work_img_cols .celeb_name_x_brand_name {
    color: #fff;
    font-family: "Red Hat Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    transition: 0.8s all ease-in-out;
}
.our_work_wrap .our_work_img_cols .thumbnail_url {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
}




.our_services_wrap {
    position: relative;
    padding-bottom: 30px;
}
.our_services_wrap:before {
    content: '';
    width: 604px;
    height: 360px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 604px;
    background: rgba(217, 6, 6, 0.60);
    filter: blur(300px);
    z-index: 1;
}
.our_services_wrap:after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(https://objectstore.e2enetworks.net/tring-coin/tring-studio/tring-studios-our-services-bg.svg);
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    animation: servicesLightingAnimation 2s linear infinite;
}
@keyframes servicesLightingAnimation {
    0%, 100%{
        opacity: 0;
        visibility: hidden;
    }
    50%{
        opacity: 0.5;
        visibility: visible;
    }
}
.our_services_wrap .content_container {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
}
.our_services_wrap .h2_heading_text {
    width: auto;
    position: relative;
}
.our_services_wrap .h2_heading_text .highlighted_text:before {
    width: 180px;
}
.our_services_wrap .h2_heading_text .star_img {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: -60px;
    background-image: url('{{ config("app.s3_domain_url") }}new-home-page/home-page-stars.svg');
    background-repeat: repeat-x;
    background-position: top left;
    background-size: contain;
    z-index: 2;
    animation: starBlink 2s infinite;
}
.our_services_wrap .service_para_text {
    max-width: 736px;
}
.our_services_wrap .services_cols {
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -20px;
}
.our_services_wrap .services_cols .service_col {
    width: calc(33.33% - 60px);
    margin: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    border: 2px solid rgba(56, 56, 56, 0.40);
    background: linear-gradient(264deg, #191919 0%, #242424 49.85%, #000 100%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
    padding: 30px 20px;
}
.our_services_wrap .services_cols .service_col .service_heading_text {
    color: #fff;
    font-family: "Red Hat Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 15px 0;
}
.our_services_wrap .services_cols .service_col .service_para_text {
    margin-top: 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    opacity: 0.7;
}



.behind_the_scene_wrap .content_container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.behind_the_scene_wrap .service_para_text {
    margin: 20px 0 20px;
}
.behind_the_scene_wrap .imgs_slider_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.behind_the_scene_wrap .imgs_slider_wrap .img_col {
    width: 450px;
    padding: 10px;
}
.behind_the_scene_wrap .imgs_slider_wrap {
    position: relative;
    overflow: hidden;
}
.behind_the_scene_wrap .imgs_slider_wrap:before {
    content: '';
    width: calc(100% + 200px);
    height: 80px;
    position: absolute;
    top: -48px;
    left: -100px;
    border-radius: 100%;
    background: #1b1a1a;
    z-index: 1;
}
.behind_the_scene_wrap .imgs_slider_wrap:after {
    content: '';
    width: calc(100% + 200px);
    height: 80px;
    position: absolute;
    bottom: -48px;
    left: -100px;
    border-radius: 100%;
    background: #1b1a1a;
    z-index: 1;
}

.top_celebrities_wrap .content_container{
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 30px;
}

.top_celebrities_wrap .content_container .img_col{
    width: 300px;
}



.blue_patch_wrap {
    margin: 120px 0 50px;
}
.blue_patch_wrap .content_container .img_col {
    margin-top: -142px;
    width: 420px;
}
.blue_patch_wrap .content_container .img_col img {
    position: relative;
    top: 12px;
}
.blue_patch_wrap .content_container .img_col .circle_1 {
    top: 160px;
}

.tring_studio_wrap .brand_sliders_wrap .slide_img_col img {
    max-height: 70px;
}

.tring_studio_wrap .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
}

.tring_studio_wrap .login_signup_overlay .ls_popup_container.show .iti--separate-dial-code .iti__selected-dial-code{
    color: #000;
}

.tring_studio_wrap .header_wrap_ad .login_menu .user_name_text{
    color: #fff;
}

.tring_studio_wrap .brand_sliders_wrap h2 span:nth-child(2) {
    margin: 0 15px;
    position: relative;
}
.tring_studio_wrap .brand_sliders_wrap h2 span:nth-child(2):before {
    content: '';
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 5px;
    left: -10px;
}
.tring_studio_wrap .brand_sliders_wrap h2 span:nth-child(2):after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 5px;
    right: -10px;
}

.tring_studio_wrap .success_stories_wrap .success_stories_slider .slide_col .inner_wrap:hover {
    border-radius: 30px;
    box-shadow: 0px 0px 30px 0px rgba(219, 13, 13, 0.30);
}

.blue_patch_wrap .content_container{
    align-items: center;
}

.blue_patch_wrap .content_container .content_col{
    padding: 0;
    top: -6px;
}

.youtube_popup_overlay {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99;
}
.youtube_popup_overlay .popup_container {
    width: 600px;
    height: 330px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.youtube_popup_overlay .close_icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: -30px;
    right: 0px;
    background-color: #dc0e0e;
    background-image: url(https://mum-objectstore.e2enetworks.net/tringcoin/referral-gift/white-cross.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    cursor: pointer;
    border-radius: 100%;
}
.youtube_popup_overlay .youtube_embed_wrap, .youtube_popup_overlay iframe {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.top_celebrities_wrap .slick-track{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.our_work_wrap .our_work_img_cols .img_col .play_icon{
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(https://objectstore.e2enetworks.net/tring-coin/tring-studio/tring-studio-play-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.success_stories_wrap .success_stories_slider{
    align-items: center;
}

.tring_studio_wrap .success_stories_slider .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: auto;
    bottom: -25px;
    left: 0;
    margin: 0;
    padding: 10px 0;
}
.tring_studio_wrap .success_stories_slider .slick-dots li {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.6);
    list-style-type: none;
    transform: scale(1);
    margin: 0 6px;
}
.tring_studio_wrap .success_stories_slider .slick-dots li button {
    display: none;
}
.tring_studio_wrap .success_stories_slider .slick-dots li.slick-active {
    transform: scale(1.2);
    background-color: rgba(255, 255, 255, 1);
}

.top_celebrities_wrap .content_container .img_col {
    position: relative;
    text-align: center;
}
.top_celebrities_wrap .content_container .img_col .celeb_name {
    width: 100%;
    color: #ffca39;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    position: absolute;
    bottom: 70px;
    left: 0;
    letter-spacing: 1px;
    text-shadow: -2px 1px #fff;
}
.services_wrap.top_celebrities_wrap:before {
    display: none;
}


@media screen and (max-width: 1600px) {
    .tring_studio_wrap .blue_patch_wrap .content_container{
        padding: 0;
    }
}

@media screen and (max-width: 1279px) {
    .tring_studio_wrap .hamburger_wrapper {
        background-color: #1b1a1a;
   }
    .tring_studio_wrap .hamburger_wrapper .hamburger {
        background-image: url(https://mum-objectstore.e2enetworks.net/tringcoin/tring/sidebar.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
   }
    .tring_studio_wrap .hamburger_wrapper .hamburger span {
        display: none;
   }
    .tring_studio_wrap .hamburger_wrapper .hamburger.active {
        background-image: url('{{ config("app.s3_domain_url") }}img/ui/css_sprites.png');
        background-size: 450px;
        background-position: top -836px left -374px;
   }
    .tring_studio_wrap .nav_menu {
        background-color: #1b1a1a;
   }
    .tring_studio_wrap .header_wrap_ad .login_menu .user_name_text {
        color: #fff;
   }
    .tring_studio_wrap .nav_menu li {
        border-bottom: rgba(255, 255, 255, 0.6);
   }
    .tring_studio_wrap .nav_menu li .title_link_text, .tring_studio_wrap .nav_menu li a, .tring_studio_wrap .nav_menu li ul.gifting_sub_menu .cat_li .cat_title_text {
        color: #fff;
   }
    .header_wrap_ad .login_menu .login_menu_dropdown {
        background-color: #1b1a1a;
   }
    .header_wrap_ad .login_menu .login_menu_dropdown .my_account_text {
        color: rgba(255, 255, 255, 0.5);
        margin-bottom: 10px;
        display: inline-block;
   }
    .header_wrap_ad .login_menu .login_menu_dropdown a, .header_wrap_ad .login_menu .login_menu_dropdown .logout-user {
        color: rgba(255, 255, 255, 0.7);
   }
}

@media screen and (max-width: 991px) {
    .fill_the_form_wrap .left_col{
        width: 100%;
    }
    .fill_the_form_wrap .right_col{
        width: 100%;
        padding: 0;
    }
    .fill_the_form_wrap .h2_heading_text{
        font-size: 24px;
        line-height: 34px;
    }
    .fill_the_form_wrap .service_para_text{
        color: rgba(255,255,255,0.8);
        font-size: 16px;
        line-height: 26px;
    }
    .fill_the_form_wrap .h2_heading_text .highlighted_text:before{
        width: 90px;
        left: -10px;
    }
    .fill_the_form_wrap{
        overflow: hidden;
    }
    .our_services_wrap .h2_heading_text .star_img {
        width: 34px;
        height: 34px;
        position: absolute;
        bottom: -4px;
        right: -45px;
    }
    .our_services_wrap .h2_heading_text .highlighted_text:before{
        width: 110px;
    }
    .tring_studio_wrap .success_stories_wrap h2{
        text-align: center;
    }
    .fill_the_form_wrap{
        padding-bottom: 50px;
    }
    .fill_the_form_wrap.our_work_wrap,
    .fill_the_form_wrap.behind_the_scene_wrap{
        padding-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .fill_the_form_wrap .right_col .form_col {
        width: 100%;
        margin: 15px 0px;
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .fill_the_form_wrap .right_col .form_col.form_col_100{
        width: 100%;
    }
    .fill_the_form_wrap .right_col .form_wrap{
        padding: 15px;
    }
    .fill_the_form_wrap .right_col .budget_col .budget_ul li {
        list-style-type: none;
        margin: 8px 6px 0 4px;
    }
    .our_work_wrap .our_work_img_cols .img_col,
    .our_work_wrap .our_work_img_cols .col_67 {
        width: 100%;
        margin: 7.5px 0;
        line-height: 0;
    }
    .our_work_wrap .our_work_img_cols .celeb_name_x_brand_name{
        font-size: 16px;
    }
    .our_services_wrap{
        padding-bottom: 30px;
        margin: 0;
        padding-top: 30px;
    }

    .our_services_wrap:after{
        content: '';
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
    }

    .our_services_wrap .services_cols .service_col {
        width: 100%;
        margin: 7.5px 0;
        padding: 20px;
    }
    .our_services_wrap .services_cols{
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .our_services_wrap .services_cols .service_col img{
        width: 50px;
    }
    .our_services_wrap .services_cols .service_col .service_heading_text{
        font-size: 18px;
        line-height: 28px;
        margin: 10px 0;
    }
    .our_services_wrap .services_cols .service_col .service_para_text{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
    }
    .behind_the_scene_wrap {
        margin-top: 0;
    }
    .behind_the_scene_wrap .content_container .h2_heading_text,
    .behind_the_scene_wrap .content_container .service_para_text{
        padding: 0 15px;
    }
    .behind_the_scene_wrap .imgs_slider_wrap .img_col{
        width: 300px;
    }
    .behind_the_scene_wrap .imgs_slider_wrap{
        margin-top: -20px;
    }
    .our_services_wrap .service_para_text{
        margin-bottom: 20px;
    }
    .tring_studio_wrap .top_celebrities_wrap{
        margin-top: 10px !important;
    }
    .tring_studio_wrap .top_celebrities_wrap .h2_heading_text{
        text-align: center;
    }
    .tring_studio_wrap .top_celebrities_wrap h2 .highlighted_text::before {
        bottom: -10px;
        width: 100px;
        left: -10px;
    }
    .top_celebrities_wrap .content_container .img_col .celeb_name{
        bottom: 60px;
    }
    .top_celebrities_wrap .content_container .img_col{
        width: 200px;
    }
    .blue_patch_wrap {
        margin: 30px 0 50px;
    }
    .blue_patch_wrap .content_container .img_col{
        margin: 0;
        width: 100%;
        max-width: 100%;
        top: 0;
    }
    .blue_patch_wrap .content_container .img_col img {
        position: relative;
        top: 8px;
        max-width: 200px;
    }
    .blue_patch_wrap .content_container .content_col {
        width: 100%;
        top: 0;
        margin-bottom: 0;
        margin-left: 0;
        padding: 20px 20px 0;
    }
    .blue_patch_wrap .content_container .content_col h3,
    .blue_patch_wrap .content_container .content_col p{
        padding: 0;
    }
    .blue_patch_wrap .content_container .content_col h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .blue_patch_wrap .content_container .content_col p {
        font-size: 16px;
        line-height: 26px;
        font-weight: 600;
    }
    .tring_studio_wrap .brand_sliders_wrap .slide_img_col{
        margin: 0 10px;
    }
    .fill_the_form_wrap .thank_you_screen{
        padding: 0;
        width: 100%;
    }
    .fill_the_form_wrap .thank_you_screen .inner_wrap .heading_text{
        font-size: 26px;
        line-height: 34px;
    }
    .fill_the_form_wrap .thank_you_screen .inner_wrap .heading_text .highlighted_text:before {
        width: 120px;
        height: 10px;
        background-size: contain;
        bottom: -10px;
        left: 0;
    }
    .fill_the_form_wrap .thank_you_screen .inner_wrap .our_text{
        font-size: 16px;
        line-height: 26px;
        margin-top: -50px;
    }
    .fill_the_form_wrap .thank_you_screen .inner_wrap .our_text .highlighted_text:before{
        width: 170px;
    }
    .fill_the_form_wrap .thank_you_screen .inner_wrap .thank_you_img{
        margin: -30px 0 0;
    }

    .tring_studio_wrap .success_stories_wrap h2 .highlighted_text::before {
        width: 110px;
        bottom: -10px;
        left: -14px;
    }
    .blue_patch_wrap .content_container .content_col h3 br{
        display: none;
    }
    .fill_the_form_wrap .right_col .submit_btn_wrap .submit_btn {
        display: flex;
        width: 160px;
        height: 52px;
    }
    .our_work_wrap .our_work_img_cols .thumbnail_img.thumbnail_img_desktop{
        display: none;
    }
    .our_work_wrap .our_work_img_cols .thumbnail_img.thumbnail_img_mobile{
        display: block;
    }
    .tring_studio_wrap .brand_sliders_wrap h2{
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .tring_studio_wrap .brand_sliders_wrap h2 span:nth-child(2)::before,
    .tring_studio_wrap .brand_sliders_wrap h2 span:nth-child(2)::after{
        display: none;
    }
    .blue_patch_wrap .content_container .content_col .circle_2{
        width: 90px;
        height: 90px;
        top: 20px;
        right: 20px;
    }
    .youtube_popup_overlay .popup_container{
        width: 300px;
        height: 200px;
        border: 1px solid #534e4e;
    }
    .success_stories_wrap .success_stories_slider{
        padding-bottom: 30px;
    }
    .tring_studio_wrap .success_stories_slider .slick-dots{
        bottom: -8px;
    }

    .top_celebrities_wrap .content_container .img_col .celeb_name{
        font-size: 20px;
        line-height: 28px;
        bottom: 50px;
    }
}
