 @media (max-width:1366px){
 	.tab-style1 .nav {
        bottom: 150px;
    }
    .tab-style1 div#myTabContent:before{
        bottom: 105px;
    }
    .tab-style1 h3{
        font-size:45px !important;
        line-height:52px !important;
    }
    .tab-style1  .tab-content {
        padding: 100px 0px 90px 0px;
    }
}
 @media (max-width:1199px){
    .tab-style1 h3{
    	 font-size:40px !important;
        line-height:50px !important;
    }
    .tab-style1  .tab-content {
        padding: 0px 0px 40px 0px;
    }
    .tab-style1 a.tab-content-btn {
        padding: 15px 37px;
    }
    .tab-style1 .arrow-left {
        margin-bottom: 25px;
    }
    .tab-style1 p {
        margin-bottom: 12px;
    }
    .tab-style1 div#myTabContent:before {
        bottom: 115px;
        height: 80%;
    }
    .tab-style1 .nav {
        bottom: 55px;
        right: 40px;
    }
}
 @media (max-width:991px){
    .tab-style1 a.tab-content-btn {
        margin-bottom: 30px;
    }
    .tab-style1 img {
        height: 400px;
    }
    .tab-style1 div#myTabContent:before {
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0;
    display: none;
    }
    .tab-style1  .tab-content {
        padding: 60px 30px 0px 30px;
    }
    .tab-style1 .nav {
        bottom: 15px;
        right: 65px;
    }
 }
 @media (max-width:768px){
    .tab-style1 .nav {
        bottom: 20px;
        right: 45px;
    }
    .tab-style1  .tab-content {
        padding: 0;
        margin-bottom: 0;
    }
    .tab-style1 h3 {
        font-size: 35px !important;
        line-height: 45px !important;
        margin-bottom: 8px;
    }
    .tab-style1 p {
        margin-bottom: 8px;
    }
    .tab-style1 a.tab-content-btn {
        padding: 12px 25px;
    }
    .tab-style1 .arrow-left {
        margin-bottom: 18px;
    }
}
 @media (max-width:480px){
    .tab-style1 img {
        height: 300px;
    }
    .tab-style1 h3 {
        font-size: 20px !important;
        line-height: 35px !important;
    }
    .tab-description p, .arrow-left li{
        font-size: 14px;
        line-height: 27px;
    }
    .tab-style1  h3.tab-heading {
        margin-bottom: 7px;
    }
    .tab-style1 .nav {
        bottom: 15px;
        right: 20px;
    }
}
