
@media only screen and (max-width:1000px){

}




@media only screen and (max-width:990px){
 
}


@media (min-width: 768px) and (max-width: 979px) {


.hello-element {   font-size: 23px !important; line-height: 23px !important;}
 .another-spc {padding-top: 147px;}
}



@media only screen and (max-width:640px){
.hello-2 {margin-bottom: 20px; font-size: 12px; padding-top: 0px;}
.hello-element { font-size: 40px !important; line-height: 20px !important;}
}

/*----*****---- << Mobile >> ----*****----*/	
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */



@media only screen and (max-width:600px){
 .hello-2 {
    margin-bottom: 20px;   
    font-size: 12px;   
    padding-top: 0px;
}
.hello-element { font-size: 22px !important; line-height: 20px !important;}
.another-spc {padding-top: 147px;}
}

@media only screen and (max-width:360px){
 .hello-element {
   
    font-size: 20px !important;
    line-height: 20px !important;
}
 .w-hidden-tiny { display: block !important;}
 
.displayb {display: block;}
.displayb{ height:105px !important; max-height:105px !important;}
.bottom-space {  margin-bottom: 0 !important;}


.hello-2 {margin-bottom: 0; font-size: 12px;}
.align-center.more-margin {   margin-bottom: 0px;}
.top-tab {  padding-top: 0px;}
.title-wrapper { margin-bottom: 10px;}

.cd-testimonials-wrapper {padding: 20px 40px 0px;}
.another-spc {
    padding-top: 147px;
}
}