/*it is globle rule of main container*/
#mc{
    background-color:#ae8ab2 ;
    width: 80%;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 2px 5px 3px black;
    font-family: sans-serif;
}
/*for device having min-width 1200px*/
@media screen and (min-width:1200px) {
   .mcc1{
    width: 90%;
    margin: auto;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom:2px solid #101110;
   } 
   .mcc1_1{
    color: white;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    width: 70%;
    margin: auto;
    padding-bottom: 10px;
   }
   .mcc1_2{
    color: white;
    text-align: left;
    font-size:16px;
    text-transform:capitalize;
    width: 70%;
    margin: auto;
    padding-top: 10px;
   }
   #service{
    width: 90%;
    height: 830px;
    margin: auto;
    position: relative;
    color: white;
     padding-top: 15px;
    padding-bottom: 20px;
    text-align: center;
   }
   #srvc_heading{
    font-size: 22px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
   }
   #srvc_content1{
    position: absolute;
    width: 45%;
    height: 350px;
    left: 2.5%;
    top:90px;
    background-color: #9d57c9;
    border-radius: 10px;
    box-shadow: 2px 4px 3px black;
   }
   #srvc_content2{
    position: absolute;
    width: 45%;
    height: 350px;
    right: 2.5%;
    top:90px;
    background-color: #9d57c9;
    border-radius: 10px;
    box-shadow: 2px 4px 3px black;
   }
   #srvc_content3{
    position: absolute;
    width: 45%;
    height: 350px;
    right: 2.5%;
    top:480px;
    background-color: #9d57c9;
    border-radius: 10px;
    box-shadow: 2px 4px 3px black;
   }
   #srvc_content4{
    position: absolute;
    width: 45%;
    height: 350px;
    left: 2.5%;
    top:480px;
    background-color: #9d57c9;
    border-radius: 10px;
    box-shadow: 2px 4px 3px black;
   }
   .srvc_content11{
    width: 90%;
    margin: auto;
    text-align: left;
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    padding-top: 20px;
    font-weight: bold;
   }
   .srvc_content12{
     width: 90%;
    margin: auto;
    text-align: left;
    font-size: 17px;
    color: white;
    text-transform:capitalize;
    padding-top: 20px;
   }
   .srvc_content13{
     width: 90%;
    margin: auto;
    text-align: left;
    font-size: 17px;
    color: white;
    text-transform:capitalize;
    padding-top: 8px;
   }
   .a{
    text-decoration: none;
    color: blue;
   }
   .a:hover{
    color: white;
    text-shadow: 2px 4px 3px black
   }
   .a:active{
    color: #eee6e6;
    text-shadow: 1px 2px 2px grey;
   }
}
/*for small laptops of width 990px */
@media screen and (min-width:990px) and (max-width:1200px){
     .mcc1{
    width: 90%;
    margin: auto;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom:2px solid #101110;
   } 
   .mcc1_1{
    color: white;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    width: 70%;
    margin: auto;
    padding-bottom: 10px;
   }
   .mcc1_2{
    color: white;
    text-align: left;
    font-size:16px;
    text-transform:capitalize;
    width: 70%;
    margin: auto;
    padding-top: 10px;
   }
     #service{
    width: 90%;
    height: 830px;
    margin: auto;
    position: relative;
    color: white;
     padding-top: 15px;
    padding-bottom: 20px;
    text-align: center;
   }
   #srvc_heading{
    font-size: 22px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
   }
   #srvc_content1{
    position: absolute;
    width: 45%;
    height: 350px;
    left: 2.5%;
    top:90px;
    background-color: #9d57c9;
    border-radius: 10px;
    box-shadow: 2px 4px 3px black;
   }
   #srvc_content2{
    position: absolute;
    width: 45%;
    height: 350px;
    right: 2.5%;
    top:90px;
    background-color: #9d57c9;
    border-radius: 10px;
    box-shadow: 2px 4px 3px black;
   }
   #srvc_content3{
    position: absolute;
    width: 45%;
    height: 350px;
    right: 2.5%;
    top:480px;
    background-color: #9d57c9;
    border-radius: 10px;
    box-shadow: 2px 4px 3px black;
   }
   #srvc_content4{
    position: absolute;
    width: 45%;
    height: 350px;
    left: 2.5%;
    top:480px;
    background-color: #9d57c9;
    border-radius: 10px;
    box-shadow: 2px 4px 3px black;
   }
   .srvc_content11{
    width: 90%;
    margin: auto;
    text-align: left;
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    padding-top: 20px;
    font-weight: bold;
   }
   .srvc_content12{
     width: 90%;
    margin: auto;
    text-align: left;
    font-size: 16px;
    color: white;
    text-transform:capitalize;
    padding-top: 20px;
   }
   .srvc_content13{
     width: 90%;
    margin: auto;
    text-align: left;
    font-size: 16px;
    color: white;
    text-transform:capitalize;
    padding-top: 8px;
   }
   .a{
    text-decoration: none;
    color: blue;
   }
   .a:hover{
    color: white;
    text-shadow: 2px 4px 3px black
   }
   .a:active{
    color: #eee6e6;
    text-shadow: 1px 2px 2px grey;
   }
}
/*tabs like device min width 760px*/
@media screen and (min-width:760px) and (max-width:990px) {
     .mcc1{
    width: 90%;
    margin: auto;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom:2px solid #101110;
   } 
   .mcc1_1{
    color: white;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    width: 70%;
    margin: auto;
    padding-bottom: 10px;
   }
   .mcc1_2{
    color: white;
    text-align: left;
    font-size:16px;
    text-transform:capitalize;
    width: 70%;
    margin: auto;
    padding-top: 10px;
   }
      #service{
    width: 90%;
    height: 870px;
    margin: auto;
    position: relative;
    color: white;
     padding-top: 15px;
    padding-bottom: 20px;
    text-align: center;
   }
   #srvc_heading{
    font-size: 22px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
   }
   #srvc_content1{
    position: absolute;
    width: 48%;
    height: 380px;
    left: 0%;
    top:90px;
    background-color: #9d57c9;
    border-radius: 10px;
    box-shadow: 2px 4px 3px black;
   }
   #srvc_content2{
    position: absolute;
    width: 48%;
    height: 380px;
    right: 0%;
    top:90px;
    background-color: #9d57c9;
    border-radius: 10px;
    box-shadow: 2px 4px 3px black;
   }
   #srvc_content3{
    position: absolute;
    width: 48%;
    height: 380px;
    right: 0%;
    top:490px;
    background-color: #9d57c9;
    border-radius: 10px;
    box-shadow: 2px 4px 3px black;
   }
   #srvc_content4{
    position: absolute;
    width: 48%;
    height: 380px;
    left: 0%;
    top:490px;
    background-color: #9d57c9;
    border-radius: 10px;
    box-shadow: 2px 4px 3px black;
   }
   .srvc_content11{
    width: 90%;
    margin: auto;
    text-align: left;
    font-size: 19px;
    color: white;
    text-transform: uppercase;
    padding-top: 20px;
    font-weight: bold;
   }
   .srvc_content12{
     width: 95%;
    margin: auto;
    text-align: left;
    font-size: 16px;
    color: white;
    text-transform:capitalize;
    padding-top: 20px;
   }
   .srvc_content13{
     width: 95%;
    margin: auto;
    text-align: left;
    font-size: 16px;
    color: white;
    text-transform:capitalize;
    padding-top: 8px;
   }
   .a{
    text-decoration: none;
    color: blue;
   }
   .a:hover{
    color: white;
    text-shadow: 2px 4px 3px black
   }
   .a:active{
    color: #eee6e6;
    text-shadow: 1px 2px 2px grey;
   } 
}
/*for small tabs min width 55opx*/
@media screen and (min-width:550px) and (max-width:760px){
    #mc{
        width: 90%;
    }  
    .mcc1{
    width: 90%;
    margin: auto;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom:2px solid #101110;
   } 
   .mcc1_1{
    color: white;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    width: 90%;
    margin: auto;
    padding-bottom: 10px;
   }
   .mcc1_2{
    color: white;
    text-align: left;
    font-size:16px;
    text-transform:capitalize;
    width: 90%;
    margin: auto;
    padding-top: 10px;
   }
   #service{
    width: 90%;
    height: 1220px;
    margin: auto;
    position: relative;
    color: white;
     padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
   }
   #srvc_heading{
    font-size: 20px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
   }
   #srvc_content1{
    position: absolute;
    width: 90%;
    height: 280px;
    left: 5%;
    top:70px;
    background-color: #9d57c9;
    border-radius: 10px;
    box-shadow: 2px 4px 3px black;
   }
   #srvc_content2{
    position: absolute;
    width: 90%;
    height: 280px;
    left:5%;
    top:360px;
    background-color: #9d57c9;
    border-radius: 10px;
    box-shadow: 2px 4px 3px black;
   }
   #srvc_content3{
    position: absolute;
    width: 90%;
    height:280px;
    left:5%;
    top:650px;
    background-color: #9d57c9;
    border-radius: 10px;
    box-shadow: 2px 4px 3px black;
   }
   #srvc_content4{
    position: absolute;
    width: 90%;
    height: 280px;
    left: 5%;
    top:940px;
    background-color: #9d57c9;
    border-radius: 10px;
    box-shadow: 2px 4px 3px black;
   }
   .srvc_content11{
    width: 90%;
    margin: auto;
    text-align: left;
    font-size: 19px;
    color: white;
    text-transform: uppercase;
    padding-top: 20px;
    font-weight: bold;
   }
   .srvc_content12{
     width: 95%;
    margin: auto;
    text-align: left;
    font-size: 16px;
    color: white;
    text-transform:capitalize;
    padding-top: 20px;
   }
   .srvc_content13{
     width: 95%;
    margin: auto;
    text-align: left;
    font-size: 16px;
    color: white;
    text-transform:capitalize;
    padding-top: 5px;
   }
   .a{
    text-decoration: none;
    color: blue;
   }
   .a:hover{
    color: white;
    text-shadow: 2px 4px 3px black
   }
   .a:active{
    color: #eee6e6;
    text-shadow: 1px 2px 2px grey;
   } 
}
/*for large phones and small resolution tabs */
@media screen and (min-width:420px) and (max-width:550px){
    #mc{
        width: 90%;
    }
    .mcc1{
        width: 90%;
        margin: auto;
        color: white;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom:2px solid #101110;
       } 
       .mcc1_1{
        color: white;
        text-align: center;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: bold;
        width: 95%;
        margin: auto;
        padding-bottom: 10px;
       }
       .mcc1_2{
        color: white;
        text-align: left;
        font-size:16px;
        text-transform:capitalize;
        width: 95%;
        margin: auto;
        padding-top: 10px;
       }
       #service{
        width: 90%;
        height: 1320px;
        margin: auto;
        position: relative;
        color: white;
         padding-top: 10px;
        padding-bottom: 20px;
        text-align: center;
       }
       #srvc_heading{
        font-size: 20px;
        text-align: center;
        color: white;
        text-transform: uppercase;
        font-weight: bold;
       }
       #srvc_content1{
        position: absolute;
        width: 95%;
        height: 300px;
        left: 2.5%;
        top:70px;
        background-color: #9d57c9;
        border-radius: 10px;
        box-shadow: 2px 4px 3px black;
       }
       #srvc_content2{
        position: absolute;
        width: 95%;
        height: 300px;
        left:2.5%;
        top:380px;
        background-color: #9d57c9;
        border-radius: 10px;
        box-shadow: 2px 4px 3px black;
       }
       #srvc_content3{
        position: absolute;
        width: 95%;
        height:300px;
        left:2.5%;
        top:690px;
        background-color: #9d57c9;
        border-radius: 10px;
        box-shadow: 2px 4px 3px black;
       }
       #srvc_content4{
        position: absolute;
        width: 95%;
        height: 300px;
        left: 2.5%;
        top:1000px;
        background-color: #9d57c9;
        border-radius: 10px;
        box-shadow: 2px 4px 3px black;
       }
       .srvc_content11{
        width: 95%;
        margin: auto;
        text-align: left;
        font-size: 19px;
        color: white;
        text-transform: uppercase;
        padding-top: 20px;
        font-weight: bold;
       }
       .srvc_content12{
         width: 95%;
        margin: auto;
        text-align: left;
        font-size: 15px;
        color: white;
        text-transform:capitalize;
        padding-top: 20px;
       }
       .srvc_content13{
         width: 95%;
        margin: auto;
        text-align: left;
        font-size: 15px;
        color: white;
        text-transform:capitalize;
        padding-top: 5px;
       }
       .a{
        text-decoration: none;
        color: blue;
       }
       .a:hover{
        color: white;
        text-shadow: 2px 4px 3px black
       }
       .a:active{
        color: #eee6e6;
        text-shadow: 1px 2px 2px grey;
       } 
}
/*for mobiles max width 420px*/
@media screen and (max-width:420px){
    #mc{
        width: 93%;
    }
    .mcc1{
        width: 95%;
        margin: auto;
        color: white;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom:2px solid #101110;
       } 
       .mcc1_1{
        color: white;
        text-align: center;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: bold;
        width: 95%;
        margin: auto;
        padding-bottom: 10px;
       }
       .mcc1_2{
        color: white;
        text-align: left;
        font-size:15px;
        text-transform:capitalize;
        width: 95%;
        margin: auto;
        padding-top: 10px;
       }
       #service{
        width: 95%;
        height: 1320px;
        margin: auto;
        position: relative;
        color: white;
         padding-top: 10px;
        padding-bottom: 20px;
        text-align: center;
       }
       #srvc_heading{
        font-size: 20px;
        text-align: center;
        color: white;
        text-transform: uppercase;
        font-weight: bold;
       }
       #srvc_content1{
        position: absolute;
        width: 95%;
        height: 300px;
        left: 2.5%;
        top:70px;
        background-color: #9d57c9;
        border-radius: 10px;
        box-shadow: 2px 4px 3px black;
       }
       #srvc_content2{
        position: absolute;
        width: 95%;
        height: 300px;
        left:2.5%;
        top:380px;
        background-color: #9d57c9;
        border-radius: 10px;
        box-shadow: 2px 4px 3px black;
       }
       #srvc_content3{
        position: absolute;
        width: 95%;
        height:320px;
        left:2.5%;
        top:690px;
        background-color: #9d57c9;
        border-radius: 10px;
        box-shadow: 2px 4px 3px black;
       }
       #srvc_content4{
        position: absolute;
        width: 95%;
        height: 300px;
        left: 2.5%;
        top:1020px;
        background-color: #9d57c9;
        border-radius: 10px;
        box-shadow: 2px 4px 3px black;
       }
       .srvc_content11{
        width: 95%;
        margin: auto;
        text-align: left;
        font-size: 19px;
        color: white;
        text-transform: uppercase;
        padding-top: 20px;
        font-weight: bold;
       }
       .srvc_content12{
         width: 95%;
        margin: auto;
        text-align: left;
        font-size: 15px;
        color: white;
        text-transform:capitalize;
        padding-top: 20px;
       }
       .srvc_content13{
         width: 95%;
        margin: auto;
        text-align: left;
        font-size: 15px;
        color: white;
        text-transform:capitalize;
        padding-top: 5px;
       }
       .a{
        text-decoration: none;
        color: blue;
       }
       .a:hover{
        color: white;
        text-shadow: 2px 4px 3px black
       }
       .a:active{
        color: #eee6e6;
        text-shadow: 1px 2px 2px grey;
       } 
}