body{
    margin:0px;
}

.banner_wrapper {
       background-image: url(/images/banner2.jpg);

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.text-image-section {
    display: flex;
    flex-wrap: wrap;
    padding: 120px 40px 60px 40px;
    max-width: 1235px;
    margin: auto;
    align-items: center;
    justify-content: space-between;
}
.text-content {
    flex: 1;
    padding: 20px;
}
.dec_end {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: start;
}
.for1 2 h2{
    color:black;
}
.border_left {
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    border-color: #473eff;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 40px 40px 40px 45px;
    position: relative;
}

.border_left::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    height: 2px;
    width: 100%;
    /* background-image: linear-gradient(to right, #ef4900, #f58220, transparent); */
    z-index: 39;
}
.inc_head {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    font-family: 'visuelt-Bold';
    margin:0px;
}
.border_left p {
    font-weight: 400;
    font-size: 18px;
    font-family: 'visuelt-light';
    line-height: 32px;
    letter-spacing: 0.5px;
    color: white !important;
    margin:0px;
}

.top_para{
    color: #fff;
}
.features-container-1.new{
    padding-top:60px; 
    margin-top:60px; 
    text-align:center; 
    background:#081b33;
}

.for1.new{
    text-align:center;
}
.pre_sec.new{
    margin-top:80px; margin-bottom:80px;
}
.sec_head{
    font-size: 42px;
}

.better_text{
    background: #473EFF;
        background-clip: text;
        -webkit-text-fill-color: transparent;
}

.content_btn {
    background: #473EFF;
    color: #fff;
    border: 0px;
    padding: 15px 30px;
    margin-top: 20px;
    font-family: 'visuelt-medium';
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.image-content {
    flex: 1;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0px;
    border: 2px solid white;
}



@media (max-width: 992px) {
  .text-image-section {
    flex-direction: column;
  }
    .image-content {
    padding: 10px;
  }
  .inc_head {
    font-size: 32px;
   
}

    
}

@media only screen and  (max-width:500px) {
  
.text-image-section {
  padding: 80px 40px 30px 20px;
  max-width: 1235px;
  margin: auto;
}
      .text-content {
    flex: 1;
    padding: 0px;
  }
      .border_left {
    padding: 40px 0px 40px 20px;
  }
   .content_btn {
    padding: 15px 15px;
}
  
}
.hero_wrap {
    background-image: url('/images/baneer-img.webp');
    background-position: center !important;
    position: relative;
    /*background: url(../images/inner.png) no-repeat;*/
    position: relative;
    background-size: cover;
    background-position: bottom;
    text-align: center;
}

.hero {
    /*background: #001125ab;*/
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    height: 75vh;
    max-width: 1135px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    padding: 60px 20px; 
}
.for1 h2{
        text-align: left;
    font-size: 36px;
    font-weight: bold;
    color: white;
    font-family: 'visuelt-black';
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 42px;
}

.for1 p{
      font-size: 18px;
    color: white;
    font-family: 'visuelt-light';
    margin-bottom: 20px;
    line-height: 30px;
    text-align: left;
}

.for1{
        grid-template-columns: 1fr 1fr;
    gap: 00px;
    max-width: 1060px;
    margin: 0 auto;
    padding: 20px;
}

.hero h1 {   
    
    font-size: 62px;
    color:white;
    font-family: 'visuelt-black';
    /*background-image: linear-gradient(117.92deg, #ffc328 21.16%, #e63700 91.58%);*/
    /*background-clip: text;*/
    
    /*-webkit-text-fill-color: transparent;*/
    /*   font-size: 38px;*/
   
    /*font-family: 'visuelt-lightnew';*/
    /*color: white;*/
    /*text-decoration: underline;*/
    /*text-underline-offset: 18px;*/
}

.hero h2 {
    margin-top:20px;
    font-size: 26px;
    font-family: 'visuelt-black';
color:white;
}

.hero p {
       font-size: 24px;
    /*margin: 16px 0;*/
    width: 70%;
    font-family: 'visuelt-light';
    line-height: 36px;
    /*margin-top: 32px;*/
}

.cta-buttons {
    display: flex;
    gap: 16px;
    margin-top: 15px;
    flex-wrap: wrap; /* To handle small screen wrapping */
}

.first_btn {
    position: relative;
    padding: 20px 30px;
    margin-top: 20px;
    font-family: 'visuelt-light';
    text-transform: capitalize;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
        background: #473EFF;
    border: none;
    border-radius: 0 !important;
}

.first_btn::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: 100%;
    height: 100%;
    border-radius: 0;
    padding: 2px; 
    background: linear-gradient(117.92deg, #e63700  21.16%,#ffc328  91.58%);
    -webkit-mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none; 
}

.first_btn:hover {
    background: linear-gradient(117.92deg, #e63700  21.16%,#ffc328  91.58%); /* Optional hover effect */
}



.second_btn {
    color: #fff;
    border: 0;
    padding: 15px 20px;
    margin-top: 20px;
    font-family: 'visuelt-light';
    text-transform: capitalize;
    font-size: 18px;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 2px;

}

span.arrow {
    margin-left: 5px;
}
.half-circle-svg {
    width: 100%;
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(29%);
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}
.half-circle-svg>svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*tab section*/
.card_tab_sec {
    background-image: url('/images/banner2.jpg');
    background-size: cover;
    background-position: center;
    margin-top: 60px;
    padding: 20px;
}
.tabs-section {
    padding: 60px 40px;
    max-width: 1235px;
    margin: 0 auto;
}

.tabs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tab {
    flex: 1 1 200px;
    padding: 40px 20px;
    text-align: center;
    background-color: #fff;
    margin-right: 10px;
    transition: background-color 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab.active {
    background: linear-gradient(117.92deg, #e63700 21.16%, #ffc328 91.58%);
    color: #ffffff;
}

.tab-img img {
    width: 40px;
}

.tab-label {
    font-size: 14px;
    font-weight: bold;
}

.tab-content {
    background-color: #ffffff;
    padding: 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-top: 10px solid;
    border-image: linear-gradient(117.92deg, #e63700 21.16%, #ffc328 91.58%) 1;
    margin-right: 10px;
}

.tab-content h1 {
    margin-bottom: 20px;
    font-size: 38px;
    color: #333;
    margin-top: 10px;
}

.tab-content p {
    color: #595959;
    letter-spacing: .024em;
    font-size: 1.225rem;
    line-height: 30px;
    font-family: visuelt-Regular;
    text-align: center;
}


 .feature-icon {
    width: 75px;
    height: auto;
}

        .backimage {
    background: #473EFF;
    margin-top: -21px;
    padding: 20px 12px 0px 12px;
    margin-left: -20px;
    margin-right: -20px;
}
  .last-col h1 {
        margin-top: 0px  !important;
    }
    .footer-column ul li {
    margin: 6px 0 !important;
}
    .footer {
        padding: 40px 60px !important;
    }
    .footer-copyright_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f0f0f0;
    padding: 20px 20px !important;
    border-radius: 0px;}

    .box_wrapper {
        max-width: 1235px;
        margin: 20px auto;
        display: flex;
        gap: 20px;
        justify-content: center;
        width: 100%;
    }

    .box-card {
        border: 2px solid #473eff;
        padding: 20px;
        height: 320px;
        background-color: #f2f2f2;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: end;
        margin-top: 60px;
        flex: 1;
    }

 .visible-box {
    padding: 15px !important;
    background: linear-gradient(328deg, rgb(14 78 159) 28%, rgb(71 62 255 / 82%) 75%);
    color: white;
    text-align: center;
    position: relative;
    
    /*width: 100%;*/
    transition: height 0.2s ease, background-color 0.3s ease;
    height: 29px;
    overflow: hidden;
}

    .visible-box h2 {
        font-size: 18px !important;
    font-weight: 600 !important;
    font-family: 'visuelt-lightnew' !important;
    line-height: 26px !important;
    }

    .visible-box p {
       font-size: 16px !important;
    font-weight: 400 !important;
    font-family: 'visuelt-lightnew' !important;
    line-height: 20px !important;
    width: 100% !important;
    margin: 0px !important;
    margin-top:15px !important;
   
    }

/* 
    .visible-box:hover {
        position: sticky;
        height: auto;
    } */

    .description {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    /* .visible-box:hover .description {*/
    /*    opacity: 1;*/
    /*    visibility: visible;*/
    /*    margin-top: 0px;*/
    /*} */

    @media (max-width:768px) {
        .box_wrapper {
            max-width: 1235px;
            margin: 20px auto;
            display: flex;
            gap: 20px;
            justify-content: center;
            width: 100%;
            flex-wrap: wrap;
        }

        .box-card {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            justify-content: center;
        }
    }
/* General Styling */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
}

.row {
       display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}

.col-lg-2,
.col-lg-4 {
    padding: 10px;
    box-sizing: border-box;
}

.col-lg-2 {
    width: 16.666667%;
}

.col-lg-4 {
    width: 33.333333%;
}

.text-center {
    text-align: center;
}


  .section-wrapper {
    max-width: 1235px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
  }
  
  .prevents {
   font-size: 46px;
    margin-bottom: 20px;
    color: #000d3f;
    font-family: 'visuelt-Bold';
  }
  
  .prevents-p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #cccccc;
  }
  
  .section-cards {
    display: flex;
    gap: 20px;
    justify-content: space-between;
  }
  
  .main-card {
    border: 2px solid #2c2c2c;
    border-radius: 0px;
    padding: 20px;
    width: 100%;
    max-width: 350px;
    text-align: center;
    transition: transform 0.3s ease;
  }
  
  .main-card:hover {
    transform: translateY(-10px);
  }
  
  .icon-cards {
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
    background-color: #473eff; /* Placeholder for the icon */
    margin: 15px auto;
  }
  
 .card-heading {
  font-size: 22px;
    margin-bottom: 10px;
    font-family: 'visuelt-Regular';
    color: #000d3f;
  }
  
 p.card-p {
 font-family: 'visuelt-light';
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: #000d3f;
  }
  
  /* Responsive adjustments */
  @media (max-width: 650px) {
    .section-cards {
      flex-direction: column;
      align-items: center;
    }
  
    .prevents {
      font-size: 24px;
    }
  
    prevents-p {
      font-size: 15px;
    }
  
    .main-card {
      max-width: 100%;
      padding: 10px;
    }
  }
  






/* Media Queries for Responsiveness */
@media only screen and (max-width: 1200px) {
    .col-lg-2 {
        width: 25%;
    }
    .col-lg-4 {
        width: 50%;
    }
}

@media only screen and (max-width: 992px) {
    .col-lg-2 {
        width: 33.33%;
    }
    .col-lg-4 {
        width: 66.66%;
    }
}

@media only screen and (max-width: 768px) {
    .col-lg-2,
    .col-lg-4 {
        width: 50%;
    }

 

   
}

@media only screen and (max-width: 576px) {
    .col-lg-2,
    .col-lg-4 {
        width: 100%;
    }
}




/* Media queries for responsiveness */
@media (max-width: 1200px) {
    .tabs {
        gap: 10px;
    }

    .tab {
        flex: 1 1 180px;
        padding: 30px 15px;
    }

    .tab-content h1 {
        font-size: 34px;
    }

    .tab-content p {
        font-size: 1.125rem;
    }
}

@media (max-width: 992px) {
    .tabs {
        gap: 10px;
    }

    .tab {
        flex: 1 1 160px;
        padding: 25px 10px;
    }

    .tab-content {
        padding: 30px;
    }

    .tab-content h1 {
        font-size: 30px;
    }

    .tab-content p {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .tabs-section {
        padding: 40px 20px;
    }

    .tabs {
        flex-direction: column;
        gap: 10px;
    }

    .tab {
        flex: 1;
        padding: 20px;
        margin-right: 0;
    }

    .tab-content {
        padding: 25px;
    }

    .tab-content h1 {
        font-size: 28px;
    }

    .tab-content p {
        font-size: 1rem;
        line-height: 28px;
    }
}

@media (max-width: 500px) {
    .tabs {
        flex-direction: column;
        gap: 10px;
    }

    .tab {
        flex: 1;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 20px;
    }

    .tab:last-child {
        margin-bottom: 0;
    }

    .tab-content {
        padding: 20px;
    }

    .tab-content h1 {
        font-size: 24px;
    }

    .tab-content p {
        font-size: 0.95rem;
        line-height: 24px;
    }
}

/* after card sec*/
.expert-section {
    padding: 0px 50px 50px 50px;
    display: flex;
    margin-bottom:50px;
    max-width: 1235px;
    margin: 0 auto;
}

.expert-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    width: 100%;
}

.text-side {
    flex: 1;
    margin-right: 0px;
}

.main-title {
       font-size: 36px;
    font-weight: bold;
    color: #001125;
    font-family: 'visuelt-medium';
    margin-bottom: 10px;
}

.sub-title {
     font-size: 24px;
\    background: linear-gradient(117.92deg, #e63700 21.16%, #ffc328 91.58%);
    margin-bottom: 20px;
    background-clip: text;
    font-family: 'visuelt-lightnew';
    -webkit-text-fill-color: transparent;
}

.content-side {
    flex: 1;
}

.description-text {
     font-size: 18px;
    color: #01091e;
    font-family: 'visuelt-Regular';
    margin-bottom: 20px;
    line-height: 30px;
}

.cta-section {
    margin-top: 30px;
}

.cta-link {
display: inline-block;
    background: linear-gradient(117.92deg, #e63700 21.16%, #ffc328 91.58%);
    color: #fff;
    padding: 15px 20px;
    text-decoration: none;
    font-family: 'visuelt-medium';
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
}

/* another sec card sec*/
.why-unit42 {
    color: #fff;
    padding: 60px 20px 0px 20px;
    text-align: center;
    max-width: 1235px;
    margin: 0 auto;
}

.why-header h2 {
    background: linear-gradient(117.92deg, black 21.16%, #473EFF 91.58%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 42px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'visuelt-Bold';
}

.why-header h3 {
   font-size: 24px;
    margin-bottom: 20px;
    color: #011329;
    text-transform: uppercase;
    font-family: 'visuelt-medium';
}

.why-header p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 50px;
    max-width: 800px;
    font-family: 'visuelt-lightnew';
    margin-left: auto;
    margin-right: auto;
    color: #000519;
}

.why-features {
       display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.feature {
flex: 1;
    max-width: 300px;
    margin: 10px;
    padding: 20px 20px;
    text-align: left;
    border: 5px solid #473EFF;
}

.feature img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.feature h4 {
  margin-top: 30px;
    font-size: 22px;
    margin-bottom: 15px;
    text-transform: uppercase;
    background: linear-gradient(117.92deg, #211d77 90.16%, #ffc328 91.58%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'visuelt-black';
}

.feature p {
     font-family: 'visuelt-Regular';
    font-size: 14px;
    line-height: 1.5;
    color: #000519;
}
}

/* Responsive design */
@media (max-width: 768px) {
    .why-features {
        flex-direction: column;
        align-items: center;
    }

    .feature {
        max-width: 100%;
    }
}


/* Responsive Styles */
@media (max-width: 768px) {
    .expert-container {
        flex-direction: column;
        align-items: center;
    }

    .text-side, .content-side {
        margin-right: 0;
        text-align: center;
    }

    .text-side {
        margin-bottom: 30px;
    }

    .main-title {
        font-size: 28px;
    }

    .sub-title {
        font-size: 22px;
    }

    .description-text {
        font-size: 16px;
    }

    .cta-link {
        font-size: 14px;
        padding: 10px 18px;
    }
}
/* Responsive Styling */
@media (max-width: 1024px) {
    .hero h1 {
        font-size: 40px;
    }
    .hero h2 {
        font-size: 32px;
    }
    .hero p {
        font-size: 18px;
    }
   
    
}

@media (max-width: 768px) {
    .hero {
        padding: 0px 10px 40px 10px;
    }
    .hero h1 {
        font-size: 32px;
    }
    .hero h2 {
        font-size: 28px;
    }
    .hero p {
               font-size: 18px;
        line-height: 28px;
        width: 100%;
    }
    .cta-buttons {
        gap: 8px;
    }
}
@media (min-width: 480px) and (max-width: 580px) {
    .second_btn {
        padding: 12px 0px;
        font-size: 16px;
    }
}

@media screen and (max-width: 598px) {
    .why-features {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 28px;
    }
    .hero h2 {
        font-size: 24px;
    }
    .hero p {
               font-size: 14px;
        line-height: 28px;
        width: 100%;
    }
    .cta-buttons {
        gap: 4px;
    }
    .first_btn{
        padding: 12px 20px;
        font-size: 16px;
    }
    .second_btn {
        padding: 12px 0px;
        font-size: 16px;
    }
    
}


 .bec-section 
        {
                /*background: #473EFF;*/
    background-position: center;
               background-image: url(/images/banner2.jpg);
    background-position: center;
    color: #ffffff;
    padding: 80px 20px;
    text-align: center;
    margin-top: 40px;
    background-size: cover;
        }
        .bec_sec {
    max-width: 1235px;
    margin: 0 auto;
}

        .bec-section h2 
        {
             font-size: 40px;
    margin-bottom: 15px;
    font-family: 'visuelt-black';
        }

        .underline 
        {
            width: 50px;
            height: 2px;
            background-color: #e0e0e0;
            margin: 0 auto 20px;
        }

        .bec-section p 
        {
           font-size: 18px;
    line-height: 1.8;
    margin: 10px 0;
    font-family: 'visuelt-lightnew';

        }

        .bec-section a 
        {
            color: #C8E4DD;
            text-decoration: none;
            font-weight: bold;
        }

        .bec-section a:hover 
        {
            text-decoration: underline;
        }

        /* Media Queries for Responsive Design */
        @media (max-width: 768px) 
        {
            .bec-section 
            {
                padding: 40px 15px;
            }

            .bec-section h2 
            {
                font-size: 32px;
            }

            .bec-section p 
            {
                font-size: 16px;
            }

            .underline 
            {
                width: 40px;
            }
        }

        @media (max-width: 480px) 
        {
            .bec-section 
            {
                padding: 60px 10px;
            }

            .bec-section h2 
            {
                font-size: 28px;
            }

            .bec-section p 
            {
                font-size: 14px;
            }

            .underline 
            {
                width: 30px;
            }
        }

        @media (max-width: 360px) 
        {
            .bec-section h2 
            {
                font-size: 24px;
            }

            .bec-section p 
            {
                font-size: 12px;
            }

            .underline 
            {
                width: 25px;
            }
        }
        
        .bec-workflow-section {
            max-width: 1200px;
            margin: 0 auto;
            padding: 60px 20px;
            text-align: center;
            background-color: #ffffff;
        }

        .bec-workflow-section h2 {
       font-size: 38px;
    color: #000519;
    margin-bottom: 40px;
    font-family: 'visuelt-Bold'; }

        .steps-container {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 40px;
            margin: 0 auto;
            max-width:960px;
        }
        .step-icon {
            font-size: 40px;
            color: #084D43;
        }

        .step-content {
            text-align: left;
        }

        .step-title {
          font-size: 20px;
    font-weight: bold;
    color: #000519;
    margin-bottom: 10px;
    font-family: 'visuelt-black';
    text-align: center;
        }

        .step-description {
                font-size: 18px;
    color: #333;
    line-height: 1.6;
    text-align: center;
    font-family: 'visuelt-Regular';
        }
        .img_top{
            margin-bottom: 20px;
        }
        .step {
       max-width: 400px;
    margin: 0 auto;
    border: 2px solid #1865b44f;
    padding: 10px 20px;
}
        /* Responsive styles */
        @media (max-width: 768px) {
            .steps-container {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .bec-workflow-section h2 {
                font-size: 28px;
            }

            .step-icon {
                font-size: 35px;
            }

            .step-title {
                font-size: 18px;
            }

            .step-description {
                font-size: 15px;
            }
        }

        @media (max-width: 480px) {
            .bec-workflow-section h2 {
                font-size: 24px;
            }

            .step-title {
                font-size: 16px;
            }

            .step-description {
                font-size: 14px;
            }
        }
         @media screen and (min-device-width: 1440px) and (max-device-width: 3620px){
    .visible-box:hover {
        height: 200px !important;
    }
}

        @media only screen and (min-width:1440px){
            .close-link{
              display: none;
            }
          }
          
          @media screen and (min-device-width: 860px) and (max-device-width: 1200px){
              
              
              .text-image-section {
    display: flex !important;
    flex-wrap: wrap;
    padding: 120px 0px 60px 0px !important;
   
    flex-direction: row !important;
}
.inc_head {
    font-size: 34px !important;
    line-height: 40px;
}
.border_left {
   
    padding: 40px 0px 40px 40px !important;
    
}
          }
          
          
 /* @media screen and (min-device-width: 268px) and (max-device-width: 768px){
    .visible-box.m1:hover{
        height: 285px !important;
    }
      
      .visible-box.m2:hover{
        height: 280px !important;
    }
      
      .visible-box.m3:hover{
        height: 262px !important;
    }
        
}
 @media screen and (min-device-width: 768px) and (max-device-width: 3620px){
    .visible-box:hover {
        height: 195px !important;
    }
} */



@media only screen and (orientation: landscape) and (min-width: 598px) and (max-width: 1100px) {
    .for1 h2 {
        font-size: 24px;
        line-height: 32px;
    }
}