

/*=== Tab Css ===*/
@media(min-width:768px) and (max-width:959px){
    .slider-info .banner-content h2{
        font-size: 26px;
    }
    .slider-info .banner-content h1{
        font-size: 35px;
        padding-bottom: 10px;
    }
    .slider-info .banner-content p{
        font-size: 19px;
        width: 90%;
    }
    .slider-info .banner-content{
        padding-bottom: 20px;
    }
    .slider-info .request-otp h3{
        font-size: 19px;
    }
    #banner-section .slider-info{
        top: 2%;
    }
    #service-box .inside-box{
        margin-bottom: 25px;
    }

    .main-screen #header-section .custom-menu .nav li a{
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .custom-header .custom-menu .nav li input{
        position: relative;
        top: -10px;
        height: auto;
    }
    .custom-header .custom-menu .nav li .search-icon{
        top: 10px;
    }
    #user-info-section .user-bg-img{
        top: 87px;
        right: 0;
        width: 47%;
    }
    #user-info-section .user-bg-img img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    #service-box.services-tab .nav-tabs>li{
        width: 50%;
    }
    .inside-box .title-img{
        padding-bottom: 44px;
    }
    .tab-content .content-box{
        margin-bottom: 15px;
    }
    .info-btns button{
        margin-bottom: 15px;
        font-size: 13px;
    }
    .main-screen #service-box{
        padding: 40px 0;
    }
    .my-product-mega-menu{
        width: 100%;
        left: 0;
    }
    .product-detail-view{
        padding: 40px 20px 30px 0;
    }
    .product-list-box .top .title2{
        font-size: 13px;
    }
    .product-list-box .top .title1{
        font-size: 16px;
    }
    .product-list-box .product-img img{
        width: 80%;
        object-fit: contain;
    }
    .product-list-box .tags{
        font-size: 13px;
    }
    .product-list .tab button{
        font-size: 12px;
    }
    .request-mega-menu .table tr th, .request-mega-menu .table tr td{
        font-size: 12px;
    }
    .my-product-mega-menu.do-it-your-self-mega-menu{
        width: 80%;
    }
    .do-it-your-self-mega-menu .radio-btn{
        position: relative;
        top: -10px;
    }
    .do-it-your-self-mega-menu .content-box-first{
        position: relative;
        top: -27px;
    }
}

@media(min-width:960px) and (max-width:1024px){
    .slider-info .banner-content h2{
        font-size: 26px;
    }
    .slider-info .banner-content h1{
        font-size: 35px;
        padding-bottom: 15px;
    }
    .slider-info .banner-content p{
        font-size: 19px;
        width: 40%;
        line-height: 26px;
    }
    .slider-info .banner-content{
        padding-bottom: 30px;
    }
    .slider-info .request-otp h3{
        font-size: 19px;
    }
    #banner-section .slider-info{
        top: 2%;
    }
    .inside-box .title-img h2{
        font-size: 17px;
    }
    .inside-box .discription p{
        font-size: 14px;
    }

    .main-screen #header-section .custom-menu .nav li a{
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .main-screen .custom-header .custom-menu .nav li:last-child{
        padding-left: 10px;
    }
    .main-screen .custom-header .custom-menu .nav li input{
        font-size: 13px;
    }
    .main-screen .navbar-default .navbar-collapse, .navbar-default .navbar-form{
        padding: 0;
    }
    .main-screen .custom-header .col-lg-10.col-md-10.col-sm-10.col-xs-4{
        padding-right: 0;
    }
    .tab-content .content-box .product-lable span{
        font-size: 12px;
    }
    .info-btns button{
        margin-bottom: 10px;
        font-size: 14px;
    }
    .my-product-mega-menu.do-it-your-self-mega-menu{
        width: 65%;
    }
    .my-product-mega-menu{
        width: 80%;
    }
    .product-list-box .top .title1{
        font-size: 16px;
    }
    .product-list-box .top .title2{
        font-size: 14px;
    }
    .product-list-box .tags{
        font-size: 14px;
    }
    .product-list .tab button{
        font-size: 13px;
    }
}

/*=== Mobile Css ===*/
@media(max-width:767px){
    #header-section{
        padding: 15px 0;
    }
    .navbar-default .navbar-toggle .icon-bar{
        background-color:#ffffff;
        border: 0;
        width: 30px;
        height: 3px;
    }
    .navbar-default .navbar-toggle{
        border: 0;
        margin-right: 0;
        padding-right: 0;
    }
    .navbar-default .navbar-toggle:focus{
        outline: 0;
        border: 0;
        background-color: transparent;
    }
    #banner-section .slick-slide img{
        height: 100vh;
        width: 100vh;
        object-fit: cover;
    }
    .slider-info .banner-content h2{
        font-size: 22px;
        padding-bottom: 3px;
    }
    .slider-info .banner-content h1{
        font-size: 27px;
        padding-bottom: 7px;
    }
    .slider-info .banner-content p{
        font-size: 15px;
        width: 90%;
        line-height: normal;
    }
    .slider-info .banner-content{
        padding-bottom: 20px;
    }
    .slider-info .request-otp h3{
        font-size: 15px;
        padding-bottom: 0px;
    }
    #banner-section .slider-info{
        top: 2%;
    }
    .slider-info .request-otp input{
        height: 40px;
        font-size: 16px;
        width: 170px;
    }
    .slider-info .request-otp button{
        height: 44px;
        font-size: 14px;
        padding: 0 17px;
    }
    #service-box .inside-box{
        margin-bottom: 15px;
    }
    .inside-box .title-img{
        padding-bottom: 30px;
    }
    #service-box{
        padding-bottom: 40px;
    }
    #quick-show-footer .information, #quick-show-footer .foot-menu{
        margin-bottom: 20px;
    }
    #footer .foot-menu h2{
        padding-bottom: 10px;
    }
    #footer .copy-right{
        padding: 20px 0;
    }
    .custom-menu .navbar-collapse{
        position: fixed;
        left: 0;
        z-index: 99;
        background: #0060db;
        width: 100%;
        top: 75px;
    }
    #header-section .custom-menu .nav li a{
        padding: 10px 15px;
    }
    .callBackModal .modal-title, #ServiceEscalationModal .modal-title{
        font-size: 16px;
    }
    .callBackModal .modal-body input{
        font-size: 17px;
        height: 42px;
    }
    .callBackModal .modal-body button{
        height: 42px;
    }
    #ServiceEscalationModal .service-number h3{
        font-size: 15px;
    }
    #ServiceEscalationModal .modal-body button{
        padding: 3px 35px;
        margin: 15px auto 0 auto;
    }
    #ServiceEscalationModal hr{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #ServiceEscalationModal .number-btn input{
        margin: 15px 0 0 0;
        height: 36px;
    }
    #ServiceEscalationModal .service-number a{
        font-size: 17px;
    }

    #user-info-section .user-bg-img{
        display: none;
    }
    #user-info-section .info-parent{
        padding-top: 40px;
    }
    .info-btns button{
        margin-bottom: 10px;
        font-size: 12px;
    }
    .main-screen #service-box.services-tab .nav-tabs>li{
        width: 100%;
    }
    .tab-content .content-box .product-lable span{
        font-size: 12px;
    }
    .tab-content .content-box{
        margin-bottom: 15px;
    }
    #products-listing .product-list-box{
        margin-bottom: 15px;
    }
    #products-listing{
        padding-bottom: 30px;
    }

    .my-product-mega-menu{
        width:100%;
        left: 0;
        padding-top: 10px;
    }
    #header-section .my-product-mega-menu .row{
        display: inline-block;
        width: 100%;
        margin: 0;
    }
    .my-product-mega-menu .h-3{
        height: 200px;
        padding: 5px;
    }
    .my-product-mega-menu .mobile .h-3{
        height: 220px;
        padding: 5px;
        border-right: 0;
        margin-bottom: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .my-product-mega-menu .h-3.border-bottom{
        border-bottom: 1px solid #e6e6e6;
    }
    .product-list .tab button{
        font-size: 14px;
        padding-bottom: 10px;
        text-align: left;
    }
    .product-detail-view{
        padding: 15px 25px 18px 15px;
    }
    .product-list-box .top{
        display: inline-block;
    }
    .product-list-box .product-img img{
        width:70%;
    }
    .product-list-box .tags{
        display: inline-block;
        width: 100%;
        font-size: 12px;
        padding-bottom: 10px;
    }
    .product-list-box .tags .tags1, .product-list-box .tags .tags2{
        text-align: center;
        margin: 0 auto 10px auto;
    }
    .product-list-box .top .title1{
        font-size: 16px;
    }
    .product-list-box .top .title2{
        font-size: 14px;
    }
    .custom-header .custom-menu .nav li input{
        width: 100%;
    }
    .custom-header .custom-menu .nav li:last-child{
        padding-right: 20px;
    }
    .custom-header .custom-menu .nav li .search-icon{
        right: 30px;
    }
    .my-service-mega-menu .h-2{
        height: 125px;
        border: 0;
    }
    .my-product-mega-menu .pr-0{
        padding-right: 15px;
    }
    .my-product-mega-menu .pl-0{
        padding-right: 0;
    }
    .table-responsive{
        border: 0;
    }
    .my-product-mega-menu.do-it-your-self-mega-menu{
        width: 100%;
        left: 0;
    }
    .do-it-your-self-mega-menu .content-area{
        padding: 10px;
        overflow-y: scroll;
        overflow-x: hidden;
        height: 400px;
    }
    .radio-btn .custom-radio-btn:first-child{
        width: 37%;
    }
    .callBackModal .radio-btn .custom-radio-btn:first-child{
        width: 100%;
    }
    .do-it-your-self-mega-menu .title{
        padding: 12px;
    }
    .do-it-your-self-mega-menu .radio-btn{
        padding-bottom: 5px;
    }
    .do-it-your-self-mega-menu .content-box select{
        height: 38px;
        font-size: 13px;
    }
    .problem-video .video-frame iframe{
        width: 85%;
    }
    .hide-menus{
        position: absolute;
        right: 0;
        box-shadow: 0px 0px 4px #000000;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        top: 1px;
    }
    #header-section .custom-menu .nav li:hover .my-product-mega-menu.hidemegamenu{
        display: none !important;
    }
  #banner-section .slick-slide img{
		height: 1000px;
	}
    

  
}

@media(min-width:320px) and (max-width:559px){

}

@media(min-width:560px) and (max-width:767px){
    
}


@media (max-width:1000px) {
     .box{
        height: auto !important;
    }
}

@media (max-width:1000px) and (min-width: 768px){
      #banner-section .slick-slide img{
		height: 800px;
	}
}