/* Desktop */
@media (min-width: 1601px) and (max-width: 1920px)
{

}

@media (max-width:1440px)
{
  
}

/* Laptop */
@media (max-width: 1366px)
{
    .wd_home_banner{height: auto;padding: 30px 0 50px;}
    .wd_banner_txt h1{font-size: 28px;}
    .wd-srvc-txt h2, .wd_cmn_title h3{font-size: 26px;}
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1200px)
{
    .wd_network_txt{height: auto;}
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px)
{

    .footer-logo {width: 100%;margin-bottom: 15px;}
    /*service & Contact us*/
    main {padding: 0 0 35px;}
    .wd-servc-area, .wd-contct-area{padding: 35px 0 0;}
    .wd-srvc-img img, .wd_trust_img img{margin-bottom: 15px;}
    .wd-srvc-txt h5{font-size: 14px;}
    .wd-srvc-txt h2{font-size: 26px;margin-bottom: 10px;}
    .wd-srvc-txt p, .wd-contact-box form .form-group .form-control{font-size: 12px;}
    .wd-support-box{margin-bottom: 20px;}
    .wd-mr-srvc-banr{height: 210px;}
    .wd-main-title{font-size: 30px;padding: 50px 0 0;}
    .wd-contact-box{padding: 20px 15px;}

    /*home*/    
    .wd_banner_img img{height: auto;padding: 100px 0 30px;background-position: inherit;}
    .wd_banner_txt h1{font-size: 26px;}
    .wd_banner_txt p{font-size: 12px;}
    .wd_network_blog{margin-bottom: 100px;}
    .wd_choose_title h3{font-size:28px; margin-bottom: 15px;}
    .wd_trust_blog{padding: 35px 0 50px;}
    .wd_cmn_title h3{font-size: 26px;margin-bottom: 30px;}
    .wd_network_blog{padding: 30px 0;}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px)
{
    .wd-network-area{padding: 0 0 30px;}
    .wd_banner_img img{padding: 0;}
    .row-reverse{flex-flow: column-reverse;}
	.wd_banner_txt h1 { font-size: 24px;}
	.wd_home_banner {padding: 50px 0 20px;background: url(../images/phimg.png)no-repeat !important;}
	.wd_cmn_title h3, .wd-srvc-txt h2, .wd_choose_title h3{font-size: 24px;}
	.wd-form-grp{display: block;}
    .footer_menulist{margin-bottom: 15px;}
    .footer{padding: 30px 0 10px;}
    .copyright_sec{margin-top: 10px;}
    .copyright_sec span{padding-top: 10px;}
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px)
{
	
}