@media (max-width:1600px) {
    .head_section {
        padding: 75px 0;
    }

    .head_section .image_dv img {
        top: 25%;
    }
    .event_ds_section {
        padding: 25px 0 70px 0;
    }
}

@media (max-width:1500px) {}

@media (max-width:1400px) {
    .case_qrcode:before {
        transform: rotate(12deg);
    }
}

@media (max-width:1300px) {
    .head_section h1 {
        font-size: 45px;
        margin-bottom: 30px;
    }

    .head_section {
        padding: 80px 0;
    }

    .head_section .image_dv img {
        top: 35%;
    }
}

@media (max-width:1200px) {
    .head_section ul li {
        width: 50%;
    }

    .how_work_section .how_work_card h3 {
        font-size: 20px;
    }

    .how_work_section .how_work_card>img {
        top: 90px;
        width: 108px;
    }

    .how_work_section .how_work_card.card2>img {
        top: 50px;
    }

    .pricing_section_home ul.pricing {
        justify-content: center;
    }

    .pricing_section_home ul.pricing li {
        width: calc(100% / 5);
    }

    .case_qrcode {
        width: 300px;
    }

    .case_qrcode img {
        width: 150px;
        margin-right: 23px;
    }

    .case_study {
        width: calc(100% - 300px);
    }

    .case_qrcode:before {
        right: 10px;
        height: 552px;
    }

    .analytics_content2 {
        margin-left: 0;
    }

    .analytics_content2 ul li img {
        width: 50px;
    }
}

@media (max-width:991px) {

    .head_section {
        padding: 50px 0 80px 0;
    }

    .head_section .image_dv img {
        top: auto;
        bottom: -201px;
    }

    .head_section ul {
        gap: 25px 0;
    }

    .header ul.menu {
        display: none;
    }

    .head_section p br {
        display: none;
    }

    .how_work_section .how_work_card>img {
        display: none;
    }

    .benefits2 .imgdv .arrow2 {
        left: -20px;
        top: 10px;
        width: 120px;
    }

    .benefits1 .imgdv .arrow1 {
        width: 95px;
    }

    .benefits1 p {
        font-size: 20px;
        margin-top: 60px;
    }

    .benefits2 p {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .faq_section {
        padding: 60px 0;
    }

    .faqs_card_row {
        gap: 35px 0;
    }

    .faqs_card.reverse {
        flex-direction: column;
    }

    .live_insights_section .inside_card {
        mask-size: 80%;
    }

    .live_insights_section .inside_card h3 {
        font-size: 37px;
    }

    .pricing_section_home ul.pricing li {
        width: calc(100% / 4);
    }

    .case_study {
        width: 100%;
        padding: 40px;
    }

    .case_qrcode {
        width: 100%;
        padding: 34px 0;
        margin-top: 18px;
    }

    .case_qrcode img {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .case_qrcode:before {
        border-left: 0;
        border-top: 8px solid rgba(var(--secondary-rgb-color), 1);
    }

    .case_study_wrap,
    .case_study {
        background: #eae7e7;
    }

    .case_qrcode:before {
        right: -23px;
        height: 128px;
        transform: rotate(-8deg);
        top: -45px;
    }

    .footer_section .row {
        gap: 30px 0;
    }

    .how_work_section {
        padding-bottom: 0;
    }

    .about_content_inpage {
        padding-left: 15px;
        margin-top: 30px;
    }

    .faq_section .aboutus {
        margin-top: 40px;
    }

    .mobile_menu {
        display: block;
        position: fixed;
        z-index: 999;
        width: 300px;
        height: 100%;
        top: 0;
        right: 0;
        background: #FFF;
        padding: 30px;
        transform: translateX(110%);
        transition: all 0.5s ease;
    }

    .mobile_menu.active {
        transform: translateX(0);
    }

    .mobile_menu ul.menu {
        display: flex;
        flex-wrap: wrap;
        gap: 18px 0;
    }

    .header ul.menu li a {
        font-size: 15px;
        font-weight: 500;
    }

    .header ul.menu li a i {
        margin-right: 5px;
    }

    .mobile_menu ul.menu li {
        width: 100%;
    }

    .nav_icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        background: rgba(var(--primary-rgb-color), 1);
        border-radius: 50px;
        text-align: center;
        color: #FFF;
        height: 38px;
        margin-left: 8px;
        cursor: pointer;
    }

    .nav_close {
        position: absolute;
        top: 10px;
        left: -14px;
        width: 30px;
        height: 30px;
        background: rgba(var(--secondary-rgb-color), 1);
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
        color: #FFF;
    }

    .event_ds_section {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .table_head_card h1,
    .table_head_card h2 {
        font-size: 22px;
    }

    .contact_us_section,
    .analytics_section {
        padding-top: 30px;
    }

    .contact_us_section .event_form {
        margin-bottom: 30px;
        margin-right: 0;
    }

    .contact_us_section .contact_info {
        padding: 0 8px;
    }

    .analytics_content2 ul li {
        margin-bottom: 0;
        width: calc(33.33% - 10px);
    }

    .analytics_content2 ul li:last-child {
        margin-right: 0;
    }

    .analytics_content2 ul {
        margin-bottom: 0;
    }
    #edit-profile-form {
        margin-top: 30px;
    }

}

@media (max-width:767px) {
    .logo {
        width: 110px;
    }

    .header_in {
        margin: 14px 0;
        padding: 7px 12px;
    }

    .head_section ul {
        gap: 20px 0;
    }

    .buttons_wrap a {
        padding: 3px 12px;
        font-size: 12px;
    }

    .head_section .image_dv img {
        bottom: auto;
        position: relative;
        max-width: 90%;
        margin-top: 40px;
    }

    .head_section h1 {
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .head_section p {
        font-size: 17px;
    }

    .head_section ul {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .head_section ul li {
        padding-right: 8px;
    }

    .benefits_row>div:nth-child(1) {
        order: 1;
    }

    .benefits_row>div:nth-child(2) {
        order: 3;
    }

    .benefits_row>div:nth-child(3) {
        order: 2;
    }

    .benefits1 .imgdv .arrow1 {
        display: none;
    }

    .benefits2 .imgdv .arrow2 {
        display: none;
    }

    .benefits_row {
        margin-top: 50px;
        gap: 30px 0;
        align-items: baseline;
    }

    .benefits2 {
        display: flex;
        flex-direction: column-reverse;
    }

    .benefits1 .graph1 {
        width: 100%;
    }

    .benefits2 .graph2 {
        width: 100%;
    }

    .benefits1 p,
    .benefits2 p {
        margin-bottom: 0;
        margin-top: 0;
        text-align: center;
        font-size: 17px;
    }

    .benefits2 p br {
        display: none;
    }

    .faqs_card p {
        font-size: 18px;
    }

    .faqs_card p br {
        display: none;
    }

    .faqs_card img {
        width: 100px;
    }

    .live_insights_section .inside_card {
        mask-size: 166px;
        min-height: 160px;
    }

    .live_insights_section .inside_card h3 {
        font-size: 32px;
    }

    .sect_title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .faq_section .sect_title {
        margin-bottom: 10px;
    }

    .faq_page .faq_section .sect_title {
        margin-bottom: 30px;
    }

    .pricing_section_home ul.pricing li {
        width: calc(100% / 3);
    }

    .pricing_section_home ul.pricing {
        gap: 20px 0;
    }

    .case_study {
        padding: 30px;
        padding-bottom: 60px;
    }

    .download {
        display: flex;
        gap: 0 10px;
    }

    .quick_link .download img {
        width: 140px;
    }

    .head_section .theme_btn {
        padding: 10px 19px;
        min-width: 110px;
        font-size: 14px;
    }

    .about_content_inpage ul li {
        width: 100%;
    }

    .about_content_inpage p.big {
        font-size: 17px;
    }

    .event_ds_section {
        padding-top: 10px;
    }

    .user_profile .row {
        gap: 0;
    }

    .user_profile {
        padding: 8px 15px 12px;
    }

    .user_profile .row>div {
        border-top: 1px solid #CCC;
        border-right: 0;
        padding: 7px 25px;
    }

    .user_profile .box {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .user_profile .row>div:nth-child(1) {
        border-top: 0;
    }

    .user_profile .box h5 {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .user_profile .box p {
        font-size: 13px;
    }

    .event_form {
        padding: 20px;
    }

    .input_group label {
        font-size: 13px;
    }

    .radio_wrap {
        display: flex;
        gap: 0 7px;
        align-items: baseline;
    }

    .radio_wrap input {
        position: relative;
        top: 4px;
    }

    .event_form h3 {
        font-size: 20px;
        font-weight: 600;
    }

    .event_form .input_control {
        font-size: 13px;
        height: 40px;
    }

    .event_form textarea.input_control {
        height: 120px;
    }

    .event_form .input_group {
        margin-bottom: 15px;
    }

    .event_form.card_style {
        max-width: 100%;
    }
    .event_detail_back {
        margin-bottom: 30px !important;
        display: none;
    }
    .footer_section {
        padding: 40px 10px; 
    }
    .share_popup ul li {
        margin: 0 !important;
    }
    #callBackModal .modal-dialog {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .call_back_form {
        padding: 30px 35px;
        text-align: center;
        padding-top: 0;
    }
    .call_back_form h4 { 
        font-size: 20px;
    }
    .call_back_form h4 span { 
        font-size: 18px;
    }
    .image_side img { 
        max-width: 90%;
    }
    .head_section .head_buttons_wrap .callback i {
        font-size: 20px;
        top: 3px;
    }

    .head_section .head_buttons_wrap .callback,
    .trigerwrap a.call {
        position: fixed;
        bottom: 0;
        z-index: 99;
        font-size: 15px;
        padding: 8px 14px 5px;
        font-weight: 500;
        color: rgb(255 255 255);
        height: 35px;
        margin: 0;
        width: 50%;
        color: rgb(255 255 255);
        text-align: center;
    }
    .head_section .head_buttons_wrap .callback { 
        left: 0; 
        background: #39bc96; 
        border-radius: 15px 0 0 0;
        box-shadow: -4px 0 8px 0 #00000075; 
    }
   
    .trigerwrap a.call { 
        right: 0; 
        background: rgba(var(--primary-rgb-color), 1); 
        border-radius: 0 15px 0 0;
        box-shadow: 10px 0 8px 0 #00000075;
        height: 35px;
    }
     .head_section .head_buttons_wrap .callback:hover {
        color: rgb(255 255 255);
    }
}

@media (max-width:480px) {
    .head_section ul li {
        width: 100%;
    }

    .head_section {
        padding: 20px 15px 0 15px;
    }

    .faqs_card p {
        font-size: 16px;
    }

    .faqs_card img {
        width: 85px;
    }

    .live_insights_section .inside_card {
        mask-size: 153px;
        min-height: 150px;
        padding-top: 32px;
    }

    .live_insights_section .inside_card p {
        font-size: 14px;
    }

    .pricing_section_home ul.pricing li {
        width: calc(100% / 2);
    }

    .login_box {
        padding: 25px;
    }

    .analytics_content2 ul {
        gap: 15px 0;
    }

    .analytics_content2 ul li {
        width: calc(50% - 15px);
    }

    .card_style .body_part {
        padding: 14px;
    }

    .event_form.card_style .event_view_card ul li {
        padding-left: 5px;
        padding-right: 5px;
    }

    .card_style .event_view_card .registered-qr img {
        width: 110px;
        padding: 0;
    }
    .share_dv_two { 
        /* flex-wrap: wrap; */
        /* gap: 7px 0; */
        gap: 7px 8px;
    }
    /* .share_dv_two a, .share_dv_two button { 
        width: 100%;
    } */
    .card_style .top_head h2 {
        font-size: 18px; 
    }
    .card_style .top_head p { 
        font-size: 13px;
    }
    .card_style .body_part p { 
        font-size: 14px;
    }
	.head_section .theme_btn {
		padding: 10px 15px;
		min-width: 87px; 
	}
	.head_section .head_buttons_wrap .theme_btn:nth-child(2) { 
		margin-left: 5px;
	}
	.buttons_wrap a {
		padding: 3px 10px; 
	}
	.logo {
		width: 100px;
	}
    
}