.mobile-right
{
text-align: end;}
header
{
    padding: 20px 0px;
}
.mobile-right a
{
        background-color: #e12933;
    padding: 12px 30px;
    border-radius: 30px;
    color: #fff;
        transition: .3s linear;
}
.my-icon-call-nav
{
    margin-right: 8px;
}
.mobile-right a:hover
{
    background-color: #00696c;
    transform: translateY(-10px);
}
/* .tabing-spaces:nth-child(1),.tabing-spaces:nth-child(4),.tabing-spaces:nth-child(7)
{
       background-color: rgba(138, 228, 246, 0.15);
    padding: 50px;
    border-radius: 20px;
    box-shadow: 2px 3px 10px rgb(0 0 0 / 8%);
    margin-top: 50px;
}
.tabing-spaces:nth-child(3),.tabing-spaces:nth-child(6),.tabing-spaces:nth-child(9)
{
    background-color: #ffe4de;
      padding: 50px;
    border-radius: 20px;
    box-shadow: 2px 3px 10px rgb(0 0 0 / 8%);
    margin-top: 50px;
}
    .tabing-spaces:nth-child(2),.tabing-spaces:nth-child(5),.tabing-spaces:nth-child(8)
{
    margin-top: 50px;
    background-color: #fdf3da;
        box-shadow: 2px 3px 10px rgb(0 0 0 / 8%);
            padding: 50px;
    border-radius: 20px;


}*/
 .tabing-spaces:nth-child(1),.tabing-spaces:nth-child(3),.tabing-spaces:nth-child(5),.tabing-spaces:nth-child(7),.tabing-spaces:nth-child(9)
{
       background-color: rgba(138, 228, 246, 0.15);
    padding: 50px;
    border-radius: 20px;
    box-shadow: 2px 3px 10px rgb(0 0 0 / 8%);
    margin-top: 50px;
}
 .tabing-spaces:nth-child(2),.tabing-spaces:nth-child(4),.tabing-spaces:nth-child(6),.tabing-spaces:nth-child(8)

 {
    margin-top: 50px;

 }
 .whychoose
 {
    padding: 40px 0px 60px;
 }
.logo01
{
    display: flex;
    justify-content: space-between;
}
.calling-header {
    background-color: #e12933;
    padding: 8px 15px;
    border-radius: 30px;
    height: 38px;
}
.calling-header:hover
{
      background-color: #e12933;
    padding: 8px 15px;
    border-radius: 30px;
    height: 38px;
}
.calling-header img
{
    height: 20px !important;
}
.calling-header span
{
    color: #fff;
}

@media (max-width: 991px) {
.services__shape-wrap{
display:none;
}
.tabing-spaces
{
    padding: 20px !important;
}
.whychoose
{
    padding: 40px 0px 20px;
}

}