/* 
******* :: INDEX OF RESPONSIVE CSS :: *******
:: 1.0 COMMON CSS
:: 2.0 HEADER AREA CSS
:: 3.0 WELCOME AREA CSS
****************************** */


/* ******************************
:: 1.0 COMMON CSS
****************************** */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ptb_180 {
        padding: 130px 0;
    }
    .ptb_150 {
        padding: 100px 0;
    }
    .ptb_100 {
        padding: 70px 0;
    }
}

@media (max-width: 991px) {
    .res-margin {
        margin-bottom: 45px;
    }
}

@media (max-width: 767px) {
    .inner-wrapper h1,
    .inner-wrapper h2 {
        font-size: 30px;
    }
    .ptb_180 {
        padding: 130px 0;
    }
    .ptb_150,
    .ptb_100 {
        padding: 50px 0;
    }
    .res-margin {
        margin-bottom: 30px;
    }

    .tj-nav-caption{
        display: none;
    }

    .tj-nav-caption-mobile{
        margin-top: 130px;
        display: block;
    }
    .tj-nav-caption-mobile p{
        text-align: center;
        font-size: 16px;
        font-family: Montserrat;
        font-weight: 800;
        color: #004c8c;
    }
}

@media (max-width: 575px) {
    .inner-wrapper h1,
    .inner-wrapper h2 {
        font-size: 24px;
    }
    .avatar-lg {
        height: 4rem;
        width: 4rem;
    }
    .container-fluid {
        padding: 0 3%;
    }
    .ptb_180 {
        padding: 80px 0;
    }
}


/*SECTION HEADING*/

@media (max-width: 991px) {
    h1 {
        font-size: 3em;
    }
    h2 {
        font-size: 36px;
    }
    .section-heading {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 2.8em;
    }
    h2 {
        font-size: 30px;
        line-height: 1.4;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 2em;
        line-height: 1.4;
    }
    h2 {
        font-size: 24px;
        line-height: 1.4;
    }
    h3 {
        font-size: 18px;
        line-height: 1.4;
    }
    p {
        line-height: 26px;
    }
    .headings>h2,
    .section-heading>h2 {
        line-height: 1.5;
    }
}


/* ******************************
:: 2.0 HEADER AREA CSS
****************************** */

@media (min-width: 992px) {
    .navbar .navbar-nav .nav-link {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }
    .navbar-sticky-on .navbar-nav .nav-link {
        padding-top: 1.625rem;
        padding-bottom: 1.625rem;
    }
}

@media (max-width: 991px) {
    .main:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 0;
        background: #fff;
        z-index: 3;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .3s;
        transition: .3s;
    }
    [data-theme=dark] .main:before {
        background: #01081f;
    }
    .canvas-open {
        overflow: hidden;
    }
    .canvas-open .main:before {
        width: 100%;
        opacity: .95;
        visibility: visible;
    }
    .navbar {
        padding-top: 0.725rem;
        padding-bottom: 0.725rem;
    }
    .navbar.active {
        display: block;
    }
    .navbar.active .navbar-inner {
        right: 0;
    }
    .navbar .navbar-inner {
        right: -100%;
        -webkit-transition: right 0.3s 0.2s;
        transition: right 0.3s 0.2s;
    }
    .navbar .nav-link {
        border-bottom: 1px solid #eee;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    [data-theme=dark] .navbar .nav-link {
        border-bottom: 1px solid #1E2745;
    }
    .navbar.navbar-dark .nav-link {
        color: #54565a;
    }
    [data-theme=dark] .navbar.navbar-dark .nav-link {
        color: #f6f8f9;
    }
    .navbar.navbar-dark .nav-link:hover,
    .navbar.navbar-dark .nav-link:focus,
    .navbar.navbar-dark .nav-link.active,
    .navbar.navbar-dark .nav-link.current-menu-item {
        color: #2c2e30;
    }
    [data-theme=dark] .navbar.navbar-dark .nav-link {
        color: #e7eaee;
    }
    [data-theme=dark] .navbar.navbar-dark .nav-link:hover {
        background: #01081f;
    }
    .navbar-inner {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 20rem;
        padding-top: 2.5rem;
        background-color: #fff;
        border-radius: 0;
        overflow-y: auto;
        z-index: 1050;
    }
    [data-theme=dark] .navbar-inner {
        background: #151c32;
    }
    .navbar-inner .dropdown-menu:before {
        content: none;
    }
    .navbar-inner .dropdown-menu {
        border: medium none;
        background: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        float: none;
        margin: 0;
        padding-top: 0;
        position: static;
    }
    [data-theme=dark] .navbar-inner .dropdown-menu .dropdown-item {
        color: #f6f8f9;
    }
    [data-theme=dark] .navbar-inner .dropdown-menu .dropdown-item:hover {
        background: #01081f;
    }
    .nav-open .main-wrapper {
        -webkit-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0);
    }
    /*MOBILE NAVBAR TOGGLER*/
    .navbar-toggler {
        position: absolute !important;
        top: auto;
        right: 0;
        bottom: auto;
        left: auto;
        border: none;
        height: 100%;
        width: 3.75rem;
        background-image: none;
        border-radius: 0;
        z-index: 1;
        display: inline-block;
    }
    .navbar-inner .navbar-toggler {
        position: absolute;
        height: 2.5rem;
        top: 0;
    }
    .navbar-toggler-icon {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        background-image: none !important;
    }
    .navbar-toggler-icon,
    .navbar-toggler-icon:before,
    .navbar-toggler-icon:after {
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    .navbar-toggler-icon {
        height: 3px;
        width: 50%;
        background: #7e8085;
        display: inline-block;
    }
    .navbar-dark .navbar-toggler-icon {
        background: #fff;
    }
    .navbar-sticky-on .navbar-toggler-icon {
        background: #7e8085;
    }
    .navbar-dark .navbar-toggler-icon.active:before,
    .navbar-dark .navbar-toggler-icon.active:after {
        background: #7e8085;
    }
    .navbar-toggler-icon:before,
    .navbar-toggler-icon:after {
        content: "";
        background: #7e8085;
        left: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }
    .navbar-dark .navbar-toggler-icon:before,
    .navbar-dark .navbar-toggler-icon:after {
        background: #fff;
    }
    .navbar-sticky-on .navbar-toggler-icon:before,
    .navbar-sticky-on .navbar-toggler-icon:after {
        background: #7e8085;
    }
    .navbar-toggler-icon::before {
        top: -0.625rem;
    }
    .navbar-toggler-icon::after {
        top: 0.625rem;
    }
    .navbar-toggler-icon.active {
        background-color: transparent;
        -webkit-transform: scale(0.85) rotate(270deg);
        transform: scale(0.85) rotate(270deg);
    }
    .navbar-toggler-icon.active:before {
        top: 0;
        -webkit-transform: scale(0.65) rotate(45deg);
        transform: scale(0.65) rotate(45deg);
    }
    .navbar-toggler-icon.active:after {
        top: 0;
        -webkit-transform: scale(0.65) rotate(-45deg);
        transform: scale(0.65) rotate(-45deg);
    }
}

@media (max-width: 767px) {
    .homepage-1 .navbar-dark .navbar-toggler-icon {
        background: #7e8085;
    }
    .homepage-1 .navbar-dark .navbar-toggler-icon:before,
    .homepage-1 .navbar-dark .navbar-toggler-icon:after {
        background: #7e8085;
    }
    .homepage-1 .navbar-dark .navbar-toggler-icon.active {
        background-color: transparent;
    }
}


/* ******************************
:: 3.0 WELCOME AREA TO Start CSS
****************************** */

@media(max-width: 1440px) {
    .welcome-form {
        margin-right: 0px;
        margin-top: -450px;
    }
}

@media(max-width: 991px) {
    .brand-logos {
        flex-wrap: wrap;
    }
    .video-area iframe {
        width: 700px;
        height: 500px;
    }
    .store-box {
        min-height: auto;
    }
    .single-testi .name h3::before {
        display: none;
    }
}

@media(max-width: 767px) {
    .brand-head h1 {
        font-size: 26px;
    }
    .brand-head h1::before {
        bottom: 12px;
    }
    .brand-head h1::after {
        bottom: 12px;
    }
    .brand-logos>div {
        margin-bottom: 10px;
    }
    .video-area iframe {
        width: 500px;
        height: 500px;
    }
    .store-bx2 {
        padding-left: 15px;
    }
    .store-bx2 .btn-store a {
        padding: 14px 8px;
        font-size: 12px;
        letter-spacing: 0;
    }
    .store-bx2 .text h1 {
        font-size: 24px;
    }
    .brand-head3 h1::after,
    .brand-head3 h1::before {
        display: none;
    }
    .text-center-md {
        text-align: center;
        justify-content: center !important;
        padding-bottom: 30px;
    }
    .pp-left {
        display: none;
    }
    .welcome-form {
        margin-right: 0px;
    }

    .as-banner-left-side{
        background-color: #454545;
        height: 0px;
    }

    .as-banner-right-side {
        height: 420px;
        margin-right: 0px;
    }
    .as-banner-right-side img{
        margin-left: 0px;
    }

    .kannankandy-cover-section img {
        z-index: 999;
        width: 100%;
        padding-top: 60px;
    }

    .kannankandy-cover-data {
        width: 50%;
        margin-top: -100px;
        z-index: 1000;
    }

    .kannankandy-cover-data h2 {
        color: #ffffff;
        font-size: 18px;
        margin-left: 20px;
    }

    .kannankandy-cover-data h3 {
        display: none;
    }

    .kannankandy-brand-section {
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #e9edf0;
    }

    .kannankandy-about-section {
        background-color: #fff;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .kannankandy-about-content h2 {
        color: #000000;
        font-size: 20px;
        padding-top: 10px;
    }

    .kannankandy-about-content h2 span {
        color: #ed1f24;
        font-size: 40px;
    }

    .kannankandy-about-content h3 {
        color: #000000;
        font-size: 18px;
        padding-top: 17px;
        padding-bottom: 30px;
        font-weight: 300;
    }

    .kannankandy-about-section img{
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .kannankandy-about-content-box {
        background-color: #ed1f24;
        padding: 40px;
        padding-bottom: 20px;
    }

    .kannankandy-products-section {
        background-color: #f4f4f4;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .kannankandy-product-item-box {
        background-color: #ffffff;
        padding-top: 20px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        text-align: center;
    }

    .kannankandy-products-title h3 {
        font-size: 30px;
        color: #000000;
    }

    .kannankady-footer-fibk {
        padding-bottom: 30px;
        padding-top: 30px;
        border-bottom: 1px solid #8d8d8d;
        padding-left: 20px;
        padding-right: 20px;
    }

    
    .kannankady-footer-bk2 {
        padding-left: 0px;
        padding-top: 30px;
    }

    .kannankady-footer-bk3 {
        padding-left: 0px;
        padding-top: 30px;
    }

    .kannankady-footer-bk4 {
        padding-left: 0px;
        padding-top: 0px;
    }

    .kannankady-footer-bk2 h4 {
        font-size: 16px;
    }

    .kannankady-footer-bk3 h4 {
        font-size: 16px;
        font-weight: 300;
    }

    .kannankady-footer-bk4 h4 {
        font-size: 16px;
        font-weight: 300;
    }


}

@media(max-width:575px) {
    .copyright {
        border-top: 1px solid #e7e2da;
        padding: 15px 0;
    }
    footer .logo a img {
        max-width: 200px;
    }
    .navbar-dark .navbar-brand img {
        max-width: 180px;
        height: auto;
        margin-left: 10px;
        text-align: center;
    }
    .form-title h4 {
        font-size: 20px;
    }
    .form-title p {
        font-size: 17px;
        margin-bottom: 22px;
    }
    .form-group input,
    .form-group select {
        height: 50px;
        padding-left: 15px;
    }
    .form-group input[type="submit"] {
        height: 50px;
        font-size: 16px;
    }
    
    .welcome-area3 {}
    .form-area {
        background-color: #454545;
    }
    .welcome-form {
        /* margin-top: -150px; */
        margin-top: -55px;
        padding: 30px 20px;
        margin-right: auto;
        float: inherit;
        max-width: initial;
    }
    .product-area {
        padding-top: 50px;
        margin-top: 0px;
    }
    .brand-head h1::before {
        display: none;
    }
    .brand-head h1::after {
        display: none;
    }
    .brand-head h1 {
        font-size: 22px;
    }
    .brand-logos>div {
        flex: 0 0 50%;
        margin-bottom: 16px;
        align-items: center;
        justify-content: center;
        display: flex;
    }
    .brand-logos>div img {
        max-width: 120px;
    }
    .brand-logos {
        flex-wrap: wrap;
        align-items: center;
    }
    .brand-head {
        margin-bottom: 50px;
    }
    .about-inner {
        padding-top: 80px;
    }
    .about-inner h1 {
        font-size: 32px;
    }
    .about-bg {
        height: 965px;
    }
    .pro-box-last {
        min-height: auto;
        padding-bottom: 50px;
    }
    .video-section {
        height: 260px;
    }
    .video-area {
        margin-top: -180px;
    }
    .video-area iframe {
        width: 100%;
        height: 300px;
    }
    .store-bx2 {
        flex-direction: column;
        height: 230px;
        padding-top: 12px;
    }
    .store-bx2 .text {
        margin-bottom: 25px;
    }
    .brand-head3 h1 {
        font-size: 30px;
    }
    .brand-head2 h1 {
        font-size: 30px;
    }
    .single-testi {
        padding: 35px 40px;
    }
    .single-testi .icon img {
        max-width: 30px;
    }
    .ct-inner h1 {
        font-size: 32px;
        margin-bottom: 0;
    }
    .ct-inner h3 {
        font-size: 20px;
    }
    .ct-form {
        background: #000000b3;
        padding: 40px 30px;
    }
    .mar-md-auto {
        margin: 0 auto;
    }
    #letter5 select,
    #letter5 input {
        height: 50px;
    }
    .brand-head4 h1 {
        font-size: 22px;
    }
    .promise-box {
        text-align: center;
    }
    .enq-side a {
        display: block !important;
    }
    .owl-carousel .owl-stage-outer {
        overflow: inherit;
    }
    .navbar>.container, .navbar>.container-fluid{
        justify-content: space-between;
    }
    .navbar .navbar-inner{
        right: 0;
        background: transparent;
        width: auto;
        padding-top: 0;
        position: absolute;
    }

    .navbar .navbar-inner a img{
        max-width: 125px;
    }
}

@media (max-width: 767px) {
    .btn-pro {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .banner-content {
        margin-top: -100px;
        margin-left: auto;
        margin-right: auto;
    }
    .banner-content h3 {
        color: #ffffff;
        font-size: 23px;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 20px;
        margin-right: 25px;
        margin-left: 25px;
    }
    .newabout-area .newbanner-mob img {
        display: none;
    }

    .newabout-area .newbanner-mob .center-icon{
        display: none;
    }

    .welcome-form {
        margin-left: 20px;
        margin-right: 20px;
    }

    .newabout-area h3 {
        font-size: 32px;
        padding-top: 10px;
        padding-bottom: 10px;    
    }

    .about-cont {
        font-size: 20px;
    }

    .btn-normal a {
        padding: 15px 20px;
    }

    .about-count {
        margin-left: 0px;
    }

    .mobile-service-padding{
        padding-bottom: 20px;
    }

    .ourservices-area {
        padding: 50px 0;
    }

    .ourservices-area h3 {
        font-size: 30px;
    }

    .ourservices-area h6 {
        color: #000;
        padding-top: 20px;
        font-size: 18px;
        padding-bottom: 50px;
    }
    .service-card-padding {
        padding-bottom: 0px;
    }

    .study-abroad-card-img {
        min-height: 0px;
    }

    .study-abroad-card-img img {
        border-radius: 0 0 0 0;
    }

    .study-abroad-card {
        border-radius: 0 0 0 0;
        margin-left: 0px;
    }

    .study-abroad-card h4 {
        font-size: 30px;
    }

    .test-preparation-card h4 {
        font-size: 30px;
    }

    .visa-ticket-card h4 {
        font-size: 30px;
    }

    .test-preparation-card {
        border-radius: 0 0 0 0;
    }

    .test-preparation-card-img img {
        border-radius: 0 0 0 0;
    }

    .test-preparation-card-img {
        min-height: 0px;
    }

    .visa-ticket-card-img img {
        border-radius: 0 0 0 0;
    }

    .visa-ticket-card-img {
        min-height: 0px;
    }

    .visa-ticket-card {
        border-radius: 0 0 0 0;
        margin-left: 0px;
    }

    .university-area {
        padding: 50px 0 105px;
    }

    .university-area h2 {
        font-size: 30px;
    }

    .back-mid-content h2 {
        font-size: 55px;
    }

    .back-mid-content {
        margin-top: -560px;
    }

    .back-mid-content-sec {
        margin-top: -270px;
        margin-left: 0px;
    }

    .backgroud-mid-baner-area {
        height: 600px;
    }

    .mobile-mid-banner-padding .btn-normal {
        margin-top: 180px;
        margin-bottom: 50px;
    }

    .client-testi-area {
        padding: 50px 0 50px;
    }

    .client-testi-heading h2 {
        font-size: 30px;
        text-align: center;
    }

    .client-testi-heading .btn-normal {
        margin-top: 30px; 
        text-align: center;
        float: none;
    }

    .client-single-testi {
        background-color: #ffffff;
        border-radius: 20px;
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
        padding: 50px 50px 50px 50px;
        display: flex;
    }

    .branches-area {
        padding: 50px 0;
    }

    .footer-form-content {
        padding-left: 20px;
    }

    .footer-form-area {
        padding-top: 60px;
        padding-left: 40px;
        padding-bottom: 50px;
    }

    .btn-pro a {
        padding: 10px 8px;
        margin-right: 5px;
    }

    .navbar .navbar-inner {
        right: 0;
        background: #fafafa;
        width: auto;
        padding-top: 0;
        position: absolute;
    }

    .footer-form-group input[type=submit] {
        width: 250px;
    }

    .client-single-testi{
        display: block;
        padding: 20px 20px 20px 20px;
        text-align: center;
    }

    .client-single-testi .photo {
        text-align: center;
        margin: auto;
        width: auto;
    }

    .client-single-testi .photo img {
        border-radius: 20px;
        width: 150px;
        text-align: center;
        margin: auto;
    }

    .ctas-display-mobile{
        display: block;
        text-align: center;
        padding-top: 30px;
        margin: auto;
    }

    .client-testi-slider .owl-nav{
        top: 30px;
    }

    .ctas-display-desktop{
        display: none;
    }

    .footer-form{
        display: none;
    }

    .faq-area-sec{
        display: none;
    }

    footer {
        padding: 10px 0 0;
    }

    .ascent-speciality-department {
        background-color: #f4f4f4;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .ascent-speciality-department-head h2 {
        color: #212121;
        font-weight: 500;
        font-size: 25px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .ascent-speciality-department-head hr {
        width: 280px;
        border: solid 1px #fc7d1b;
        margin-left: 30px;
    }

    .ascent-speciality-department-head-button {
        display: none;
    }

    .ascent-speciality-department-content-area {
        display: block;
    }

    .ascent-speciality-department-content-area-block {
        margin-bottom: 20px;
    }

    .ascent-our-professionals {
        padding-bottom: 60px;
        padding-top: 40px;
        background-color: #736fb6;
    }

    .ascent-our-professionals-head h2 {
        color: #fff;
        font-weight: 500;
        font-size: 25px;
        padding-bottom: 30px;
        margin-left: 30px;
    }

    .ascent-our-professionals-cta {
        margin: auto;
        padding-top: 20px;
        text-align: left;
        margin-left: 40px;
    }

    .ascent-about {
        padding-top: 40px;
        padding-bottom: 60px;
        background-color: #fff;
    }

    .ascent-about-left h2 {
        color: #fc7d1b;
        font-size: 40px;
    }

    .ascent-about-right h3 {
        font-weight: 500;
        font-size: 22px;
        padding-bottom: 15px;
        padding-top: 20px;
    }

    .ascent-about-right p {
        font-size: 17px;
        color: #212121;
        font-weight: 300;
        padding-bottom: 20px;
    }

    .ascent-highlights {
        padding-top: 40px;
        padding-bottom: 60px;
        background-color: #f4f4f4;
    }

    .ascent-highlights-head h2 {
        color: #212121;
        font-size: 25px;
        font-weight: 500;
        margin-left: 30px;
    }

    .ascent-highlights-data-block {
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }

    .ascent-highlights-data-block h4 {
        font-size: 14px;
        padding-bottom: 5px;
    }

    .ascent-highlights-data-block p {
        font-size: 14px;
    }

    .ascent-highlights-single {
        min-height: 480px;
        display: block;
    }

    .ascent-highlighted-video-second-block{
        display: none;
    }

    .ascent-highlighted-display-mobile{
        display: block;
    }

    .ascent-highlighted-display-desktop{
        display: none;
    }

    .ascent-highlighted-video-first-block {
        padding-right: 0px;
    }

    .ascent-highlighted-video {
        padding-top: 40px;
        padding-bottom: 60px;
        background-color: #fff;
    }

    
    .ascent-highlighted-video-first-block .center-icon1 {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .ascent-highlighted-video-first-block .center-icon1 img{
        width: 70px;
    }

    .ascent-testimonals-first-block {
        width: 100% !important;
        min-width: 300px;
    }

    .ascent-testimonals {
        padding-top: 40px;
        padding-bottom: 60px;
        background-color: #f4f4f4;
    }

    .ascent-testimonals-first-block .center-icon1 {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 15%;
        left: 48%;
        transform: translate(-50%, -50%);
    }

    .ascent-testimonals-first-block .center-icon1 img{
        width: 50px;
    }

    .ascent-testimonals-block {
        display: block;
    }

    .ascent-testimonals-second-block {
        padding-left: 30px;
        padding-top: 30px;
    }

    .faq-area {
        background-color: #fff;
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .ascent-footer-banner {
        display: none;
    }

    .footer-ascent-data {
        display: block;
        text-align: center;
    }

    .footer-ascent-data p{
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .ascent-highlighted-video-head h2 {
        font-size: 25px;
        font-weight: 500;
        margin-left: 30px;
    }

    .ascent-testimonals-head h2 {
        font-size: 25px;
        font-weight: 500;
        color: #212121;
        margin-left: 30px;
    }

    .ascent-our-professionals-doctor {
        width: auto;
    }

    .ascent-our-professionals-data .owl-nav button {
        width: 50px;
        height: 50px;
        border: 2px solid #fff !important;
        border-radius: 50%;
        transition: all .3s ease;
    }
    
    .ascent-our-professionals-data .owl-nav button.owl-prev {
        position: absolute;
        left: 100px;
        bottom: -7%;
    }
    
    .ascent-our-professionals-data .owl-nav button.owl-next {
        position: absolute;
        left: 170px;
        bottom: -7%;
    }
    
    .ascent-our-professionals-data .owl-nav button span {
        font-size: 45px;
        font-weight: 200;
        line-height: 30px;
        color: #fff;
    }
    
    .ascent-our-professionals-data .owl-nav [class*=owl-]:hover {
        background: rgba(255,255,255,0.5);
        color: #fff;
        border: 2px solid #fff !important;
    }
    
    .ascent-our-professionals-data .owl-nav [class*=owl-]:hover span {
        color: #fff;
    }

    .ascent-our-professionals-cta .ascent-view-button{
        padding-top: 50px;
    }


    .ascent-highlights-block .owl-nav button {
        width: 50px;
        height: 50px;
        border: 2px solid #fff !important;
        border-radius: 50%;
        transition: all .3s ease;
    }
    
    .ascent-highlights-block .owl-nav button.owl-prev {
        position: absolute;
        left: 100px;
        bottom: -7%;
    }
    
    .ascent-highlights-block .owl-nav button.owl-next {
        position: absolute;
        left: 170px;
        bottom: -7%;
    }
    
    .ascent-highlights-block .owl-nav button span {
        font-size: 45px;
        font-weight: 200;
        line-height: 30px;
        color: #fff;
    }
    
    .ascent-highlights-block .owl-nav [class*=owl-]:hover {
        background: rgba(255,255,255,0.5);
        color: #fff;
        border: 2px solid #fff !important;
    }
    
    .ascent-highlights-block .owl-nav [class*=owl-]:hover span {
        color: #fff;
    }


}

@media (max-width: 575px) {
    .d-block-575{
        display: block !important;
    }
    .d-none-575{
        display: none !important;
    }
    .call-btn-mob {
        position: fixed;
        bottom: 0;
        width: 100%;
        display: flex !important;
        z-index: 9999;
    }
    .call-btn-mob .whatsapp-mob {
        text-align: center;
        font-weight: 500;
        color: #fff;
        background: #34ba48;
        border: 1px solid #34ba48;
        letter-spacing: 1px;
        transition: all .3s ease;
        display: inline;
        border-radius: 0;
        font-size: 24px;
        flex: 0 0 50%;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        padding: 7px 0;
    }
    .call-btn-mob .call-mob {
        text-align: center;
        font-weight: 500;
        color: #fff;
        background: #318fb5;
        border: 1px solid #318fb5;
        letter-spacing: 1px;
        transition: all .3s ease;
        display: inline;
        border-radius: 0;
        font-size: 24px;
        flex: 0 0 50%;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        padding: 7px 0;
    }
    .call-btn-mob .whatsapp-mob svg, .call-btn-mob .call-mob svg {
        font-size: 22px;
    }

    .cont_link_box{
        display: none;
    }

    .welcome-area1 {
        background-position: 96%;
    }

    .welcome-area {
        height: 300px;
        margin-top: 90px;
        background-position: center;
    }

    .tj-nav-call {
        display: none;
    }

    .tijo-download-book{
        height: 180px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .tijo-download-book-count h5 {
        font-size: 25px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .tijo-download-book-count h5 span {
        font-size: 28px;
    }

    .tijo-download-book-count {
        display: block;
    }

    .tijo-download-book-count h6 {
        font-size: 22px;
    }

    .tijo-download-book-count h6 span {
        font-size: 28px;
    }

    .tijo-download-book-button {
        margin-right: 40px;
        margin-left: 40px;
    }

    .ti-banner img {
        padding-top: 10px;
    }

    .ti-banner {
        height: 550px;
    }

    .welcome-form form {
        background-color: rgba(0, 0, 0, 0.7);
        padding: 28px;
    }

    .tijo-mentor-video-block img {
        border-radius: 25px;
        height: 250px;
    }

    .tijo-mentor-video-block .center-icon1 {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: auto;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 55px;
        color: #ee0707;
        margin-top: -125px;
    }

    .ascent-highlights-desktop{
        display: none;
    }

    .ascent-highlights-mobile{
        display: block;
    }
    
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991px){
    .welcome-area {
        height: 400px;
    }
    .welcome-area1 {
        background-position: 96%;
    }
    .welcome-form {
        /* margin-top: -150px; */
        margin-top: -55px;
        padding: 30px 20px;
        margin-right: auto;
        float: inherit;
        max-width: initial;
        margin-left: 50px;
        margin-right: 50px;
        background-color: #454545;
    }

    .banner-content {
        margin-top: -700px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .banner-content h3 {
        color: #ffffff;
        font-size: 25px;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .newabout-area .newbanner-mob img {
        display: none;
    }

    .about-count {
        margin-left: 0px;
    }

    .study-abroad-card-img img {
        border-radius: 0 0 0 0;
    }

    .study-abroad-card {
        border-radius: 0 0 0 0;
        margin-left: 0px;
    }

    .test-preparation-card {
        border-radius: 0 0 0 0;
    }

    .test-preparation-card-img img {
        border-radius: 0 0 0 0;
        margin-left: 30px;
        margin-right: 30px;
    }

    .visa-ticket-card-img img {
        border-radius: 0 0 0 0;
    }

    .visa-ticket-card {
        border-radius: 0 0 0 0;
        margin-left: 0px;
    }

    .ctas-display-mobile{
        display: block;
        text-align: center;
        padding-top: 30px;
        margin: auto;
    }

    .ctas-display-desktop{
        display: none;
    }

    .footer-form{
        display: none;
    }

    .faq-area-sec{
        display: none;
    }

    footer {
        padding: 10px 0 0;
    }

    .back-mid-content-sec {
        margin-top: -210px;
        margin-left: 0px;
    }

    .back-mid-content {
        margin-top: -490px;
    }

    .ascent-testimonals-first-block {
        width: 100% !important;
        min-width: 200px;
    }
    
    .ascent-testimonals-first-block .center-icon1 {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 20%;
        left: 15%;
        transform: translate(-50%, -50%);
    }

    .ascent-testimonals-first-block .center-icon1 img{
        width: 30px;
    }


}

@media (max-width: 767px) {
    .navbar-call {
        margin-left: 10px;
        margin-top: -20px;
        display: none;
    }
    .btn-pro {
        margin: auto;
    }

    .as-banner {
        background-color: #454545;
        background-image: url(../img/banner/banner-new-v1.jpg);
        height: 300px;
        margin-top: 100px;
        background-position: 20%;
        background-size: cover;
    }

    .kamadhenu-car-product h2{
        font-size: 23px;
    }

    .kamadhenu-car{
        margin-left: 10px;
        margin-right: 10px;
    }

    .kamadhenu-car img{
        width: 100%;
    }

    .kamadhenu-book-test-drive-first-class{
        margin-top: -480px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .kamadhenu-book-test-drive-first-class h2 {
        font-weight: 500;
        font-size: 28px;
    }

    .kamadhenu-book-test-drive-first-class-button {
        margin-top: 0px;
    }

    .kamadhenu-book-test-drive-first-class-button a {
        background-color: #ed1f24;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 50px;
        padding-right: 50px;
        color: #fff;
    }

    .kamadhenu-book-test-drive-first {
        background-color: #b8b8b8;
        min-height: 500px;
    }

    .kamadhenu-book-test-drive-second-class {
        margin-left: 10px;
        margin-right: 10px;
    }

    .kamadhenu-book-test-drive-second-class p{
        padding-bottom: 30px;
    }

    .kamadhenu-about-us-section {
        padding-top: 50px;
        padding-bottom: 10px;
        background-color: #fff;
        margin-left: 10px;
        margin-right: 10px;
    }

    .kamadhenu-about-us-box-row{
        border-right: none;
    }

    .kamadhenu-key-handover-section {
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #f4f4f4;
    }

    .kamadhenu-key-handover-head h2{
        font-size: 23px;
    }

    .kamadhenu-service-highlights-section {
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #ffffff;
        margin-left: 10px;
        margin-right: 10px;
    }

    .kamadhenu-service-highlights-head h2{
        font-size: 23px;
    }

    .kamadhenu-service-highlights-image-padding{
        width: 50%;
    }

    .kamadhenu-testimonials-content {
        margin-top: -1500px;
    }

    .kamadhenu-testimonials-first{
        min-height: 350px;
    }

    .kamadhenu-testimonials-second{
        min-height: 1200px;
    }

    .kamadhenu-testimonials-first-head{
        margin: auto;
        text-align: center;
    }

    .kamadhenu-testimonials-first-head h2{
        font-size: 24px;
        text-align: center;
    }

    .kamadhenu-testimonials-bottom{
        display: none;
    }

    

    .kamadhenu-testimonials-top-image img{
        width: 100% !important;
    }

    .kamadhenu-testimonials-top-image-play {
        margin-top: -110px;
        margin-bottom: 110px;
    }

    .kamadhenu-testimonials-top-image-play img{
        width: 50px !important;
    }

    .kamadhenu-testimonials-content-first{
        margin-right: 0px;
    }

    .kmbox2{
        display: none;
    }

    .kamadhenu-testimonials-second-content{
        margin-left: 0px;
    }

    .kamadhenu-showrooms-section{
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #fff;
    }

    .kamadhenu-our-location-section {
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #f4f4f4;
    }

    .kamadhenu-our-location-box{
        margin-bottom: 20px;
    }

    .kamadhenu-car-brand-section {
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #e5e5e5;
    }

    .kamadhenu-car-brand-box {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .kamadhenu-car-brand h2{
        font-size: 23px;
    }

    .kannankandy-logo-desktop{
        display: none;
    }

    .kannankandy-logo-mobile{
        display: block;
    }

    .kannankandy-about-img-mobile{
        display: block;
    }

    .kannankandy-about-img-desktop{
        display: none;
    }

    .kannankandy-product-item-btn{
        font-size: 16px;
    }

    .kannankandy-loan-section {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #fff;
    }

    .kannankandy-loan-title h3 {
        font-size: 30px;
        padding-bottom: 15px;
    }

    .kannankandy-loan-title p {
        margin-top: 10px;
        font-size: 16px;
        color: #000;
        font-weight: 100;
        margin-bottom: 20px;
    }

    .kannankandy-loan-cta {
        margin-top: 30px;
    }

    .kannankandy-brand-section .owl-dots button {
        margin-top: 10px;
    }

    .card {
        width: 100%;
        margin-bottom: 30px;
    }
    

}