@media screen and (max-width:1199px){
    .ct_grid_2 {
       
        grid-template-columns: 50% 50%;
        align-items: center;
    }
}

@media screen and (max-width:991px){
    .ct_header nav {
        position: fixed;
        right: -100%;
        max-width: 300px;
        background: #000;
        top: 0px;
        height: 100vh;
        padding: 70px 30px;
        z-index: 9;
        width: 100%;
        transition: 0.4s ease all;
    }
    .ct_flex_column_991{
        flex-direction: column;
    }
    .ct_header nav.active{
        right: 0px;
    }
    .ct_header nav li a{
        color: #fff;
    }
    .ct_header nav ul{
        flex-direction: column;
        gap: 20px;
       align-items: flex-start;
    }
    .ct_bar_icon{
        display: block;
      
    }
    .ct_right_header ul {
        gap: 20px;
    }
    .ct_close_bar{
        display: block;
        position: absolute;
        right: 30px;
        top: 30px;
        transition: 0.4s ease all;
        color: #fff;
        font-size: 24px;
    }
    .ct_close_bar:hover{
        transform: rotate(360deg);
    }
    .ct_grid_2{
        grid-template-columns: auto;
        gap: 30px;
    }
    .ct_left_whychoose_img{
        margin-left: 0px;
    }
    .ct_why_choose_right{
        padding-inline: 30px;
    }
    .ct_testimonial_bg{
        padding-inline: 24px !important;
    }
    .ct_testimonial_card{
        box-shadow: unset;
    }
    .ct_border_left_1{
        padding-left: 0px;
        border: 0px;
    }
    .ct_grid_90_auto{
      
        grid-template-columns: auto;
        align-items: center;
    }
    @keyframes fade-out {
        0% { opacity: 0; }
        25% { opacity: 0; }
        50% { opacity: 0; }
        75% { opacity: 1; }
    
        100% { opacity: 0; }
      }
      @keyframes bounce-in-right {
        0% {
          opacity: 0;
          transform: translateX(2000px);
        }
        60% {
          opacity: 1;
          transform: translateX(0px);
        }
        80% { transform: translateX(0px); }
        100% { transform: translateX(-1000px); }
      }
      
    
}

@media screen and (max-width:767px){
    .ct_hero_right_side {
        padding: 15px;
    }
    .ct_fs_38{
        font-size: 30px;
        line-height: 40px;
    }
    br{
        display: none;
    }

    .ct_testimonial_bg::before {
      
        width: 100px;
        height: 100px;
    }
    .ct_testimonial_bg:after {
      
        width: 100px;
        height: 100px;
    }
  .ct_mt_100{
    margin-top: 40px;
  }
    .ct_flex_column_767{
        flex-direction: column;
    }
    .ct_gradient_box{
        max-width: 80%;
    }
    .ct_fs_64,.ct_fs_78 {
        font-size: 40px;
        line-height: 60px;
    }
}


@media screen and (max-width:575px){
    .ct_hero_right_side ul#pills-tab li{
        width: 100%;
    }
    .ct_testimonial_card{
        grid-template-columns: auto;
    }
    .ct_testimonial_cnt {
        padding: 20px;
    }
    .ct_profile_tab li.nav-item .nav-link {
        width: 100%;
    }
    .ct_profile_tab{
        flex-direction: column;
    }
    .ct_fs_64,.ct_fs_78 {
        font-size: 28px;
        line-height: 40px;
    }
    .ct_gradient_box {
        max-width: 100%;
    }
    .ct_gradient_box{
        height: 250px;
    }
    .ct_card_item_animated {
        margin-top: -280px;
        position: relative;
        text-align: center;
    }
    .ct_card_item_animated h1 {
      
        top: 48px;
    }
}