.jit_why_choose_hading_main1{
    /* margin: 40px; */
    /* margin-top: 320px; */

}
 .jit_why_choose_hading{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:30px;
    color: rgb(6, 6, 90);;
 }  
 .jit_highlider_main{
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .jit_highlider{
    border: 1.5px solid rgb(6, 6, 90);
    width:50px;
    margin: 4px;
 }
 .jit_highlider_icon i{
    font-size:27px;
 }
 


  .som-main .somnath6 .hm-desk{
    /* width: 100%; */
    /* height: 700px; */
    /* border: solid green; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  
  .som-main .somnath6 .hm-desk .main{
    width: 530px;
    /* height: 600px; */
    /* border: solid green; */
  }
  .som-main .somnath6 .hm-desk .main .heading{
    /* width: 100%; */
    height: 60px;
    /* border: solid teal; */
    

  }
  .som-main .somnath6 .hm-desk  .main .image{
    width: 100%;
    height: 460px;
    /* border: solid blue; */
   /* display: flex;
   align-items: center;
   justify-content: center; */

  }

  .som-main .somnath6 .hm-desk .main .image .border-1{
    width: 300px;
    height: 350px;
    border-bottom-right-radius: 130px;
    position: relative;
    background: #cff746;;
    margin: 20px 100px;
    /* border: solid black; */
  }
  .som-main .somnath6 .hm-desk .main .image  .border-1 .sub-border{
    width: 300px;
    height: 350px;

    margin: 30px 30px;
    border-radius: 90px 0px ;
    position: absolute;
    z-index: 3;
    transition: 0.8s all ease;
    
   
  }
  .som-main .somnath6 .hm-desk .main .image  .border-1 .sub-border img{
    width: 100%;
    height: 100%;
    border-radius: 90px 0px ;
  }
  .som-main .somnath6 .hm-desk .main .image  .border-1 .sub-border:hover{
    /* box-shadow:rgba(3px 3px 5px 4px gray); */
    /* margin-top: -15px; */
    transform: scale(0.9);
    transition: 0.9s all ease;
  }
  .som-main .somnath6 .hm-desk .main .image  .border-1 .sub-sub-border{
    width: 300px;
    height: 350px;
    margin: 30px 30px;
    border-top-left-radius: 130px;
    position: absolute;
    top: 10%;
    left: 10%;
    background-color: rgb(6, 6, 90);;

  }
  .som-main .somnath6 .hm-desk .main .detail{
    width: 500px;
    height: 50px;
    /* border: solid greenyellow; */
    font-size: 23px;
    text-align: end;
    font-family: bell MT;

  }
  .som-main .somnath6 .hm-desk .text{
    width: 650px;
    /* height: 600px; */
    /* border: solid black; */
    /* text-align: end; */
  }
  .som-main .somnath6 .hm-desk .text .txt-heading{
    /* width: 100%;  */
    height: 50px;
    margin-top: 25px;
    /* border: solid blue; */
    color: rgb(6, 6, 90); ;
    font-size: 30px;
    font-weight: 700;
    /* text-align: center; */
    /* padding: 40px 0; */
  }
  .som-main .somnath6 .hm-desk .text .message{
    width: 90%;
    height: auto;
    /* border: solid cadetblue; */
    font-size: 16px;
    text-align: justify;
    /* padding-top: 15px; */
  }
  .som-main .somnath6 .hm-desk .text .contact{
    /* width: 100%; */
    height: 100px;
    /* border: solid firebrick; */
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .som-main .somnath6 .hm-desk .text .contact .lrn-more{
    width: 166px;
    height:55px;
    /* border: solid green; */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .som-main .somnath6 .hm-desk .text .contact .lrn-more button{
    width: 126px;
    height:45px;
    font-size: 15px;
    border: none;
    border-radius: 6px;
    box-shadow: 0 2px 20px rgba(34, 30, 31, 0.1);
    color: #000;
    border: 2px solid #14d1b2;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    z-index: 1;

  }
  .som-main .somnath6 .hm-desk .text .contact .lrn-more button::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:rgb(76, 213, 197);
    transform: translateX(-100%);
    transition: .4s;
    z-index: -1;
  }
  .som-main .somnath6 .hm-desk .text .contact .lrn-more button:hover::before{
    transform: translateX(0);
    transition: .7s;
    
  }
  .som-main .somnath6 .hm-desk .text .contact .cont-num{
    width:350px;
    /* height: 90px; */
    /* border: solid blue; */
    display: flex;
    /* justify-content: space-evenly; */
    align-items: center;
  }
  .som-main .somnath6 .hm-desk .text .contact .cont-num .main-icn{
    /* width: 70px;
    height: 90px; */
    /* border: solid goldenrod; */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .som-main .somnath6 .hm-desk .text .contact .cont-num .main-icn .icon{
    width: 42px;
    height: 45px;
    border: 1px solid grey;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;

  }
  .som-main .somnath6 .hm-desk .text .contact .cont-num .number{
    width: 250px;
    /* height: 90px; */
    /* border: solid greenyellow; */
  } 
  .som-main .somnath6 .hm-desk .text .contact .cont-num .number .num-head{
    /* width: 100%; */
    height: 40px;
    /* border: solid firebrick; */
    /* text-align: center; */
  padding: 8px 10px;

  }
  .som-main .somnath6 .hm-desk .text .contact .cont-num .number .num{
    /* width: 100%; */
    height: 50px;
    /* border: solid gold; */
    padding: 7px 10px;
  }
  .som-main .somnath6 .hm-desk .text .nme-hm{
    /* width: 100%; */
    height: 220px;
    /* border:1px solid seagreen; */
    display: flex;
    /* justify-content: space-evenly; */
    align-items: center;
  }
  .som-main .somnath6 .hm-desk .text .nme-hm .nme-1{
    width: 250px;
    height: 200px;
    transition: .7s;
    box-shadow: 0 2px 20px rgba(34, 30, 31, 0.2);
    margin-left: 8px;
    border-radius: 6px;
  }
  .som-main .somnath6 .hm-desk .text .nme-hm .nme-1:hover{
    /* box-shadow: none; */
    transition: .6s;
    box-shadow: 0 2px 20px rgba(34, 30, 31, 0.5);
    /* border: 1px solid #e7e7e7; */
  }
  .som-main .somnath6 .hm-desk .text .nme-hm .nme-1 .sub-nme-1{
    /* width: 100%; */
    height: 60px;
    /* border: solid turquoise; */
    font-size: 40px;
    padding: 0 10px;
  }
  .som-main .somnath6 .hm-desk .text .nme-hm .nme-1 .sub-nme-2{
    /* width: 100%; */
    height: 40px;
    /* border: solid turquoise; */
    font-size: 19px;
    font-weight: 600;
    padding: 0 10px;
  }
  .som-main .somnath6 .hm-desk .text .nme-hm .nme-1 .sub-nme-3{
    /* width: 100%; */
    height: 100px;
    /* border: solid turquoise; */
    padding: 0 10px;
  }
  .som-main .somnath6 .hm-desk .text .nme-hm .nme-2{
    width: 250px;
    height: 200px;
    transition: .7s;
    margin-left: 32px;
    /* border: solid teal; */
    box-shadow: 0 2px 20px rgba(34, 30, 31, 0.2);
    /* border: 1px solid #e7e7e7; */
    border-radius: 6px;
      }
      .som-main .somnath6 .hm-desk .text .nme-hm .nme-2:hover{
        box-shadow: 0 2px 20px rgba(34, 30, 31, 0.5);
        transition: .6s;
      }
      .som-main .somnath6 .hm-desk .text .nme-hm .nme-2 .sub-nme-1{
        /* width: 100%; */
        height: 60px;
        /* border: solid turquoise; */
        font-size: 40px;
        padding: 0 10px;
      }
      .som-main .somnath6 .hm-desk .text .nme-hm .nme-2 .sub-nme-2{
        /* width: 100%; */
        height: 40px;
        /* border: solid turquoise; */
        font-size: 19px;
        font-weight: 600;
        padding: 0 10px;
      }
      .som-main .somnath6 .hm-desk .text .nme-hm .nme-2 .sub-nme-3{
        /* width: 100%; */
        height: 100px;
        /* border: solid turquoise; */
        padding: 0 10px;
      }