:root {
    --color-default: rgb(34, 34, 34);
    --color-primary:#ce1e8b;
    --color-secondary: #2b9c87;
   --color-primary-light:#ee63b7;
   --color-pprimary-light:#fdd6e9;
   --color-secondary-light: #c2f7ed;
    --color-text: #616161;
    --color-text-btn: #ffffff;
    --card1-gradient-color1: #f12711;
    --card1-gradient-color2: #f5af19;
    --card2-gradient-color1: #7F00FF;
    --card2-gradient-color2: #E100FF;
    --card3-gradient-color1: #3f2b96;
    --card3-gradient-color2: #a8c0ff;
    --card4-gradient-color1: #11998e;
    --card4-gradient-color2: #38ef7d;
    --card_width: 250px;
  --row_increment: 10px;
  --card_border_radius: 16px;
  --card_small: 26;
  --card_med: 33;
  --card_large: 45;
}
@media only screen and (max-width: 1023px) {
    .main-header .nav-outer .main-menu,
    .sticky-header {
        display: none !important;
    }
    .nav-outer .mobile-nav-toggler {
        display: block;
        margin: 0;
        padding: 30px 0;
        margin-left: 20px;
    }
    .call-to-action .btn-box,
    .call-to-action h2 {
        width: 100%;
        text-align: center;
    }
    .call-to-action h2 br {
        display: none;
    }
    .newsletter-section .title-column .inner-column {
        padding-top: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .inner-section1{
        padding: 0px;
    }
    .social-links{
        display: none;
    }
    .cmap{
        margin-bottom: 20px;
    }
    .main-footer .footer-bottom {
        padding-top: 7px;
        padding-bottom: 10px;
    }
    .main-footer .footer-bottom .copyright,
    .main-footer .footer-bottom .social-icon-two {
        width: 100%;
    }
    .main-header .header-upper .logo:before,
    .main-header .header-upper .logo-outer:before {
        display: none;
    }
    .main-header .header-top {
        text-align: center;
        width: 100%;
    }
    .main-header .header-top .top-right {
        width: 100%;
    }
}
@media only screen and (max-width: 800px) {
    .box:hover .box-img img {
        transform: translateY(-33px) scale(0.5);
        border-radius: 50%;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    }
    .blog-matter p{
        font-size: 14px;
    }
    .inner-section1 {
        padding: 0px 0px 40px;
    }
    .box .box-content{
        padding:10px 10px;
    }
    .inner_blog_row{
        margin: 0px 20px;
    }
    .inner-section2{
        padding: 0px;
    }
    .innerabt-matter p{
        font-size: 14px;
    }
    .vid-yt iframe {
        width: 100%;
    }
    .serv-img img{
        width: 100%;
    }
    .serv-img{
        margin-bottom: 30px;
        margin-top: 15px;
    }
    .serv-matter p{
        font-size: 14px;
    }
    .ol_styles li{
        font-size: 14px;
    }
    .inner-doc-img{
        margin-top: 30px;
    }
    .content-section1 h2 {
        font-size: 29px;
    }
    .service_section .col-md-3:nth-child(5) .box-img img,
    .service_section .col-md-3:nth-child(7) .box-img img{
        filter: grayscale(0%);
    }
    .service_section .col-md-3:nth-child(6) .box-img img,
    .service_section .col-md-3:nth-child(8) .box-img img{
        filter: grayscale(100%);
    }
    .main-footer .footer-widget .widget-title {
        position: relative;
        font-size: 23px;
        font-weight: 600;
        color: #2b9c87;
        margin-bottom: 35px;
        text-transform: uppercase;
       border-bottom: 2px solid;
        display: inline;
    }
    .main-footer .footer-widget .widget-content{
        padding-top: 10px;
    }
    .main-footer .footer-upper .footer-column {
        position: relative;
        margin-bottom:10px;
    }
    .footer-column .footer-widget .fmap {
      margin-top: 15px;
    }
    .main-footer .list li {
        position: relative;
        display: block;
        margin-bottom: 0px;
      padding-left: 0px;
    }
    .footer-column  {
        text-align: center;
        display: inline;
    }
    .main-footer .list li:before {
       display: none;
    }
    .main-footer .footer-widget .widget-title::before {
        display: none;
    }
    .main-header .header-top .info-list li a{
        color: #000;
    }
    .test-section .serviceBox:nth-child(even) .service-content:before,
    .test-section .serviceBox:nth-child(even) .service-content:after{
        background-color: var(--color-pprimary-light);    
    }
    .test-section .serviceBox:nth-child(even){ color: #000; }
    .test-section .serviceBox:nth-child(even):before,
    .test-section .serviceBox:nth-child(even) .service-icon,
    .test-section .serviceBox:nth-child(even) .service-content{
        border-color: var(--color-pprimary-light);
    }
    .test-section .serviceBox:nth-child(even) .serviceBox:before{
        content: "";
        border: 3px dotted var(--color-pprimary-light);
        border-top-style: solid;
        border-bottom-style: solid;
        border-right: none;
        border-radius: 30px 0 0 30px;
        position: absolute;
        width: 35%;
        top: 90px;
        bottom: 7px;
        left: 0;
    }
    .test-section .serviceBox:nth-child(odd) .service-content:before,
    .test-section .serviceBox:nth-child(odd) .service-content:after{
        background-color: var(--color-secondary-light);
    }
    .test-section .serviceBox:nth-child(odd){ color: #000; }
    .test-section .serviceBox:nth-child(odd):before,
    .test-section .serviceBox:nth-child(odd) .service-icon,
    .test-section .serviceBox:nth-child(odd) .service-content{
        border-color: var(--color-secondary-light);
    }
    .test-section .serviceBox:nth-child(odd) .serviceBox:before{
        content: "";
        border: 3px dotted var(--color-secondary-light);
        border-top-style: solid;
        border-bottom-style: solid;
        border-right: none;
        border-radius: 30px 0 0 30px;
        position: absolute;
        width: 35%;
        top: 90px;
        bottom: 7px;
        left: 0;
    }
    .main-header .header-top .info-list {
        position: relative;
        display: inline-block;
        margin-bottom: 5px;
        border: 1.9px dashed;
        padding: 8px 0px;
        border-left: transparent;
        border-right: transparent;
    }
    .slide1 {
        background-image: url(../images/slider/slider-m1.png);
    }
    .slide2 {
        background-image: url(../images/slider/slider-m2.png);
    }
    .slide3 {
        background-image: url(../images/slider/slider-m3.png);
    }
    .slide4 {
        background-image: url(../images/slider/slider-m4.png);
    }
    .slide5 {
        background-image: url(../images/slider/slider-m5.png);
    }
    .slide6 {
        background-image: url(../images/slider/slider-m6.png);
    }
    .slide7 {
        background-image: url(../images/slider/slider-m7.png);
    }
    .main-header .header-top .top-left::before {
        display: none;
    }
    .main-header .header-top .top-left {       
        display: none;
    }.main-header .header-upper .logo img {
        position: relative;
        display: inline-block;
        max-width: 100%;
        height: auto;
    }  
    .main-header .header-top .top-left .social-links {
        position: absolute;
        right: 0;
        left: 0;
        width: 100%;
        top: 197px;
        margin: auto;
        display: block;
    }
    .main-header .header-upper .logo-outer {
        width: 285px;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
    }
    .main-header .nav-outer {
        position: relative;
        display: block;
        margin: auto;
        top: 14px;
    }
    .nav-outer .col-6{
        max-width: 0%;
    }
    .nav-outer .mobile-nav-toggler {
        display: inline-table;
        margin: 0px;
        padding: 0px 7px;
        background: linear-gradient(to right, var(--color-primary), var(--color-secondary));
        color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        top: 60px;
        margin: 0 auto;
        border-radius:50%;
    }
    .consult_head h1{
        left: 0px;
    }
    .mobile-menu .navigation {
        margin-top: 69px;
    }
    .mobile-menu .navigation li>a {
        padding: 14px 25px;
        font-size: 16px;
        font-weight: 400;
    }
}