/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .searchBlock{display: flex;justify-content: space-between;align-items: center;flex-direction: column;}
    .searchBlock .a-block,.searchBlock .b-block{width: 100%;}
    .searchBlock .a-block{margin: 15px 0 0 0;}
    .searchBlock .b-block{margin: 5px 0;}
    .searchBlock .a-block .search-input{width: 100%;}
    .searchBlock .b-block a{display: block;}
    .searchBlock .link-eng-login{padding: 10px 0;}
    .get-a-quote{display: none;}
    .navigation .nav-item .nav-link{color: rgb(202, 202, 202);display: inline-block;font-size: 18px!important;}
    .navigation .nav-item{padding-top: 5px!important;padding-bottom: 5px!important;padding-right: 5px!important;padding-left: 0!important;font-weight: 400;color: #595959!important;text-align: left;}
    .socialIconSet{list-style-type: none;padding: 0 0 15px 0;margin: 0;display: flex;justify-content:flex-start;}
    .socialIconSet li{margin-left: 0;margin-right: 15px;}
    .eng-bnr{height: 400px;}
    .footer{background: rgb(60,60,60,1);background: linear-gradient(180deg, rgba(243,243,243,1) 0%, rgba(243,243,243,1) 10%, rgba(60,60,60,1) 10%, rgba(60,60,60,1) 100%);min-height: 700px;}
    .usefulLinks{list-style-type: none;padding: 0;margin: 10px 0 10px 0;}
    .specs {margin-top: 10px!important;margin-bottom: 30px;}
    .business-booster{border-radius: 10px;display: flex;justify-content: flex-end;align-items: center;height: 100%;padding: 20px;}
    .business-booster-block{width: 100%;height: 330px;border-radius: 10px;display: flex;align-items: center;padding: 30px;}
    .business-booster-block .t1{font-size: 30px;color: #166B9F;}
}
/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
    .searchBlock{display: flex;justify-content: space-between;align-items: center;flex-direction: row;margin-top: 15px;}
    .searchBlock .a-block,.searchBlock .b-block{width: 100%;}
    .searchBlock .a-block .search-input{width: 100%;}
    .footer{background: rgb(60,60,60,1);background: linear-gradient(180deg, rgba(243,243,243,1) 0%, rgba(243,243,243,1) 8%, rgba(60,60,60,1) 8%, rgba(60,60,60,1) 100%);min-height: 700px;}
}
/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .searchBlock{display: flex;justify-content: space-between;align-items: center;flex-direction: row;}
    .search-input{width:280px;}
    .link-eng-login{color: #166B9F;font-size: 18px;font-weight: 400;text-decoration: none;padding-left: 15px;padding-right: 15px;}
    .link-eng-login:hover{color: tomato;}
    .thumb-block{width: 100%;height: 350px;border-radius: 10px;position: relative;}
    .thumb-block .title{color: #fff;font-weight: 700;font-size: 15px;margin-bottom: 10px;}
    .thumb-block p{color: #fff;font-size: 12px;}
    .listing .blck a{font-size: 18px;color: #166B9F;text-decoration: none;}
    .list-1{min-height: 626px;}
    .footer{background: rgb(60,60,60,1);background: linear-gradient(180deg, rgba(243,243,243,1) 0%, rgba(243,243,243,1) 15%, rgba(60,60,60,1) 15%, rgba(60,60,60,1) 100%);min-height: 700px;}
}
/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .searchBlock{display: flex;justify-content: space-between;align-items: center;flex-direction: row;}
    .search-input{width:400px;}
    .link-eng-login{color: #166B9F;font-size: 18px;font-weight: 400;text-decoration: none;padding-left: 15px;padding-right: 15px;}
    .link-eng-login:hover{color: tomato;}
    .navigation .nav-item{padding-top: 0;padding-bottom: 0;padding-right: 35px!important;padding-left: 0!important;font-weight: 400;color: #595959!important;text-align: left;line-height: 50px;}
    .navigation .nav-item .nav-link{color: #595959;display: inline-block;font-size: 16px;}
    .navigation .nav-item:hover .nav-link{color: #166B9F;}
    .navigation .active .nav-link{color: #166B9F;}
    .navigation .dropdown-toggle::after{display: block;margin-left:0;content: "";border-top: .0em solid;border-right: .0em solid transparent;border-bottom: 0;border-left: .0em solid transparent;}
    .navigation .nav-link{padding-bottom: 0;}
    .cool-link {display: inline-block;color: #166B9F;text-decoration: none;}
    .cool-link::after {content: "";display: block; width: 0;height: 3px!important;background: #166B9F;transition: width 0.3s;}
    .cool-link:hover::after {width: 100%;}
    .navigation .active .cool-link.selected::after {width: 100%;}
    .thumb-block{width: 100%;height: 350px;border-radius: 10px;position: relative;}
    .thumb-block .title{color: #fff;font-weight: 700;font-size: 20px;margin-bottom: 10px;}
    .thumb-block p{color: #fff;font-size: 15px;}
    .listing .blck a{font-size: 18px;color: #166B9F;text-decoration: none;}
    .list-2{min-height: 626px;}
}
/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .listing .blck a{font-size: 18px;color: #166B9F;text-decoration: none;}
}
@media (max-width: 991px) {
    .search-input{width:250px;}
    .navigation .nav-item{padding-top: 0;padding-bottom: 0;padding-right: 5px!important;padding-left: 0!important;font-weight: 400;color: #595959!important;text-align: left;line-height: 50px;}
    .navigation .nav-item .nav-link{color: #595959;display: inline-block;font-size: 13px;}
    .navigation .nav-item:hover .nav-link{color: #166B9F;}
    .navigation .active .nav-link{color: #166B9F;}
    .navigation .dropdown-toggle::after{display: block;margin-left:0;content: "";border-top: .0em solid;border-right: .0em solid transparent;border-bottom: 0;border-left: .0em solid transparent;}
    .navigation .nav-link{padding-bottom: 0;}
    .cool-link {display: inline-block;color: #166B9F;text-decoration: none;}
    .cool-link::after {content: "";display: block; width: 0;height: 3px!important;background: #166B9F;transition: width 0.3s;}
    .cool-link:hover::after {width: 100%;}
    .navigation .active .cool-link.selected::after {width: 100%;}
    .thumb-block{width: 100%;height: 350px;border-radius: 10px;position: relative;}
    .thumb-block .thumb-content{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: flex-start;align-items: center;padding: 25px;opacity: 1;}
    .thumb-block .thumb-overlay{background: #102C4B;width: 100%;height: 100%;opacity: 0.7;position: absolute;top: 0;left: 0;border-radius: 10px;}
    .thumb-block .thumb-overlay-green{background: #1F8EA6;}
    .thumb-block .thumb-overlay-blue{background: #1A4F88;}
    .thumb-block .title{color: #fff;font-weight: 700;font-size: 25px;margin-bottom: 15px;}
    .thumb-block p{color: #fff;}
    .right-arrow-icon {width: 2em;height: 2em;}
    .right-arrow-icon path,.right-arrow-icon polygon,.right-arrow-icon rect {fill: #ffffff;}
    .right-arrow-icon circle {stroke: #000000;stroke-width: 1;}
    .thumb-block .detail{display: flex;justify-content: flex-end;position: absolute;top: 15px;right: 15px;}
    .specs{margin-top:30px; margin-bottom:30px;}
    .titleBox.t2{font-size: 20px;}
    
}
/* (1440x900) WXGA+ Display */
@media  screen and (max-width: 1440px) {
    .t3{font-size: 18px;font-weight: 700;color: #fff;}
}
