

@media(max-width:576px){
    .service-price img{
        margin-top: 300px !important;
    }

    .pricing-table .center-btn .nav-item{
        padding: 10px 0px !important;
    }


    .form-group label{
        margin-top:-182px !important
    }

    #slider-3-slide-3-layer-8{
        margin-top: 13px !important;
    }

    #slider-3-slide-3-layer-7{
        margin-top: 13px !important;
    }
    #slider-3-slide-3-layer-2{
        display: none;
    }

    .main-content{
        margin-top: 80px !important;
    }
}

@media(max-width: 768px){
    .fix-logo{
        display: none;
       }

       #slider-3-slide-3-layer-2{
        display: none;
    }
}

#slider-3-slide-3-layer-5{
    font-size: 41px !important;
}

#slider-3-slide-3-layer-2{
    height: 600px !important;
    width: 600px !important;
    margin-left: 100px !important;
    margin-top: -50px !important;
}

.fix-logo{
    height: 360px !important;
    width:  360px !important;
    margin-top: 75px !important;
}


.job_section {
    background-color: white;
    color: #ffffff;
  }
  
  .job_section .heading_container {
    margin-bottom: 15px;
  }
  
  .job_section .job_container {
    margin-top: 45px;
  }
  
  .job_section .job_heading {
    margin-bottom: 0;
    text-transform: uppercase;
  }
  
  .job_section .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    border: 1px solid #a4a4a4;
    margin-top: 25px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border-radius: 5px;
  }
  
  .job_section .box .job_content-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .job_section .box .img-box {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    margin-right: 20px;
    border: 1px solid #717171;
    background-color: #ffffff;
  }
  
  .job_section .box .img-box img {
    width: 100%;
  }
  
  .job_section .box .detail-box h5 {
    font-weight: 600;
  }
  
  .job_section .box .detail-box .detail-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .job_section .box .detail-box .detail-info h6 {
    margin: 0;
    margin-right: 15px;
  }
  
  .job_section .box .option-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
  
  .job_section .box .option-box .fav-btn {
    margin-right: 25px;
    border: none;
    background: none;
    outline: none;
    font-size: 20px;
    color: inherit;
  }
  
  .job_section .box .option-box .apply-btn {
    display: inline-block;
    padding: 5px 15px;
    background-color: #213092;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border: 1px solid #213092;
    outline: none;
  }
  
  .job_section .box .option-box .apply-btn:hover {
    background-color: transparent;
    color: #213092;
  }
  
  .job_section .box .option-box .apply-btn:hover {
    color: #ffffff;
  }
  
  .job_section .btn-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 45px;
  }
  
  .job_section .btn-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #e41a2b;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border: 1px solid #e41a2b;
    outline: none;
  }
  
  .job_section .btn-box a:hover {
    background-color: transparent;
    color: #e41a2b;
  }