@media(max-width:3000px) and (min-width:280px)

{
    .container
    {
        width:985px;
        margin:0 auto !important;
    }
    /* start products page section */
    /* .tblcustmss th
    {
        width: 193px;
    background-color: #01102f;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    } */

/* start whatsp icon */
.whapspicn {
    position: fixed;
    bottom: 15px;
    border-radius: 5px !important;
    background-color: #4AC959 !important;
    padding: 0px 14px !important;
    z-index: 9999;
    left: 20px;
}
.whapspicn a {
    color: #fff !important;
    font-size: 31px !important;
}
/* end whtsp icon */

    .tblcustmss th
    {
        width:193px ;
        text-transform: uppercase;
        font-weight: 500;
    }
    .prdtcontnt
    {
        text-align:left !important;
    }
    .prdtcbgcchagss
    {
        background-color:#f7f7f7 !important;
        height:234px;
        /* padding:10% !important; */
    }
    .pdddprdct
    {
        padding:5% 10% 0 10%!important;
    }
    /* start top bar section */
    .prdctmenussss
    {
        width:100% !important;
        margin:0 auto !important;
    }
    .bblss
    {
        padding:15px !important;
    }
    .bblss li
    {
list-style:disc !important;
    }
    .prdctmenussss li:last-child
    {
        border-right:none !important;
    }
    .pdddprdct p
    {
        height:92px !important;
    }
    .prdctmenussss li:hover
    {
        background-color:#e40e14 ;
    }
    .activeproduct
    {
        background-color:#e40e14;
    }
    .prdctmenussss li
    {
float:left !important;
padding:5px 12px !important;
font-size:14px !important;
text-transform: uppercase;
border-right:1px solid #fff;
    }
    .prdctmenussss li a
    {
        color:#fff !important;
    }
    /* end top bar section */
    .blubtnss
    {
        background-color:#01102f !important;
    }
    .blubtnss:hover
    {
        background-color:#000 !important; 
    }
    
   
  
   
  
    /* end products page section */

    /* start enquiry page section */
    .bgcgrysssg
{
    background-color:#f2f2f2 !important;
    padding:90px 70px !important;
}
.enquibtnss
{
    width:200px !important;
    border-radius:25px !important;
    text-transform: uppercase !important;
}
    /* end enwuiry page section */

/* start testimonial section */
.testimonialsss
{
    padding: 12%;
    height:186px !important;
    background-color:#fff !important;
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
    border-radius:6px !important;
}
.testimonialsss::after
{
    border-top-color: #d6d5d5;
    left: 15%;
    border-width: 10px;
    margin-left: -10px;
    top: 82%;
    left: 19%;
    border: solid black;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(245, 245, 245, 0);
    border-top-color: #d6d6d6;
    border-width: 11px;
    margin-left: -15px;
    z-index: 9;
}
.testtitless
{
    font-size: 18px;
    padding-left: 30px;
    margin-top: 19px;
    color:#000;
}
.testimonialsss p
{
    font-size:13px !important;
    color:#000 !important;
}
/* end testimonial section */


/* start product page section */
.prdhght
{
    height:auto !important;
}
.prdhght .pdddprdct
{
    padding-top:0 !important;
}
.prdhght .pdddprdct h5 
{
    text-align:center !important;
}
.bredtitless
{
    padding:58px 0;
}
.bredtitless h2
{
color:#fff !important;
font-size:24px !important;
}
.detlsprdcts p
{
    margin-bottom:10px !important;
}
.pro-large-img
{
    position: relative;
    padding-left: 30px;
    padding-top: 30px;
    z-index: 1;
}
.pro-large-img:after {
    border: 5px solid #e40e14;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    z-index: -1;
}
/* end product page section */


/* start nav drop down section */
.dprhgt li
{
    border-bottom:1px dashed #f00 !important;
}
.dprhgt li a
{
    padding-left:0 !important;
}
/* end nav drop down section */






/* start catelogue section */
.cataloguesss
{
    padding:10px 37px !important;
    color:#fff !important;
    background-color:#e40e14  !important;
    border-radius:15px !important;
}
/* end catelogue section */
/* start services section */
.triple-offer-box {
    text-align: center;
    background-color: #ffffff;
    padding: 30px 25px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    height: 320px;
}
.single-instructor-member {
    position: relative;
    background: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    box-shadow: 0px 8px 16px 6px rgba(146, 184, 255, 0.2);
    text-align: center;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.triple-offer-box .icon {
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    border: 1px dashed #91d3fc;
    border-radius: 50%;
    font-size: 45px;
    color: #91d3fc;
    -webkit-animation: border-transform 10s linear infinite alternate forwards;
    animation: border-transform 10s linear infinite alternate forwards;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}
.triple-offer-box .icon i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.triple-offer-box p {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 1.8;
    color:#727695 !important;
    font-size: 13px;
}
.single-instructor-member:hover::after, .single-instructor-member:focus::after {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
    -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}
/* .triple-offer-box:hover .icon {
    background-color: #06518a;
    color: #ffffff;
    border-color: #ffffff;
} */
.single-instructor-member::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}
.icon h3
{
    line-height: 81px !important;
    font-size: 44px !important;
}


.triple-offer-box h3 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #06518a;
}
/* end services section */





/* start header section */
.product-name h5 a:hover
{
color:#dd2a1c  !important;
text-decoration:none !important;
}


/* end header section */
/* start product section */
.product-name 
{
text-align:center ;
}

.product-caption
{
    padding:15px 0 ;
}
.brdrline
{
/* border:1px solid #a7bdec  !important;
border-radius:10px !important; */
}
.prdtcontnt h5
{
    margin-bottom:15px !important;
}
.prdtcenqu
{
  
    margin-top:15px !important;
}
.prdtcenqu12 li
{
    padding:10px 18px !important;
}
.prdtcenqu li:last-child
{
    background-color:#01102f;
    padding:10px 48px !important;
}
.hghtdn
{
    height:220px !important;
}
.prdtcenqu12 li:last-child
{
    padding:10px 10px !important;
}
.prdtcenqu li
{
    float: left !important;
    background-color: #e40e14;
    padding: 10px 47px ;
}
.prdtcenqu li p a 
{
    color:#fff !important;
}
.vewmr a
{
    color:#e40e14 !important;
}
.vewmr
{
    
   
    color:#e40e14 !important;
 
}
.prdtcontnt h5 a
{
font-size:18px !important;
color:#000 !important;
margin-bottom:15px !important;
}
/* end product section */

/* start testimonial section */
/* Float Shadow */
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
  }
  .hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */
  }
  .hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
  }
/* end testimonial section */


    


    .tesisliderrs
    {
        padding:40px 40px !important;
        background-color:#01102f  !important;
        box-shadow:0 0 11px rgba(0,0,0,0.10) !important;
        border-radius:5px !important;
        text-align:center !important;
        margin:15px 0 !important;

    }
    .tesisliderrs p
    {
        font-size:13px !important;
        line-height:25px !important;
        color:#fff !important;
        font-weight:450px !important;
        margin-bottom:15px !important;
    }
    .tesisliderrs h3
    {
        color:#fff !important;
        font-size:20px !important;
        font-weight:500 !important;
    }
    /* start testimonial section */
    .tesibtn
    {
        position: absolute;
        top:50% !important;
        left:-50px !important;
    }
    .tesibtn1
    {
        position: absolute;
        top:50% !important;
        right:-50px !important;
    }
    /* end testimonial section */
    
}




@media(max-width:579px) and (min-width:280px)
{ 
    .navbar-dark .navbar-brand img
    {
        width:222px !important;
    }
    .section-space
    {
        padding-top:40px !important;
    }
    .section-space
    {
        padding-bottom:40px !important;
    }
    .hero-slider-item
    {
        height:185px !important;
    }
    .hghtdn
    {
        height:auto !important;
    }
    .bredtitless
    {
        padding-bottom:15px !important; 
    }
    .phone .col-lg-3
    {
        padding:0 15px !important;
    }
    .product-details-des
    {
        margin-top:0px !important;
    }
    .tblcustmss th
    {
        width:auto !important;
    }
    .blubtnss
    {
        margin-top:15px !important;
    }
    .dropdown-menu li:last-child
    {
        border-bottom:none !important;
    }
    .pdddprdct p
    {
        height: auto !important;    
    }
    .dropdown-menu li
    {
        border-bottom:1px dashed #e40e14 !important;
    }
    .dropdown-menu li a
    {
        font-size:13px !important;
    }
    .dropdown-menu
    {
        background-color:#000 !important;
    }
    .bgcgrysssg
    {
        padding:40px 15px !important;
    }
    .phone .col-lg-9
    {
        padding:0 15px !important;
    }

    .email .col-lg-9
    {
        padding:0 15px !important;
    }

    .navbar-nav
    {
        background-color:#000 !important;
        padding:0 15px !important;
    }
    .breadcrumb-wrap
    {
        padding-top:0 !important;
    }
    .breadcrumb-wrap .breadcrumb
    {
        display:-webkit-box !important;
    }
    .bredtitless
    {
        text-align:center !important;
    }
    .mbldrp a
{
    color:#fff !important;
}
    .mbldrp
    {
        padding:5px 0 !important;
        border-bottom:1px dashed #e40e14 !important;
        color:#fff !important;
    }
    .navbar-dark .navbar-nav .nav-link
    {
        border-bottom:1px dashed #e40e14 !important;
        color:#fff !important;
    }
    .navbar-toggler
    {
        background-color:#000 !important;
    }
    .container
    {
        width:100% !important;
    }
    .slick-next
    {
        right: 0 !important;
    }
}