@media(max-width:1180px){
	section.sec_2 .sec_iphone2 img {
    height: auto;
}
    .logo_col .notification {
        display: block;
    }
    header.main-header nav > ul li.notification {
        display: none;
    }
    .sidebar_button {
        font-size: 16px;
        bottom: 20px;
        left: -10px;
        height: 30px;
        padding: 3px 23px;
    }
    .sidebar_nav .navbar {
        padding: 10px;
    }
    .sidebar_nav {
        display: none;
        top:70px;
    }
    header.main-header .logo {
        margin-left: 0px;
    }
    .logo_col {
        display: flex;
        position: relative;
    }
    .mob_menu {
        position: absolute;
        right: 10px;
        cursor: pointer;
        height: 40px;
        width: 40px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sidebar_nav .navbar_container{
        padding-left:60px;
        width: 360px;
    }
    .mob_menu .fa-bars {
        font-size: 30px;
        color: #fff;
    }
    
    .mob_menu .close {
        font-style: normal;
        color: #fff;
        font-size: 40px;
        height: 40px;
        line-height: 0.4;
        padding-top: 6px;
        display: none;
    }
    header.main-header {
        background-size: cover;
    }   
    .sidebar_nav .navbar ul li {
        margin-bottom: 15px;
    }
    .logo img {
        height: 30px;
    }
    header.main-header nav {
        display: none;
    }
    ul.dnm_list li a span.icon, .dash_box .dash_box_inner .icon {
        width: 30px;
        height: 30px;
        padding:5px;
    }
    ul.dnm_list li a span.icon img{
          width:100%;
    }
    .header_row {
        margin-left: 0px;
    }
    main .container_right{
        padding-left:15px;
    }
    header.main-header nav {
        width: 175px;
        background-color: var(--dark_color);
        position: fixed;
        right: 0px;
        top: 50px;
        padding: 15px 0px;
        height: 100vh;
    }
    header.main-header nav > ul > li {
        margin: 10px 0px;
        width: 100%;
        position: relative;
        padding: 0px 15px;
    }
    header.main-header nav > ul li.dropdown .btn {
        display: block;
        width: 100%;
    }
    header.main-header nav > ul > li.notification a {
        width: 60px;
        margin: auto;
    }
}
@media(max-width:360px){
    .modal-title {
        font-size: 22px;
    }
    .btn_group_1 .dropdown_sm select.form-control {
        width: 135px;
    }
    .theme_modal .modal-dialog .modal-content {
        padding: 15px;
    }
    .btn_sm_groups {
        margin-left: 0px;
        margin-top: 15px;
    }
}

@media(max-width:400px){
    .top_bar_close {
        right: 0px;
        top: 7px;
        width: 30px;
    }
    .top_bar_close button{
        font-size:25px;
    }
    .sidebar_nav .navbar_container {
        padding-left: 45px;
        width: 300px;
        top: 10px;
    }
    ul.dnm_list {
        margin-top:8px;
    }
    ul.dnm_list li a label {
        font-size: 12px;
        font-weight: 600;
    }
    ul.dnm_list li a label small {
        font-size: 9px;
    }
    ul.dnm_list li a label svg {
        top:13px;
        right: 0px;
    }
    ul.dnm_list li a label {
        width: 86%;
        padding-right: 9px;
    }
    ul.dnm_list li a span.icon, .dash_box .dash_box_inner .icon {
        width: 25px;
        height: 25px;
        padding: 5px;
    }
    ul.dnm_list li a span.icon i.fa {
        font-size: 12px;
    }
    ul.dnm_list li a span.icon img {
        width: 12px;
    }
    ul.dnm_list li {
        padding: 12px 15px;
    }
    
    
    .sidebar_nav .navbar_container ul.nav-tabs li.nav-item a, .menu_title h3 {
        font-size: 18px;
    }
    .sidebar_nav .navbar ul li a img {
        width: 15px;
    }
    .sidebar_nav .navbar ul li a{ 
        width:30px;
        height:30px;
    }
    table.inventory_tbl tbody tr td > div {
        height: auto;
        flex-direction: column;
    }
    .aap_client .aap_client_txt {
        margin-top: 10px;
    }
    .aap_client .aap_client_txt p {
        font-size: 12px;
    }
    .sm_brdm {
        flex-wrap: wrap;
    }
    .sidebar_nav {
        top: 48px;
    }
    .repost_box ul li .rports_box .badge {
        right: 10px;
        top: 6%;
    }
    .theme_box {
        padding: 15px;
    }
    .repost_box ul li .rports_box h3 {
        font-size: 20px;
    }
    .repost_box ul li .rports_box p {
        margin-bottom: 0px;
        margin-top: 10px;
    }
    .btn_sm_groups {
        margin-left: 0px;
        margin-top: 15px;
    }
    .theme_modal .modal-dialog .modal-content {
        padding: 15px;
    }
    .modal-title {
        font-size:25px;
    }
    .group_btn {
        justify-content: flex-start;
    }
    .group_btn .group_sm_btn {
        margin: 12px 0px;
    }
    .group_btn .group_sm_btn, .fc .fc-button-group {
        padding: 5px 6px;
        height: 40px;
    }
    .group_btn .group_sm_btn .btn, .fc .fc-button-group .fc-button {
        padding: 5px 7px;
    }
    .fc .fc-toolbar {
        flex-wrap: wrap;
    }
    .theme_box .sm_brdm {
        margin-bottom: 15px;
    }
    .accordion_box .card .card-header a i {
        font-style: normal;
        font-size: 12px;
        float: left;
        display: block;
        color: #c6cbd4;
        text-align: right;
        position: relative;
        top: 1px;
        right: 14px;
        left: 0px;
    }
    .theme_box .tab_box .tab_box_item {
        margin-bottom: 20px;
    }
    .table-responsive table.table tr td.text-end .action_btn {
        width: 180px;
    }
    .theme_modal .modal-dialog .modal-header h4.modal-title {
        margin-bottom: 15px;
    }
   
}
@media(min-width:400px) and (max-width:600px){
    .btn_sm_groups {
        margin-left: 0px;
        margin-top: 15px;
    }
    .theme_modal .modal-dialog .modal-content {
        padding: 15px;
    }
    .modal-title {
        font-size:25px;
        margin-bottom:15px;
    }
}
@media(min-width:600px) and (max-width:768px){
    
}
@media(min-width:600px) and (max-width:750px){
   
}
@media(min-width:750px) and (max-width:850px){
    .theme_modal .modal-dialog {
        max-width: 90%;
    }
}
@media(min-width:1000px) and (max-width:1100px){
    
}
@media(min-width:850px) and (max-width:1200px){
    
}
/*==========laptop============*/
@media(min-width:1366px) and (max-width:1900px){
   
}
@media(min-width:1400px) and (max-width:2000px){


}
@media(min-width:1800px){
    .main_row .container_left {
        flex: 0 0 auto;
        width:20%;
    }
    
    .main_row .container_right {
        flex: 0 0 auto;
        width:80%;
    }    

}

/* landing page */
@media(max-width:1180px){
    header.fixed_header .logo {
        padding-top: 15px;
    }
    .hero_banner .hero_caption .thumb_icon {
        left: 0px;
        top: -25px;
        z-index: 1;
        width: 25px;
    }
    .footer_logo a {
        margin-bottom: 10px;
    }
    .footer_logo .btn_block {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .footer_block label {
        margin-bottom: 15px;
    }
    footer .footer_bottom {
        margin-top: 20px;
    }
    header.fixed_header {
        top:0px;
        padding: 15px 0px;
    }
    .logo .manu .close{
        display:none;
    }
    .logo .manu{
        display:block;
      }
      .logo {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
      .logo img {
        height: 45px;
    }
    header .main_menu {
        text-align: left;
        display:none;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        margin-top: 0px;
        background-color: var(--secondary);
        position: fixed;
        width: 300px;
        right: 0px;
    }
    .main_menu ul > li {
        padding: 0px 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        display: block;
        width: 100%;
    }
    .main_menu ul li a {
        color: #fff;
        display: block;
        font-size: 20px;
        text-align: left;
        position: relative;
        padding: 15px 25px;
        margin-bottom: 0px;
        border-bottom: solid 1px #2a5465;
    }
    header.fixed_header .main_menu ul li a{
        color:#fff;
    }
    .main_menu ul li.my_account a {
        padding: 14px 30px;
        margin: 16px 20px;
        text-align:center;
    }
    header {
        padding: 20px 0px;
    }
    .hero_banner .hero_caption {
        padding-top: 0px;
        padding-bottom: 40px;
        margin-right: 0px;
    }
    .hero_banner .hero_caption label {
        font-size: 22px;
    }
    .hero_banner .hero_caption h1 {
        font-size: 40px;
    }
    .hero_banner {
        padding: 115px 0px 0px 0px;
    }
    .hero_banner .hero_caption p {
        font-size: 22px;
    }
    .hero_banner .hero_caption p br{ display:none; }
    .theme_btn {
        font-size: 22px;
        padding: 10px 20px 10px 20px;
    }
    .hero_banner .hero_caption .btn_block .theme_btn:first-child {
        margin-right: 0px;
        margin-bottom:20px;
    }
    .hero_banner .hero_caption .btn_block .theme_btn{
        display:block;
        width:100%;
    }
    section.hero_banner:after {
        width: 370px;
        top: -13%;
        height: 770px;
        left: -14%;
    }
    .iphone_box figure:after {
        width: 100%;
    }
    .iphone_box p {
        font-size: 20px;
    }
    .iphone_box h3 {
        font-size: 24px;
    }
    .sec_content_2 h2, .sub_title h2{
        font-size: 32px;
    }
    .sec_content_2 h2 br{ display:none; }
    .sec_content_2 {
        margin-top: 40px;
        padding-right: 0px;
    }
    .sec_content_2 h3 {
        font-size: 20px;
    }
    .sec_content_2 ul li {
        font-size: 16px;
        margin:10px 0px;
        padding-bottom: 10px;
    }
    section.sec_2 .sec_iphone2 {
        right: -30px;
        top: inherit;
        height: 218px;
        bottom: 0px;
    }
    section.sec_2 .angle_right{
        display:none;
    }
    .review_item {
        padding:20px;
        margin: 0px 0px;
    }
    section.sec_review {
        padding: 50px 0px;
    }
    .review_box {
        padding: 0px 30px;
    }
    .review_box .review_item .rev_auth figure {
        width: 60px;
        height: 60px;
    }
    .review_box .review_item .rev_auth .auth_name {
        width:75%;
        padding-left: 20px;
        padding-top: 0px;
    }
    .sm_box_container ul li {
        width: 100%;
        margin: 0px !important;
    }
    section.sec_sb_3 .sm_box_container {
        margin-left:0px;
    }
    .sm_box_container ul li .sm_box {
        border-radius: 20px;
        height: 100%;
        padding: 15px;
        margin: 0px 15px;
        padding-left: 50px;
    }
    .sm_box_container ul li .sm_box figure svg {
        width: 25px;
    }
    .sm_box_container ul li .sm_box figure {
        left: 15px;
        top: 0px;
    }
    .sm_box_container ul li .sm_box h4 {
        font-size: 18px;
    }
    .sm_box_container ul li .sm_box p {
        font-size: 16px;
    }
    section.sec_sb_3 p {
        font-size: 20px;
    }
    section.sec_sb_3 {
        background-size: cover;
        background-position-x: 0;
        background-repeat: no-repeat;
        background-position: bottom;
        padding-bottom:0px;
    }
    section.sec_sb_3 .sec_iphone2 {
        position: relative;
        height: 100%;
        right: 0px;
        margin-top: 30px;
		width: 90%;
    }
    .sub_title p {
        font-size: 20px;
    }
    .app_screenshorts {
        background-position: center;
        background-size: 98px;
        background-repeat: no-repeat;
        background-position-x: 50%;
        background-position-y: 14px;
    }
    .sub_title p br{ display:none; }
    section.sec_form .form_row .form_box {
        position: relative;
        top: 50px;
        width: 100%;
        padding: 20px;
        margin: auto;
    }
    .form_box .form-group .theme_btn {
        display: block;
        width: 100%;
    }
    section.sec_form {
        padding-bottom: 90px;
    }
    footer {
        padding-top: 45px;
        padding-bottom: 10px;
    }
    footer .fter_icons{
        display:none;
    }
}

@media(max-width:400px){
    .btn_wrap img.icon_1, .btn_wrap img.icon_2 {
        position: relative;
        top: -6px;
        width: 45px;
        margin: 0px 15px;
    }
    .btn_wrap img.icon_2 {
        top: inherit;
        bottom: -12px;
    }
    .sec_2_title .thumb_sec_2 svg {
        width: 45px;
    }
    .sec_2_title .thumb_sec_2 {
        position: absolute;
        left: -27px;
        top: -50px;
    }
}
@media(min-width:400px) and (max-width:600px){

}
@media(min-width:600px) and (max-width:768px){

}
@media(min-width:600px) and (max-width:750px){
    section.hero_banner:after {
        left: -3%;
    }
    header.fixed_header{  top:0px; }
    .app_screenshorts {
        background-size: 165px;
        background-repeat: no-repeat;
        background-position-x: 49%;
        background-position-y:30px;
    }
}
@media(min-width:750px) and (max-width:850px){
    section.hero_banner:after {
        left: -3%;
    }
    header.fixed_header{  top:0px; }
    .app_screenshorts {
        background-size: 165px;
        background-repeat: no-repeat;
        background-position-x: 49%;
        background-position-y:30px;
    }
    header.fixed_header .logo {
        padding-top: 25px;
    }
}
@media(min-width:850px) and (max-width:1200px){
    .app_screenshorts {
        background-position: center;
        background-size: 31%;
        background-repeat: no-repeat;
        background-position-x: 50%;
        background-position-y: 17px;
    }
    section.hero_banner:after {
        width: 799px;
        top: -13%;
        height: 770px;
        left: -14%;
    }
    section.sec_2 .sec_iphone2 {
        right: -30px;
        top: inherit;
        height: 83%;
        bottom: 0px;
    }
    .sm_box_container ul li {
        width: 50%; 
    }
}
/*==========laptop============*/
@media(min-width:1366px) and (max-width:1900px){
    .container {
        max-width: 1320px;
    }
    .main_menu ul li a {
        font-size: 20px;
    }
    header {
        padding: 30px 0px;

    }
    section.hero_banner:after{
        left:-25%;
    }
    .main_menu ul > li {
        padding: 0px 10px;
    }
    .hero_banner .hero_caption p br{
        display:none;
    }
    .hero_banner .hero_icon {
        padding-top: 0px;
    }
    .theme_btn{     
        font-size: 23px;
        padding: 12px 22px 12px 22px;
    }
    .hero_banner .hero_caption h1 {
        font-size: 55px;
    }
    .hero_banner .hero_caption{
        padding-top:0px;
    }
    .hero_banner .hero_caption .down_arrow {
        margin-top: 15px;
    }
    .hero_banner .hero_caption label {
        font-size: 25px;
    }
    .iphone_box figure:after {
        width: 98%;
    }
    .iphone_box h3 {
        font-size: 25px;
    }
    .iphone_box p {
        font-size: 20px;
    }
    .btn_wrap img.icon_2 {
        right: 15px;
    }
    .sec_content_2 h2, .sub_title h2{
        font-size: 50px;
    }
    .sec_content_2 h3 {
        font-size: 20px;
    }
    .sec_content_2 ul li {
        font-size: 17px;
    }
    section.sec_2 .sec_iphone2 {
        top: 35px;
    }
    .sm_box_container ul li .sm_box {
        border-radius: 20px;
        height: 100%;
        padding: 10px;
        margin: 0px 8px;
        padding-left: 54px;
    }
    .sm_box_container ul li .sm_box figure {
        left: 13px;
        top: 0px;
    }
    .sm_box_container ul li .sm_box h4 {
        font-size: 25px;
    }
    .sm_box_container ul li .sm_box p {
        font-size: 15px;
    }
    .sm_box_container ul li .sm_box figure svg {
        width: 30px;
    }
    section.sec_sb_3 p {
        font-size: 22px;
    }
    .sub_title p {
        font-size: 22px;
    }
    .app_screenshorts {
        background-size: 430px;
    }
    footer{
        padding-top:50vh;
    }
    .form_box {
        padding:3rem;
    }
    .form_box h3 {
        font-size: 25px;
    }
    footer .fter_icons {
        top: 30%;
    }
}
@media(min-width:1400px) and (max-width:2000px){

}