.ankan_main .main_platinam{
    /* height: 600px; */
    /* width: 100%; */
    display: flex;
    flex-wrap: wrap;
    /* background-color: #e9f6f5; */
    /* background-image: url(blur.jpg); */
    /* background-color: rgb(242, 239, 239); */
    background-image: url(assets/images/home/75_years/water_mark.png);
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    margin-top: -39px;
    /* margin-top: 298px; */
    /* border: 1px solid red; */
}
.ankan_main .main_platinam .sub_platinam{
    /* width: 50%; */
    width: 670px;
    display: flex;
    justify-content: center;
    align-items: center;

    /* flex-wrap: wrap; */
    /* border: 1px solid blue;     */
}
.ankan_main .main_platinam .sub_platinam .all_item{
    /* height: 640px; */
    width: 530px;
    /* border: 1px solid green; */
}
.ankan_main .main_platinam .sub_platinam .all_item .logo{
    height: 205px;
    width:205px;
    /* border: 1px solid red; */
}

.ankan_main .main_platinam .sub_platinam .all_item .logo img{
    height: 100%;
    width: 100%;
}
.ankan_main .main_platinam .sub_platinam .all_item .heading{
    font-size: 35px;
    font-weight: 600;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(5, 5, 114);
    /* border: 1px solid blue; */
}
.ankan_main .main_platinam .sub_platinam .all_item .text{
    margin-top: 10px;
    font-size:16px;
    color: rgb(44, 40, 40);
    font-family: initial;
    /* text-align: justify; */
    /* border: 1px solid yellow; */
}
.ankan_main .main_platinam .sub_platinam .all_item .main_body{
    height: 170px;
    display: flex;
    margin-top: 20px;
    background-color:#e9f6f5;
    /* border: 1px solid red; */
}
.ankan_main .main_platinam .sub_platinam .all_item .main_body .sub_body{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid green; */
}
.ankan_main .main_platinam .sub_platinam .all_item .main_body .sub_body .body{
   height: 143px;
   width: 236px;
   /* border: 1px solid blue; */
}
.ankan_main .main_platinam .sub_platinam .all_item .main_body .sub_body .body img{
    height: 100%;
    width: 100%;
   transition: 2s;
}
.ankan_main .main_platinam .sub_platinam .all_item .main_body .sub_body .body img:hover{
    transform: scale(1.1);
  

}
.ankan_main .main_platinam .sub_platinam .all_item .main_body .sub_body .body .body_line{
    height: 30px;
    margin: 4px 0px;
    display: flex;
    /* width: 180px; */
    /* border: 1px solid red; */
}
.ankan_main .main_platinam .sub_platinam .all_item .main_body .sub_body .body .body_line .icon{
    width: 8%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-top: 5px;
    border: 1px solid green;
}
.ankan_main .main_platinam .sub_platinam .all_item .main_body .sub_body .body .body_line .icon:hover {
    background: rgb(121, 167, 51);
   
}
.ankan_main .main_platinam .sub_platinam .all_item .main_body .sub_body .body .body_line .icon i{
    font-size: 10px;
    color: green;

}
.ankan_main .main_platinam .sub_platinam .all_item .main_body .sub_body .body .body_line .icon:hover i{
    color:rgb(240, 238, 238);
}
.ankan_main .main_platinam .sub_platinam .all_item .main_body .sub_body .body .body_line .line{
    /* width: 80%; */
    /* display: flex; */
    color: rgb(7, 7, 7);
    font-weight: 400;
    margin-left: 6px;
    font-size: 15px;
    align-items: center;
    /* border: 1px solid purple; */
}


.ankan_main .main_platinam .sub_platinam .all_item .button{
     height: 45px;
    width: 140px;
    margin: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 500;
     background-color:rgb(74, 188, 74);
     transition: .3s; 
     border: 2px solid  rgb(76, 213, 197);  
  
}
.ankan_main .main_platinam .sub_platinam .all_item .button:hover{
    background-color:rgb(76, 213, 197);
}

.ankan_main .main_platinam .sub_platinam .all_item .button a{
    text-decoration: none;
    color: rgb(255, 255, 255);
    justify-content: space-evenly;
    text-decoration: none;

}




.ankan_main .main_platinam .sub_platinam1{
    /* width: 50%; */
    width: 670px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-wrap: wrap; */
    /* border: 1px solid aqua; */
}
.ankan_main .main_platinam .sub_platinam1 .main_photo{
    height: 470px;
    width: 380px;
    /* border: 1px solid red; */
}
.ankan_main .main_platinam .sub_platinam1 .main_photo .sub_photo{
    height: 50%;
    display: flex;
    /* border: 1px solid blue; */
}
.ankan_main .main_platinam .sub_platinam1 .main_photo .sub_photo .photo_frame1{
    height: 215px;
    width: 180px;
    transition: .5s;
    box-shadow: 2px 2px 40px -18px;
    background-color: white;
    box-shadow:   0 0 0 2px white,
    0.3em 0.3em 1em rgb(20 0 0 / 60%);
    /* border: 2px solid black; */
}

.ankan_main .main_platinam .sub_platinam1 .main_photo .sub_photo .photo_frame1:hover{
    box-shadow:   0 0 0 2px white,
    0.3em 0.3em 1em rgb(20 0 0 / 60%);
    transition: 1.7s;
    transform: scale(1.1);
}

.ankan_main .main_platinam .sub_platinam1 .main_photo .sub_photo .photo_frame1 .photo1{
    height: 80%;
    margin: 5px 5px 0px 5px;
    /* border: 1px solid black; */
}
.ankan_main .main_platinam .sub_platinam1 .main_photo .sub_photo .photo_frame1 .photo1 img{
    height: 100%;
    width: 100%;
}
.ankan_main .main_platinam .sub_platinam1 .main_photo .sub_photo .photo_frame1 .text1{
    height: 17%;
    display: flex;
    justify-content: center;
    background-color: white;
    align-items: center;
    /* border: 1px solid green; */
}

.ankan_main .main_platinam .sub_platinam1 .main_photo .sub_photo .photo_frame2{
    height: 215px;
    width: 180px;
    margin:18px 0px 0px 18px;
    background-color: white;
    transition: .5s;
    box-shadow:   0 0 0 2px white,
    0.3em 0.3em 1em rgb(20 0 0 / 60%);
    /* border: 2px solid black; */
}

.ankan_main .main_platinam .sub_platinam1 .main_photo .sub_photo .photo_frame2:hover{
    box-shadow:   0 0 0 2px white,
    0.3em 0.3em 1em rgb(20 0 0 / 60%);
    transition: 1.7s;
    transform: scale(1.1);
}
.ankan_main .main_platinam .sub_platinam1 .main_photo .sub_photo .photo_frame2 .photo2{
    height: 80%;
    margin: 5px 5px 0px 5px;
    /* border: 1px solid red; */
}
.ankan_main .main_platinam .sub_platinam1 .main_photo .sub_photo .photo_frame2 .photo2 img{
    height: 100%;
    width: 100%;
}
.ankan_main .main_platinam .sub_platinam1 .main_photo .sub_photo .photo_frame2 .text2{
    height: 17%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    /* border: 1px solid green; */
}


.ankan_main .main_platinam .sub_platinam1 .main_photo .sub_photo .photo_frame3{
    height: 215px;
    width: 180px;
    /* margin: 33px 0px 0px 0px; */
    background-color: white;
    transition: .5s;
    box-shadow:   0 0 0 2px white,
    0.3em 0.3em 1em rgb(20 0 0 / 60%);
    /* border: 2px solid black; */
}

.ankan_main .main_platinam .sub_platinam1 .main_photo .sub_photo .photo_frame3:hover{
    box-shadow:   0 0 0 2px white,
    0.3em 0.3em 1em rgb(20 0 0 / 60%);
    transition: 1.7s;
    transform: scale(1.1);
}
.ankan_main .main_platinam .sub_platinam1 .main_photo .sub_photo .photo_frame3 .photo3{
    height: 80%;
    margin: 5px 5px 0px 5px;
    /* border: 1px solid red; */
}
.ankan_main .main_platinam .sub_platinam1 .main_photo .sub_photo .photo_frame3 .photo3 img{
    height: 100%;
    width: 100%;
}
.ankan_main .main_platinam .sub_platinam1 .main_photo .sub_photo .photo_frame3 .text3{
    height: 17%;
    display: flex;
    justify-content: center;
    background-color: white;
    align-items: center;
    /* border: 1px solid green; */
}

.ankan_main .main_platinam .sub_platinam1 .main_photo .sub_photo .photo_frame4{
    height: 215px;
    width: 180px;
    margin: 18px 0px 0px 18px;
    background-color: white;
    transition: .5s;
    box-shadow:   0 0 0 2px white,
    0.3em 0.3em 1em rgb(20 0 0 / 60%);
    /* border: 2px solid black; */
}

.ankan_main .main_platinam .sub_platinam1 .main_photo .sub_photo .photo_frame4:hover{
    box-shadow:   0 0 0 2px white,
    0.3em 0.3em 1em rgb(20 0 0 / 60%);
    transition: 1.7s;
    transform: scale(1.1);
}
.ankan_main .main_platinam .sub_platinam1 .main_photo .sub_photo .photo_frame4 .photo4{
    height: 80%;
    margin: 5px 5px 0px 5px;
    /* border: 1px solid red; */
}
.ankan_main .main_platinam .sub_platinam1 .main_photo .sub_photo .photo_frame4 .photo4 img{
    height: 100%;
    width: 100%;
}
.ankan_main .main_platinam .sub_platinam1 .main_photo .sub_photo .photo_frame4 .text4{
    height: 17%;
    display: flex;
    justify-content: center;
    background-color: white;
    align-items: center;
    /* border: 1px solid green; */
}