/* ##Device = Desktops ##Screen = 1281px to higher resolution desktops */


@media (min-width: 992px) and (max-width: 1472px) {
  .navbar-brand {
    flex: 0 0 190px;
    max-width: 190px;
    margin-right: 30px;
  }
  .nav-item {
    margin: 0 0.8rem;
  }
  header.header {
    padding: 0 25px;
  }
  .nav-link {
    font-size: 14px;
  }
  .the_problem_section .section_square_morphin::after,
  .the_solution_section .section_square_morphin::after {
    right: 0;
  }
  .the_problem_section .section_square_morphin::before,
  .the_solution_section .section_square_morphin::before {
    left: 0;
  }
}

/*  ##Device = Laptops, Desktops ##Screen = B/w 1025px to 1280px */

@media (min-width: 992px) and (max-width: 1242px) {
  .h_contact_info {
    display: none;
  }


}
/* ##Device = Tablets, Ipads (portrait) ##Screen = B/w 768px to 1024px */

@media (min-width: 992px) and (max-width: 1024px) {
  .navbar-brand {
    flex: 0 0 150px;
    max-width: 150px;
  }
  header.header {
    padding: 0 15px;
  }
  .banner_content,
  .contact_us_section .banner_content {
    margin-left: 0;
  }
  .banner_title {
    font-size: 34px;
    margin: 15px 0;
  }
  .site_b_para {
    line-height: 30px;
  }
  .the_problem_section .section_square_morphin::after,
  .the_solution_section .section_square_morphin::after {
    right: 0;
  }
  .the_problem_section .section_square_morphin::before,
  .the_solution_section .section_square_morphin::before {
    left: 0;
  }
  .section_heading {
    margin-bottom: 20px;
  }
  .flex_col {
    margin: 5px 0;
  }
  .section_padding {
    padding: 50px 0;
  }
  .section_title {
    font-size: 28px;
    margin: 0 auto 5px;
  }
  .section_para {
    font-size: 20px;
  }
  .contact_us_section .banner_title {
    font-size: 30px;
  }
  .plan_info_section .section_title {
    margin-bottom: 15px;
  }
  .footer-content figcaption {
    margin: 15px 0;
  }
}

@media only screen and (max-width: 991px) {
  .h_contact_info .nav-link {
    padding: 0;
    width: initial;
  }
  .h_contact_info.nav-item {
    display: flex;
    padding: 15px;
  }
  .banner_title,
  .contact_us_section .banner_title {
    font-size: 30px;
    margin: 15px 0;
  }
  header.header {
    padding: 0 20px;
    height: 70px;
  }
  .bodyCls {
    padding-top: 70px;
  }
  .navbar-brand {
    flex: 0 0 160px;
    max-width: 160px;
    margin-right: 0;
  }
  .menu_toggle {
    display: inline-block;
    background-color: transparent;
    border: 1px solid transparent;
    outline: none !important;
    cursor: pointer;
    position: relative;
    z-index: 11;
    margin-left: auto;
  }
  :host-context([dir="rtl"]) .menu_toggle {
    display: inline-block;
    background-color: transparent;
    border: 1px solid transparent;
    outline: none !important;
    cursor: pointer;
    position: relative;
    z-index: 11;
    margin-right: auto;
  }
  .menu_toggle:hover,
  .menu_toggle:focus {
    color: #d6d6d6;
  }
  .menu_toggle.change > div {
    background-color: #fff;
  }
  .menu_toggle > div {
    width: 25px;
    height: 2px;
    background-color: #000;
    margin: 6px 0;
    transition: 0.3s;
  }
  .navigation-list {
    height: 100%;
    position: fixed;
    left: -100%;
    z-index: 13;
    top: 0;
    display: block;
    width: 310px;
    transition: 600ms cubic-bezier(0.42, 0, 0, 0.99);
    overflow-x: hidden;
    padding: 15px 0px;
  }
  .nav-item {
    display: block;
    margin: 0;
    width: 100%;
  }
  :dir(rtl) .after-border-right::after {
    content: "";
    position: absolute;
    height: calc(100% - 10px);
    width: 1px;
    background-color: #ebebf2;
    right: -8px;
  }
  .nav-link {
    padding: 15px;
    color: #fff;
    font-size: 14px;
    width: 100%;
  }
  .menu_overlay {
    width: 100%;
    height: 100%;
  }
  .header_btns_content {
    flex-direction: column;
  }
  .header_btns_content .nav-item .btn {
    margin: 0 0 0 15px;
  }
  .header_btns_content span.nav-link .fas {
    font-size: 15px;
    margin-right: 1px;
  }
  .the_problem_section .section_square_morphin::after,
  .the_solution_section .section_square_morphin::after {
    right: 0;
  }
  .the_problem_section .section_square_morphin::before,
  .the_solution_section .section_square_morphin::before {
    left: 0;
  }
  .banner_content .btn_shell .btn {
    padding: 10px 40px;
  }
  .banner_content,
  .contact_us_section .banner_content {
    margin-left: 0;
  }
  .section_padding {
    padding: 50px 0;
  }
  .banner_section {
    height: auto;
    padding: 80px 0;
  }
  .flex_col {
    margin: 5px 0;
  }
  .section_heading {
    margin-bottom: 20px;
  }
  .feature_title {
    margin-bottom: 10px;
  }
  .plan_info_section .section_title {
    margin-bottom: 15px;
  }
  .footer-content .navbar-brand {
    max-width: 200px;
  }
  .section_title {
    font-size: 28px;
  }
  .section_para {
    font-size: 20px;
  }
}

/* ##Device = Low Resolution Tablets, Mobiles (Landscape) ##Screen = B/w 481px to 767px */

@media only screen and (max-width: 768px) {
  .banner_title,
  .contact_us_section .banner_title {
    font-size: 24px;
  }
  .site_b_para {
    line-height: 28px;
    font-size: 16px;
  }
  .sm_box_info_shell {
    padding: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .banner_content {
    text-align: center;
    margin: auto;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .section_para {
    font-size: 18px;
  }
  .plan_descp_box {
    flex: 0 0 280px;
  }
}

/* ##Device = Most of the Smartphones Mobiles (Portrait) ##Screen = B/w 320px to 565px */

@media only screen and (max-width: 565px) {
  .banner_section {
    padding: 30px 0;
  }
  .section_padding {
    padding: 30px 0;
  }
  header.header {
    padding: 0 5px;
  }
  .navigation-list {
    width: 290px;
  }
  .site_b_tag {
    margin: 20px 0 0;
  }
  .banner_content {
    text-align: center;
  }
  .banner_content .btn_shell {
    margin-top: 0;
  }
  .section_square_morphin::before,
  .section_square_morphin::after {
    background-size: 22px 22px !important;
    height: 200px;
    width: 100%;
  }
  .section_title {
    font-size: 24px;
    margin: 0 auto 10px;
  }
  .section_para {
    font-size: 16px;
    line-height: 25px;
  }
  .sm_box_icon {
    margin: 0 auto 15px;
  }
  .sm_box_info_shell {
    text-align: center;
  }
  .col-xl-6.flex_col:last-child {
    margin-bottom: 0;
  }
  .footer-content figcaption {
    margin: 15px 0;
    font-size: 14px;
  }
  .foot-menu a {
    font-size: 14px;
  }
  .social-button ul {
    margin-bottom: 5px;
  }
  .social-button ul li a {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  .b-top-footer {
    padding: 50px 0 30px;
  }
  .foot-menu h5 {
    margin: 15px 0;
  }
  .footer-bottom {
    padding: 10px 0;
    text-align: center;
  }
  .copyright {
    margin-bottom: 20px;
  }
  .footer-bottom ul.foot-menu {
    justify-content: center;
  }
  .footer-bottom ul.foot-menu li {
    margin: 0 10px;
  }
  .footer-bottom ul.foot-menu li a:after {
    right: -10px;
  }
  .footer-bottom ul.foot-menu li a {
    font-size: 14px;
  }
  .p_d_plan_body {
    padding: 30px 0px;
    margin-bottom: 0;
    font-size: 13px;
    height: calc(100% - 70px);
  }
  .plan_title {
    font-size: 20px;
  }
  .plan_descp_box {
    padding: 15px;
    flex: 0 0 240px;
  }
  .p_d_second_header .btn_shell .btn {
    padding: 10px 25px;
    font-size: 13px;
  }
  .feature_descp {
    line-height: 25px;
  }
  .cd-user-modal-container {
    padding: 40px 20px;
  }
  .form_title_section h4 {
    font-size: 22px;
  }
  .form_title_section p {
    font-size: 14px;
  }
  .form_title_section {
    margin-bottom: 15px;
  }
  .form-control,
  .dash_form.form-group .form-control {
    height: 45px;
    font-size: 14px;
  }
  .cd-user-modal-container .btn_shell .btn {
    font-size: 16px;
    margin: 15px 0;
    padding: 10px 0;
  }
  .misc_user_options {
    margin-top: 15px;
  }
  .d_t_title {
    font-size: 20px;
  }
  .d_t_para {
    font-size: 15px;
  }
  .dash_title_sec {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .case_info_title {
    font-size: 16px;
  }
  .chng_pswd_shell .d_t_title,
  .chng_pswd_form_bx {
    margin-bottom: 1rem;
  }
  :dir(rtl) .vs_text_only{
    right: -80px !important;
  }
  :dir(rtl) .after-border-right::after .after-border::after {
    height: calc(100% - 70px) !important;
  }
}


@media(max-width: 1199px){


.table-responsive-lg{overflow:auto}
.modal .modal-xl{max-width:95%}
.chart_sec_header.dash_heading_sec{flex-wrap:wrap}
}


@media(max-width:991px){

.inner-topbar .navbar-search .form-control{min-width:160px}
h3.section_title{margin-bottom:0}
.sm_box_info_shell{padding:15px 15px 0}

}



@media(max-width:767px)
{ 
.fc-toolbar .fc-right{float:right;width:100%;margin-top:15px}
.fc-toolbar .fc-left{width:50%}
.chart_sec_header.dash_heading_sec{flex-wrap:wrap}
.filter_section .right_filter .btn_group .btn{max-width:122px;padding:6px 8px;font-size:12px;letter-spacing:0;margin:0 2px}
.flex_col>.dash_content_bg_white{width:100%;display:flex;flex-direction:column}
.user_profile_img{flex:0 0 140px}
.banner_section{padding:20px 0}
}

@media(max-width:575px){
.fc-right .btn-primary{width:100%;border-radius:4px!important;margin-bottom:10px!important}
.fc-right .btn-group{flex-wrap:wrap}
.fc-toolbar .fc-left{width:100%;margin-top:10px}
.filter_section .right_filter .btn_group .btn{max-width:48%;margin-bottom:5px}
.row.section_square_morphin.grey_morp{display:none}
.section_heading{margin-bottom:0}
.section_title{font-size:20px}
p.site_b_para{margin-bottom:10px}
.timeline ul{padding:0}
.timeline ul::before{left:8px}
.timeline .time{width:34%}
}
