
@media only screen and (min-width:0px) and (max-width:767px) {
    /* Global Style Start */
    section {
        padding: 60px 0px;
    }
    .container {
        padding: 0px 15px;
    }
    h2 {
        font-size: 26px;
    }
    h5 {
        font-size: 20px;
    }
    p {
        font-size: 15px;
    }
    .btn {
        font-size: 14px;
        padding: 7px 30px 6px;
    }
    .d2c_card {
        padding: 30px 0px;
    }
    /* Global Style End */

    /* Navbar Start */
    .d2c_navbar .navbar-nav .nav-link {
        font-size: 16px;
        padding: 2px 0px;
    }
    .nav-item .btn {
        font-size: 14px !important;
        padding: 7px 30px 6px !important;
        color: #E7F2F3 !important;
    }
    .nav-item .btn.active {
        color: #E7F2F3 !important;
    }
    /* Navbar End */

    /* Hero Start */
    .d2c_hero_wrapper {
        height: 100%;
    }
    h1 {
        font-size: 32px;
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .d2c_hero_wrapper p {
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .d2c_secondary_btn {
        margin-right: 10px;
    }
    .d2c_hero_wrapper img:nth-child(2) {
        display: none;
    }
    .d2c_hero_wrapper img:nth-child(3) {
        bottom: 12px;
        left: 19%;
    }
    .d2c_hero_wrapper img:nth-child(4) {
        display: none;
    }
    /* Hero End */

    /* About Start */
    .d2c_about_wrapper p {
        margin-bottom: 20px;
    }
    .d2c_about_wrapper img:nth-child(3) {
        display: none;
    }
    .d2c_about_card {
        width: 230px;
        padding: 20px;
    }
    .d2c_about_card h3 {
        font-size: 22px;
    }
    .d2c_about_card p {
        font-size: 17px;
    }
    .d2c_about_wrapper img:nth-child(2) {
        display: none;
    }
    .d2c_counter_wrapper h2 {
        font-size: 32px;
    }
    .d2c_counter_wrapper h5 {
        font-size: 20px;
    }
    .d2c_about_wrapper img:last-child {
        top: 58%;
        right: 340px;
    }
    /* About End */

    /* Hobbies Start */
    .d2c_hobbies_wrapper h2 {
        margin-bottom: 30px;
    }
    .d2c_hobbies_wrapper h5 {
        font-size: 16px;
    }
    .d2c_hobbies_wrapper img:last-child {
        top: 0px;
        left: 50px;
    }
    .d2c_hobbies_wrapper img:nth-child(2) {
        top: 0px;
        right: 50px;
    }
    /* Hobbies End */

    /* Services Start */
    .d2c_services_wrapper p {
        margin-bottom: 30px;
    }
    .d2c_services_wrapper .d2c_img_border {
        margin: 0 auto 16px;
    }
    .d2c_services_wrapper h5 {
        font-size: 18px;
    }
    .d2c_services_wrapper img:nth-child(2) {
        top: 15px;
        left: 28px;
    }
    .d2c_services_wrapper img:nth-child(4) {
        display: none;
    }
    .d2c_services_wrapper img:nth-child(3) {
        bottom: -23px;
    }
    /* Services End */

    /* Skill Start */
    .d2c_skill_wrapper p {
        margin-bottom: 30px;
    }
    .d2c_skill_wrapper ul li {
        width: 100px;
        height: 100px;
        margin: 0px 15px 15px 0px;
    }
    .d2c_skill_wrapper ul li span {
        width: 80px;
        height: 80px;
        font-size: 18px;
    }
    .d2c_skill_wrapper img:nth-child(2) {
        top: 0;
        left: 35px;
    }
    .d2c_skill_wrapper img:nth-child(3) {
        display: none;
    }
    /* Skill End */

    /* Portfolio Start */
    .d2c_portfolio_wrapper p {
        margin-bottom: 30px;
    }
    .d2c_grid {
        column-count: 1;
    }
    .d2c_grid_item:nth-child(1) .fancybox {
        height: 280px;
    }
    .d2c_grid_item:nth-child(2) .fancybox {
        height: 470px;
    }
    .d2c_grid_item:nth-child(3) .fancybox {
        height: 375px;
    }
    .d2c_grid_item:nth-child(4) .fancybox {
        height: 375px;
    }
    .d2c_grid_item:nth-child(5) .fancybox {
        height: 470px;
    }
    .d2c_grid_item:nth-child(6) .fancybox {
        height: 280px;
    }
    .d2c_portfolio_wrapper img:nth-child(2) {
        display: none;
    }
    .d2c_portfolio_wrapper img:nth-child(3) {
        display: none;
    }
    .d2c_portfolio_wrapper img:nth-child(4) {
        display: none;
    }
    /* Portfolio End */

    /* Pricing Start */
    .d2c_pricing_wrapper {
        padding: 0px 0px 60px;
    }
    .d2c_pricing_wrapper p {
        margin-bottom: 30px;
    }
    .d2c_pricing_wrapper .d2c_card {
        padding: 20px 0px 30px;
    }
    .d2c_pricing_wrapper h2 {
        margin-bottom: 20px;
    }
    .d2c_pricing_wrapper h1 {
        padding: 20px 0px;
        font-size: 48px;
    }
    .d2c_pricing_wrapper h1 sub {
        font-size: 24px;
    }
    .d2c_pricing_wrapper .d2c_card_body {
        padding: 20px 0px;
    }
    .d2c_pricing_wrapper ul li {
        margin-bottom: 15px;
    }
    .d2c_pricing_wrapper img:nth-child(2) {
        bottom: -20px;
        left: 58px;
    }
    /* Pricing End */

    /* Testimonial Start */
    .d2c_testimonial_wrapper {
        padding: 60px 0px 0px;
    }
    .d2c_testimonial_wrapper h2 {
        margin-bottom: 30px;
    }
    .d2c_testimonial_card h3 {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 22px;
    }
    .d2c_testimonial_card p {
        font-size: 20px;
    }
    .d2c_testimonial_card ul li {
        padding: 0px 10px;
    }
    /* Testimonial End */

    /* Contact Start */
    .d2c_contact_wrapper .d2c_card {
        padding: 25px 20px;
    }
    .form-control {
        padding: 12px 14px;
        font-size: 14px;
    }
    textarea {
        margin-bottom: 25px !important;
    }
    iframe {
        height: 350px;
    }
    .d2c_contact_wrapper img:nth-child(3) {
        display: none;
    }
    .d2c_contact_wrapper img:nth-child(2) {
        display: none;
    }
    /* Contact End */

    /* Footer Start */
    .d2c_footer_bg {
        padding: 60px 0px 35px;
    }
    .d2c_footer_left {
        margin-right: 0px;
    }
    .d2c_footer_left {
        padding: 20px;
    }
    .d2c_footer_wrapper img {
        max-width: 182px;
        max-height: 47px;
        margin-bottom: 20px;
    }
    .d2c_footer_wrapper h4 {
        font-size: 22px;
        margin-bottom: 25px;
    }
    .d2c_footer_wrapper a {
        font-size: 15px;
    }
    .d2c_footer_wrapper span {
        padding: 14px;
        margin-right: 10px;
    }
    .d2c_footer_wrapper i {
        font-size: 12px;
    }
    .d2c_footer_wrapper .form-control {
        padding: 10px 17px;
        font-size: 15px;
    }
    .d2c_footer_wrapper .btn {
        padding: 10px 26px 9px 20px;
    }
    .d2c_footer_wrapper .input-group i {
        font-size: 17px;
    }
    .d2c_social_link li {
        padding: 15px;
    }
    .d2c_copy_wrapper {
        padding: 15px 0px;
    }

    #scrollBtn a i {
        bottom: 4%;
    }
    /* Footer End */
}

@media only screen and (min-width:768px) and (max-width:991px) {
    /* Global Style Start */
    section {
        padding: 70px 0px;
    }
    h2 {
        font-size: 28px;
    }
    h5 {
        font-size: 20px;
    }
    p {
        font-size: 15px;
    }
    .btn {
        font-size: 14px;
        padding: 8px 36px 7px;
    }
    .d2c_card {
        padding: 30px 0px;
    }
    /* Global Style End */

    /* Navbar Start */
    .d2c_navbar .navbar-nav .nav-link {
        font-size: 16px;
        padding: 2px 0px;
    }
    .nav-item .btn {
        font-size: 15px !important;
        padding: 8px 36px 7px !important;
        color: #E7F2F3 !important;
    }
    .nav-item .btn.active {
        color: #E7F2F3 !important;
    }
    /* Navbar End */

    /* Hero Start */
    .d2c_hero_wrapper {
        height: 58vh;
    }
    h1 {
        font-size: 36px;
        margin-bottom: 20px;
        padding-right: 0px;
    }
    .d2c_hero_wrapper p {
        margin-bottom: 20px;
        padding-right: 0px;
    }
    .d2c_secondary_btn {
        margin-right: 20px;
    }
    .d2c_hero_wrapper img:nth-child(2) {
        display: none;
    }
    .d2c_hero_wrapper img:nth-child(3) {
        left: 12%;
        bottom: 60px;
    }
    .d2c_hero_wrapper img:nth-child(4) {
        display: none;
    }
    /* Hero End */

    /* About Start */
    .d2c_about_wrapper p {
        margin-bottom: 20px;
    }
    .d2c_about_wrapper .d2c_about_left {
        width: 436px;
        height: 436px;
        margin: 0 auto;
    }
    .d2c_about_card h3 {
        font-size: 20px;
    }
    .d2c_about_card p {
        font-size: 16px;
    }
    .d2c_about_card {
        width: 230px;
        padding: 20px;
        right: -75px;
    }
    .d2c_about_wrapper img:nth-child(2) {
        left: 75px;
    }
    .d2c_about_wrapper img:last-child {
        top: 56%;
        transform: translateY(-50%);
        right: 75px;
    }
    .d2c_counter_wrapper h2 {
        font-size: 30px;
    }
    .d2c_counter_wrapper h5 {
        font-size: 18px;
    }
    .d2c_about_wrapper img:nth-child(3) {
        top: 23px;
        right: 16%;
        transform: translateX(-50%);
    }
    /* About End */

    /* Hobbies Start */
    .d2c_hobbies_wrapper h2 {
        margin-bottom: 30px;
    }
    .d2c_hobbies_wrapper img:nth-child(2) {
        top: 40px;
    }
    /* Hobbies End */

    /* Services Start */
    .d2c_services_wrapper p {
        margin-bottom: 30px;
    }
    .d2c_services_wrapper .d2c_img_border {
        margin: 0 auto 16px;
    }
    .d2c_services_wrapper h5 {
        font-size: 18px;
    }
    .d2c_services_wrapper img:nth-child(2) {
        top: 60px;
        left: 100px;
    }
    .d2c_services_wrapper img:nth-child(4) {
        display: none;
    }
    .d2c_services_wrapper img:nth-child(3) {
        bottom: -40px;
        right: 75px;
    }
    /* Services End */

    /* Skill Start */
    .d2c_skill_wrapper p {
        margin-bottom: 0px;
        margin-right: 20px;
    }
    .d2c_skill_wrapper ul li {
        width: 100px;
        height: 100px;
        margin: 0px 20px 20px 0px;
    }
    .d2c_skill_wrapper ul li span {
        width: 80px;
        height: 80px;
        font-size: 18px;
    }
    .d2c_skill_right {
        width: 436px;
        height: 436px;
        margin: 0 auto;
    }
    .d2c_skill_wrapper img:nth-child(2) {
        top: -12px;
    }
    .d2c_skill_wrapper img:nth-child(3) {
        right: 66px;
    }
    /* Skill End */

    /* Portfolio Start */
    .d2c_portfolio_wrapper p {
        margin-bottom: 30px;
    }
    .d2c_grid {
        column-count: 2;
    }
    .d2c_grid_item:nth-child(1) .fancybox {
        height: 280px;
    }
    .d2c_grid_item:nth-child(2) .fancybox {
        height: 470px;
    }
    .d2c_grid_item:nth-child(3) .fancybox {
        height: 375px;
    }
    .d2c_grid_item:nth-child(4) .fancybox {
        height: 375px;
    }
    .d2c_grid_item:nth-child(5) .fancybox {
        height: 470px;
    }
    .d2c_grid_item:nth-child(6) .fancybox {
        height: 280px;
    }
    .d2c_portfolio_wrapper img:nth-child(2) {
        display: none;
    }
    .d2c_portfolio_wrapper img:nth-child(3) {
        bottom: -22px;
    }
    .d2c_portfolio_wrapper img:nth-child(4) {
        bottom: -22px;
    }
    /* Portfolio End */

    /* Pricing Start */
    .d2c_pricing_wrapper p {
        margin-bottom: 30px;
    }
    .d2c_pricing_wrapper .d2c_card {
        padding: 20px 0px 30px;
    }
    .d2c_pricing_wrapper h2 {
        margin-bottom: 20px;
    }
    .d2c_pricing_wrapper h1 {
        padding: 20px 0px;
        font-size: 48px;
    }
    .d2c_pricing_wrapper h1 sub {
        font-size: 24px;
    }
    .d2c_pricing_wrapper .d2c_card_body {
        padding: 20px 0px;
    }
    .d2c_pricing_wrapper ul li {
        margin-bottom: 15px;
    }
    .d2c_pricing_wrapper img:nth-child(2) {
        left: 100px;
    }
    /* Pricing End */

    /* Testimonial Start */
    .d2c_testimonial_wrapper {
        padding: 70px 0px 30px;
    }
    .d2c_testimonial_wrapper h2 {
        margin-bottom: 30px;
    }
    .d2c_testimonial_card h3 {
        font-size: 17px;
        margin-bottom: 20px;
        line-height: 30px;
    }
    .d2c_testimonial_card p {
        font-size: 20px;
    }
    .d2c_testimonial_card ul li {
        padding: 0px 12px;
    }
    /* Testimonial End */

    /* Contact Start */
    .d2c_contact_wrapper .d2c_card {
        padding: 35px 45px;
    }
    .form-control {
        padding: 12px 16px;
    }
    iframe {
        height: 410px;
    }
    .d2c_contact_wrapper img:nth-child(3) {
        top: -25px;
        right: 100px;
    }
    .d2c_contact_wrapper img:nth-child(2) {
        top: -10px;
        left: 100px;
    }
    /* Contact End */

    /* Footer Start */
    .d2c_footer_bg {
        padding: 60px 0px 35px;
    }
    .d2c_footer_left {
        margin-right: 0px;
    }
    .d2c_footer_wrapper h4 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .d2c_footer_wrapper a {
        font-size: 15px;
    }
    .d2c_footer_wrapper span {
        padding: 14px;
        margin-right: 10px;
    }
    .d2c_footer_wrapper i {
        font-size: 12px;
    }
    .d2c_footer_wrapper .form-control {
        padding: 10px 17px;
        font-size: 15px;
    }
    .d2c_footer_wrapper .btn {
        padding: 10px 26px 9px 20px;
    }
    .d2c_footer_wrapper .input-group i {
        font-size: 17px;
    }
    .d2c_social_link li {
        padding: 15px;
    }
    .d2c_copy_wrapper {
        padding: 15px 0px;
    }
    /* Footer End */
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    /* Global Style Start */
    section {
        padding: 60px 0px;
    }
    h2 {
        font-size: 24px;
    }
    h5 {
        font-size: 20px;
    }
    p {
        font-size: 15px;
    }
    .btn {
        font-size: 14px;
        padding: 9px 40px 8px;
    }
    .d2c_card {
        padding: 30px 0px;
    }
    /* Global Style End */

    /* Navbar Start */
    .d2c_navbar {
        padding: 10px 0px;
    }
    .d2c_navbar .navbar-nav .nav-item {
        padding: 5px 2px;
        margin: 5px 0px;
    }
    .d2c_navbar .navbar-nav .nav-link {
        font-size: 17px;
    }
    /* Navbar End */

    /* Hero Start */
    .d2c_hero_wrapper {
        height: 70vh;
    }
    h1 {
        font-size: 42px;
        margin-bottom: 20px;
    }
    .d2c_hero_wrapper p {
        margin-bottom: 20px;
    }
    .d2c_hero_wrapper img:nth-child(4) {
        display: none;
    }
    /* Hero End */

    /* About Start */
    .d2c_about_wrapper img:nth-child(3) {
        top: 32px;
    }
    .d2c_about_wrapper p {
        margin-bottom: 20px;
    }
    .d2c_about_card h3 {
        font-size: 20px;
    }
    .d2c_about_card p {
        font-size: 16px;
    }
    .d2c_about_card {
        width: 250px;
        padding: 25px;
    }
    .d2c_about_wrapper img:nth-child(2) {
        display: none;
    }
    .d2c_counter_wrapper h2 {
        font-size: 32px;
    }
    .d2c_counter_wrapper h5 {
        font-size: 20px;
    }
    .d2c_about_wrapper img:last-child {
        top: 69%;
    }
    /* About Start */

    /* Hobbies Start */
    .d2c_hobbies_wrapper h2 {
        margin-bottom: 30px;
    }
    .d2c_hobbies_wrapper .d2c_card {
        padding: 15px 0px 14px;
    }
    .d2c_hobbies_wrapper h5 {
        font-size: 17px;
    }
    .d2c_hobbies_wrapper img:nth-child(2) {
        top: 60px;
    }
    /* Hobbies End */

    /* Services Start */
    .d2c_services_wrapper p {
        margin-bottom: 30px;
    }
    .d2c_services_wrapper .d2c_img_border {
        width: 65px;
        height: 65px;
        margin: 0 auto 12px;
    }
    .d2c_services_wrapper .d2c_img_wrapper {
        width: 55px;
        height: 55px;
    }
    .d2c_services_wrapper h5 {
        font-size: 17px;
    }
    .d2c_services_wrapper img:nth-child(2) {
        top: 50px;
        left: 100px;
    }
    .d2c_services_wrapper img:nth-child(4) {
        top: 10%;
        right: 100px;
    }
    .d2c_services_wrapper img:nth-child(3) {
        bottom: 0px;
    }
    /* Services End */

    /* Skill Start */
    .d2c_skill_wrapper p {
        margin-bottom: 30px;
    }
    .d2c_skill_wrapper ul li {
        width: 100px;
        height: 100px;
        margin: 0px 25px 25px 0px;
    }
    .d2c_skill_wrapper ul li span {
        width: 80px;
        height: 80px;
        font-size: 18px;
    }
    .d2c_skill_wrapper img:nth-child(2) {
        top: 0px;
    }
    /* Skill End */

    /* Portfolio Start */
    .d2c_portfolio_wrapper p {
        margin-bottom: 30px;
    }
    .d2c_portfolio_wrapper img:nth-child(2) {
        top: 100px;
    }
    .d2c_grid_item:nth-child(1) .fancybox {
        height: 280px;
    }
    .d2c_grid_item:nth-child(2) .fancybox {
        height: 470px;
    }
    .d2c_grid_item:nth-child(3) .fancybox {
        height: 375px;
    }
    .d2c_grid_item:nth-child(4) .fancybox {
        height: 375px;
    }
    .d2c_grid_item:nth-child(5) .fancybox {
        height: 470px;
    }
    .d2c_grid_item:nth-child(6) .fancybox {
        height: 280px;
    }
    .d2c_portfolio_wrapper img:nth-child(3) {
        bottom: -50px;
    }
    .d2c_portfolio_wrapper img:nth-child(4) {
        bottom: -50px;
    }
    /* Portfolio End */

    /* Pricing Start */
    .d2c_pricing_wrapper p {
        margin-bottom: 30px;
    }
    .d2c_pricing_wrapper .d2c_card {
        padding: 20px 0px 30px;
    }
    .d2c_pricing_wrapper h2 {
        margin-bottom: 20px;
    }
    .d2c_pricing_wrapper h1 {
        font-size: 48px;
        padding: 25px 0px;
        margin-bottom: 0px;
    }
    .d2c_pricing_wrapper h1 sub {
        font-size: 24px;
    }
    .d2c_pricing_wrapper .d2c_card_body {
        padding: 30px 0px;
    }
    .d2c_pricing_wrapper ul {
        margin-bottom: 0px;
    }
    .d2c_pricing_wrapper ul li {
        font-size: 16px;
        margin-bottom: 14px;
    }
    .d2c_pricing_wrapper img:nth-child(2) {
        bottom: -30px;
        left: 100px;
    }
    /* Pricing End */

    /* Testimonial Start */
    .d2c_testimonial_wrapper h2 {
        margin-bottom: 30px;
    }
    .d2c_testimonial_card h3 {
        font-size: 21px;
        margin-bottom: 20px;
        line-height: 37px;
    }
    .d2c_testimonial_card p {
        font-size: 20px;
    }
    .d2c_testimonial_card span {
        font-size: 14px;
    }
    /* Testimonial End */

    /* Contact Start */
    .d2c_contact_wrapper .d2c_card {
        padding: 25px 25px;
    }
    .form-control {
        font-size: 14px;
        padding: 11px 14px;
    }
    textarea {
        margin-bottom: 25px !important;
    }
    iframe {
        height: 393px;
    }
    .d2c_contact_wrapper img:nth-child(2) {
        top: -40px;
        left: 100px;
    }
    .d2c_contact_wrapper img:nth-child(3) {
        top: -40px;
        right: 100px;
    }
    /* Contact End */

    /* Footer Start */
    .d2c_footer_bg {
        padding: 60px 0px 35px;
    }
    .d2c_footer_left {
        padding: 20px;
        margin-right: 0px;
    }
    .d2c_footer_wrapper img {
        max-width: 177px;
        max-height: 45px;
        margin-bottom: 18px;
    }
    .d2c_footer_wrapper h4 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .d2c_footer_wrapper a {
        font-size: 15px;
    }
    .d2c_footer_wrapper span {
        padding: 14px;
        margin-right: 10px;
    }
    .d2c_footer_wrapper i {
        font-size: 12px;
    }
    .d2c_footer_wrapper .form-control {
        padding: 10px 17px;
        font-size: 15px;
    }
    .d2c_footer_wrapper .btn {
        padding: 10px 26px 10px 20px;
    }
    .d2c_footer_wrapper .input-group i {
        font-size: 17px;
    }
    .d2c_social_link li {
        padding: 15px;
    }
    .d2c_copy_wrapper {
        padding: 15px 0px;
    }
    /* Footer End */
}

@media only screen and (min-width:1200px) and (max-width:1500px) {
    /* Global Style Start */
    section {
        padding: 80px 0px;
    }
    h2 {
        font-size: 28px;
    }
    h5 {
        font-size: 21px;
    }
    p {
        font-size: 16px;
    }
    .btn {
        font-size: 15px;
        padding: 10px 40px 9px;
    }
    .d2c_card {
        padding: 35px 0px;
    }
    /* Global Style End */

    /* Navbar Start */
    .d2c_navbar {
        padding: 10px 0px;
    }
    .d2c_navbar .navbar-nav .nav-item {
        padding: 5px 0px;
    }
    .d2c_navbar .navbar-nav .nav-link {
        font-size: 17px;
    }
    /* Navbar End */

    /* Hero Start */
    .d2c_hero_wrapper {
        height: 100%;
    }
    h1 {
        font-size: 42px;
        margin-bottom: 20px;
    }
    .d2c_hero_wrapper p {
        margin-bottom: 20px;
    }
    .d2c_hero_wrapper img:nth-child(4) {
        bottom: 33px;
        right: 76px;
    }
    /* Hero End */

    /* About Start */
    .d2c_about_wrapper p {
        margin-bottom: 16px;
    }
    .d2c_counter_wrapper h5 {
        font-size: 20px;
    }
    .d2c_about_wrapper img:nth-child(2) {
        display: none;
    }
    /* About End */

    /* Hobbies Start */
    .d2c_hobbies_wrapper h2 {
        margin-bottom: 40px;
    }
    .d2c_hobbies_wrapper .d2c_card {
        padding: 18px 0px 17px;
    }
    .d2c_hobbies_wrapper h5 {
        font-size: 16px;
    }
    .d2c_hobbies_wrapper img:nth-child(2) {
        top: 15px;
    }
    /* Hobbies End */

    /* Services Start */
    .d2c_services_wrapper p {
        margin-bottom: 40px;
    }
    .d2c_services_wrapper .d2c_img_border {
        margin: 0 auto 18px;
    }
    .d2c_services_wrapper img:nth-child(2) {
        top: 100px;
        left: 100px;
    }
    .d2c_services_wrapper img:nth-child(3) {
        bottom: 0px;
        right: 100px;
    }
    .d2c_services_wrapper img:nth-child(4) {
        display: none;
    }
    /* Services End */

    /* Skill Start */
    .d2c_skill_wrapper p {
        margin-bottom: 30px;
    }
    .d2c_skill_wrapper img:nth-child(2) {
        top: 0;
    }
    .d2c_skill_wrapper ul li {
        width: 110px;
        height: 110px;
        margin: 0px 25px 25px 0px;
    }
    .d2c_skill_wrapper ul li span {
        width: 90px;
        height: 90px;
        font-size: 21px;
    }
    .d2c_skill_wrapper img:nth-child(3) {
        bottom: 50px;
        right: 100px;
    }
    /* Skill End */

    /* Portfolio Start */
    .d2c_portfolio_wrapper img:nth-child(2) {
        top: 120px;
    }
    .d2c_portfolio_wrapper img:nth-child(3) {
        bottom: 0px;
    }
    /* Portfolio End */

    /* Pricing Start */
    .d2c_pricing_wrapper p {
        margin-bottom: 40px;
    }
    .d2c_pricing_wrapper .d2c_card {
        padding: 20px 0px 30px;
    }
    .d2c_pricing_wrapper h2 {
        margin-bottom: 20px;
    }
    .d2c_pricing_wrapper h1 {
        padding: 25px 0px;
        font-size: 48px;
    }
    .d2c_pricing_wrapper h1 sub {
        font-size: 24px;
    }
    .d2c_pricing_wrapper .d2c_card_body {
        padding: 25px 0px;
    }
    .d2c_pricing_wrapper ul li {
        margin-bottom: 15px;
    }
    .d2c_pricing_wrapper img:nth-child(2) {
        bottom: 0px;
        left: 120px;
    }
    /* Pricing End */

    /* Testimonial Start */
    .d2c_testimonial_wrapper h2 {
        margin-bottom: 30px;
    }
    .d2c_testimonial_card h3 {
        font-size: 24px;
    }
    .d2c_testimonial_card p {
        font-size: 22px;
    }
    .d2c_testimonial_card span {
        font-size: 14px;
    }
    /* Testimonial Start */

    /* Contact Start */
    .d2c_contact_wrapper .d2c_card {
        padding: 30px 30px;
    }
    .form-control {
        padding: 10px 16px;
    }
    iframe {
        height: 426px;
    }
    .d2c_contact_wrapper img:nth-child(2) {
        top: 0px;
        left: 100px;
    }
    .d2c_contact_wrapper img:nth-child(3) {
        display: none;
    }
    /* Contact End */

    /* Footer Start */
    .d2c_footer_bg {
        padding: 80px 0px 50px;
    }
    .d2c_footer_wrapper img {
        max-width: 177px;
        max-height: 45px;
        margin-bottom: 18px;
    }
    .d2c_footer_wrapper p {
        font-size: 15px;
    }
    .d2c_footer_wrapper h4 {
        margin-bottom: 20px;
    }
    .d2c_footer_wrapper span {
        padding: 14px;
        margin-right: 10px;
    }
    .d2c_footer_wrapper i {
        font-size: 12px;
    }
    .d2c_footer_wrapper a {
        font-size: 16px;
    }
    .d2c_footer_wrapper .btn {
        padding: 10px 23px 9px;
    }
    .d2c_footer_wrapper .input-group i {
        font-size: 18px;
    }
    .d2c_social_link li {
        padding: 15px;
    }
    /* Footer End */
}





/* 
    Template Name: {{ NextGenAppsPro - Free Bootstrap 5 Portfolio Website Template }}
    Template URL: {{ https://www.designtocodes.com/product/nextgenappspro-free-portfolio-website-template }}
    Description: {{NextGenAppsPro - Portfolio Website Template is fully responsive and customizable, you can create portfolio websites in minutes.}}
    Author: DesignToCodes
    Author URL: https://www.designtocodes.com
    Text Domain: {{ NextGenApps Pro }}
*/