@media screen and (max-width: 1299px) {
    
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 95%;
        padding: 0 15px;
    }

    .section {
        padding: 50px 0;
    }

    .heading {
        font-size: 15px;
        line-height: 28px;
    }

    .heading h2 {
        font-size: 44px;
    }

    .banner_left h1 {
        font-size: 50px;
        line-height: 54px;
    }

    .banner_left h1::after {
        width: 170px;
        height: 200px;
        right: -100px;
    }

    .banner_left ul {
        margin-top: 30px;
        gap: 15px;
    }

    .chat_popup_demo {
        max-width: 220px;
        font-size: 12px;
        padding: 8px 10px;
        line-height: 120%;
    }

    .chat_popup_demo:nth-child(1) {
        max-width: 230px;
        left: -44%;
        bottom: 36%;
    }

    .chat_popup_demo:nth-child(2) {
        left: -44%;
        bottom: 15%;
    }

    .chat_popup_demo:nth-child(3) {
        max-width: 200px;
        left: 8%;
        line-height: 140%;
    }

    .chat_popup_demo:nth-child(4) {
        top: 38%;
        right: -8%;
        max-width: 155px;
    }

    .chat_bot_box {
        padding: 25px;
    }

    .home_sec4 {
        padding-top: 300px;
    }

    .video_thumbnail {
        height: 400px;
    }

    .home_sec4 h4 a {
        font-size: 25px;
    }

    .home_sec5_left_box {
        padding: 25px;
    }

    .home_sec5_right {
        padding-left: 50px;
    }

    .ready_connect {
        font-size: 16px;
        line-height: 28px;
    }

     .ready_connect h2 {
        font-size: 56px;
        line-height: 70px;
        margin-bottom: 20px;
     }

     .ready_connect h5 {
        font-size: 18px;
        line-height: 30px;
    }

    .ready_connect h4 {
        font-size: 28px;
    }

}

@media screen and (max-width: 1099px) {

    .section {
        padding: 40px 0;
    }

    .heading {
        font-size: 15px;
        line-height: 28px;
    }

    .heading h2 {
        font-size: 40px;
    }
    
    .banner_left {
        font-size: 13px;
        line-height: 24px;
    }

    .banner_left h1 {
        font-size: 44px;
        line-height: 48px;
    }

    .banner_left h1::after {
        width: 130px;
        height: 140px;
        right: -80px;
    }

    .banner_left ul {
        margin-top: 20px;
        gap: 10px;
    }

    .banner_left ul li {
        width: calc(50% - 5px);
        padding-left: 18px;
        font-size: 13px;
    }

    .banner_left ul li:before {
        width: 12px;
        height: 12px;
        top: 7.5px;
    }

    .chat_popup_demo {
        max-width: 220px;
        font-size: 12px;
        padding: 8px 10px;
        line-height: 120%;
    }

    .chat_popup_demo:nth-child(1) {
        max-width: 220px;
        left: -38%;
        bottom: 34%;
    }

    .chat_popup_demo:nth-child(2) {
        left: -44%;
        bottom: 9%;
    }

    .chat_popup_demo:nth-child(3) {
        max-width: 200px;
        left: auto;
        right: -8%;
        line-height: 140%;
    }

    .chat_popup_demo:nth-child(4) {
        display: none;
    }

    .chat_bot_box_content {
        font-size: 13px;
        line-height: 20px;
    }

    .home_sec3 {
        padding-bottom: 40px;
    }

    .home_sec4 {
        padding-top: 300px;
    }

    .home_sec5_right {
        padding-left: 30px;
    }

    .ready_connect {
        font-size: 15px;
        line-height: 24px;
    }

    .ready_connect h2 {
        font-size: 44px;
        line-height: 56px;
        margin-bottom: 20px;
    }

    .ready_connect h5 {
        font-size: 16px;
        line-height: 26px;
    }

    
    .ready_connect h4 {
        font-size: 26px;
    }

    .testimonial-card {
        padding: 15px;
    }

    .testimonial-header {
        margin-bottom: 10px;
    }

    .testimonial-text {
        font-size: 13px;
        line-height: 19px
    }

    .testimonial-box {
        margin-bottom: 25px;
    }

    .floating {
        width: 60px;
        height: 60px;
        bottom: 30px;
        right: 30px;
    }

    .footer .footer_top .footer_top_box .logo {
        max-width: 200px;
    }

    .footer .footer_top .footer_top_box .footer_content {
        font-size: 13px;
        line-height: 21px;
    }

    .footer .footer_top .footer_top_menu ul {
        gap: 15px;
    }

    .footer .footer_top .footer_top_menu ul li a {
        font-size: 13px;
        line-height: 20px;
        display: inline-block;
    }

    .footer .footer_top .footer_newsletter {
        font-size: 13px;
    }

    .footer .footer_top .footer_newsletter h3 {
        font-size: 20px;
    }
    

}

@media screen and (max-width: 991px) {



    .button a, .button button {
        font-size: 13px;
        padding: 8px 16px;
    }

    .heading {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .heading h2 {
        font-size: 34px;
    }

    .logo {
        max-width: 180px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .menu ul {
        gap: 10px;
    }

    .menu ul li {
        font-size: 13px;
    }

    .home_banner {
        padding-top: 80px;
        min-height: 85vh;
    }

    .home_banner_shadow {
        height: 100px;
        bottom: -10px;
    }

    .banner_left h1 {
        font-size: 32px;
        line-height: 38px;
    }

    .banner_left h1::after {
        width: 110px;
        height: 120px;
        right: -70px;
    }

    .banner_left ul li {
        line-height: 20px;
        font-size: 13px;
    }

    .banner_left ul li:before {
        width: 10px;
        height: 10px;
        top: 5px;
    }

    .banner_right_mobile {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }

    .chat_popup_demo {
        max-width: 160px;
        font-size: 10px;
        line-height: 140%;
    }

    .chat_popup_demo:nth-child(1) {
        max-width: 170px;
        bottom: 20%;
    }

    .chat_popup_demo:nth-child(2) {
        right: -10%;
        bottom: -2%;
        left: auto;
    }

    .chat_popup_demo:nth-child(3) {
        display: none;
    }

    .chat_bot_box {
        padding: 15px;
    }

    .chat_bot_box_content {
        margin-bottom: 10px;
    }

    .chat_bot_box_content h5 {
        font-size: 18px;
        line-height: 24px;
    }

    .video_thumbnail {
        height: 300px;
    }

    .home_sec4 {
        padding-top: 200px;
        margin-top: -200px;
    }

    .home_sec4 h4 a {
        font-size: 22px;
    }

    .home_sec5_right {
        padding-left: 25px;
    }

    .ready_connect {
        font-size: 14px;
        line-height: 23px;
    }
    
    .ready_connect h2 {
        font-size: 34px;
        line-height: 46px;
        margin-bottom: 20px;
    }

    .ready_connect h5 {
        font-size: 15px;
        line-height: 24px;
    }

    .ready_connect h4 {
        font-size: 22px;
    }

    .testimonial-box {
        padding: 0 10px;
    }

    .testimonial-card {
        padding: 10px;
    }

    .testimonial-avatar {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    
    .testimonial-handle {
        font-size: 13px;
    }

    .testimonial-title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .footer .footer_top .footer_newsletter h3 {
        margin-bottom: 10px;
    }

    .footer .footer_top .footer_newsletter .form .form-control {
        height: 50px;
    }

    .footer .footer_top .footer_newsletter .form button {
        width: 40px;
        height: 40px;
    }
    

    

}




@media screen and (max-width: 860px) {

    .footer .footer_top .footer_top_menu {
        flex-wrap: wrap;
    }

    .footer .footer_top .footer_top_menu ul {
        width: 100%;
    }
}




@media screen and (max-width: 767px) {

    .section {
        padding: 20px 0;
    }

    .only_desktop_view {
		display: none;
	}

	.only_mobile_view {
		display: block;
	}

    .header {
        z-index: 999;
        padding: 10px 0;
        background: #fff;
        transition: all ease-in-out .1s;
    }

    .header .row {
        justify-content: flex-end;
    }

    .logo {
        margin: 0 auto 0 0;
        max-width: 200px;
    }

    .header_button_list .button a {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #000;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .toggle_button {
		display: flex;
	    justify-content: center;
	    align-items: center;
	    width: 20px;
	    height: 18px;
	    cursor: pointer;
	    background: transparent;
	}

	.toggle_button div {
		width: 100%;
	    height: 2px;
	    border-radius: 3px;
	    background-color: #000;
	    position: relative;
	    transition: all .25s ease 0s;
	}

	.toggle_button div:before,
	.toggle_button div:after {
	    content: "";
	    position: absolute;
	    right: 0;
	    width: inherit;
	    height: inherit;
	    background-color: #000;
	    border-radius: 3px;
	    transition: all .25s ease 0s;
	}

	.toggle_button div:before {		
		-webkit-transform: translateY(-6px);
    	transform: translateY(-6px);
	}	

	.toggle_button div:after {
		-webkit-transform: translateY(6px);
    	transform: translateY(6px);
	}

    
    .opentoggle {
        width: auto;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

	.close_toggle {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		margin-bottom: 10px;
		padding-top: 0;
		padding-right: 0;
		float: right;
		padding-right: 0;
		margin: 0 0 0 auto;
	}

	.close_toggle .toggle_button div {
		background-color: #000;
	}

	.close_toggle .toggle_button div:before,
	.close_toggle .toggle_button div:after {
		background-color: #000;
	}

	.toggle_button.active div {
		background-color: initial;
	}

	.toggle_button.active div:before {		
		-webkit-transform: translateY(0) rotate(-45deg);
    	transform: translateY(0) rotate(-45deg);
	}	

	.toggle_button.active div:after {
		-webkit-transform: translateY(0) rotate(45deg);
    	transform: translateY(0) rotate(45deg);
	}

	.menu .only_mobile_view {
		width: 100%;
	}

	.mobile_version_menu_inside {
		width: 100%;
		display: flex;
	}

	.mobile_version_menu_inside .logo {
		
	}

	.menu {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 999;
		top: 0;
		left: -100%;
		background-color: #Fff;
		overflow: hidden;
		padding: 1rem;
		-webkit-transition: left .3s cubic-bezier(.6,.1,.68,.53);
    	transition: left .3s cubic-bezier(.6,.1,.68,.53);
    	flex-wrap: wrap;
	    align-items: flex-start;
	    align-content: flex-start;
	}

	.menu.menu_open {
		left: 0;
	}

	#menu_background_overlay {
		display: block;
	    position: fixed;
	    z-index: 14;
	    top: 0;
	    left: -110vw;
	    height: 100%;
	    width: 100%;
	    background-color: #fff;
	    -webkit-transition: all .4s ease;
	    transition: all .4s ease;
	    opacity: 1;
	    visibility: visible;
	}

	#menu_background_overlay.menu_overlay_active {
		left: 0;
	}

	.mobile_view {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 2rem;
	}

	.mobile_view_logo {
		max-width: 17rem;
	}

	.menu > ul {
		width: 100%;
		flex-wrap: wrap;
		align-items: flex-start;
		align-content: flex-start;
		margin-top: 20px;
	}

	.menu > ul li {
		width: 100%;
		padding: 5px 0;
	}

	.menu > ul li a {
		width: auto;
		display: inline-block;
		padding: 0 0 8px;
		transform: skew(0deg);
	}


	.menu > ul li a span {
		position: relative;
		transform: skew(0deg);
	}

    .header_button_list {
        padding: 0;
    }



    .home_banner {
        min-height: auto;
    }

    .banner_left {
        font-size: 12px;
        line-height: 20px;
    }

    .banner_left h1::after {
        display: none;
    }
    

    .banner_left h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .banner_left ul {
        margin-top: 15px;
    }

    .banner_left ul li {
        font-size: 12px;
        line-height: 18px;
        padding-left: 14px;
    }

    .banner_left ul li:before {
        width: 8px;
        height: 8px;
        top: 5px;
    }

    .banner_left_bottom-content {
        padding-right: 0;
    }

    .banner_right{
        justify-content: center;
    }

    .chat_popup_demo:nth-child(1) {
        max-width: 150px;
        bottom: 31%;
        left: -5%;
    }

    .chat_popup_demo:nth-child(2) {
        max-width: 160px;
        right: -6%;
        bottom: 18%;
        left: auto;
    }

    .chat_bot_box_content h5 {
        font-size: 16px;
    }

    .heading {
        margin-bottom: 10px;
        font-size: 13px;
    }

    .heading h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .video_thumbnail {
        height: 220px;
    }

    .play_button {
        width: 70px;
        height: 70px;
    }

    .home_sec4 {
        padding-top: 160px;
        margin-top: -160px;
    }

    .home_sec5::before {
        display: none;
    }

    .home_sec5_left_box {
        padding: 20px;
    }

    .home_sec5_right {
        padding-left: 15px;
    }

    .ready_image {
        text-align: center;
        margin-bottom: 20px;
    }
    

    .ready_connect {
        font-size: 13px;
        line-height: 23px;
    }
    
    .ready_connect h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    .ready_connect h5 {
        font-size: 14px;
        line-height: 22px;
    }

    .ready_connect h4 {
        font-size: 18px;
    }

    .home_sec4 h4 a {
        font-size: 18px;
    }

    .testimonial-box {
        margin-bottom: 20px;
    }

    .testimonial-card {
        padding: 15px;
    }

    .footer .footer_top {
        padding: 25px 15px 30px;
    }

    .footer_top_menu {
        margin: 20px 0;
    }

    .footer .footer_top .footer_top_box .footer_content {
        margin: 10px 0 0px;
    }

    .footer .footer_bottom {
        justify-content: center;
        gap: 20px;
    }


    .floating {
        bottom: 15px;
        right: 15px;
    }

}

@media screen and (max-width: 575px) {
    .banner_left h1 br{
        display: none;
    }
        
    .banner_left h1 span{
        display: inline !important;
    }
}